Pull request #3190 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than 80a5fc01eef6eda66ac70f2e91be96a417930f70 Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29244 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) > git config core.sparsecheckout # timeout=10 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" First time build. Skipping changelog. > git rev-list --no-walk 62ccb9225f901d2b54bc686781d0389368e57abd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:24:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:24:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:24:59 ========================================================= 03:24:59 EdgeX Global Pipelines Version Info 03:24:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:25:00 ------------------- 03:25:00 stable info: 03:25:00 ------------------- 03:25:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:25:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:25:00 Message: update stable to v1.0.184 03:25:01 ------------------- 03:25:01 experimental info: 03:25:01 ------------------- 03:25:01 Commited By: **** collab-it+edgex@linuxfoundation.org 03:25:01 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:25:01 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:25:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:25:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:25:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:25:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3190 [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3190 [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3190 [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 80a5fc01eef6eda66ac70f2e91be96a417930f70 [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 80a5fc0 [Pipeline] echo 03:25:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:25:04 provisioning config files... 03:25:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config5913500680928169755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:25:05 ---> docker-login.sh 03:25:05 nexus3.edgexfoundry.org:10001 03:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:25:05 Configure a credential helper to remove this warning. See 03:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:25:05 03:25:05 Login Succeeded 03:25:05 nexus3.edgexfoundry.org:10002 03:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:25:05 Configure a credential helper to remove this warning. See 03:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:25:05 03:25:05 Login Succeeded 03:25:05 nexus3.edgexfoundry.org:10003 03:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:25:06 Configure a credential helper to remove this warning. See 03:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:25:06 03:25:06 Login Succeeded 03:25:06 nexus3.edgexfoundry.org:10004 03:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:25:06 Configure a credential helper to remove this warning. See 03:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:25:06 03:25:06 Login Succeeded 03:25:06 docker.io 03:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:25:06 Configure a credential helper to remove this warning. See 03:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:25:06 03:25:06 Login Succeeded 03:25:06 ---> docker-login.sh ends [Pipeline] } 03:25:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:25:07 ++ 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 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/core-command/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo core-command,cmd/core-command/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/core-data/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo core-data,cmd/core-data/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/core-metadata/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo core-metadata,cmd/core-metadata/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/security-bootstrapper/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/security-proxy-setup/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/support-notifications/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo support-notifications,cmd/support-notifications/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/support-scheduler/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:25:07 + for file in '`ls cmd/**/Dockerfile`' 03:25:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:25:07 ++ cut -d/ -f2 03:25:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:25:07 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-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 03:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:08 03:25:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:25:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:09 latest: Pulling from edgex-devops/git-semver 03:25:09 31603596830f: Pulling fs layer 03:25:09 2a8b12db71e7: Pulling fs layer 03:25:09 6ca5941a6612: Pulling fs layer 03:25:09 ecc8261a40a4: Pulling fs layer 03:25:09 ecc8261a40a4: Waiting 03:25:09 2a8b12db71e7: Verifying Checksum 03:25:09 2a8b12db71e7: Download complete 03:25:09 31603596830f: Verifying Checksum 03:25:09 31603596830f: Download complete 03:25:09 ecc8261a40a4: Verifying Checksum 03:25:09 ecc8261a40a4: Download complete 03:25:09 6ca5941a6612: Verifying Checksum 03:25:09 6ca5941a6612: Download complete 03:25:09 31603596830f: Pull complete 03:25:09 2a8b12db71e7: Pull complete 03:25:10 6ca5941a6612: Pull complete 03:25:10 ecc8261a40a4: Pull complete 03:25:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:25:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:25:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:25:10 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:25:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat 03:25:13 $ docker top 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:25:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:13 [ssh-agent] Looking for ssh-agent implementation... 03:25:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:13 $ docker exec 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent 03:25:13 SSH_AUTH_SOCK=/tmp/ssh-6jD41EUhfRDC/agent.11 03:25:13 SSH_AGENT_PID=16 03:25:13 Running ssh-add (command line suppressed) 03:25:13 Identity added: /w/workspace/edgex-go/12@tmp/private_key_974835168292167973.key (/w/workspace/edgex-go/12@tmp/private_key_974835168292167973.key) 03:25:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:14 + git tag --points-at HEAD [Pipeline] } 03:25:14 $ docker exec --env ******** --env ******** 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent -k 03:25:14 unset SSH_AUTH_SOCK; 03:25:14 unset SSH_AGENT_PID; 03:25:14 echo Agent pid 16 killed; 03:25:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:25:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:25:14 [ssh-agent] Looking for ssh-agent implementation... 03:25:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:25:14 $ docker exec 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent 03:25:14 SSH_AUTH_SOCK=/tmp/ssh-awLT8HIakJB3/agent.44 03:25:14 SSH_AGENT_PID=49 03:25:15 Running ssh-add (command line suppressed) 03:25:15 Identity added: /w/workspace/edgex-go/12@tmp/private_key_3835471786381612722.key (/w/workspace/edgex-go/12@tmp/private_key_3835471786381612722.key) 03:25:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:25:15 + git semver init 03:25:15 # -> Open(): unable to determine branch for HEAD 03:25:15 # $GIT_DIR = /w/workspace/edgex-go/12/.git 03:25:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 03:25:15 # $SEMVER_REMOTE_NAME = origin 03:25:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:25:15 # $SEMVER_USER_NAME = edgex-jenkins 03:25:15 # $SEMVER_BRANCH = PR-3190 03:25:15 # $SEMVER_TEMP = /tmp/semver-383475639 03:25:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:25:42 # '/tmp/semver-383475639' -> '/w/workspace/edgex-go/12/.semver' 03:25:42 # -> Force: false 03:25:42 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 03:25:42 $ docker exec --env ******** --env ******** 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent -k 03:25:42 unset SSH_AUTH_SOCK; 03:25:42 unset SSH_AGENT_PID; 03:25:42 echo Agent pid 49 killed; 03:25:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:25:43 + git semver [Pipeline] } 03:25:43 $ docker stop --time=1 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b 03:25:45 $ docker rm -f 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b [Pipeline] // withDockerContainer [Pipeline] sh 03:25:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:25:46 Stashed 1 file(s) [Pipeline] echo 03:25:46 [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 03:25:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:25:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:25:47 + sudo service docker restart 03:25:47 + true 03:25:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:25:48 ========================================================= 03:25:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:25:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:25:48 + 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 . 03:25:51 Sending build context to Docker daemon 328.5MB 03:25:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:25:51 Step 2/6 : FROM ${BASE} 03:25:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:25:52 188c0c94c7c5: Pulling fs layer 03:25:52 0ef7d3d256c8: Pulling fs layer 03:25:52 de9db76c5a1d: Pulling fs layer 03:25:52 bca2f99d35d6: Pulling fs layer 03:25:52 93359f2a8cfa: Pulling fs layer 03:25:52 7c6f9722023f: Pulling fs layer 03:25:52 a35cf1a2eb13: Pulling fs layer 03:25:52 93359f2a8cfa: Waiting 03:25:52 7c6f9722023f: Waiting 03:25:52 a35cf1a2eb13: Waiting 03:25:52 bca2f99d35d6: Waiting 03:25:52 de9db76c5a1d: Download complete 03:25:52 0ef7d3d256c8: Download complete 03:25:52 93359f2a8cfa: Verifying Checksum 03:25:52 93359f2a8cfa: Download complete 03:25:52 188c0c94c7c5: Verifying Checksum 03:25:52 188c0c94c7c5: Download complete 03:25:52 7c6f9722023f: Verifying Checksum 03:25:52 7c6f9722023f: Download complete 03:25:52 188c0c94c7c5: Pull complete 03:25:52 0ef7d3d256c8: Pull complete 03:25:53 de9db76c5a1d: Pull complete 03:25:54 a35cf1a2eb13: Verifying Checksum 03:25:54 a35cf1a2eb13: Download complete 03:25:55 bca2f99d35d6: Verifying Checksum 03:25:55 bca2f99d35d6: Download complete 03:26:00 bca2f99d35d6: Pull complete 03:26:00 93359f2a8cfa: Pull complete 03:26:00 7c6f9722023f: Pull complete 03:26:01 Still waiting to schedule task 03:26:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:26:07 a35cf1a2eb13: Pull complete 03:26:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:26:07 ---> a62c8e92a672 03:26:07 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 03:26:07 ---> Running in 227cd5a5fa83 03:26:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:09 (1/12) Installing libmagic (5.38-r0) 03:26:09 (2/12) Installing file (5.38-r0) 03:26:09 (3/12) Installing libc-dev (0.7.2-r3) 03:26:09 (4/12) Installing g++ (9.3.0-r2) 03:26:14 (5/12) Installing fortify-headers (1.1-r0) 03:26:14 (6/12) Installing patch (2.7.6-r6) 03:26:14 (7/12) Installing build-base (0.5-r2) 03:26:14 (8/12) Installing libsodium (1.0.18-r0) 03:26:14 (9/12) Installing pkgconf (1.7.2-r0) 03:26:14 (10/12) Installing libsodium-dev (1.0.18-r0) 03:26:14 (11/12) Installing libzmq (4.3.3-r0) 03:26:14 (12/12) Installing zeromq-dev (4.3.3-r0) 03:26:14 Executing busybox-1.31.1-r19.trigger 03:26:14 OK: 233 MiB in 51 packages 03:26:19 Removing intermediate container 227cd5a5fa83 03:26:19 ---> 7e18c4ac580b 03:26:19 Step 4/6 : WORKDIR /edgex-go 03:26:19 ---> Running in de0d2e92389e 03:26:19 Removing intermediate container de0d2e92389e 03:26:19 ---> a139354e8cab 03:26:19 Step 5/6 : COPY go.mod . 03:26:19 ---> 9839e51c3351 03:26:19 Step 6/6 : RUN go mod download 03:26:19 ---> Running in e0f7dc93b642 03:26:45 Removing intermediate container e0f7dc93b642 03:26:45 ---> a178796501c9 03:26:45 Successfully built a178796501c9 03:26:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:26:46 + docker inspect -f . ci-base-image-x86_64 03:26:46 . [Pipeline] withDockerContainer 03:26:46 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:26:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:26:47 $ docker top 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:47 + go version 03:26:47 go version go1.15.5 linux/amd64 [Pipeline] } 03:26:47 $ docker stop --time=1 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f 03:26:49 $ docker rm -f 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:26:51 + docker inspect -f . ci-base-image-x86_64 03:26:51 . [Pipeline] withDockerContainer 03:26:51 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:26:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:26:52 $ docker top b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd -eo pid,comm [Pipeline] { [Pipeline] echo 03:26:52 ========================================================= 03:26:52 [edgeXBuildGoParallel] Running Tests and Build... 03:26:52 ========================================================= [Pipeline] sh 03:26:52 + make test 03:26:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:27:03 ? github.com/edgexfoundry/edgex-go [no test files] 03:27:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:27:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:27:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:27:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:27:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:27:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:27:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:27:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:27:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:27:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:27:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.135s coverage: 100.0% of statements 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements 03:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.086s coverage: 100.0% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:27:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:27:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:27:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 03:27:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29245 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws 03:27:40 Running in /w/workspace/edgex-go/12 [Pipeline] { 03:27:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [Pipeline] checkout 03:27:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 03:27:46 using credential edgex-jenkins-ssh 03:27:46 Cloning the remote Git repository 03:27:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:27:46 > git init /w/workspace/edgex-go/12 # timeout=10 03:27:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:27:46 > git --version # timeout=10 03:27:46 > git --version # 'git version 2.17.1' 03:27:46 using GIT_SSH to set credentials SSH Credentials for GitHub 03:27:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements 03:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 03:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.063s coverage: 81.4% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 69.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 38.4% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.8% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 96.5% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:28:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 03:28:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:28:05 GO111MODULE=on go vet ./... 03:28:06 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 03:28:06 Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 03:28:06 Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) 03:28:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:28:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:28:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:28:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:06 > git config core.sparsecheckout # timeout=10 03:28:06 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 03:28:06 > git remote # timeout=10 03:28:06 > git config --get remote.origin.url # timeout=10 03:28:06 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:06 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 03:28:06 > git rev-parse HEAD^{commit} # timeout=10 03:28:06 > git config core.sparsecheckout # timeout=10 03:28:06 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 03:28:11 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:28:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:28:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:28:13 + true 03:28:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:28:16 provisioning config files... 03:28:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1523038588292553462tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:28:16 ---> docker-login.sh 03:28:16 nexus3.edgexfoundry.org:10001 03:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:28:18 Configure a credential helper to remove this warning. See 03:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:28:18 03:28:18 Login Succeeded 03:28:18 nexus3.edgexfoundry.org:10002 03:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:28:18 Configure a credential helper to remove this warning. See 03:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:28:18 03:28:18 Login Succeeded 03:28:18 nexus3.edgexfoundry.org:10003 03:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:28:19 Configure a credential helper to remove this warning. See 03:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:28:19 03:28:19 Login Succeeded 03:28:19 nexus3.edgexfoundry.org:10004 03:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:28:19 Configure a credential helper to remove this warning. See 03:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:28:19 03:28:19 Login Succeeded 03:28:19 docker.io 03:28:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:28:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:28:20 Configure a credential helper to remove this warning. See 03:28:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:28:20 03:28:20 Login Succeeded 03:28:20 ---> docker-login.sh ends [Pipeline] } 03:28:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:28:20 ========================================================= 03:28:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:28:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:28:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:28:23 Sending build context to Docker daemon 166.8MB 03:28:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:28:23 Step 2/6 : FROM ${BASE} 03:28:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:28:23 5f621e34cdf4: Pulling fs layer 03:28:23 a4357932f1b6: Pulling fs layer 03:28:23 18c013af1878: Pulling fs layer 03:28:23 00ac8860ef70: Pulling fs layer 03:28:23 63d7cb157983: Pulling fs layer 03:28:23 b116817d02f9: Pulling fs layer 03:28:23 745a02a5169b: Pulling fs layer 03:28:23 00ac8860ef70: Waiting 03:28:23 63d7cb157983: Waiting 03:28:23 b116817d02f9: Waiting 03:28:23 745a02a5169b: Waiting 03:28:23 18c013af1878: Verifying Checksum 03:28:23 18c013af1878: Download complete 03:28:23 a4357932f1b6: Verifying Checksum 03:28:23 a4357932f1b6: Download complete 03:28:23 63d7cb157983: Download complete 03:28:23 5f621e34cdf4: Verifying Checksum 03:28:24 b116817d02f9: Verifying Checksum 03:28:24 b116817d02f9: Download complete 03:28:24 5f621e34cdf4: Pull complete 03:28:25 a4357932f1b6: Pull complete 03:28:25 18c013af1878: Pull complete 03:28:26 745a02a5169b: Verifying Checksum 03:28:26 745a02a5169b: Download complete 03:28:27 00ac8860ef70: Verifying Checksum 03:28:27 00ac8860ef70: Download complete 03:28:32 gofmt -l . 03:28:32 [ "`gofmt -l .`" = "" ] 03:28:32 ./bin/test-go-mod-tidy.sh 03:28:32 ./bin/test-attribution-txt.sh [Pipeline] sh 03:28:33 + ls -al . 03:28:33 total 740 03:28:33 drwxrwxr-x 10 1001 1001 4096 Mar 10 03:28 . 03:28:33 drwxr-xr-x 4 root root 30 Mar 10 03:26 .. 03:28:33 -rw-rw-r-- 1 1001 1001 11 Mar 10 03:24 .dockerignore 03:28:33 drwxrwxr-x 8 1001 1001 179 Mar 10 03:24 .git 03:28:33 drwxrwxr-x 3 1001 1001 125 Mar 10 03:24 .github 03:28:33 -rw-rw-r-- 1 1001 1001 818 Mar 10 03:24 .gitignore 03:28:33 drwx------ 3 1001 1001 60 Mar 10 03:25 .semver 03:28:33 -rw-rw-r-- 1 1001 1001 166 Mar 10 03:24 .sonarcloud.properties 03:28:33 -rw-rw-r-- 1 1001 1001 8607 Mar 10 03:24 Attribution.txt 03:28:33 -rw-rw-r-- 1 1001 1001 3804 Mar 10 03:24 CONTRIBUTING.md 03:28:33 -rw-rw-r-- 1 1001 1001 931 Mar 10 03:24 Dockerfile.build 03:28:33 -rw-rw-r-- 1 1001 1001 863 Mar 10 03:24 Jenkinsfile 03:28:33 -rw-rw-r-- 1 1001 1001 10775 Mar 10 03:24 LICENSE 03:28:33 -rw-rw-r-- 1 1001 1001 5774 Mar 10 03:24 Makefile 03:28:33 -rw-rw-r-- 1 1001 1001 6548 Mar 10 03:24 README.md 03:28:33 -rw-rw-r-- 1 1001 1001 6755 Mar 10 03:24 SECURITY.md 03:28:33 -rw-rw-r-- 1 1001 1001 5 Mar 10 03:25 VERSION 03:28:33 -rw-rw-r-- 1 1001 1001 4131 Mar 10 03:24 ZMQWindows.md 03:28:33 drwxrwxr-x 2 1001 1001 117 Mar 10 03:24 bin 03:28:33 drwxrwxr-x 14 1001 1001 4096 Mar 10 03:24 cmd 03:28:33 -rw-r--r-- 1 root root 627302 Mar 10 03:28 coverage.out 03:28:33 -rw-r--r-- 1 root root 1055 Mar 10 03:28 go.mod 03:28:33 -rw-r--r-- 1 root root 21981 Mar 10 03:28 go.sum 03:28:33 drwxrwxr-x 8 1001 1001 127 Mar 10 03:24 internal 03:28:33 drwxrwxr-x 4 1001 1001 26 Mar 10 03:24 openapi 03:28:33 drwxrwxr-x 4 1001 1001 71 Mar 10 03:24 snap 03:28:33 -rw-rw-r-- 1 1001 1001 168 Mar 10 03:24 version.go [Pipeline] sh 03:28:33 + '[' -e coverage.out ] 03:28:33 + chown 1001:1001 coverage.out [Pipeline] stash 03:28:33 Stashed 1 file(s) [Pipeline] sh 03:28:33 + make build 03:28:33 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 03:28:37 00ac8860ef70: Pull complete 03:28:37 63d7cb157983: Pull complete 03:28:38 b116817d02f9: Pull complete 03:28:39 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 03:28:42 745a02a5169b: Pull complete 03:28:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:28:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:28:42 ---> b7e6874047d6 03:28:42 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 03:28:45 ---> Running in 9b7989853a01 03:28:45 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 03:28:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28: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 03:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:48 (1/12) Installing libmagic (5.38-r0) 03:28:48 (2/12) Installing file (5.38-r0) 03:28:48 (3/12) Installing libc-dev (0.7.2-r3) 03:28:48 (4/12) Installing g++ (9.3.0-r2) 03:28:48 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 03:28:49 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 03:28:50 (5/12) Installing fortify-headers (1.1-r0) 03:28:51 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 03:28:51 (6/12) Installing patch (2.7.6-r6) 03:28:51 (7/12) Installing build-base (0.5-r2) 03:28:51 (8/12) Installing libsodium (1.0.18-r0) 03:28:51 (9/12) Installing pkgconf (1.7.2-r0) 03:28:51 (10/12) Installing libsodium-dev (1.0.18-r0) 03:28:51 (11/12) Installing libzmq (4.3.3-r0) 03:28:51 (12/12) Installing zeromq-dev (4.3.3-r0) 03:28:51 Executing busybox-1.31.1-r19.trigger 03:28:51 OK: 217 MiB in 51 packages 03:28:52 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 03:28:53 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 03:28:54 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 03:28:55 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 03:28:56 Removing intermediate container 9b7989853a01 03:28:56 ---> 8b9b3668f6c5 03:28:56 Step 4/6 : WORKDIR /edgex-go 03:28:56 ---> Running in 1d78f4daa469 03:28:56 Removing intermediate container 1d78f4daa469 03:28:56 ---> 5df898474aad 03:28:56 Step 5/6 : COPY go.mod . 03:28:56 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 03:28:57 ---> ab0d12b161aa 03:28:57 Step 6/6 : RUN go mod download 03:28:57 ---> Running in 9138343573d0 [Pipeline] } 03:28:58 $ docker stop --time=1 b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd 03:29:00 $ docker rm -f b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:29:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:29:04 03:29:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:29:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:29:04 latest: Pulling from edgex-devops/edgex-compose 03:29:04 cbdbe7a5bc2a: Pulling fs layer 03:29:04 ca9280d653b3: Pulling fs layer 03:29:04 7e9c9ca2126c: Pulling fs layer 03:29:05 cbdbe7a5bc2a: Download complete 03:29:05 cbdbe7a5bc2a: Pull complete 03:29:05 ca9280d653b3: Verifying Checksum 03:29:05 ca9280d653b3: Download complete 03:29:06 ca9280d653b3: Pull complete 03:29:06 7e9c9ca2126c: Verifying Checksum 03:29:06 7e9c9ca2126c: Download complete 03:29:13 7e9c9ca2126c: Pull complete 03:29:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:29:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:29:13 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:29:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:29:16 $ docker top 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:17 + docker-compose build --help 03:29:17 + grep parallel 03:29:18 --parallel Build images in parallel. [Pipeline] } 03:29:18 $ docker stop --time=1 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c 03:29:19 $ docker rm -f 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:29:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:29:20 . [Pipeline] withDockerContainer 03:29:20 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:29:20 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:29:21 $ docker top c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:21 + docker-compose -f ./docker-compose-build.yml build --parallel 03:29:22 Building docker-core-command-go ... 03:29:22 Building docker-core-data-go ... 03:29:22 Building docker-core-metadata-go ... 03:29:22 Building docker-security-bootstrapper-go ... 03:29:22 Building docker-security-proxy-setup-go ... 03:29:22 Building docker-security-secretstore-setup-go ... 03:29:22 Building docker-support-notifications-go ... 03:29:22 Building docker-support-scheduler-go ... 03:29:22 Building docker-sys-mgmt-agent-go ... 03:29:22 Building docker-support-notifications-go 03:29:22 Building docker-support-scheduler-go 03:29:22 Building docker-security-secretstore-setup-go 03:29:22 Building docker-core-metadata-go 03:29:22 Building docker-security-proxy-setup-go 03:29:24 Removing intermediate container 9138343573d0 03:29:24 ---> 2be2c7e031a1 03:29:24 Successfully built 2be2c7e031a1 03:29:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:29:24 + docker inspect -f . ci-base-image-arm64 03:29:24 . [Pipeline] withDockerContainer 03:29:25 prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container 03:29:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 03:29:26 $ docker top 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:27 + go version 03:29:27 go version go1.15.5 linux/arm64 [Pipeline] } 03:29:27 $ docker stop --time=1 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b 03:29:29 $ docker rm -f 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:29:30 + docker inspect -f . ci-base-image-arm64 03:29:30 . [Pipeline] withDockerContainer 03:29:31 prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container 03:29:31 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 03:29:32 $ docker top ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 -eo pid,comm [Pipeline] { [Pipeline] echo 03:29:32 ========================================================= 03:29:32 [edgeXBuildGoParallel] Running Tests and Build... 03:29:32 ========================================================= [Pipeline] sh 03:29:33 + make test 03:29:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:29:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:29:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:29:54 ---> a178796501c9 03:29:54 Step 3/22 : WORKDIR /edgex-go 03:29:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:29:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:29:54 ---> a178796501c9 03:29:54 Step 3/23 : WORKDIR /edgex-go 03:29:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:29:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:29:54 ---> a178796501c9 03:29:54 Step 3/21 : WORKDIR /edgex-go 03:29:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:29:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:29:54 ---> a178796501c9 03:29:54 Step 3/22 : WORKDIR /edgex-go 03:29:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:29:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:29:54 ---> a178796501c9 03:29:54 Step 3/24 : WORKDIR /edgex-go 03:29:55 ? github.com/edgexfoundry/edgex-go [no test files] 03:29:55 ---> Running in 54a04ebfc8e3 03:29:55 ---> Running in b0cf91de0c44 03:29:55 ---> Running in b103ea98a7e9 03:29:55 ---> Running in 9c3ac8c88389 03:29:55 ---> Running in 15872b613a84 03:29:56 Removing intermediate container b0cf91de0c44 03:29:56 ---> 1e8f14b5bb70 03:29:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:56 Removing intermediate container 54a04ebfc8e3 03:29:56 ---> 73ad7edc99b6 03:29:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:56 Removing intermediate container b103ea98a7e9 03:29:56 ---> dd130ea04a55 03:29:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:56 Removing intermediate container 9c3ac8c88389 03:29:56 ---> 3d88afc15754 03:29:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:56 Removing intermediate container 15872b613a84 03:29:56 ---> 9542d192bf23 03:29:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:29:56 ---> Running in 9f9f2c645375 03:29:56 ---> Running in f1f1e0977900 03:29:56 ---> Running in e228b2869248 03:29:56 ---> Running in 410ee80ee462 03:29:56 ---> Running in 26eafb055e5d 03:29:59 Removing intermediate container e228b2869248 03:29:59 ---> 119975328239 03:29:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:29:59 Removing intermediate container 9f9f2c645375 03:29:59 ---> 61f97a007773 03:29:59 Step 5/23 : RUN apk add --update --no-cache make git 03:29:59 Removing intermediate container f1f1e0977900 03:29:59 ---> 61c31ceba88c 03:29:59 Step 5/22 : RUN apk add --update --no-cache make git 03:29:59 ---> Running in a3b5ee27597b 03:29:59 ---> Running in 71cf896ef577 03:29:59 ---> Running in 5d39bfb052c8 03:29:59 Removing intermediate container 410ee80ee462 03:29:59 ---> 25a998c42a12 03:29:59 Step 5/24 : RUN apk add --update --no-cache make git 03:29:59 Removing intermediate container 26eafb055e5d 03:29:59 ---> daabeb9439d0 03:29:59 Step 5/21 : RUN apk add --update --no-cache make git 03:29:59 ---> Running in 3e1f8b50fde0 03:29:59 ---> Running in 7bb0aec18119 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:30:02 OK: 233 MiB in 51 packages 03:30:02 OK: 233 MiB in 51 packages 03:30:02 OK: 233 MiB in 51 packages 03:30:02 OK: 233 MiB in 51 packages 03:30:02 OK: 233 MiB in 51 packages 03:30:02 Removing intermediate container a3b5ee27597b 03:30:02 ---> 8cd7e363cc88 03:30:02 Step 6/22 : COPY go.mod . 03:30:02 ---> d4c68c2ce524 03:30:02 Step 7/22 : RUN go mod download 03:30:02 Removing intermediate container 71cf896ef577 03:30:02 ---> 486aa557944a 03:30:02 Step 6/23 : COPY go.mod . 03:30:03 ---> Running in 31019814e5a7 03:30:03 Removing intermediate container 5d39bfb052c8 03:30:03 ---> 0b087e31043a 03:30:03 Step 6/22 : COPY go.mod . 03:30:03 Removing intermediate container 3e1f8b50fde0 03:30:03 ---> 1ea004d63a92 03:30:03 Step 6/24 : COPY go.mod . 03:30:03 ---> a1742018e665 03:30:03 Step 7/23 : RUN go mod download 03:30:03 ---> c7f3c117f08b 03:30:03 Step 7/22 : RUN go mod download 03:30:03 Removing intermediate container 7bb0aec18119 03:30:03 ---> 49b3fa2e847a 03:30:03 Step 6/21 : COPY go.mod . 03:30:03 ---> Running in 7067544aea5b 03:30:03 ---> Running in 9078463b123c 03:30:03 ---> fd00390a4bf4 03:30:03 Step 7/24 : RUN go mod download 03:30:04 ---> Running in 49df268988f0 03:30:04 ---> 7d6b0a3338fc 03:30:04 Step 7/21 : RUN go mod download 03:30:04 ---> Running in 1753a02fe09a 03:30:05 Removing intermediate container 31019814e5a7 03:30:05 ---> 3bef00b93131 03:30:05 Step 8/22 : COPY . . 03:30:06 Removing intermediate container 7067544aea5b 03:30:06 ---> a37dedfe7128 03:30:06 Step 8/23 : COPY . . 03:30:09 Removing intermediate container 9078463b123c 03:30:09 ---> 63d5dfb7cb91 03:30:09 Step 8/22 : COPY . . 03:30:10 Removing intermediate container 1753a02fe09a 03:30:10 ---> 1c231e9abddc 03:30:10 Step 8/21 : COPY . . 03:30:10 Removing intermediate container 49df268988f0 03:30:10 ---> b116079250f1 03:30:10 Step 8/24 : COPY . . 03:30:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:30:49 ---> 8c8156cd962d 03:30:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:30:49 ---> 1ad37d31f6eb 03:30:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:30:49 ---> Running in 08d8f72cc959 03:30:49 ---> Running in a451820d8e48 03:30:49 ---> 49057763cc3c 03:30:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:30:49 ---> 723eaed1d145 03:30:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:30:49 ---> 276252ac56ed 03:30:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:30:50 ---> Running in ec323e210ded 03:30:50 ---> Running in 4439c7c7d059 03:30:50 ---> Running in 1956acbef63e 03:30:51 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 03:30:51 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 03:30:51 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 03:30:51 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 03:30:51 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 03:30:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:30:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:30:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:31:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:31:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:31:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:31:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:31:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:31:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:31:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:31:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:31:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.386s coverage: 45.9% of statements 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements 03:31:23 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 03:31:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.469s coverage: 27.1% of statements 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements 03:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.493s coverage: 82.9% of statements 03:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.222s coverage: 78.9% of statements 03:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:31:30 Removing intermediate container ec323e210ded 03:31:30 ---> d9c9b39cb47c 03:31:30 03:31:30 Step 10/24 : FROM alpine:3.12 03:31:30 Removing intermediate container 1956acbef63e 03:31:30 ---> ba8f04b9cda0 03:31:30 03:31:30 Step 10/21 : FROM alpine:3.12 03:31:30 Removing intermediate container 4439c7c7d059 03:31:30 ---> 5cc0f2033693 03:31:30 03:31:30 Step 10/22 : FROM alpine:3.12 03:31:30 Removing intermediate container 08d8f72cc959 03:31:30 ---> 8fabfbb95ddb 03:31:30 03:31:30 Step 10/22 : FROM alpine:3.12 03:31:30 3.12: Pulling from library/alpine 03:31:30 3.12: Pulling from library/alpine 03:31:30 3.12: Pulling from library/alpine 03:31:30 3.12: Pulling from library/alpine 03:31:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:31:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:31:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:31:33 Status: Downloaded newer image for alpine:3.12 03:31:33 Status: Image is up to date for alpine:3.12 03:31:33 Status: Image is up to date for alpine:3.12 03:31:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:31:33 Status: Image is up to date for alpine:3.12 03:31:33 ---> 88dd2752d2ea 03:31:33 Step 11/21 : RUN apk add --update --no-cache curl 03:31:33 ---> 88dd2752d2ea 03:31:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:31:33 ---> 88dd2752d2ea 03:31:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:31:33 ---> 88dd2752d2ea 03:31:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:31:33 Removing intermediate container a451820d8e48 03:31:33 ---> 7a246e9831a4 03:31:33 03:31:33 Step 10/23 : FROM alpine:3.12 03:31:33 ---> 88dd2752d2ea 03:31:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:31:33 ---> Running in 2e0e9764a81c 03:31:33 ---> Running in 54beb72b4cf1 03:31:33 ---> Running in 36e6056395f7 03:31:33 ---> Running in f89559f9ddbe 03:31:33 ---> Running in 8b6a168b287c 03:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:34 (1/4) Installing ca-certificates (20191127-r4) 03:31:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:31:34 (3/4) Installing libcurl (7.69.1-r3) 03:31:34 (4/4) Installing curl (7.69.1-r3) 03:31:34 Executing busybox-1.31.1-r19.trigger 03:31:35 Executing ca-certificates-20191127-r4.trigger 03:31:35 (1/1) Installing dumb-init (1.2.2-r1) 03:31:35 Executing busybox-1.31.1-r19.trigger 03:31:35 OK: 6 MiB in 15 packages 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:35 OK: 7 MiB in 18 packages 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:35 (1/2) Installing ca-certificates (20191127-r4) 03:31:35 (1/5) Installing ca-certificates (20191127-r4) 03:31:35 (2/2) Installing dumb-init (1.2.2-r1) 03:31:35 Executing busybox-1.31.1-r19.trigger 03:31:35 Executing ca-certificates-20191127-r4.trigger 03:31:35 (1/1) Installing dumb-init (1.2.2-r1) 03:31:35 Executing busybox-1.31.1-r19.trigger 03:31:35 OK: 6 MiB in 15 packages 03:31:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:31:35 (3/5) Installing libcurl (7.69.1-r3) 03:31:35 (4/5) Installing curl (7.69.1-r3) 03:31:35 (5/5) Installing dumb-init (1.2.2-r1) 03:31:35 Executing busybox-1.31.1-r19.trigger 03:31:35 Executing ca-certificates-20191127-r4.trigger 03:31:35 OK: 6 MiB in 16 packages 03:31:35 OK: 7 MiB in 19 packages 03:31:37 Removing intermediate container 54beb72b4cf1 03:31:37 ---> 52cd05009da7 03:31:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:31:37 ---> Running in 2ce7078d1599 03:31:37 Removing intermediate container 8b6a168b287c 03:31:37 ---> c702852de11d 03:31:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:31:38 ---> Running in 7c4949b82cef 03:31:38 Removing intermediate container 36e6056395f7 03:31:38 ---> 8476eaa50c93 03:31:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:31:38 Removing intermediate container 2ce7078d1599 03:31:38 ---> 28f88ebee362 03:31:38 Step 13/22 : ENV APP_PORT=48085 03:31:38 Removing intermediate container f89559f9ddbe 03:31:38 ---> dd152fb422cd 03:31:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:31:38 Removing intermediate container 2e0e9764a81c 03:31:38 ---> 78ca94c2e7be 03:31:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:31:38 ---> Running in 9304d438ac49 03:31:38 ---> Running in e5ee15f8d9b3 03:31:38 ---> Running in 1f8c4201455d 03:31:38 ---> Running in 1815b41a3f28 03:31:39 Removing intermediate container 7c4949b82cef 03:31:39 ---> 3c80ba242318 03:31:39 Step 13/23 : ENV APP_PORT=48081 03:31:39 ---> Running in 9fb20b61bbd6 03:31:39 Removing intermediate container 9304d438ac49 03:31:39 ---> fbb229484c3f 03:31:39 Step 13/22 : ENV APP_PORT=48060 03:31:39 Removing intermediate container e5ee15f8d9b3 03:31:39 ---> 6bb9b7139806 03:31:39 Step 14/22 : EXPOSE $APP_PORT 03:31:39 Removing intermediate container 1815b41a3f28 03:31:39 ---> f9828fbc362e 03:31:39 Step 13/21 : WORKDIR /edgex 03:31:39 Removing intermediate container 1f8c4201455d 03:31:39 ---> ab0bdf8c4c2e 03:31:39 Step 13/24 : WORKDIR / 03:31:40 ---> Running in e7a56b5ac936 03:31:40 ---> Running in 163917ec60c1 03:31:40 ---> Running in 7d72dd944691 03:31:40 ---> Running in 2bdcade8fb9e 03:31:40 Removing intermediate container 9fb20b61bbd6 03:31:40 ---> 4b59d462ccfc 03:31:40 Step 14/23 : EXPOSE $APP_PORT 03:31:40 ---> Running in 02f7db7f1500 03:31:40 Removing intermediate container e7a56b5ac936 03:31:40 ---> caa077d896e4 03:31:40 Step 14/22 : EXPOSE $APP_PORT 03:31:40 Removing intermediate container 163917ec60c1 03:31:40 ---> abb16257b4f2 03:31:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:31:40 Removing intermediate container 2bdcade8fb9e 03:31:40 ---> 575ba226fd00 03:31:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:31:40 Removing intermediate container 7d72dd944691 03:31:40 ---> b37f13a1d0db 03:31:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:40 Removing intermediate container 02f7db7f1500 03:31:40 ---> cd75b8e7a4cf 03:31:40 Step 15/23 : WORKDIR / 03:31:40 ---> Running in b794062c1250 03:31:40 ---> Running in 63380ed813f0 03:31:40 ---> ab9f04dc0d32 03:31:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:31:40 Removing intermediate container b794062c1250 03:31:40 ---> 95054a80a643 03:31:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:41 ---> edda18f1f3b2 03:31:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:31:41 ---> ad7b63d099d0 03:31:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:31:41 Removing intermediate container 63380ed813f0 03:31:41 ---> 795540201124 03:31:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:41 ---> a4ff73c097f1 03:31:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:31:41 ---> 7d1442fbe9b2 03:31:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:31:41 ---> b4723c8c2018 03:31:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:31:41 ---> 3ce65e227996 03:31:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:31:42 ---> 6382439fe51c 03:31:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:31:42 ---> 08a876c7d755 03:31:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:31:42 ---> 9fa227b98c8d 03:31:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:31:42 ---> adbcb25e0872 03:31:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:31:42 ---> 208e9fcb8590 03:31:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:31:42 ---> 901aac7830a3 03:31:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:31:42 ---> Running in 01cd37e0f5c7 03:31:42 ---> Running in 6c24d62ed567 03:31:42 ---> 6b915c5bb379 03:31:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:31:42 ---> 7a01c56f17fc 03:31:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:31:42 ---> Running in 9dd71de98f2b 03:31:43 Removing intermediate container 01cd37e0f5c7 03:31:43 ---> da57a005a706 03:31:43 Step 18/21 : CMD ["--init=true"] 03:31:43 Removing intermediate container 6c24d62ed567 03:31:43 ---> 4b6fa5f08f6a 03:31:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:43 ---> 59f3717e5385 03:31:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:31:43 Removing intermediate container 9dd71de98f2b 03:31:43 ---> 76f2fb0f8ec9 03:31:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:43 ---> Running in 62e688bb231c 03:31:43 ---> Running in 828725705e62 03:31:43 ---> Running in 0e5169139a20 03:31:43 ---> 67ed034fbdc4 03:31:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:31:43 ---> Running in 799fc5d4cb6e 03:31:43 Removing intermediate container 828725705e62 03:31:43 ---> 2cc8ef4bfc5e 03:31:43 Step 19/21 : LABEL arch=x86_64 03:31:43 Removing intermediate container 0e5169139a20 03:31:43 ---> 9b6c1c8c10bf 03:31:43 Step 20/22 : LABEL arch=x86_64 03:31:43 Removing intermediate container 62e688bb231c 03:31:43 ---> 3215f831032f 03:31:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:43 ---> Running in 436eab8e5b27 03:31:43 ---> Running in 589a39a88fc3 03:31:43 ---> 05e913ad296c 03:31:43 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/ 03:31:43 Removing intermediate container 799fc5d4cb6e 03:31:43 ---> bb9813d60f92 03:31:43 Step 20/22 : LABEL arch=x86_64 03:31:43 ---> Running in f1ada817d145 03:31:44 ---> Running in 57229ba633e1 03:31:44 ---> Running in 160e7dca4233 03:31:44 Removing intermediate container 436eab8e5b27 03:31:44 ---> 68b08ec518cd 03:31:44 Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:31:44 Removing intermediate container 589a39a88fc3 03:31:44 ---> de5603785c95 03:31:44 Step 20/21 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:31:44 Removing intermediate container f1ada817d145 03:31:44 ---> 6e35272def8d 03:31:44 Step 21/23 : LABEL arch=x86_64 03:31:44 Removing intermediate container 160e7dca4233 03:31:44 ---> ee8b74371a35 03:31:44 Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:31:44 ---> Running in 140478eccb7e 03:31:44 ---> Running in 67d8c16550f9 03:31:44 ---> Running in 8a7211d22a52 03:31:44 ---> Running in e3691e520061 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.282s coverage: 92.8% of statements 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 03:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 03:31:44 Removing intermediate container 140478eccb7e 03:31:44 ---> 937d441f1a86 03:31:44 Step 21/21 : LABEL version=0.0.0 03:31:44 Removing intermediate container 67d8c16550f9 03:31:44 ---> d246f2dfc5a5 03:31:44 Step 22/22 : LABEL version=0.0.0 03:31:45 Removing intermediate container 8a7211d22a52 03:31:45 ---> 8d8da0ad638d 03:31:45 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:31:45 Removing intermediate container e3691e520061 03:31:45 ---> d2a68c48db62 03:31:45 Step 22/22 : LABEL version=0.0.0 03:31:45 ---> Running in eb9dafd2d300 03:31:45 ---> Running in 7946d22e2620 03:31:45 ---> Running in 0aafdb33a5a9 03:31:45 ---> Running in 62f2a41b8f4e 03:31:45 Removing intermediate container 7946d22e2620 03:31:45 ---> 162cd3e84d6e 03:31:45 03:31:45 Removing intermediate container eb9dafd2d300 03:31:45 ---> b2d42d8a6491 03:31:45 03:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 03:31:46 Removing intermediate container 0aafdb33a5a9 03:31:46 ---> 545235c29be6 03:31:46 Step 23/23 : LABEL version=0.0.0 03:31:46 Removing intermediate container 62f2a41b8f4e 03:31:46 ---> 8664679e2427 03:31:46 03:31:46 Removing intermediate container 57229ba633e1 03:31:46 ---> c3ec43a3f661 03:31:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:31:46 Successfully built 162cd3e84d6e 03:31:46 Successfully built b2d42d8a6491 03:31:46 Successfully built 8664679e2427 03:31:46 Successfully tagged docker-security-proxy-setup-go:latest 03:31:46 ---> Running in 85bb9f03ae2e 03:31:46 Building docker-sys-mgmt-agent-go 03:31:46  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest 03:31:46 Building docker-core-command-go 03:31:46  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest 03:31:46 Building docker-core-data-go 03:31:46  Building docker-support-notifications-go ... done  ---> Running in 54c487eaf35f 03:31:46 Removing intermediate container 85bb9f03ae2e 03:31:46 ---> 76bf2fcff942 03:31:46 03:31:46 Removing intermediate container 54c487eaf35f 03:31:46 ---> 206265f0f6d3 03:31:46 Step 22/24 : LABEL arch=x86_64 03:31:46 ---> Running in 4264785df474 03:31:46 Successfully built 76bf2fcff942 03:31:46 Successfully tagged docker-core-metadata-go:latest 03:31:46 Building docker-security-bootstrapper-go 03:31:46  Building docker-core-metadata-go ... done Removing intermediate container 4264785df474 03:31:46 ---> d4299464b36a 03:31:46 Step 23/24 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:31:46 ---> Running in 9fa1e4c9cf70 03:31:46 Removing intermediate container 9fa1e4c9cf70 03:31:46 ---> d5a93945da0a 03:31:46 Step 24/24 : LABEL version=0.0.0 03:31:47 ---> Running in 428146afb6ba 03:31:47 Removing intermediate container 428146afb6ba 03:31:47 ---> 16fe9bb16017 03:31:47 03:31:47 Successfully built 16fe9bb16017 03:31:47 Successfully tagged docker-security-secretstore-setup-go:latest 03:32:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 03:32:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 03:32:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.135s coverage: 81.4% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.130s coverage: 92.9% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.158s coverage: 84.6% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.493s coverage: 62.4% of statements 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:32:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 03:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 03:32:14  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:32:14 ---> a178796501c9 03:32:14 Step 3/26 : WORKDIR /edgex-go 03:32:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:32:14 ---> a178796501c9 03:32:14 Step 3/31 : WORKDIR /edgex-goStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:14 03:32:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> Using cache 03:32:14 03:32:14 ---> Using cache 03:32:14 ---> 9542d192bf23 03:32:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:14 ---> 9542d192bf23 03:32:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:14 ---> a178796501c9 03:32:14 Step 3/23 : WORKDIR /edgex-go 03:32:14 ---> Using cache 03:32:14 ---> 9542d192bf23 03:32:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:14 ---> Using cache 03:32:14 ---> daabeb9439d0 03:32:14 Step 5/31 : RUN apk add --update --no-cache make git 03:32:14 ---> Using cache 03:32:14 ---> daabeb9439d0 03:32:14 Step 5/23 : RUN apk add --update --no-cache make git 03:32:14 ---> Using cache 03:32:14 ---> daabeb9439d0 03:32:14 Step 5/26 : RUN apk add --update --no-cache make bash git 03:32:14 ---> Using cache 03:32:14 ---> 49b3fa2e847a 03:32:14 Step 6/31 : COPY go.mod . 03:32:14 ---> Using cache 03:32:14 ---> 49b3fa2e847a 03:32:14 Step 6/23 : COPY go.mod . 03:32:14 ---> Using cache 03:32:14 ---> 7d6b0a3338fc 03:32:14 Step 7/23 : RUN go mod download 03:32:14 ---> Using cache 03:32:14 ---> 7d6b0a3338fc 03:32:14 Step 7/31 : RUN go mod download 03:32:14 ---> Using cache 03:32:14 ---> 1c231e9abddc 03:32:14 Step 8/23 : COPY . . 03:32:14 ---> Using cache 03:32:14 ---> 1c231e9abddc 03:32:14 Step 8/31 : COPY . . 03:32:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:32:14 ---> a178796501c9 03:32:14 Step 3/23 : WORKDIR /edgex-go 03:32:14 ---> Using cache 03:32:14 ---> 9542d192bf23 03:32:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:14 ---> Using cache 03:32:14 ---> daabeb9439d0 03:32:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:32:14 ---> Using cache 03:32:14 ---> 276252ac56ed 03:32:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:32:14 ---> Using cache 03:32:14 ---> 276252ac56ed 03:32:14 Step 9/23 : RUN make cmd/core-command/core-command 03:32:14 ---> Running in 55468d401cf9 03:32:14 ---> Running in 1d27d3ab23b5 03:32:14 ---> Running in a844a7f13b37 03:32:14 ---> Running in ddbf4daa5c39 03:32:14 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 03:32:14 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 03:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 69.0% of statements 03:32:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:32:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:32:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:18 OK: 233 MiB in 51 packages 03:32:18 OK: 233 MiB in 51 packages 03:32:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.372s coverage: 38.4% of statements 03:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:32:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 03:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:32:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 03:32:20 Removing intermediate container a844a7f13b37 03:32:20 ---> e4b90f9ce282 03:32:20 Step 6/26 : COPY go.mod . 03:32:20 Removing intermediate container 55468d401cf9 03:32:20 ---> 62a83e9ce890 03:32:20 Step 6/23 : COPY go.mod . 03:32:20 ---> 9020ed69ef56 03:32:20 Step 7/26 : RUN go mod download 03:32:20 ---> 3b39a12b3166 03:32:20 Step 7/23 : RUN go mod download 03:32:20 ---> Running in df28142fabe3 03:32:21 ---> Running in 274cbfc69bcc 03:32:23 Removing intermediate container df28142fabe3 03:32:23 ---> b83e4b73226b 03:32:23 Step 8/26 : COPY . . 03:32:23 Removing intermediate container 274cbfc69bcc 03:32:23 ---> cd0ea6d3bc00 03:32:23 Step 8/23 : COPY . . 03:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.0% of statements 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.188s coverage: 100.0% of statements 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.217s coverage: 100.0% of statements 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:32:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.8% of statements 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:32:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.257s coverage: 96.5% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:32:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 03:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 03:32:33 GO111MODULE=on go vet ./... 03:32:50 Removing intermediate container 1d27d3ab23b5 03:32:50 ---> c71be52bec46 03:32:50 03:32:50 Step 10/31 : FROM alpine:3.12 03:32:50 ---> 88dd2752d2ea 03:32:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:32:50 ---> Running in 7f009452a520 03:32:52 ---> b45ce0289fdb 03:32:52 Step 9/23 : RUN make cmd/core-data/core-data 03:32:52 Removing intermediate container 7f009452a520 03:32:52 ---> 0bad975802fd 03:32:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:32:52 ---> Running in 2e006a9c6844 03:32:52 ---> Running in 3a2084683e01 03:32:52 ---> db1da5b14463 03:32:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:32:53 Removing intermediate container ddbf4daa5c39 03:32:53 ---> bb948eeed74b 03:32:53 03:32:53 Step 10/23 : FROM alpine:3.12 03:32:53 ---> 88dd2752d2ea 03:32:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:32:53 ---> Using cache 03:32:53 ---> c702852de11d 03:32:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:32:53 ---> Using cache 03:32:53 ---> 3c80ba242318 03:32:53 Step 13/23 : ENV APP_PORT=48082 03:32:53 ---> Running in b69cffa0cd28 03:32:53 ---> Running in 86f3dcaa320d 03:32:53 Removing intermediate container 86f3dcaa320d 03:32:53 ---> 4dd9e98ac2d8 03:32:53 Step 14/23 : EXPOSE $APP_PORT 03:32:53 ---> Running in 5911fe89b8d7 03:32:53 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 03:32:54 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 03:32:54 Removing intermediate container 5911fe89b8d7 03:32:54 ---> c6c8d1c6e49e 03:32:54 Step 15/23 : WORKDIR / 03:32:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:54 (1/2) Installing dumb-init (1.2.2-r1) 03:32:54 (2/2) Installing su-exec (0.2-r1) 03:32:54 Executing busybox-1.31.1-r19.trigger 03:32:54 OK: 6 MiB in 16 packages 03:32:54 ---> Running in 741caedd564d 03:32:54 Removing intermediate container 741caedd564d 03:32:54 ---> eb3e268e6719 03:32:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:32:55 Removing intermediate container 3a2084683e01 03:32:55 ---> 1b5a0c75c72d 03:32:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:32:55 ---> fe7ed232c3d0 03:32:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:32:55 ---> Running in af3b06d034a8 03:32:56 Removing intermediate container af3b06d034a8 03:32:56 ---> 29900f4f133d 03:32:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:32:56 ---> Running in add1e582d590 03:32:56 Removing intermediate container add1e582d590 03:32:56 ---> 1086ff7d3055 03:32:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:32:56 ---> e67381304cb3 03:32:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:32:56 ---> Running in e312cbc88168 03:32:57 ---> a00cd05b97e1 03:32:57 Step 19/23 : ENTRYPOINT ["/core-command"] 03:32:57 ---> Running in f88933a65f76 03:32:57 Removing intermediate container f88933a65f76 03:32:57 ---> 57cf25c74bf2 03:32:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:32:57 ---> Running in 9e21fd3584b7 03:32:58 Removing intermediate container 9e21fd3584b7 03:32:58 ---> c38ffb4f9bfb 03:32:58 Step 21/23 : LABEL arch=x86_64 03:32:58 ---> Running in 2fc543962baa 03:32:58 Removing intermediate container e312cbc88168 03:32:58 ---> 2ce2bd4f71d4 03:32:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:32:59 ---> Running in 764508b3dcc7 03:32:59 Removing intermediate container 2fc543962baa 03:32:59 ---> 04d28a6de93f 03:32:59 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:32:59 ---> Running in a8e6ecc2f988 03:32:59 Removing intermediate container 764508b3dcc7 03:32:59 ---> e6e53f8ee614 03:32:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:32:59 Removing intermediate container a8e6ecc2f988 03:32:59 ---> a8a4be406621 03:32:59 Step 23/23 : LABEL version=0.0.0 03:32:59 ---> Running in 008bbe339e99 03:32:59 ---> fb79facb15f2 03:32:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:33:00 ---> Running in cac17c00cf1c 03:33:00 Removing intermediate container 008bbe339e99 03:33:00 ---> 56f5c7eeb90b 03:33:00 03:33:00 Successfully built 56f5c7eeb90b 03:33:00 Successfully tagged docker-core-command-go:latest 03:33:02  Building docker-core-command-go ... done Removing intermediate container cac17c00cf1c 03:33:02 ---> 782fe29b2279 03:33:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:33:02 ---> 499fde27c438 03:33:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:33:03 ---> 3fe19f471f05 03:33:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:33:03 ---> a6018bb02d62 03:33:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:33:04 ---> 9e5a409fd403 03:33:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:33:04 ---> a1f1ed97c33f 03:33:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:33:04 ---> Running in 43554ab8bf64 03:33:05 Removing intermediate container 43554ab8bf64 03:33:05 ---> 3040ca5923db 03:33:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:33:05 ---> 8e5cc3639ee3 03:33:05 Step 26/31 : RUN chmod +x /entrypoint.sh 03:33:06 ---> Running in ea792218684a 03:33:08 Removing intermediate container ea792218684a 03:33:08 ---> 2b6a21b5fd7e 03:33:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:33:08 ---> Running in 6c1c3701ea16 03:33:09 Removing intermediate container 6c1c3701ea16 03:33:09 ---> 33f187a9c3ff 03:33:09 Step 28/31 : CMD ["gate"] 03:33:10 ---> Running in d7c1cdf13bc9 03:33:10 Removing intermediate container d7c1cdf13bc9 03:33:10 ---> 4ab4dc274462 03:33:10 Step 29/31 : LABEL arch=x86_64 03:33:11 ---> Running in ba5d205d9095 03:33:11 Removing intermediate container ba5d205d9095 03:33:11 ---> e68ce12eb0f4 03:33:11 Step 30/31 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:33:12 ---> Running in 44c20637bfca 03:33:13 Removing intermediate container 44c20637bfca 03:33:13 ---> b16267ca9198 03:33:13 Step 31/31 : LABEL version=0.0.0 03:33:13 Removing intermediate container b69cffa0cd28 03:33:13 ---> 3adce048b322 03:33:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:33:13 ---> Running in e78da97c8b82 03:33:13 ---> Running in 75580f4b295e 03:33:15 Removing intermediate container 75580f4b295e 03:33:15 ---> 2efff372df3f 03:33:15 03:33:15 Successfully built 2efff372df3f 03:33:15 Successfully tagged docker-security-bootstrapper-go:latest 03:33:15  Building docker-security-bootstrapper-go ... done 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 03:33:17 Removing intermediate container 2e006a9c6844 03:33:17 ---> 897f3ac4ba90 03:33:17 03:33:17 Step 10/23 : FROM alpine:3.12 03:33:17 ---> 88dd2752d2ea 03:33:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:33:17 Removing intermediate container e78da97c8b82 03:33:17 ---> 734a93fd676d 03:33:17 03:33:17 Step 11/26 : FROM docker:20.10.0 03:33:17 ---> Running in 8a66630b7d9d 03:33:17 20.10.0: Pulling from library/docker 03:33:18 Removing intermediate container 8a66630b7d9d 03:33:18 ---> 10e473674bbf 03:33:18 Step 12/23 : ENV APP_PORT=48080 03:33:18 ---> Running in 791e9588100e 03:33:18 Removing intermediate container 791e9588100e 03:33:18 ---> 7781a7404869 03:33:18 Step 13/23 : EXPOSE $APP_PORT 03:33:18 ---> Running in d4b345b1f355 03:33:18 Removing intermediate container d4b345b1f355 03:33:18 ---> 51151ca5337f 03:33:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:19 ---> Running in 8a4390f2b4f6 03:33:20 Removing intermediate container 8a4390f2b4f6 03:33:20 ---> 04ed2abdbe8e 03:33:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:33:20 ---> Running in bfabe637f40b 03:33:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:33:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:33:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:33:22 Status: Downloaded newer image for docker:20.10.0 03:33:22 ---> aefe523efa57 03:33:22 Step 12/26 : RUN apk add --no-cache bash 03:33:22 ---> Running in 214d015795d8 03:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:33:23 (1/2) Installing readline (8.0.4-r0) 03:33:23 (2/2) Installing bash (5.0.17-r0) 03:33:23 Executing bash-5.0.17-r0.post-install 03:33:23 Executing busybox-1.31.1-r19.trigger 03:33:23 OK: 12 MiB in 22 packages 03:33:23 Removing intermediate container 214d015795d8 03:33:23 ---> a1f32acde77c 03:33:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:33:24 ---> Running in 1bd8c5239b3a 03:33:24 Removing intermediate container 1bd8c5239b3a 03:33:24 ---> 26800765f0af 03:33:24 Step 14/26 : ENV APP_PORT=48090 03:33:24 ---> Running in 0bb0e9af50ff 03:33:24 Removing intermediate container 0bb0e9af50ff 03:33:24 ---> 0c9593e01636 03:33:24 Step 15/26 : EXPOSE $APP_PORT 03:33:24 ---> Running in d2c333864d5d 03:33:24 Removing intermediate container d2c333864d5d 03:33:24 ---> 50c6ecee4bc1 03:33:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:33:25 ---> d7e83c9cebcb 03:33:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:33:25 ---> 67c277657f19 03:33:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:33:25 ---> bdc13d0afe44 03:33:25 Step 19/26 : RUN apk --no-cache add py3-pip 03:33:26 ---> Running in ac52fc9fb8eb 03:33:26 (1/6) Installing dumb-init (1.2.2-r1) 03:33:26 (2/6) Installing libgcc (9.3.0-r2) 03:33:26 (3/6) Installing libsodium (1.0.18-r0) 03:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:33:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:33:26 (1/33) Installing libbz2 (1.0.8-r1) 03:33:26 (2/33) Installing expat (2.2.9-r1) 03:33:26 (3/33) Installing libffi (3.3-r2) 03:33:26 (4/33) Installing gdbm (1.13-r1) 03:33:26 (5/33) Installing xz-libs (5.2.5-r0) 03:33:26 (6/33) Installing sqlite-libs (3.32.1-r0) 03:33:26 (7/33) Installing python3 (3.8.5-r1) 03:33:26 (4/6) Installing libstdc++ (9.3.0-r2) 03:33:28 (5/6) Installing libzmq (4.3.3-r0) 03:33:28 (8/33) Installing py3-appdirs (1.4.4-r1) 03:33:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:33:28 (10/33) Installing py3-parsing (2.4.7-r0) 03:33:28 (11/33) Installing py3-six (1.15.0-r0) 03:33:28 (12/33) Installing py3-packaging (20.4-r0) 03:33:28 (13/33) Installing py3-setuptools (47.0.0-r0) 03:33:28 (14/33) Installing py3-chardet (3.0.4-r4) 03:33:28 (15/33) Installing py3-idna (2.9-r0) 03:33:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:33:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:33:28 (18/33) Installing py3-requests (2.23.0-r0) 03:33:28 (19/33) Installing py3-msgpack (1.0.0-r0) 03:33:28 (20/33) Installing py3-lockfile (0.12.2-r3) 03:33:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:33:28 (22/33) Installing py3-colorama (0.4.3-r0) 03:33:28 (23/33) Installing py3-distlib (0.3.0-r0) 03:33:28 (24/33) Installing py3-distro (1.5.0-r1) 03:33:28 (25/33) Installing py3-webencodings (0.5.1-r3) 03:33:28 (6/6) Installing zeromq (4.3.3-r0) 03:33:28 (26/33) Installing py3-html5lib (1.0.1-r4) 03:33:28 (27/33) Installing py3-pytoml (0.1.21-r0) 03:33:28 (28/33) Installing py3-pep517 (0.8.2-r0) 03:33:28 (29/33) Installing py3-progress (1.5-r0) 03:33:28 (30/33) Installing py3-toml (0.10.1-r0) 03:33:28 (31/33) Installing py3-retrying (1.3.3-r0) 03:33:28 Executing busybox-1.31.1-r19.trigger 03:33:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:33:28 (33/33) Installing py3-pip (20.1.1-r0) 03:33:28 OK: 8 MiB in 20 packages 03:33:28 Executing busybox-1.31.1-r19.trigger 03:33:28 OK: 71 MiB in 55 packages 03:33:32 Removing intermediate container bfabe637f40b 03:33:32 ---> 2ff08e07229a 03:33:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:33:37 ---> f0a45d6f3eac 03:33:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:33:37 Removing intermediate container ac52fc9fb8eb 03:33:37 ---> 3d236eee0747 03:33:37 Step 20/26 : RUN pip install docker-compose==1.23.2 03:33:37 ---> Running in a259924eb37a 03:33:37 ---> b382af881618 03:33:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:33:38 ---> afbb8614a352 03:33:38 Step 19/23 : ENTRYPOINT ["/core-data"] 03:33:38 ---> Running in 04a514fd5880 03:33:38 Removing intermediate container 04a514fd5880 03:33:38 ---> 337e596fb481 03:33:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:33:38 ---> Running in d8ffd3dc8e30 03:33:38 Removing intermediate container d8ffd3dc8e30 03:33:38 ---> c7ed4abe1535 03:33:38 Step 21/23 : LABEL arch=x86_64 03:33:38 ---> Running in 3d9e1130f577 03:33:39 Removing intermediate container 3d9e1130f577 03:33:39 ---> 405ccf653cde 03:33:39 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:33:39 ---> Running in b6a59ebb3097 03:33:39 Collecting docker-compose==1.23.2 03:33:39 Removing intermediate container b6a59ebb3097 03:33:39 ---> 34c9227c355e 03:33:39 Step 23/23 : LABEL version=0.0.0 03:33:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:33:39 ---> Running in 37d342e02ecc 03:33:40 Collecting dockerpty<0.5,>=0.4.1 03:33:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:33:40 Removing intermediate container 37d342e02ecc 03:33:40 ---> b64880d7df1b 03:33:40 03:33:40 Successfully built b64880d7df1b 03:33:40 Successfully tagged docker-core-data-go:latest 03:33:40  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 03:33:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:33:40 Collecting docopt<0.7,>=0.6.1 03:33:40 Downloading docopt-0.6.2.tar.gz (25 kB) 03:33:41 Collecting cached-property<2,>=1.2.0 03:33:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:33:41 Collecting texttable<0.10,>=0.9.0 03:33:41 Downloading texttable-0.9.1.tar.gz (11 kB) 03:33:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:33:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:33:42 Collecting websocket-client<1.0,>=0.32.0 03:33:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:33:42 Collecting PyYAML<4,>=3.10 03:33:42 Downloading PyYAML-3.13.tar.gz (270 kB) 03:33:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:33:43 Collecting jsonschema<3,>=2.5.1 03:33:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:33:43 Collecting docker-pycreds>=0.4.0 03:33:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:33:43 Collecting idna<2.8,>=2.5 03:33:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:33:43 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) 03:33:43 Collecting urllib3<1.25,>=1.21.1 03:33:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:33:43 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) 03:33:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:33:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:33:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:33:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:33:43 Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, texttable, PyYAML, jsonschema, docker-compose 03:33:43 Running setup.py install for dockerpty: started 03:33:44 Running setup.py install for dockerpty: finished with status 'done' 03:33:44 Attempting uninstall: idna 03:33:44 Found existing installation: idna 2.9 03:33:44 Uninstalling idna-2.9: 03:33:44 Successfully uninstalled idna-2.9 03:33:44 Attempting uninstall: urllib3 03:33:44 Found existing installation: urllib3 1.25.9 03:33:44 Uninstalling urllib3-1.25.9: 03:33:44 Successfully uninstalled urllib3-1.25.9 03:33:44 Attempting uninstall: requests 03:33:44 Found existing installation: requests 2.23.0 03:33:44 Uninstalling requests-2.23.0: 03:33:44 Successfully uninstalled requests-2.23.0 03:33:45 Running setup.py install for docopt: started 03:33:45 Running setup.py install for docopt: finished with status 'done' 03:33:45 Running setup.py install for texttable: started 03:33:45 Running setup.py install for texttable: finished with status 'done' 03:33:45 Running setup.py install for PyYAML: started 03:33:46 Running setup.py install for PyYAML: finished with status 'done' 03:33:47 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.58.0 03:33:49 Removing intermediate container a259924eb37a 03:33:49 ---> 0524f398eaae 03:33:49 Step 21/26 : RUN apk --no-cache add curl 03:33:49 ---> Running in 92300f668d6a 03:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:33:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:33:50 (2/3) Installing libcurl (7.69.1-r3) 03:33:50 (3/3) Installing curl (7.69.1-r3) 03:33:50 Executing busybox-1.31.1-r19.trigger 03:33:50 OK: 72 MiB in 58 packages 03:33:50 Removing intermediate container 92300f668d6a 03:33:50 ---> a58a3dffd579 03:33:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:33:50 ---> Running in fcae06d55bd0 03:33:50 Removing intermediate container fcae06d55bd0 03:33:50 ---> d046d7e14e4e 03:33:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:33:50 ---> Running in bf7e692c3487 03:33:51 Removing intermediate container bf7e692c3487 03:33:51 ---> f1d92f246e6b 03:33:51 Step 24/26 : LABEL arch=x86_64 03:33:51 ---> Running in d46817d179d1 03:33:51 Removing intermediate container d46817d179d1 03:33:51 ---> 711d4d985486 03:33:51 Step 25/26 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:33:51 ---> Running in b11acf1a20bc 03:33:51 Removing intermediate container b11acf1a20bc 03:33:51 ---> 4a22874edb63 03:33:51 Step 26/26 : LABEL version=0.0.0 03:33:51 ---> Running in 3cdc158f5382 03:33:51 Removing intermediate container 3cdc158f5382 03:33:51 ---> 7ace159540c3 03:33:51 03:33:52 Successfully built 7ace159540c3 03:33:52 Successfully tagged docker-sys-mgmt-agent-go:latest 03:33:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:33:52 $ docker stop --time=1 c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 03:33:54 $ docker rm -f c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 [Pipeline] // withDockerContainer [Pipeline] sh 03:33:54 + docker images 03:33:54 + grep docker 03:33:54 docker-sys-mgmt-agent-go latest 7ace159540c3 3 seconds ago 313MB 03:33:54 docker-core-data-go latest b64880d7df1b 15 seconds ago 22.6MB 03:33:54 docker-security-bootstrapper-go latest 2efff372df3f 41 seconds ago 18.7MB 03:33:54 docker-core-command-go latest 56f5c7eeb90b 54 seconds ago 17.2MB 03:33:54 docker-core-metadata-go latest 76bf2fcff942 2 minutes ago 19MB 03:33:54 docker-security-secretstore-setup-go latest 16fe9bb16017 2 minutes ago 24.9MB 03:33:54 docker-support-scheduler-go latest b2d42d8a6491 2 minutes ago 17.3MB 03:33:54 docker-support-notifications-go latest 8664679e2427 2 minutes ago 17.8MB 03:33:54 docker-security-proxy-setup-go latest 162cd3e84d6e 2 minutes ago 24.7MB 03:33:54 docker 20.10.0 aefe523efa57 2 months 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 03:33:55 gofmt -l . 03:33:55 [ "`gofmt -l .`" = "" ] 03:33:55 ./bin/test-go-mod-tidy.sh 03:33:55 ./bin/test-attribution-txt.sh [Pipeline] sh 03:33:56 + ls -al . 03:33:56 total 768 03:33:56 drwxrwxr-x 9 1001 1001 4096 Mar 10 03:33 . 03:33:56 drwxr-xr-x 4 root root 4096 Mar 10 03:29 .. 03:33:56 -rw-rw-r-- 1 1001 1001 11 Mar 10 03:28 .dockerignore 03:33:56 drwxrwxr-x 8 1001 1001 4096 Mar 10 03:28 .git 03:33:56 drwxrwxr-x 3 1001 1001 4096 Mar 10 03:28 .github 03:33:56 -rw-rw-r-- 1 1001 1001 818 Mar 10 03:28 .gitignore 03:33:56 -rw-rw-r-- 1 1001 1001 166 Mar 10 03:28 .sonarcloud.properties 03:33:56 -rw-rw-r-- 1 1001 1001 8607 Mar 10 03:28 Attribution.txt 03:33:56 -rw-rw-r-- 1 1001 1001 3804 Mar 10 03:28 CONTRIBUTING.md 03:33:56 -rw-rw-r-- 1 1001 1001 931 Mar 10 03:28 Dockerfile.build 03:33:56 -rw-rw-r-- 1 1001 1001 863 Mar 10 03:28 Jenkinsfile 03:33:56 -rw-rw-r-- 1 1001 1001 10775 Mar 10 03:28 LICENSE 03:33:56 -rw-rw-r-- 1 1001 1001 5774 Mar 10 03:28 Makefile 03:33:56 -rw-rw-r-- 1 1001 1001 6548 Mar 10 03:28 README.md 03:33:56 -rw-rw-r-- 1 1001 1001 6755 Mar 10 03:28 SECURITY.md 03:33:56 -rw-rw-r-- 1 1001 1001 5 Mar 10 03:25 VERSION 03:33:56 -rw-rw-r-- 1 1001 1001 4131 Mar 10 03:28 ZMQWindows.md 03:33:56 drwxrwxr-x 2 1001 1001 4096 Mar 10 03:28 bin 03:33:56 drwxrwxr-x 14 1001 1001 4096 Mar 10 03:28 cmd 03:33:56 -rw-r--r-- 1 root root 627302 Mar 10 03:32 coverage.out 03:33:56 -rw-r--r-- 1 root root 1055 Mar 10 03:33 go.mod 03:33:56 -rw-r--r-- 1 root root 21981 Mar 10 03:33 go.sum 03:33:56 drwxrwxr-x 8 1001 1001 4096 Mar 10 03:28 internal 03:33:56 drwxrwxr-x 4 1001 1001 4096 Mar 10 03:28 openapi 03:33:56 drwxrwxr-x 4 1001 1001 4096 Mar 10 03:28 snap 03:33:56 -rw-rw-r-- 1 1001 1001 168 Mar 10 03:28 version.go [Pipeline] sh 03:33:56 + '[' -e coverage.out ] 03:33:56 + chown 1001:1001 coverage.out [Pipeline] stash 03:33:57 Warning: overwriting stash ‘coverage-report’ 03:33:58 Stashed 1 file(s) [Pipeline] sh 03:33:58 + make build 03:33:58 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 03:34:09 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 03:34:10 Still waiting to schedule task 03:34:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:34: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 03: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 03:34:43 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 03:34:49 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 03:34:55 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 03:34:58 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 03:35:01 Running on prd-ubuntu18.04-docker-8c-8g-29247 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws 03:35:01 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 03:35:02 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 03:35:03 using credential edgex-jenkins-ssh 03:35:03 Cloning the remote Git repository 03:35:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:35:03 > git init /w/workspace/edgex-go/12 # timeout=10 03:35:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:35:03 > git --version # timeout=10 03:35:03 > git --version # 'git version 2.17.1' 03:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:06 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 03:35:11 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] } 03:35:16 $ docker stop --time=1 ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 03:35:19 $ docker rm -f ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:35:21 03:35:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:35:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:35:21 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 03:35:22 latest: Pulling from edgex-devops/edgex-compose-arm64 03:35:22 29e5d40040c1: Pulling fs layer 03:35:22 1ce36da41761: Pulling fs layer 03:35:22 25b303627fd3: Pulling fs layer 03:35:22 Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 03:35:22 Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) 03:35:22 29e5d40040c1: Verifying Checksum 03:35:22 29e5d40040c1: Download complete 03:35:22 1ce36da41761: Verifying Checksum 03:35:22 1ce36da41761: Download complete 03:35:23 29e5d40040c1: Pull complete 03:35:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:35:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:35:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:21 > git config core.sparsecheckout # timeout=10 03:35:22 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 03:35:22 > git remote # timeout=10 03:35:22 > git config --get remote.origin.url # timeout=10 03:35:22 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:22 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 03:35:22 > git rev-parse HEAD^{commit} # timeout=10 03:35:22 > git config core.sparsecheckout # timeout=10 03:35:22 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 03:35:24 1ce36da41761: Pull complete 03:35:24 25b303627fd3: Verifying Checksum 03:35:24 25b303627fd3: Download complete 03:35:25 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:35:26 + echo snap-build.sh 03:35:26 snap-build.sh 03:35:26 + SNAP_BASE_DIR=. 03:35:26 + '[' '!' -z /w/workspace/edgex-go/12 ']' 03:35:26 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 03:35:26 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 03:35:26 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 03:35:26 + cd /w/workspace/edgex-go/12 03:35:26 + sudo apt-get remove -qy --purge lxd lxd-client 03:35:26 Reading package lists... 03:35:27 Building dependency tree... 03:35:27 Reading state information... 03:35:27 The following packages were automatically installed and are no longer required: 03:35:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:35:27 uidmap xdelta3 03:35:27 Use 'sudo apt autoremove' to remove them. 03:35:27 The following packages will be REMOVED: 03:35:27 lxd* lxd-client* 03:35:27 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:35:27 After this operation, 31.7 MB disk space will be freed. 03:35:28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 03:35:28 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:35:29 Removing lxd dnsmasq configuration 03:35:29 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:35:29 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:35:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:35:30 (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.) 03:35:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:35:32 Processing triggers for systemd (237-3ubuntu10.42) ... 03:35:32 Processing triggers for ureadahead (0.100.0-21) ... 03:35:32 + sudo snap remove --purge lxd 03:35:33 snap "lxd" is not installed 03:35:33 + sudo groupadd --force --system lxd 03:35:33 ++ whoami 03:35:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:35:33 + newgrp - lxd 03:35:33 + sudo snap install lxd 03:35:34 25b303627fd3: Pull complete 03:35:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:35:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:35:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:35:35 prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container 03:35:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 03:35:38 $ docker top f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:39 + grep parallel 03:35:39 + docker-compose build --help 03:35:41 2021-03-10T03:35:38Z INFO Waiting for automatic snapd restart... 03:35:42 --parallel Build images in parallel. [Pipeline] } 03:35:42 $ docker stop --time=1 f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 03:35:44 $ docker rm -f f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:35:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:35:45 . [Pipeline] withDockerContainer 03:35:45 prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container 03:35:45 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 03:35:47 $ docker top 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:48 + docker-compose -f ./docker-compose-build.yml build --parallel 03:35:52 Building docker-core-command-go ... 03:35:52 Building docker-core-data-go ... 03:35:52 Building docker-core-metadata-go ... 03:35:52 Building docker-security-bootstrapper-go ... 03:35:52 Building docker-security-proxy-setup-go ... 03:35:52 Building docker-security-secretstore-setup-go ... 03:35:52 Building docker-support-notifications-go ... 03:35:52 Building docker-support-scheduler-go ... 03:35:52 Building docker-sys-mgmt-agent-go ... 03:35:52 Building docker-security-secretstore-setup-go 03:35:52 Building docker-security-proxy-setup-go 03:35:52 Building docker-core-metadata-go 03:35:52 Building docker-support-notifications-go 03:35:52 Building docker-support-scheduler-go 03:36:03 lxd 4.11 from Canonical* installed 03:36:03 + sudo lxd init --auto 03:36:10 + sudo snap install --classic snapcraft 03:36:16 snapcraft 4.5.4 from Canonical* installed 03:36:16 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:36:16 + patch --verbose -p1 03:36:16 Hmm... Looks like a unified diff to me... 03:36:16 The text leading up to this was: 03:36:16 -------------------------- 03:36:16 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:36:16 |From: Tony Espy 03:36:16 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:36:16 |Subject: [PATCH] optimize snap build for pipeline CI check 03:36:16 | 03:36:16 |This patch is used by the EdgeX CI pipeline builds to 03:36:16 |optimize the snap CI check run for pull requests. When 03:36:16 |applied, it essentially strips out everything (apps and 03:36:16 |parts) from the snapcraft.yaml file except those required 03:36:16 |to build edgex-go, as the whole idea of the CI check is to 03:36:16 |catch changes to edgex-go that break the snap build. 03:36:16 | 03:36:16 |In general, anyone updating snapcraft.yaml will also need 03:36:16 |to update this patch file, otherwise it may fail to apply, 03:36:16 |resulting in a failed snap build CI check in the associated 03:36:16 |pull request. 03:36:16 | 03:36:16 |Note - in addition to applying this patch, the pipeline also 03:36:16 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:36:16 |need to build the finally binary .snap file (and it won't 03:36:16 |work with the patch applied). This further reduces the build 03:36:16 |time. 03:36:16 |--- 03:36:16 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:36:16 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:36:16 | 03:36:16 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:36:16 |index 1e537489..faf42425 100644 03:36:16 |--- a/snap/snapcraft.yaml 03:36:16 |+++ b/snap/snapcraft.yaml 03:36:16 -------------------------- 03:36:16 patching file snap/snapcraft.yaml 03:36:16 Using Plan A... 03:36:16 Hunk #1 succeeded at 73. 03:36:16 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 03:36:16 Hunk #3 succeeded at 217 (offset 3 lines). 03:36:16 Hunk #4 succeeded at 225 (offset 3 lines). 03:36:16 Hunk #5 succeeded at 232 (offset 3 lines). 03:36:16 Hunk #6 succeeded at 259 (offset 3 lines). 03:36:16 Hunk #7 succeeded at 293 (offset 3 lines). 03:36:16 Hunk #8 succeeded at 352 (offset 11 lines). 03:36:16 Hmm... Ignoring the trailing garbage. 03:36:16 done 03:36:16 + sudo snapcraft prime --use-lxd 03:36:18 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:36:18 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: 03:36:18 - README.md 03:36:18 - snapcraft.yaml.orig 03:36:18 03:36:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:36:18 Launching a container. 03:36:31 Waiting for container to be ready 03:36:31 To start your first instance, try: lxc launch ubuntu:18.04 03:36:31 03:36:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:36:33 Waiting for network to be ready... 03:36:34 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:36:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:36:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:36:35 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:36:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:36:35 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:36:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:36:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:36:35 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:36:35 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:36:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:36:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:36:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:36:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:36:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:36:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:36:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:36:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:36:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:36:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 03:36:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:36:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:36:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:36:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:36:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:36:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:36:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:36:38 Fetched 24.0 MB in 4s (5422 kB/s) 03:36:39 Reading package lists... 03:36:39 Reading package lists... 03:36:39 Building dependency tree... 03:36:39 Reading state information... 03:36:39 The following additional packages will be installed: 03:36:39 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:36:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:36:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:36:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:36:39 Suggested packages: 03:36:39 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:36:39 Recommended packages: 03:36:39 gnupg libsasl2-modules 03:36:39 The following NEW packages will be installed: 03:36:39 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:36:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:36:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:36:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:36:39 The following packages will be upgraded: 03:36:39 gpg gpg-agent gpgconf libudev1 03:36:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:36:40 Need to get 3530 kB of archives. 03:36:40 After this operation, 13.3 MB of additional disk space will be used. 03:36:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:36:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:36:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:36:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:36:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:36:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:36:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:36:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:36:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:36:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:36:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:36:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:36:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:36:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:36:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:36:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:36:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:36:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:36:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:36:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:36:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:36:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:36:41 debconf: delaying package configuration, since apt-utils is not installed 03:36:41 Fetched 3530 kB in 1s (3185 kB/s) 03:36:41 (Reading database ... 12511 files and directories currently installed.) 03:36:41 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:36:41 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:36:41 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:36:41 Selecting previously unselected package udev. 03:36:41 (Reading database ... 12511 files and directories currently installed.) 03:36:41 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:36:41 Unpacking udev (237-3ubuntu10.44) ... 03:36:42 Selecting previously unselected package libfuse2:amd64. 03:36:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:36:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:36:42 Selecting previously unselected package fuse. 03:36:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:36:42 Unpacking fuse (2.9.7-1ubuntu1) ... 03:36:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:36:42 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:36:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:36:42 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:36:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:36:42 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:36:42 Selecting previously unselected package libksba8:amd64. 03:36:42 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:36:42 Unpacking libksba8:amd64 (1.3.5-2) ... 03:36:42 Selecting previously unselected package libroken18-heimdal:amd64. 03:36:42 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:42 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:36:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:36:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:36:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libwind0-heimdal:amd64. 03:36:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:36:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:36:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:36:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:36:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:36:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:43 Selecting previously unselected package libsasl2-modules-db:amd64. 03:36:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:36:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:36:43 Selecting previously unselected package libsasl2-2:amd64. 03:36:43 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:36:43 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:36:43 Selecting previously unselected package libldap-common. 03:36:43 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:36:43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:36:44 Selecting previously unselected package libldap-2.4-2:amd64. 03:36:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:36:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:36:44 Selecting previously unselected package dirmngr. 03:36:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:36:44 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:36:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:36:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:36:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:36:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:36:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:36:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:36:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:44 Setting up libksba8:amd64 (1.3.5-2) ... 03:36:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:36:44 Setting up udev (237-3ubuntu10.44) ... 03:36:44 invoke-rc.d: policy-rc.d denied execution of start. 03:36:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:44 Processing triggers for systemd (237-3ubuntu10) ... 03:36:45 Setting up fuse (2.9.7-1ubuntu1) ... 03:36:45 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:36:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:36:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:36:45 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:36:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:36:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:36:46 settings in the [Install] section, and DefaultInstance for template units). 03:36:46 This means they are not meant to be enabled using systemctl. 03:36:46 Possible reasons for having this kind of units are: 03:36:46 1) A unit may be statically enabled by being symlinked from another unit's 03:36:46 .wants/ or .requires/ directory. 03:36:46 2) A unit's purpose may be to act as a helper for some other unit which has 03:36:46 a requirement dependency on it. 03:36:46 3) A unit may be started when needed via activation (socket, path, timer, 03:36:46 D-Bus, udev, scripted systemctl call, ...). 03:36:46 4) In case of template units, the unit is meant to be enabled with some 03:36:46 instance name specified. 03:36:46 Reading package lists... 03:36:46 Building dependency tree... 03:36:46 Reading state information... 03:36:46 The following additional packages will be installed: 03:36:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:36:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:36:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:36:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:36:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:36:46 Suggested packages: 03:36:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:36:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:36:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:36:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:36:46 systemd-container policykit-1 03:36:46 Recommended packages: 03:36:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:36:46 The following NEW packages will be installed: 03:36:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:36:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:36:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:36:46 multiarch-support openssh-client python3 python3-minimal python3.6 03:36:46 python3.6-minimal snapd squashfs-tools sudo 03:36:46 The following packages will be upgraded: 03:36:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:36:46 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:36:46 Need to get 35.2 MB of archives. 03:36:46 After this operation, 141 MB of additional disk space will be used. 03:36:46 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:36:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:36:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:36:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 03:36:47 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:36:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:36:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:36:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:36:47 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:36:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:36:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:36:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:36:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:36:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:36:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:36:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:36:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:36:47 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:36:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:36:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:36:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:36:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:36:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:36:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:36:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:36:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:36:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:36:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:36:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:36:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:36:49 debconf: delaying package configuration, since apt-utils is not installed 03:36:49 Fetched 35.2 MB in 3s (12.5 MB/s) 03:36:49 (Reading database ... 12757 files and directories currently installed.) 03:36:49 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:36:49 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:36:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:36:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:36:50 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:36:50 (Reading database ... 12757 files and directories currently installed.) 03:36:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:36:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:36:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:36:50 (Reading database ... 12757 files and directories currently installed.) 03:36:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:36:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:36:51 Setting up apt (1.6.12ubuntu0.2) ... 03:36:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:36:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:36:51 (Reading database ... 12764 files and directories currently installed.) 03:36:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:36:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:36:52 Selecting previously unselected package libpython3.6-minimal:amd64. 03:36:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:36:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:36:52 Selecting previously unselected package libexpat1:amd64. 03:36:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:36:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:36:52 Selecting previously unselected package python3.6-minimal. 03:36:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:36:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:36:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:36:52 Checking for services that may need to be restarted...done. 03:36:52 Checking for services that may need to be restarted...done. 03:36:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:36:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:36:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:36:53 Selecting previously unselected package python3-minimal. 03:36:53 (Reading database ... 13012 files and directories currently installed.) 03:36:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:36:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:36:53 Selecting previously unselected package mime-support. 03:36:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:36:53 Unpacking mime-support (3.60ubuntu1) ... 03:36:53 Selecting previously unselected package libmpdec2:amd64. 03:36:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:36:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:36:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:36:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:36:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:36:53 Selecting previously unselected package python3.6. 03:36:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:36:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:36:54 Selecting previously unselected package libpython3-stdlib:amd64. 03:36:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:36:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:36:54 Setting up python3-minimal (3.6.7-1~18.04) ... 03:36:54 Selecting previously unselected package python3. 03:36:54 (Reading database ... 13442 files and directories currently installed.) 03:36:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:36:54 Unpacking python3 (3.6.7-1~18.04) ... 03:36:54 Selecting previously unselected package multiarch-support. 03:36:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:36:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:36:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:36:54 Selecting previously unselected package liblzo2-2:amd64. 03:36:54 (Reading database ... 13479 files and directories currently installed.) 03:36:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:36:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:36:54 Selecting previously unselected package libbsd0:amd64. 03:36:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:36:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:36:54 Selecting previously unselected package sudo. 03:36:54 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:36:54 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:36:55 Selecting previously unselected package apparmor. 03:36:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:36:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:36:55 Selecting previously unselected package libedit2:amd64. 03:36:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:36:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:36:55 Selecting previously unselected package libkrb5support0:amd64. 03:36:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:36:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:36:55 Selecting previously unselected package libk5crypto3:amd64. 03:36:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:36:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:36:55 Selecting previously unselected package libkeyutils1:amd64. 03:36:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:36:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:36:55 Selecting previously unselected package libkrb5-3:amd64. 03:36:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:36:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:36:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:36:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:36:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:36:56 Selecting previously unselected package libssl1.0.0:amd64. 03:36:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:36:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:36:56 Selecting previously unselected package openssh-client. 03:36:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:36:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:36:56 Selecting previously unselected package squashfs-tools. 03:36:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:36:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:36:56 Selecting previously unselected package snapd. 03:36:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:36:56 Unpacking snapd (2.48.3+18.04) ... 03:36:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:36:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:36:58 Setting up mime-support (3.60ubuntu1) ... 03:36:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:36:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:36:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:36:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:36:59 Setting up systemd (237-3ubuntu10.44) ... 03:36:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:37:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:37:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:37:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:37:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:37:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:37:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:37:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:37:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:37:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:37:01 Setting up python3 (3.6.7-1~18.04) ... 03:37:01 running python rtupdate hooks for python3.6... 03:37:01 running python post-rtupdate hooks for python3.6... 03:37:01 Setting up apparmor (2.12-4ubuntu5.1) ... 03:37:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:37:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:37:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:37:03 Setting up snapd (2.48.3+18.04) ... 03:37:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:37:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:37:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:37:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:37:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:37:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:37:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:37:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:37:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:37:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:37:05 /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' 03:37:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:37:05 Processing triggers for systemd (237-3ubuntu10.44) ... 03:37:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:37:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:37:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:37:07 Reading package lists... 03:37:07 Reading package lists... 03:37:07 Building dependency tree... 03:37:07 Reading state information... 03:37:07 Calculating upgrade... 03:37:07 The following packages will be upgraded: 03:37:07 advancecomp base-files bash binutils binutils-common 03:37:07 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:37:07 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:37:07 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:37:07 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:37:07 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:37:07 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:37:07 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:37:07 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:37:07 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:37:07 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:37:07 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:37:07 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:37:07 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:37:07 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:37:08 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:37:08 Need to get 63.8 MB of archives. 03:37:08 After this operation, 5202 kB of additional disk space will be used. 03:37:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 03:37:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:37:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:37:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:37:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:37:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:37:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:37:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:37:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:37:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:37:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:37:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:37:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:37:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:37:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:37:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:37:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:37:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:37:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:37:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:37:08 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:37:08 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:37:08 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:37:08 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:37:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:37:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:37:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:37:08 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:37:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:37:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:37:08 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:37:08 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:37:08 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:37:08 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:37:08 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:37:08 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:37:08 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:37:08 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:37:08 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:37:08 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:37:08 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:37:08 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:37:08 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:37:08 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:37:08 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:37:08 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:37:08 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:37:08 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:37:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:37:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:37:08 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:37:08 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:37:08 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:37:08 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:37:08 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:37:08 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:37:08 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:37:08 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:37:08 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:37:08 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:37:08 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:37:09 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:37:09 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:37:09 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:37:09 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:37:09 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:37:09 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:37:09 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:37:09 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:37:09 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:37:09 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:37:09 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:37:09 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:37:09 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:37:09 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:37:09 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:37:09 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:37:09 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:37:09 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:37:09 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:37:09 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:37:09 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:37:09 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:37:09 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:37:09 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:37:09 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:37:09 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:37:09 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:37:09 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:37:09 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:37:09 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:37:09 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:37:09 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:37:09 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:37:09 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:37:09 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:37:09 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:37:09 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:37:09 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:37:10 debconf: delaying package configuration, since apt-utils is not installed 03:37:10 Fetched 63.8 MB in 2s (31.5 MB/s) 03:37:10 (Reading database ... 13912 files and directories currently installed.) 03:37:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:37:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:37:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:37:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:37:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 03:37:10 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 03:37:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:12 (Reading database ... 13911 files and directories currently installed.) 03:37:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:37:13 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:37:13 (Reading database ... 13911 files and directories currently installed.) 03:37:13 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:13 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:37:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:37:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:13 (Reading database ... 13911 files and directories currently installed.) 03:37:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:37:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:37:14 ---> 2be2c7e031a1 03:37:14 Step 3/22 : WORKDIR /edgex-go 03:37:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:37:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:37:14 ---> 2be2c7e031a1 03:37:14 Step 3/23 : WORKDIR /edgex-go 03:37:14 ---> 2be2c7e031a1 03:37:14 Step 3/21 : WORKDIR /edgex-go 03:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:37:14 ---> 2be2c7e031a1 03:37:14 Step 3/22 : WORKDIR /edgex-go 03:37:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:37:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:37:14 ---> 2be2c7e031a1 03:37:14 Step 3/24 : WORKDIR /edgex-go 03:37:14 ---> Running in a05c8de52cfb 03:37:14 ---> Running in b55e5779a157 03:37:14 ---> Running in a508f3a6d4d1 03:37:14 ---> Running in 6160c8d52782 03:37:14 ---> Running in 8840c07f57c9 03:37:14 Removing intermediate container 6160c8d52782 03:37:14 ---> 5e368b9f981e 03:37:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 ---> Running in b556a03b56cc 03:37:14 Removing intermediate container a05c8de52cfb 03:37:14 ---> 1b0493cea861 03:37:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 Removing intermediate container a508f3a6d4d1 03:37:14 ---> 19a8266abe64 03:37:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 Removing intermediate container 8840c07f57c9 03:37:14 ---> 3c0fa576c8d3 03:37:14 Removing intermediate container b55e5779a157 03:37:14 ---> 3b30bd790566 03:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:14 ---> Running in 82ddaa52da9b 03:37:14 ---> Running in add257bd0c5b 03:37:14 ---> Running in a65dc2759e0e 03:37:14 ---> Running in 1184028d7849 03:37:14 Removing intermediate container b556a03b56cc 03:37:14 ---> bd92d395d6e4 03:37:14 Step 5/24 : RUN apk add --update --no-cache make git 03:37:14 ---> Running in b2e73421fca1 03:37:14 Removing intermediate container add257bd0c5b 03:37:14 ---> ba8aedbcef3d 03:37:14 Step 5/23 : RUN apk add --update --no-cache make git 03:37:14 ---> Running in f041554e5602 03:37:14 Removing intermediate container 82ddaa52da9b 03:37:14 ---> 870aa52a32ce 03:37:14 Step 5/21 : RUN apk add --update --no-cache make git 03:37:14 ---> Running in 886edd19787a 03:37:14 Removing intermediate container 1184028d7849 03:37:14 ---> 5a360670fa6d 03:37:14 Step 5/22 : RUN apk add --update --no-cache make git 03:37:14 Removing intermediate container a65dc2759e0e 03:37:14 ---> 587b1c2ac310 03:37:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:37:14 ---> Running in ef064955c926 03:37:14 ---> Running in 53d29a0fc3c0 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:37:14 (Reading database ... 13911 files and directories currently installed.) 03:37:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:14 OK: 217 MiB in 51 packages 03:37:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:37:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:37:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:37:15 Setting up base-files (10.1ubuntu2.10) ... 03:37:15 Installing new version of config file /etc/issue ... 03:37:15 Installing new version of config file /etc/issue.net ... 03:37:15 Installing new version of config file /etc/lsb-release ... 03:37:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:37:15 OK: 217 MiB in 51 packages 03:37:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:37:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:37:15 Removing obsolete conffile /etc/default/motd-news ... 03:37:15 OK: 217 MiB in 51 packages 03:37:15 (Reading database ... 13912 files and directories currently installed.) 03:37:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:37:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:37:15 Setting up bash (4.4.18-2ubuntu1.2) ... 03:37:15 OK: 217 MiB in 51 packages 03:37:15 OK: 217 MiB in 51 packages 03:37:15 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 03:37:15 (Reading database ... 13912 files and directories currently installed.) 03:37:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:37:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:37:16 (Reading database ... 13912 files and directories currently installed.) 03:37:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:37:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:37:16 Removing intermediate container b2e73421fca1 03:37:16 ---> fe90fdbd7490 03:37:16 Step 6/24 : COPY go.mod . 03:37:16 Setting up tar (1.29b-2ubuntu0.2) ... 03:37:16 (Reading database ... 13912 files and directories currently installed.) 03:37:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:37:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:37:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:37:16 Removing intermediate container 886edd19787a 03:37:16 Removing intermediate container f041554e5602 03:37:16 ---> d958af29f4dd 03:37:16 Step 6/23 : COPY go.mod . 03:37:16 ---> bbdf170219ee 03:37:16 Step 6/21 : COPY go.mod . 03:37:16 (Reading database ... 13912 files and directories currently installed.) 03:37:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:37:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:37:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:37:16 (Reading database ... 13912 files and directories currently installed.) 03:37:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:37:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:37:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:37:17 (Reading database ... 13912 files and directories currently installed.) 03:37:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:37:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:37:17 Setting up grep (3.1-2build1) ... 03:37:17 (Reading database ... 13912 files and directories currently installed.) 03:37:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:37:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:37:17 ---> 7d7fc6552805 03:37:17 Step 7/24 : RUN go mod download 03:37:17 Removing intermediate container ef064955c926 03:37:17 ---> 483b9febc93a 03:37:17 Step 6/22 : COPY go.mod . 03:37:17 ---> Running in 30c8aa278483 03:37:17 Setting up login (1:4.5-1ubuntu2) ... 03:37:17 (Reading database ... 13912 files and directories currently installed.) 03:37:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:37:17 Removing intermediate container 53d29a0fc3c0 03:37:17 ---> 61c26b5b8a6e 03:37:17 Step 6/22 : COPY go.mod . 03:37:17 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:37:17 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:37:17 (Reading database ... 13912 files and directories currently installed.) 03:37:17 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:37:17 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:37:18 ---> 8deeff655504 03:37:18 Step 7/23 : RUN go mod download 03:37:18 ---> c2999dc0737f 03:37:18 Step 7/21 : RUN go mod download 03:37:18 ---> Running in 7a1b46daab45 03:37:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:37:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:37:18 ---> Running in fbc983b1a76f 03:37:18 ---> b10c0b1471f9 03:37:18 Step 7/22 : RUN go mod download 03:37:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:37:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:37:18 ---> f949211f2fa1 03:37:18 Step 7/22 : RUN go mod download 03:37:18 ---> Running in 3bb4aa0853e5 03:37:19 ---> Running in 3d5c69ea3d6b 03:37:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:37:19 (Reading database ... 13912 files and directories currently installed.) 03:37:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:37:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:37:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:37:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:37:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:37:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:37:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:37:20 (Reading database ... 13912 files and directories currently installed.) 03:37:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:37:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:37:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:37:21 (Reading database ... 13912 files and directories currently installed.) 03:37:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:37:21 (Reading database ... 13912 files and directories currently installed.) 03:37:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:37:21 (Reading database ... 13912 files and directories currently installed.) 03:37:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:37:21 Removing intermediate container 30c8aa278483 03:37:21 ---> 1b62629ab72a 03:37:21 Step 8/24 : COPY . . 03:37:21 (Reading database ... 13912 files and directories currently installed.) 03:37:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:37:22 (Reading database ... 13912 files and directories currently installed.) 03:37:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:37:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:37:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:37:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:37:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:37:22 (Reading database ... 13912 files and directories currently installed.) 03:37:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:37:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:37:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:37:22 (Reading database ... 13912 files and directories currently installed.) 03:37:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:37:22 (Reading database ... 13912 files and directories currently installed.) 03:37:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:37:23 (Reading database ... 13912 files and directories currently installed.) 03:37:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:23 Removing intermediate container fbc983b1a76f 03:37:23 ---> ed8d45a3b730 03:37:23 Step 8/21 : COPY . . 03:37:23 Removing intermediate container 7a1b46daab45 03:37:23 ---> 471e9cf326cf 03:37:23 Step 8/23 : COPY . . 03:37:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:37:23 Removing intermediate container 3d5c69ea3d6b 03:37:23 ---> 66deff2b363d 03:37:23 Step 8/22 : COPY . . 03:37:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:37:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:37:24 (Reading database ... 13912 files and directories currently installed.) 03:37:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:37:24 Removing intermediate container 3bb4aa0853e5 03:37:24 ---> c0af15588e2f 03:37:24 Step 8/22 : COPY . . 03:37:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:37:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:37:24 (Reading database ... 13912 files and directories currently installed.) 03:37:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:37:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:37:25 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:37:25 (Reading database ... 13914 files and directories currently installed.) 03:37:25 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:37:25 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:37:25 Setting up debconf (1.5.66ubuntu1) ... 03:37:25 (Reading database ... 13914 files and directories currently installed.) 03:37:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:37:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:37:25 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:37:25 (Reading database ... 13914 files and directories currently installed.) 03:37:25 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:37:26 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:37:26 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:37:26 (Reading database ... 13914 files and directories currently installed.) 03:37:26 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:37:26 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:37:26 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:37:26 (Reading database ... 13914 files and directories currently installed.) 03:37:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:37:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:37:26 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:37:26 (Reading database ... 13914 files and directories currently installed.) 03:37:26 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:37:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:37:27 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:37:27 (Reading database ... 13914 files and directories currently installed.) 03:37:27 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:37:27 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:37:27 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:37:27 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:37:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:37:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:37:27 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:37:27 (Reading database ... 13914 files and directories currently installed.) 03:37:27 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:37:27 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:37:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:37:27 (Reading database ... 13914 files and directories currently installed.) 03:37:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:37:28 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:37:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:37:28 (Reading database ... 13914 files and directories currently installed.) 03:37:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:37:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:37:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:37:28 (Reading database ... 13914 files and directories currently installed.) 03:37:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:37:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:37:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:37:29 (Reading database ... 13914 files and directories currently installed.) 03:37:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:37:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:37:29 Setting up passwd (1:4.5-1ubuntu2) ... 03:37:29 (Reading database ... 13914 files and directories currently installed.) 03:37:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:37:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:37:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:37:29 (Reading database ... 13914 files and directories currently installed.) 03:37:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:37:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:37:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:37:30 (Reading database ... 13914 files and directories currently installed.) 03:37:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:37:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:37:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:37:30 (Reading database ... 13914 files and directories currently installed.) 03:37:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:37:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:37:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:37:30 (Reading database ... 13914 files and directories currently installed.) 03:37:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:37:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:37:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:37:31 (Reading database ... 13914 files and directories currently installed.) 03:37:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:37:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:37:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:37:31 (Reading database ... 13914 files and directories currently installed.) 03:37:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:37:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:37:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:37:31 (Reading database ... 13915 files and directories currently installed.) 03:37:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:37:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:37:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:37:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:37:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:37:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:37:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:37:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:37:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:37:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:37:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:37:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:37:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:37:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:37:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:37:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:37:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:37:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:37:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:37:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:37:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:37:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:37:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:37:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:37:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:37:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:37:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:37:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:37:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:37:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:37:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:37:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:37:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:37:35 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:37:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:37:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:37:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:36 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:37 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:38 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:40 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:37:40 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:37:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:37:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:37:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:37:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:37:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:37:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:37:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:37:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:37:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:37:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:37:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:37:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:37:41 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:37:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:37:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:37:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:37:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:37:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:37:41 03:37:41 Current default time zone: 'Etc/UTC' 03:37:41 Local time is now: Wed Mar 10 03:37:41 UTC 2021. 03:37:41 Universal Time is now: Wed Mar 10 03:37:41 UTC 2021. 03:37:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:37:41 03:37:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:37:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:41 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 03:37:42 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:37:42 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:37:42 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:37:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:37:42 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:37:42 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:37:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:37:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:37:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:37:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:42 Setting up patch (2.7.6-2ubuntu1.1) ... 03:37:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:37:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:37:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:37:42 Installing new version of config file /etc/ssl/openssl.cnf ... 03:37:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:37:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:37:42 Setting up ca-certificates (20210119~18.04.1) ... 03:37:44 Updating certificates in /etc/ssl/certs... 03:37:45 23 added, 27 removed; done. 03:37:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:37:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:37:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:37:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:37:45 Setting up pkgbinarymangler (138.18.04.1) ... 03:37:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:37:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up perl (5.26.1-6ubuntu0.5) ... 03:37:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:37:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:37:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:37:45 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:37:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:37:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:37:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:37:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:37:46 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:37:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:37:46 Processing triggers for systemd (237-3ubuntu10.44) ... 03:37:46 Processing triggers for mime-support (3.60ubuntu1) ... 03:37:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:37:46 Updating certificates in /etc/ssl/certs... 03:37:47 0 added, 0 removed; done. 03:37:47 Running hooks in /etc/ca-certificates/update.d... 03:37:47 done. 03:37:47 Reading package lists... 03:37:47 Building dependency tree... 03:37:47 Reading state information... 03:37:47 The following NEW packages will be installed: 03:37:47 apt-transport-https 03:37:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:37:47 Need to get 1696 B of archives. 03:37:47 After this operation, 153 kB of additional disk space will be used. 03:37:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:37:47 debconf: delaying package configuration, since apt-utils is not installed 03:37:47 Fetched 1696 B in 0s (40.7 kB/s) 03:37:47 Selecting previously unselected package apt-transport-https. 03:37:47 (Reading database ... 13920 files and directories currently installed.) 03:37:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:37:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:37:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:37:48 Waiting for network to be ready... 03:37:51 ---> f28f7813d870 03:37:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:37:51 ---> b675fdf96d0b 03:37:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:37:51 ---> b291df710ee8 03:37:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:37:51 ---> bdc63fa29ca8 03:37:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:37:51 ---> Running in 8d77d9f66315 03:37:51 ---> Running in fa76afe9b082 03:37:51 ---> Running in 8fd4c246d203 03:37:51 ---> Running in f8268380b0f0 03:37:51 ---> 11483f8414c3 03:37:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:37:51 ---> Running in 7d77270a2cd8 03:37:51 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 03:37:51 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 03:37:51 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 03:37:52 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 03:37:52 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 03:37:54 2021-03-10T03:37:51Z INFO Waiting for automatic snapd restart... 03:37:54 snapd 2.49 from Canonical* installed 03:37:55 "snapd" switched to the "latest/stable" channel 03:37:55 03:37:58 core18 20210128 from Canonical* installed 03:37:58 "core18" switched to the "latest/stable" channel 03:37:58 03:38:01 snapcraft 4.5.4 from Canonical* installed 03:38:01 "snapcraft" switched to the "latest/stable" channel 03:38:01 03:38:05 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: 03:38:05 - README.md 03:38:05 - snapcraft.yaml.orig 03:38:05 03:38:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:38:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:38:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:38:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:38:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:38:12 Reading package lists... 03:38:13 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 03:38:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:38:19 Reading package lists... 03:38:19 Building dependency tree... 03:38:19 Reading state information... 03:38:19 Suggested packages: 03:38:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:38:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:38:19 Recommended packages: 03:38:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:38:19 The following NEW packages will be installed: 03:38:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:38:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:38:19 pkg-config zip 03:38:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:38:19 Need to get 7658 kB of archives. 03:38:19 After this operation, 43.8 MB of additional disk space will be used. 03:38:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 03:38:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:38:19 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:38:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:38:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:38:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:38:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:38:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:38:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:38:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:38:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:38:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:38:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:38:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:38:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:38:20 debconf: delaying package configuration, since apt-utils is not installed 03:38:20 Fetched 7658 kB in 1s (10.4 MB/s) 03:38:20 Selecting previously unselected package libglib2.0-0:amd64. 03:38:20 (Reading database ... 13924 files and directories currently installed.) 03:38:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 03:38:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:38:20 Selecting previously unselected package libpsl5:amd64. 03:38:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:38:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:38:20 Selecting previously unselected package libnghttp2-14:amd64. 03:38:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:38:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:38:20 Selecting previously unselected package librtmp1:amd64. 03:38:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:38:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:38:21 Selecting previously unselected package libcurl3-gnutls:amd64. 03:38:21 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:38:21 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:38:21 Selecting previously unselected package liberror-perl. 03:38:21 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:38:21 Unpacking liberror-perl (0.17025-1) ... 03:38:21 Selecting previously unselected package git-man. 03:38:21 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:38:21 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:38:21 Selecting previously unselected package git. 03:38:21 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:38:21 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:38:22 Selecting previously unselected package libnorm1:amd64. 03:38:22 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:38:22 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:38:22 Selecting previously unselected package libpgm-5.2-0:amd64. 03:38:22 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:38:22 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:38:22 Selecting previously unselected package libsodium23:amd64. 03:38:22 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:38:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:38:22 Selecting previously unselected package libzmq5:amd64. 03:38:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:38:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:38:22 Selecting previously unselected package libzmq3-dev:amd64. 03:38:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:38:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:38:22 Selecting previously unselected package pkg-config. 03:38:22 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:38:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:38:23 Selecting previously unselected package zip. 03:38:23 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:38:23 Unpacking zip (3.0-11build1) ... 03:38:23 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:38:23 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:38:23 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:38:23 Setting up liberror-perl (0.17025-1) ... 03:38:23 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:38:23 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:38:23 No schema files found: doing nothing. 03:38:23 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:38:23 Setting up zip (3.0-11build1) ... 03:38:23 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:38:23 Setting up libsodium23:amd64 (1.0.16-2) ... 03:38:23 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:38:23 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:38:23 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:38:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:38:23 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:38:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:38:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:38:30 git set to automatically installed. 03:38:30 git-man set to automatically installed. 03:38:30 libcurl3-gnutls set to automatically installed. 03:38:30 liberror-perl set to automatically installed. 03:38:30 libglib2.0-0 set to automatically installed. 03:38:30 libnghttp2-14 set to automatically installed. 03:38:30 libnorm1 set to automatically installed. 03:38:30 libpgm-5.2-0 set to automatically installed. 03:38:30 libpsl5 set to automatically installed. 03:38:30 librtmp1 set to automatically installed. 03:38:30 libsodium23 set to automatically installed. 03:38:30 libzmq3-dev set to automatically installed. 03:38:30 libzmq5 set to automatically installed. 03:38:30 pkg-config set to automatically installed. 03:38:30 zip set to automatically installed. 03:38:31 snapd is not logged in, snap install commands will use sudo 03:38:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:38:38 snap "core18" has no updates available 03:38:39 Pulling config-common 03:38:39 + snapcraftctl pull 03:38:40 Pulling go-build-helper 03:38:40 + snapcraftctl pull 03:39:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:39:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:39:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:39:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:39:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:39:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:39:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:39:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:39:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:39:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:39:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:39:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:39:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:39:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:39:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:39:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:39:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:39:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:39:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:39:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 03:39:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:39:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:39:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:39:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:39:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:39:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:39:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:39:02 Fetched 24.0 MB in 0s (0 B/s) 03:39:02 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:39:02 Fetched 96.5 kB in 0s (0 B/s) 03:39:02 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:39:02 Fetched 279 kB in 0s (0 B/s) 03:39:02 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:39:02 Fetched 122 kB in 0s (0 B/s) 03:39:02 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:39:02 Fetched 77.8 kB in 0s (0 B/s) 03:39:02 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:39:02 Fetched 8848 B in 0s (0 B/s) 03:39:02 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:39:02 Fetched 47.8 kB in 0s (0 B/s) 03:39:02 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:39:02 Fetched 45.6 kB in 0s (0 B/s) 03:39:02 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:39:02 Fetched 15.0 kB in 0s (0 B/s) 03:39:02 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:39:02 Fetched 214 kB in 0s (0 B/s) 03:39:02 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:39:02 Fetched 154 kB in 0s (0 B/s) 03:39:02 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:39:02 Fetched 50.6 kB in 0s (0 B/s) 03:39:02 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:39:02 Fetched 14.8 kB in 0s (0 B/s) 03:39:02 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:39:02 Fetched 41.8 kB in 0s (0 B/s) 03:39:02 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:39:02 Fetched 499 kB in 0s (0 B/s) 03:39:02 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:39:02 Fetched 111 kB in 0s (0 B/s) 03:39:02 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:39:02 Fetched 240 kB in 0s (0 B/s) 03:39:02 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:39:02 Fetched 29.3 kB in 0s (0 B/s) 03:39:02 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:39:02 Fetched 85.5 kB in 0s (0 B/s) 03:39:02 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:39:02 Fetched 24.5 kB in 0s (0 B/s) 03:39:02 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:39:02 Fetched 49.2 kB in 0s (0 B/s) 03:39:02 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:39:02 Fetched 54.2 kB in 0s (0 B/s) 03:39:02 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:39:02 Fetched 30.8 kB in 0s (0 B/s) 03:39:02 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:39:02 Fetched 15.8 kB in 0s (0 B/s) 03:39:02 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:39:02 Fetched 85.9 kB in 0s (0 B/s) 03:39:02 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:39:02 Fetched 8720 B in 0s (0 B/s) 03:39:02 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:39:02 Fetched 137 kB in 0s (0 B/s) 03:39:02 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:39:02 Fetched 119 kB in 0s (0 B/s) 03:39:02 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:39:02 Fetched 109 kB in 0s (0 B/s) 03:39:02 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:39:02 Fetched 11.1 kB in 0s (0 B/s) 03:39:02 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:39:02 Fetched 645 kB in 0s (0 B/s) 03:39:02 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:39:02 Fetched 41.3 kB in 0s (0 B/s) 03:39:02 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:39:02 Fetched 17.9 kB in 0s (0 B/s) 03:39:02 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:39:02 Fetched 368 kB in 0s (0 B/s) 03:39:02 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:39:02 Fetched 187 kB in 0s (0 B/s) 03:39:02 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:39:02 Fetched 175 kB in 0s (0 B/s) 03:39:02 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:39:05 Fetched 206 kB in 0s (0 B/s) 03:39:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:39:05 Fetched 1301 kB in 0s (0 B/s) 03:39:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:39:05 Fetched 36.2 kB in 0s (0 B/s) 03:39:05 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:39:05 Fetched 159 kB in 0s (0 B/s) 03:39:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:39:05 Fetched 107 kB in 0s (0 B/s) 03:39:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:39:05 Fetched 48.7 kB in 0s (0 B/s) 03:39:05 Pulling static-packages 03:39:05 + snapcraftctl pull 03:39:06 'go115' has dependencies that need to be staged: static-packages go-build-helper 03:39:06 Skipping pull go-build-helper (already ran) 03:39:06 Skipping pull static-packages (already ran) 03:39:06 Building go-build-helper 03:39:06 + snapcraftctl build 03:39:10 Building static-packages 03:39:10 + snapcraftctl build 03:39:11 Staging go-build-helper 03:39:11 + snapcraftctl stage 03:39:12 Staging static-packages 03:39:12 + snapcraftctl stage 03:39:13 Pulling go115 03:39:13 + snapcraftctl pull 03:39:14 'edgex-go' has dependencies that need to be staged: go115 03:39:14 Skipping pull go115 (already ran) 03:39:14 Building go115 03:39:14 + dpkg --print-architecture 03:39:14 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 03:39:14 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 03:39:14 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 03:39:14 % Total % Received % Xferd Average Speed Time Time Time Current 03:39:14 Dload Upload Total Spent Left Speed 03:39:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.5M 0 0 43.7M 0 0:00:02 --:--:-- 0:00:02 43.6M 72 115M 72 84.0M 0 0 44.3M 0 0:00:02 0:00:01 0:00:01 44.3M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.6M 03:39:17 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 03:39:17 + sha256sum -c sha256 03:39:17 + grep OK 03:39:17 go1.15.2.linux-amd64.tar.gz: OK 03:39:17 + mkdir -p /root/stage/go1.15 03:39:17 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 03:39:22 Staging go115 03:39:22 + snapcraftctl stage 03:39:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:39:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:39:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:39:27 Fetched 0 B in 0s (0 B/s) 03:39:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:39:27 Fetched 224 kB in 0s (0 B/s) 03:39:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:39:27 Fetched 157 kB in 0s (0 B/s) 03:39:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:39:27 Fetched 221 kB in 0s (0 B/s) 03:39:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:39:27 Fetched 143 kB in 0s (0 B/s) 03:39:27 Pulling edgex-go 03:39:27 + snapcraftctl pull 03:39:27 Pulling version 03:39:27 + cd /root/project 03:39:27 + [ -f VERSION ] 03:39:27 + PROJECT_VERSION=local-dev 03:39:27 + git rev-parse --short HEAD 03:39:27 + GIT_REVISION=80a5fc01 03:39:27 + snapcraftctl set-version local-dev 03:39:28 Building config-common 03:39:28 + snapcraftctl build 03:39:28 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 03:39:28 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 03:39:30 Skipping build go-build-helper (already ran) 03:39:30 Skipping build static-packages (already ran) 03:39:30 Skipping build go115 (already ran) 03:39:31 Building edgex-go 03:39:31 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 03:39:31 + cd /root/parts/edgex-go/src 03:39:31 + make build 03:39:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:39:32 go: downloading github.com/gorilla/mux v1.8.0 03:39:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 03:39:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:39:32 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:39:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:39:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 03:39:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:39:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:39:33 go: downloading github.com/imdario/mergo v0.3.11 03:39:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:39:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:39:33 go: downloading github.com/pelletier/go-toml v1.2.0 03:39:33 go: downloading github.com/BurntSushi/toml v0.3.1 03:39:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:39:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:39:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:39:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:39:33 go: downloading github.com/go-kit/kit v0.8.0 03:39:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:39:33 go: downloading github.com/hashicorp/consul/api v1.8.1 03:39:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:39:33 go: downloading github.com/google/uuid v1.2.0 03:39:33 go: downloading github.com/pebbe/zmq4 v1.2.5 03:39:33 go: downloading github.com/x448/float16 v0.8.4 03:39:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:39:33 go: downloading github.com/mitchellh/copystructure v1.0.0 03:39:33 go: downloading github.com/pkg/errors v0.8.1 03:39:33 go: downloading github.com/leodido/go-urn v1.2.0 03:39:33 go: downloading github.com/go-playground/universal-translator v0.17.0 03:39:33 go: downloading github.com/hashicorp/serf v0.9.5 03:39:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:39:33 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:39:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:39:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:39:33 go: downloading github.com/gorilla/websocket v1.4.2 03:39:33 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:39:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:39:33 go: downloading github.com/go-playground/locales v0.13.0 03:39:33 go: downloading github.com/fatih/color v1.9.0 03:39:33 go: downloading github.com/mattn/go-isatty v0.0.12 03:39:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:39:34 go: downloading github.com/mattn/go-colorable v0.1.6 03:39:34 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:39:34 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:39:34 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:39:35 Removing intermediate container fa76afe9b082 03:39:35 ---> 33e79b74afcc 03:39:35 03:39:35 Step 10/24 : FROM alpine:3.12 03:39:35 3.12: Pulling from library/alpine 03:39:35 Removing intermediate container 8d77d9f66315 03:39:35 ---> 12521d2aa566 03:39:35 03:39:35 Step 10/21 : FROM alpine:3.12 03:39:35 3.12: Pulling from library/alpine 03:39:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:39:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:39:37 Status: Image is up to date for alpine:3.12 03:39:37 Status: Downloaded newer image for alpine:3.12 03:39:37 ---> d10569e2745f 03:39:37 Step 11/21 : RUN apk add --update --no-cache curl 03:39:37 ---> d10569e2745f 03:39:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:39:38 ---> Running in cf097070ab4f 03:39:38 ---> Running in ab88c7180b16 03:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:40 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 03:39:40 go: downloading gopkg.in/yaml.v2 v2.4.0 03:39:41 (1/4) Installing ca-certificates (20191127-r4) 03:39:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:39:41 (3/4) Installing libcurl (7.69.1-r3) 03:39:41 (4/4) Installing curl (7.69.1-r3) 03:39:41 Executing busybox-1.31.1-r19.trigger 03:39:41 Executing ca-certificates-20191127-r4.trigger 03:39:41 (1/5) Installing ca-certificates (20191127-r4) 03:39:41 OK: 7 MiB in 18 packages 03:39:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:39:41 (3/5) Installing libcurl (7.69.1-r3) 03:39:41 (4/5) Installing curl (7.69.1-r3) 03:39:41 (5/5) Installing dumb-init (1.2.2-r1) 03:39:41 Executing busybox-1.31.1-r19.trigger 03:39:41 Executing ca-certificates-20191127-r4.trigger 03:39:42 OK: 7 MiB in 19 packages 03:39:45 Removing intermediate container cf097070ab4f 03:39:45 ---> 4fbfd275139f 03:39:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:39:45 Removing intermediate container ab88c7180b16 03:39:45 ---> 46d27bbd523b 03:39:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:39:45 ---> Running in 8851652ef2c2 03:39:45 ---> Running in 0d6b3f2669a7 03:39: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 03:39:46 Removing intermediate container 8851652ef2c2 03:39:46 ---> 22bed8b5e43a 03:39:46 Step 13/21 : WORKDIR /edgex 03:39:46 Removing intermediate container 0d6b3f2669a7 03:39:46 ---> 3418897fe955 03:39:46 Step 13/24 : WORKDIR / 03:39:46 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 03:39:47 ---> Running in a6cbb0dbde33 03:39:47 ---> Running in 539fdd21a728 03:39:48 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 03:39:48 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 03:39:48 go: downloading github.com/stretchr/testify v1.7.0 03:39:48 Removing intermediate container a6cbb0dbde33 03:39:48 ---> 32ec7faf5f5a 03:39:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:39:48 go: downloading github.com/davecgh/go-spew v1.1.1 03:39:48 go: downloading github.com/pmezard/go-difflib v1.0.0 03:39:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:39:49 Removing intermediate container 7d77270a2cd8 03:39:49 ---> 5c5a12d12879 03:39:49 03:39:49 Step 10/22 : FROM alpine:3.12 03:39:49 ---> d10569e2745f 03:39:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:39:49 Removing intermediate container f8268380b0f0 03:39:49 ---> 568a0b8a27e1 03:39:49 03:39:49 Step 10/22 : FROM alpine:3.12 03:39:49 ---> d10569e2745f 03:39:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:39:49 Removing intermediate container 539fdd21a728 03:39:49 ---> dbeca0d98685 03:39:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:39:49 ---> Running in 0424680cfa4f 03:39:49 ---> Running in 72475571f772 03:39:50 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 03:39:50 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:39:50 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:39:50 ---> bcf2d59035a0 03:39:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:39:51 ---> 4bd0ab06f758 03:39:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:39:51 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 03:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:52 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 03:39:52 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:52 ---> e15a1de63b36 03:39:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:39:52 ---> 311526ee24e7 03:39:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:39:53 (1/1) Installing dumb-init (1.2.2-r1) 03:39:53 Executing busybox-1.31.1-r19.trigger 03:39:53 OK: 5 MiB in 15 packages 03:39:53 (1/2) Installing ca-certificates (20191127-r4) 03:39:53 (2/2) Installing dumb-init (1.2.2-r1) 03:39:53 Executing busybox-1.31.1-r19.trigger 03:39:53 Executing ca-certificates-20191127-r4.trigger 03:39:53 OK: 6 MiB in 16 packages 03:39:53 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 03:39:54 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 03:39:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:39:55 ---> 82ed278c5e03 03:39:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . ---> a1f2e1a19ea3 03:39:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:39:55 03:39:55 ---> Running in 2c6f67494983 03:39:55 Removing intermediate container 72475571f772 03:39:55 ---> bb196ce2519e 03:39:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:39:55 Removing intermediate container 8fd4c246d203 03:39:55 ---> 684be70b24d9 03:39:55 03:39:55 Step 10/23 : FROM alpine:3.12 03:39:55 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 03:39:55 go: downloading github.com/lib/pq v1.9.0 03:39:55 ---> d10569e2745f 03:39:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:39:55 ---> Using cache 03:39:55 ---> bb196ce2519e 03:39:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:39:56 ---> Running in f635f8043359 03:39:56 ---> Running in b34ec1ffc74f 03:39:56 Removing intermediate container 2c6f67494983 03:39:56 ---> 626dfa561b33 03:39:56 Step 18/21 : CMD ["--init=true"] 03:39:56 Removing intermediate container 0424680cfa4f 03:39:56 ---> b84f45eea5a3 03:39:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:39:56 ---> a59060fd416d 03:39:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:39:56 ---> Running in 6b7fa3f65052 03:39:56 ---> Running in 2db4802b83d7 03:39:56 Removing intermediate container f635f8043359 03:39:56 ---> 5fcce78fd89a 03:39:56 Step 13/22 : ENV APP_PORT=48085 03:39:56 Removing intermediate container b34ec1ffc74f 03:39:56 ---> ce56ed60ce4e 03:39:56 Step 13/23 : ENV APP_PORT=48081 03:39:56 ---> Running in 54f63cf9bca3 03:39:57 ---> Running in 68a23e3857ee 03:39:57 Removing intermediate container 6b7fa3f65052 03:39:57 Removing intermediate container 2db4802b83d7 03:39:57 ---> 84944c2560af 03:39:57 Step 13/22 : ENV APP_PORT=48060 ---> c61b6637511c 03:39:57 Step 19/21 : LABEL arch=arm64 03:39:57 03:39:57 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:39:57 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:39:57 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:39:57 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:39:57 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:39:57 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:39:57 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:39:57 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:39:57 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:39:57 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:39:57 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:39:57 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:39:57 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:39:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:39:57 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:39:57 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:39:57 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:39:57 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 03:39:57 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:39:57 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:39:57 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:39:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:39:57 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:39:57 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:39:57 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:39:57 ---> Running in 901c8f1388d6 03:39:57 ---> Running in e2f197610520 03:39:57 Removing intermediate container 54f63cf9bca3 03:39:57 ---> 27bcccc94e2a 03:39:57 Step 14/22 : EXPOSE $APP_PORT 03:39:58 ---> 43fdd4280412 03:39:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:39:58 Removing intermediate container 68a23e3857ee 03:39:58 ---> a30f6ca6a84b 03:39:58 Step 14/23 : EXPOSE $APP_PORT 03:39:58 ---> Running in 44be1c0b1bfd 03:39:58 ---> Running in b68994bccef8 03:39:58 Removing intermediate container 901c8f1388d6 03:39:58 ---> 1675f1dc414b 03:39:58 Step 20/21 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:39:58 Removing intermediate container e2f197610520 03:39:58 ---> 8d5b4a2d12e7 03:39:58 Step 14/22 : EXPOSE $APP_PORT 03:39:58 Building version 03:39:58 + snapcraftctl build 03:39:58 ---> Running in 32b67ef4e37c 03:39:58 ---> Running in 4e9126ec6ae2 03:39:58 Removing intermediate container 44be1c0b1bfd 03:39:58 ---> 9f2fe8f5c8ff 03:39:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:39:58 ---> b805e159c5b5 03:39:58 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/ 03:39:59 Removing intermediate container b68994bccef8 03:39:59 ---> 59c03cb1ba2a 03:39:59 Step 15/23 : WORKDIR / 03:39:59 ---> Running in a31eb3740f67 03:39:59 ---> Running in c62638ac36cb 03:39:59 Removing intermediate container 4e9126ec6ae2 03:39:59 ---> fee7ce27ad3c 03:39:59 Step 21/21 : LABEL version=0.0.0 03:39:59 Removing intermediate container 32b67ef4e37c 03:39:59 ---> 648d95a6e862 03:39:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:39:59 ---> Running in f38e1fb9abb2 03:40:00 ---> f061d716f943 03:40:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:40:00 Removing intermediate container a31eb3740f67 03:40:00 ---> 2f726acf6b08 03:40:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:00 Removing intermediate container f38e1fb9abb2 03:40:00 ---> 34d86dc2a311 03:40:00 03:40:00 Staging config-common 03:40:00 + snapcraftctl stage 03:40:00 ---> 922c74c0d28b 03:40:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:40:01 Successfully built 34d86dc2a311 03:40:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:40:01  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 03:40:01 Skipping stage go-build-helper (already ran) 03:40:01 Skipping stage static-packages (already ran) 03:40:01 Skipping stage go115 (already ran) 03:40:01 Staging edgex-go 03:40:01 + snapcraftctl stage 03:40:01 ---> 7270ecad98a8 03:40:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:40:02 ---> e20e8d069540 03:40:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:40:02 Staging version 03:40:02 + snapcraftctl stage 03:40:03 ---> ab057c44f413 03:40:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:40:03 Priming config-common 03:40:03 + snapcraftctl prime 03:40:03 Removing intermediate container c62638ac36cb 03:40:03 ---> 1b23d86a4fb8 03:40:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:40:03 ---> 36769f5553b8 03:40:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:40:03 ---> Running in 574b3a669c4a 03:40:04 Priming go-build-helper 03:40:04 + snapcraftctl prime 03:40:04 ---> 206d7c12f10c 03:40:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:40:04 ---> Running in 7a541916afcc 03:40:04 ---> 24b86bebf546 03:40:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:40:05 Priming static-packages 03:40:05 + snapcraftctl prime 03:40:05 Removing intermediate container 574b3a669c4a 03:40:05 ---> 12621d82ff6d 03:40:05 Step 22/24 : LABEL arch=arm64 03:40:05 ---> Running in 1ac8d1017934 03:40:05 Removing intermediate container 7a541916afcc 03:40:05 ---> ab0655baf975 03:40:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:05 ---> 120fd9a6ee2f 03:40:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:40:05 ---> Running in be180f3188ab 03:40:05 ---> Running in cd388c11feec 03:40:05 ---> Running in 61399c727cf5 03:40:05 Removing intermediate container 1ac8d1017934 03:40:05 ---> bc4303555049 03:40:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:06 Removing intermediate container be180f3188ab 03:40:06 ---> acfdbc5fec7e 03:40:06 Step 23/24 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:40:06 ---> Running in 4292b5dfabab 03:40:06 Removing intermediate container 61399c727cf5 03:40:06 Removing intermediate container cd388c11feec 03:40:06 ---> 052761b98154 03:40:06 Step 20/22 : LABEL arch=arm64 03:40:06 ---> 3b1ac528f9b7 03:40:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:06 ---> Running in 0d884fddd550 03:40:07 ---> Running in bb46d0e12071 03:40:07 ---> Running in 86bc435ececc 03:40:07 Removing intermediate container 4292b5dfabab 03:40:07 ---> 9a0acdfa867d 03:40:07 Step 20/22 : LABEL arch=arm64 03:40:07 Removing intermediate container 0d884fddd550 03:40:07 ---> 80a47046679f 03:40:07 Step 24/24 : LABEL version=0.0.0 03:40:07 ---> Running in 6ef27a058b50 03:40:07 ---> Running in 42b612ad6c40 03:40:07 Priming go115 03:40:07 + snapcraftctl prime 03:40:07 Removing intermediate container bb46d0e12071 03:40:07 Removing intermediate container 86bc435ececc 03:40:07 ---> 9e45dffda432 03:40:07 Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:40:07 ---> 30d8ee97ac02 03:40:07 Step 21/23 : LABEL arch=arm64 03:40:08 ---> Running in 014c8089cc7b 03:40:08 ---> Running in f723e78c7782 03:40:08 Priming edgex-go 03:40:08 + snapcraftctl prime 03:40:08 Removing intermediate container 42b612ad6c40 03:40:08 ---> 2c32f0371068 03:40:08 Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:40:08 Removing intermediate container 6ef27a058b50 03:40:08 ---> d3ad85a9c282 03:40:08 03:40:08 ---> Running in 040d64638a8e 03:40:08 Removing intermediate container 014c8089cc7b 03:40:08 ---> 00faa33b11df 03:40:08 Step 22/22 : LABEL version=0.0.0 03:40:08 Removing intermediate container f723e78c7782 03:40:08 ---> 1dd07be38e19 03:40:08 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:40:08 Successfully built d3ad85a9c282 03:40:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:40:09 Priming version 03:40:09 + snapcraftctl prime 03:40:09  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 03:40:09 ---> Running in 882fa5aa36e4 03:40:09 ---> Running in 4475165f836f 03:40:09 Removing intermediate container 040d64638a8e 03:40:09 ---> f9d4219b1e20 03:40:09 Step 22/22 : LABEL version=0.0.0 03:40:09 ---> Running in 98162fc97039 03:40:09 Removing intermediate container 4475165f836f 03:40:09 ---> c96a37095ea1 03:40:09 03:40:09 Removing intermediate container 882fa5aa36e4 03:40:09 ---> 6ba133363020 03:40:09 Step 23/23 : LABEL version=0.0.0 03:40:10 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 03:40:10 ---> Running in 9f86ed099c40 03:40:10 Successfully built c96a37095ea1 03:40:10 Removing intermediate container 98162fc97039 03:40:10 ---> c217da8c0354 03:40:10 03:40:10 Successfully tagged docker-support-scheduler-go-arm64:latest 03:40:10  Building docker-support-scheduler-go ... done Building docker-core-command-go 03:40:10 Successfully built c217da8c0354 03:40:10 Successfully tagged docker-support-notifications-go-arm64:latest 03:40:10 Removing intermediate container 9f86ed099c40 03:40:10 ---> 2b7c378087c2 03:40:10  Building docker-support-notifications-go ... done  03:40:10 Building docker-core-data-go 03:40:11 Successfully built 2b7c378087c2 03:40:11 Successfully tagged docker-core-metadata-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:40:50  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:40:50 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:40:50 ---> 2be2c7e031a1 03:40:50 Step 3/31 : WORKDIR /edgex-go 03:40:50 ---> Using cache 03:40:50 ---> 3c0fa576c8d3 03:40:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:40:50 ---> Using cache 03:40:50 ---> 587b1c2ac310 03:40:50 Step 5/31 : RUN apk add --update --no-cache make git 03:40:50 ---> Running in 50f253725223 03:40:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:40:54 OK: 217 MiB in 51 packages 03:40:57 Removing intermediate container 50f253725223 03:40:57 ---> 7e0bdaa784c0 03:40:57 Step 6/31 : COPY go.mod . 03:40:58 ---> 522301179a2f 03:40:58 Step 7/31 : RUN go mod download 03:40:58 ---> Running in 0e32d2a37b1d 03:41:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:41:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:41:00 ---> 2be2c7e031a1 03:41:00 Step 3/26 : WORKDIR /edgex-go 03:41:00 ---> Using cache 03:41:00 ---> 3c0fa576c8d3 03:41:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:00 ---> Using cache 03:41:00 ---> 587b1c2ac310 03:41:00 Step 5/26 : RUN apk add --update --no-cache make bash git 03:41:00 ---> Running in e9daf1fcf6d2 03:41:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:41:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:41:00 ---> 2be2c7e031a1 03:41:00 Step 3/23 : WORKDIR /edgex-go 03:41:00 ---> Using cache 03:41:00 ---> 3c0fa576c8d3 03:41:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:00 ---> Using cache 03:41:00 ---> 587b1c2ac310 03:41:00 Step 5/23 : RUN apk add --update --no-cache make git 03:41:00 ---> Using cache 03:41:00 ---> 7e0bdaa784c0 03:41:00 Step 6/23 : COPY go.mod . 03:41:00 ---> Using cache 03:41:00 ---> 522301179a2f 03:41:00 Step 7/23 : RUN go mod download 03:41:00 ---> Running in d86d431c3525 03:41:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:41:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:41:01 ---> 2be2c7e031a1 03:41:01 Step 3/23 : WORKDIR /edgex-go 03:41:01 ---> Using cache 03:41:01 ---> 3c0fa576c8d3 03:41:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:01 ---> Using cache 03:41:01 ---> 587b1c2ac310 03:41:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:41:01 ---> Running in b7d2a893d7f7 03:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:41:02 Removing intermediate container 0e32d2a37b1d 03:41:02 ---> fdfea422f990 03:41:02 Step 8/31 : COPY . . 03:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:41:03 OK: 217 MiB in 51 packages 03:41:04 OK: 217 MiB in 51 packages 03:41:06 Removing intermediate container d86d431c3525 03:41:06 ---> 467691057abb 03:41:06 Step 8/23 : COPY . . 03:41:06 Removing intermediate container e9daf1fcf6d2 03:41:06 ---> 370469b900b8 03:41:06 Step 6/26 : COPY go.mod . 03:41:06 Removing intermediate container b7d2a893d7f7 03:41:06 ---> 01e4827a52f5 03:41:06 Step 6/23 : COPY go.mod . 03:41:07 ---> eb072cad4c51 03:41:08 Step 7/26 : RUN go mod download 03:41:09 ---> 25209e988eab 03:41:09 Step 7/23 : RUN go mod download 03:41:09 ---> Running in 9210f2732a2c 03:41:09 ---> Running in 4f67e7a0bc2d 03:41:15 Removing intermediate container 9210f2732a2c 03:41:15 ---> 09b5c104da41 03:41:15 Step 8/26 : COPY . . 03:41:15 Removing intermediate container 4f67e7a0bc2d 03:41:15 ---> 4033db2880d7 03:41:15 Step 8/23 : COPY . . 03:41:18 ---> 48cc94c5fe33 03:41:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:41:21 ---> Running in c72c9d259cfd 03:41:22 ---> 767d10597671 03:41:22 Step 9/23 : RUN make cmd/core-command/core-command 03:41:22 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 03:41:23 ---> Running in 126a6c5bb26f 03:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:41:40 ---> 774f287b1049 03:41:40 ---> 012e94b182a1 03:41:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:41:40 Step 9/23 : RUN make cmd/core-data/core-data 03:41:40 ---> Running in f7aa4a163b27 03:41:40 ---> Running in 161b163afc0a 03:41:42 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 03:41: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 03:42:50 Removing intermediate container c72c9d259cfd 03:42:50 ---> 02d7540b4936 03:42:50 03:42:50 Step 10/31 : FROM alpine:3.12 03:42:50 ---> d10569e2745f 03:42:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:42:50 ---> Running in 0ffdb3126e2c 03:42:50 Removing intermediate container 0ffdb3126e2c 03:42:50 ---> 81f220ecc317 03:42:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:42:50 ---> Running in 452ef2734190 03:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:42:50 (1/2) Installing dumb-init (1.2.2-r1) 03:42:50 (2/2) Installing su-exec (0.2-r1) 03:42:50 Executing busybox-1.31.1-r19.trigger 03:42:50 OK: 5 MiB in 16 packages 03:42:50 Removing intermediate container 452ef2734190 03:42:50 ---> 5e0c5131e750 03:42:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:42:50 ---> Running in 287edc24c166 03:42:50 Removing intermediate container 287edc24c166 03:42:50 ---> e8703d426910 03:42:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:42:50 ---> Running in 969cb38df006 03:42:51 Removing intermediate container 969cb38df006 03:42:51 ---> c7ca0ca51c08 03:42:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:42:51 ---> Running in c4f2976048a0 03:42:55 Removing intermediate container c4f2976048a0 03:42:55 ---> 5f5ac437423d 03:42:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:42:55 Removing intermediate container 126a6c5bb26f 03:42:55 ---> f7d0f5481ae9 03:42:55 03:42:55 Step 10/23 : FROM alpine:3.12 03:42:55 ---> d10569e2745f 03:42:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:42:55 ---> Using cache 03:42:55 ---> bb196ce2519e 03:42:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:42:55 ---> Using cache 03:42:55 ---> ce56ed60ce4e 03:42:55 Step 13/23 : ENV APP_PORT=48082 03:42:55 ---> Running in 6821d1016066 03:42:55 ---> Running in 77a08cbfee83 03:42:56 Removing intermediate container 6821d1016066 03:42:56 ---> 57043c7437a8 03:42:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:42:56 Removing intermediate container 77a08cbfee83 03:42:56 ---> b5c3077c51ba 03:42:56 Step 14/23 : EXPOSE $APP_PORT 03:42:57 ---> Running in f0b0a8832558 03:42:58 ---> 042922512f19 03:42:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:42:58 Removing intermediate container f0b0a8832558 03:42:58 ---> 57c219a47647 03:42:58 Step 15/23 : WORKDIR / 03:42:58 ---> Running in c55ecf7e804e 03:42:58 ---> Running in 52d9a399cbfe 03:42:59 Removing intermediate container 52d9a399cbfe 03:42:59 ---> c994d904d4c5 03:42:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:43:02 ---> e40fd6dbd392 03:43:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:43:03 Removing intermediate container c55ecf7e804e 03:43:03 ---> 6e3cbe1bbba4 03:43:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:43:03 Removing intermediate container f7aa4a163b27 03:43:03 ---> bd2bae64d7d2 03:43:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:43:03 ---> b651d863f9e2 03:43:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:43:03 ---> Running in 72820979b98b 03:43:04 ---> b27ba3304584 03:43:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:43:04 ---> 146fc2a42361 03:43:05 Step 19/23 : ENTRYPOINT ["/core-command"] 03:43:05 ---> Running in d5944620d08a 03:43:05 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 03:43:06 Removing intermediate container d5944620d08a 03:43:06 ---> ce30dc18c363 03:43:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:43:06 ---> Running in ea8684fc418a 03:43:06 ---> 3a956f7760b1 03:43:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:43:07 Removing intermediate container ea8684fc418a 03:43:07 ---> a0e47d3034bf 03:43:07 Step 21/23 : LABEL arch=arm64 03:43:07 ---> Running in 4f042888ae53 03:43:07 ---> 8b4e1ecc7e62 03:43:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:43:07 Removing intermediate container 4f042888ae53 03:43:07 ---> c82a8e3e254b 03:43:07 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:43:08 ---> Running in 4421fe6b3316 03:43:08 ---> 9290b5503c72 03:43:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:43:08 Removing intermediate container 4421fe6b3316 03:43:08 ---> 8f7e6245fd1b 03:43:08 Step 23/23 : LABEL version=0.0.0 03:43:09 ---> Running in 8cdd3fad61f7 03:43:10 ---> a48dcf74242e 03:43:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:43:10 Removing intermediate container 8cdd3fad61f7 03:43:10 ---> 433dcbfa11be 03:43:10 03:43:10 Removing intermediate container 72820979b98b 03:43:10 ---> ac07b586fe7a 03:43:10 03:43:10 Step 11/26 : FROM docker:20.10.0 03:43:10 20.10.0: Pulling from library/docker 03:43:10 ---> Running in 2e58429e8ad9 03:43:11 Successfully built 433dcbfa11be 03:43:11 Successfully tagged docker-core-command-go-arm64:latest 03:43:12  Building docker-core-command-go ... done Removing intermediate container 2e58429e8ad9 03:43:12 ---> efccc311a0e9 03:43:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:43:13 ---> ea789c729833 03:43:13 Step 26/31 : RUN chmod +x /entrypoint.sh 03:43:14 ---> Running in 480c5f6095c3 03:43:18 Removing intermediate container 480c5f6095c3 03:43:18 ---> b4850bb21b63 03:43:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:43:18 ---> Running in 2e75d170b4b4 03:43:19 Removing intermediate container 2e75d170b4b4 03:43:19 ---> bbb8bed528cc 03:43:19 Step 28/31 : CMD ["gate"] 03:43:20 ---> Running in e6d2c1aea9fb 03:43:20 Removing intermediate container 161b163afc0a 03:43:20 ---> 3945fb4fe545 03:43:20 03:43:20 Step 10/23 : FROM alpine:3.12 03:43:20 ---> d10569e2745f 03:43:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:43:20 ---> Running in 0a0e2956ed4b 03:43:20 Removing intermediate container e6d2c1aea9fb 03:43:20 ---> bf3a2f9d5775 03:43:20 Step 29/31 : LABEL arch=arm64 03:43:21 ---> Running in b6f7ce0dbc43 03:43:21 Removing intermediate container 0a0e2956ed4b 03:43:21 ---> 5f880fd819fb 03:43:21 Step 12/23 : ENV APP_PORT=48080 03:43:21 ---> Running in aa2e9265db2e 03:43:22 Removing intermediate container b6f7ce0dbc43 03:43:22 ---> 25af29f20f92 03:43:22 Step 30/31 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:43:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:43:22 Status: Downloaded newer image for docker:20.10.0 03:43:22 ---> eeaf43b92773 03:43:22 Step 12/26 : RUN apk add --no-cache bash 03:43:22 ---> Running in d29de4d171de 03:43:22 ---> Running in 38493595a7da 03:43:22 Removing intermediate container aa2e9265db2e 03:43:22 ---> 0ad266fc1b2b 03:43:22 Step 13/23 : EXPOSE $APP_PORT 03:43:22 ---> Running in 006ca767cc2a 03:43:22 Removing intermediate container d29de4d171de 03:43:22 ---> c71285d542cb 03:43:22 Step 31/31 : LABEL version=0.0.0 03:43:23 ---> Running in afcfb8cd102a 03:43:23 Removing intermediate container 006ca767cc2a 03:43:23 ---> 2abff980878b 03:43:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:43:23 ---> Running in f4360b3a5f58 03:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:43:24 Removing intermediate container afcfb8cd102a 03:43:24 ---> baf2cdc2784c 03:43:24 03:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:43:24 Successfully built baf2cdc2784c 03:43:24 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:43:24  Building docker-security-bootstrapper-go ... done (1/2) Installing readline (8.0.4-r0) 03:43:24 (2/2) Installing bash (5.0.17-r0) 03:43:24 Executing bash-5.0.17-r0.post-install 03:43:24 Executing busybox-1.31.1-r19.trigger 03:43:24 OK: 12 MiB in 22 packages 03:43:26 Removing intermediate container 38493595a7da 03:43:26 ---> 97a07622c81b 03:43:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:43:26 Removing intermediate container f4360b3a5f58 03:43:26 ---> a3a614012656 03:43:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:43:26 ---> Running in 33939465828f 03:43:26 ---> Running in 8a0ae9c22351 03:43:26 Removing intermediate container 33939465828f 03:43:26 ---> b7a51da0d535 03:43:26 Step 14/26 : ENV APP_PORT=48090 03:43:27 ---> Running in 28c8cfa2b0da 03:43:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:43:27 Removing intermediate container 28c8cfa2b0da 03:43:27 ---> a62d670dd6f7 03:43:27 Step 15/26 : EXPOSE $APP_PORT 03:43:27 ---> Running in 3e7d2f3fe5a1 03:43:28 Removing intermediate container 3e7d2f3fe5a1 03:43:28 ---> cd0e23254a3a 03:43:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:43:29 (1/6) Installing dumb-init (1.2.2-r1) 03:43:29 (2/6) Installing libgcc (9.3.0-r2) 03:43:29 ---> d50e15418a2e 03:43:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:43:29 (3/6) Installing libsodium (1.0.18-r0) 03:43:29 (4/6) Installing libstdc++ (9.3.0-r2) 03:43:29 (5/6) Installing libzmq (4.3.3-r0) 03:43:30 (6/6) Installing zeromq (4.3.3-r0) 03:43:30 ---> dbbc4bb6e09e 03:43:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:43:30 Executing busybox-1.31.1-r19.trigger 03:43:30 OK: 8 MiB in 20 packages 03:43:31 ---> 4b488103aa14 03:43:31 Step 19/26 : RUN apk --no-cache add py3-pip 03:43:31 ---> Running in 1f34c01aa78a 03:43:31 Removing intermediate container 8a0ae9c22351 03:43:31 ---> f1774068712f 03:43:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:43:32 ---> 870b8103e46c 03:43:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:43:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:43:33 (1/33) Installing libbz2 (1.0.8-r1) 03:43:33 (2/33) Installing expat (2.2.9-r1) 03:43:33 (3/33) Installing libffi (3.3-r2) 03:43:33 (4/33) Installing gdbm (1.13-r1) 03:43:33 (5/33) Installing xz-libs (5.2.5-r0) 03:43:33 (6/33) Installing sqlite-libs (3.32.1-r0) 03:43:33 (7/33) Installing python3 (3.8.5-r1) 03:43:33 ---> 1546b5135a84 03:43:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:43:35 ---> 34b4bc2303d2 03:43:35 Step 19/23 : ENTRYPOINT ["/core-data"] 03:43:35 ---> Running in f3202e5921bd 03:43:35 (8/33) Installing py3-appdirs (1.4.4-r1) 03:43:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:43:35 (10/33) Installing py3-parsing (2.4.7-r0) 03:43:35 (11/33) Installing py3-six (1.15.0-r0) 03:43:35 (12/33) Installing py3-packaging (20.4-r0) 03:43:35 (13/33) Installing py3-setuptools (47.0.0-r0) 03:43:35 (14/33) Installing py3-chardet (3.0.4-r4) 03:43:35 (15/33) Installing py3-idna (2.9-r0) 03:43:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:43:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:43:35 (18/33) Installing py3-requests (2.23.0-r0) 03:43:35 (19/33) Installing py3-msgpack (1.0.0-r0) 03:43:35 (20/33) Installing py3-lockfile (0.12.2-r3) 03:43:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:43:35 (22/33) Installing py3-colorama (0.4.3-r0) 03:43:35 (23/33) Installing py3-distlib (0.3.0-r0) 03:43:35 (24/33) Installing py3-distro (1.5.0-r1) 03:43:35 (25/33) Installing py3-webencodings (0.5.1-r3) 03:43:35 (26/33) Installing py3-html5lib (1.0.1-r4) 03:43:35 Removing intermediate container f3202e5921bd 03:43:35 ---> aef76827e87d 03:43:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:43:35 (27/33) Installing py3-pytoml (0.1.21-r0) 03:43:35 (28/33) Installing py3-pep517 (0.8.2-r0) 03:43:35 (29/33) Installing py3-progress (1.5-r0) 03:43:35 (30/33) Installing py3-toml (0.10.1-r0) 03:43:35 (31/33) Installing py3-retrying (1.3.3-r0) 03:43:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:43:35 (33/33) Installing py3-pip (20.1.1-r0) 03:43:35 ---> Running in d407d2c1de4f 03:43:35 Executing busybox-1.31.1-r19.trigger 03:43:36 OK: 71 MiB in 55 packages 03:43:36 Removing intermediate container d407d2c1de4f 03:43:36 ---> 456f40e2eef8 03:43:36 Step 21/23 : LABEL arch=arm64 03:43:36 ---> Running in b414bf186d01 03:43:37 Removing intermediate container b414bf186d01 03:43:37 ---> 062ed256a5e0 03:43:37 Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:43:37 ---> Running in 1d9c41d456d4 03:43:38 Removing intermediate container 1d9c41d456d4 03:43:38 ---> ec226d7c101d 03:43:38 Step 23/23 : LABEL version=0.0.0 03:43:38 ---> Running in 18d00f288de5 03:43:39 Removing intermediate container 18d00f288de5 03:43:39 ---> b1737440baab 03:43:39 03:43:39 Successfully built b1737440baab 03:43:39 Successfully tagged docker-core-data-go-arm64:latest 03:43:42  Building docker-core-data-go ... done Removing intermediate container 1f34c01aa78a 03:43:42 ---> d20df6fafad8 03:43:42 Step 20/26 : RUN pip install docker-compose==1.23.2 03:43:42 ---> Running in 550b9e316965 03:43:46 Collecting docker-compose==1.23.2 03:43:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:43:47 Collecting docopt<0.7,>=0.6.1 03:43:47 Downloading docopt-0.6.2.tar.gz (25 kB) 03:43:49 Collecting docker<4.0,>=3.6.0 03:43:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:43:49 Collecting texttable<0.10,>=0.9.0 03:43:49 Downloading texttable-0.9.1.tar.gz (11 kB) 03:43:51 Collecting jsonschema<3,>=2.5.1 03:43:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:43:52 Collecting websocket-client<1.0,>=0.32.0 03:43:52 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:43:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:43:53 Collecting PyYAML<4,>=3.10 03:43:53 Downloading PyYAML-3.13.tar.gz (270 kB) 03:43:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:43:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:43:57 Collecting cached-property<2,>=1.2.0 03:43:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:43:57 Collecting dockerpty<0.5,>=0.4.1 03:43:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:43:59 Collecting docker-pycreds>=0.4.0 03:43:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:43:59 Collecting idna<2.8,>=2.5 03:43:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:43:59 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) 03:43:59 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) 03:44:00 Collecting urllib3<1.25,>=1.21.1 03:44:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:44:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:44:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:44:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:44:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:44:01 Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, PyYAML, cached-property, dockerpty, docker-compose 03:44:01 Running setup.py install for docopt: started 03:44:03 Running setup.py install for docopt: finished with status 'done' 03:44:03 Attempting uninstall: idna 03:44:03 Found existing installation: idna 2.9 03:44:03 Uninstalling idna-2.9: 03:44:03 Successfully uninstalled idna-2.9 03:44:04 Attempting uninstall: urllib3 03:44:04 Found existing installation: urllib3 1.25.9 03:44:04 Uninstalling urllib3-1.25.9: 03:44:04 Successfully uninstalled urllib3-1.25.9 03:44:05 Attempting uninstall: requests 03:44:05 Found existing installation: requests 2.23.0 03:44:05 Uninstalling requests-2.23.0: 03:44:05 Successfully uninstalled requests-2.23.0 03:44:06 Running setup.py install for texttable: started 03:44:08 Running setup.py install for texttable: finished with status 'done' 03:44:08 Running setup.py install for PyYAML: started 03:44:10 Running setup.py install for PyYAML: finished with status 'done' 03:44:10 Running setup.py install for dockerpty: started 03:44:12 Running setup.py install for dockerpty: finished with status 'done' 03:44:13 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.58.0 03:44:16 Removing intermediate container 550b9e316965 03:44:16 ---> 525c46c4e16c 03:44:16 Step 21/26 : RUN apk --no-cache add curl 03:44:16 ---> Running in 7a991e1cd27e 03:44:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:44:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:44:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:44:18 (2/3) Installing libcurl (7.69.1-r3) 03:44:18 (3/3) Installing curl (7.69.1-r3) 03:44:18 Executing busybox-1.31.1-r19.trigger 03:44:18 OK: 71 MiB in 58 packages 03:44:20 Removing intermediate container 7a991e1cd27e 03:44:20 ---> 97fb96cd9c8f 03:44:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:44:20 ---> Running in 47ccb25f29ae 03:44:20 Removing intermediate container 47ccb25f29ae 03:44:20 ---> 7a0c9e9a9dae 03:44:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:44:20 ---> Running in a531992b862d 03:44:21 Removing intermediate container a531992b862d 03:44:21 ---> 6afecf0d91b3 03:44:21 Step 24/26 : LABEL arch=arm64 03:44:21 ---> Running in 97bcabdf8c5e 03:44:21 Removing intermediate container 97bcabdf8c5e 03:44:21 ---> bf1c8c822cd5 03:44:21 Step 25/26 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 03:44:21 ---> Running in 5a6839690aac 03:44:22 Removing intermediate container 5a6839690aac 03:44:22 ---> 7b78f4463bfb 03:44:22 Step 26/26 : LABEL version=0.0.0 03:44:22 ---> Running in 4516111c93b4 03:44:22 Removing intermediate container 4516111c93b4 03:44:22 ---> 514120a1fb25 03:44:22 03:44:23 Successfully built 514120a1fb25 03:44:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:44:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:44:23 $ docker stop --time=1 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 03:44:25 $ docker rm -f 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 [Pipeline] // withDockerContainer [Pipeline] sh 03:44:26 + docker images 03:44:26 + grep docker 03:44:26 docker-sys-mgmt-agent-go-arm64 latest 514120a1fb25 4 seconds ago 300MB 03:44:26 docker-core-data-go-arm64 latest b1737440baab 48 seconds ago 21.3MB 03:44:26 docker-security-bootstrapper-go-arm64 latest baf2cdc2784c About a minute ago 17.8MB 03:44:26 docker-core-command-go-arm64 latest 433dcbfa11be About a minute ago 16.2MB 03:44:26 docker-core-metadata-go-arm64 latest 2b7c378087c2 4 minutes ago 17.9MB 03:44:26 docker-support-notifications-go-arm64 latest c217da8c0354 4 minutes ago 16.9MB 03:44:26 docker-support-scheduler-go-arm64 latest c96a37095ea1 4 minutes ago 16.3MB 03:44:26 docker-security-secretstore-setup-go-arm64 latest d3ad85a9c282 4 minutes ago 23.7MB 03:44:26 docker-security-proxy-setup-go-arm64 latest 34d86dc2a311 4 minutes ago 23.4MB 03:44:26 docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:44:27 ---> job-cost.sh 03:44:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Mj1I 03:45:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:46:43 lf-activate-venv(): INFO: Adding /tmp/venv-Mj1I/bin to PATH 03:46:43 INFO: No Stack... 03:46:43 INFO: Retrieving Pricing Info for: lf-standard-4 03:46:43 INFO: Archiving Costs [Pipeline] sh 03:46:43 + cat /w/workspace/edgex-go/12/archives/cost.csv 03:46:43 + cut -d, -f6 [Pipeline] lock 03:46:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] 03:46:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] did not exist. Created. 03:46:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:46:44 + echo total: 0.20999999344348907 [Pipeline] stash 03:46:44 Stashed 1 file(s) [Pipeline] } 03:46:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] [Pipeline] // lock [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 03:46:46 provisioning config files... 03:46:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config5399172241559905876tmp [Pipeline] { [Pipeline] sh 03:46:46 + set +x 03:46:46 + curl -s https://codecov.io/bash 03:46:46 + bash -s -- 03:46:47 03:46:47 _____ _ 03:46:47 / ____| | | 03:46:47 | | ___ __| | ___ ___ _____ __ 03:46:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:46:47 | |___| (_) | (_| | __/ (_| (_) \ V / 03:46:47 \_____\___/ \__,_|\___|\___\___/ \_/ 03:46:47 Bash-20210309-2b87ace 03:46:47 03:46:47 03:46:47 ==> git version 2.24.3 found 03:46:47 ==> 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 03:46:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:46:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:46:47 ==> Jenkins CI detected. 03:46:47 project root: . 03:46:47 --> token set from env 03:46:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:46:47 ==> Running gcov in . (disable via -X gcov) 03:46:47 ==> Python coveragepy not found 03:46:47 ==> Searching for coverage reports in: 03:46:47 + . 03:46:47 -> Found 1 reports 03:46:47 ==> Detecting git/mercurial file structure 03:46:47 ==> Reading reports 03:46:47 + ./coverage.out bytes=627302 03:46:47 ==> Appending adjustments 03:46:47 https://docs.codecov.io/docs/fixing-reports 03:46:51 + Found adjustments 03:46:51 ==> Gzipping contents 03:46:51 92K /tmp/codecov.kbhrQH.gz 03:46:51 ==> Uploading reports 03:46:51 url: https://codecov.io 03:46:51 query: branch=PR-3190&commit=80a5fc01eef6eda66ac70f2e91be96a417930f70&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= 03:46:51 -> Pinging Codecov 03:46:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3190&commit=80a5fc01eef6eda66ac70f2e91be96a417930f70&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= 03:46:51 -> Uploading to 03:46:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/80a5fc01eef6eda66ac70f2e91be96a417930f70/8bd08a0d-17d1-400f-b560-be50f02c0452.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T034651Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef6da83150abcf2221c594e387f9317cfa0bbb4fa8204af9b1b57d8442c2d137 03:46:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:46:51 Dload Upload Total Spent Left Speed 03:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92633 0 0 100 92633 0 161k --:--:-- --:--:-- --:--:-- 161k 100 92633 0 0 100 92633 0 161k --:--:-- --:--:-- --:--:-- 161k 03:46:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/80a5fc01eef6eda66ac70f2e91be96a417930f70 [Pipeline] } 03:46:52 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] { (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 03:46:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:46:55 ---> package-listing.sh 03:46:55 ++ facter osfamily 03:46:55 ++ tr '[:upper:]' '[:lower:]' 03:46:55 + OS_FAMILY=redhat 03:46:55 + workspace=/w/workspace/edgex-go/12 03:46:55 + START_PACKAGES=/tmp/packages_start.txt 03:46:55 + END_PACKAGES=/tmp/packages_end.txt 03:46:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:46:55 + PACKAGES=/tmp/packages_start.txt 03:46:55 + '[' /w/workspace/edgex-go/12 ']' 03:46:55 + PACKAGES=/tmp/packages_end.txt 03:46:55 + case "${OS_FAMILY}" in 03:46:55 + rpm -qa 03:46:55 + sort 03:47:00 + '[' -f /tmp/packages_start.txt ']' 03:47:00 + '[' -f /tmp/packages_end.txt ']' 03:47:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:47:00 + '[' /w/workspace/edgex-go/12 ']' 03:47:00 + mkdir -p /w/workspace/edgex-go/12/archives/ 03:47:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 03:47:00 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:47:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:47:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:01 03:47:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:47:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:01 alpine: Pulling from edgex-lftools-log-publisher 03:47:01 df20fa9351a1: Pulling fs layer 03:47:01 36b3adc4ff6f: Pulling fs layer 03:47:01 8ad3a11d3b57: Pulling fs layer 03:47:01 46f8f816bc3b: Pulling fs layer 03:47:01 93b61091891f: Pulling fs layer 03:47:01 93b9cdb0e59b: Pulling fs layer 03:47:01 5e14af77c1be: Pulling fs layer 03:47:01 01666e4c0597: Pulling fs layer 03:47:01 aa168da1d23b: Pulling fs layer 03:47:01 46f8f816bc3b: Waiting 03:47:01 93b9cdb0e59b: Waiting 03:47:01 01666e4c0597: Waiting 03:47:01 5e14af77c1be: Waiting 03:47:01 36b3adc4ff6f: Verifying Checksum 03:47:01 36b3adc4ff6f: Download complete 03:47:01 46f8f816bc3b: Verifying Checksum 03:47:01 46f8f816bc3b: Download complete 03:47:01 df20fa9351a1: Verifying Checksum 03:47:01 df20fa9351a1: Download complete 03:47:01 93b9cdb0e59b: Verifying Checksum 03:47:01 93b9cdb0e59b: Download complete 03:47:01 5e14af77c1be: Verifying Checksum 03:47:01 5e14af77c1be: Download complete 03:47:01 93b61091891f: Download complete 03:47:01 01666e4c0597: Verifying Checksum 03:47:01 01666e4c0597: Download complete 03:47:02 df20fa9351a1: Pull complete 03:47:02 8ad3a11d3b57: Verifying Checksum 03:47:02 8ad3a11d3b57: Download complete 03:47:02 36b3adc4ff6f: Pull complete 03:47:03 8ad3a11d3b57: Pull complete 03:47:03 46f8f816bc3b: Pull complete 03:47:04 aa168da1d23b: Verifying Checksum 03:47:04 aa168da1d23b: Download complete 03:47:05 93b61091891f: Pull complete 03:47:05 93b9cdb0e59b: Pull complete 03:47:06 5e14af77c1be: Pull complete 03:47:06 01666e4c0597: Pull complete 03:47:21 aa168da1d23b: Pull complete 03:47:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:47:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:47:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:47:21 prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container 03:47:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat 03:47:24 $ docker top be8c8dad612dee7e0ea7edaf29f91259a8025a4557a21af627bab260686e1cd2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:25 + touch /tmp/pre-build-complete [Pipeline] sh 03:47:25 + mkdir -p /var/log/sa [Pipeline] sh 03:47:25 + ls /var/log/sa-host 03:47:25 + sadf -c /var/log/sa-host/sa10 03:47:25 file_magic: OK 03:47:25 HZ: Using current value: 100 03:47:25 file_header: OK 03:47:25 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 03:47:25 Statistics: 03:47:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:47:25 File successfully converted to sysstat format version 12.2.1 03:47:25 + sadf -c /var/log/sa-host/sa23 03:47:25 file_magic: OK 03:47:25 HZ: Using current value: 100 03:47:25 file_header: OK 03:47:25 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 03:47:25 Statistics: 03:47:25 Hnuu...uuuununununu... 03:47:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:47:25 provisioning config files... 03:47:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config2675158565533435154tmp [Pipeline] { [Pipeline] echo 03:47:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:47:26 ---> create-netrc.sh [Pipeline] } 03:47:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:47:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:47:26 ---> python-tools-install.sh [Pipeline] echo 03:47:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:47:27 ---> sudo-logs.sh 03:47:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:47:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:47:27 ---> job-cost.sh 03:47:27 lf-activate-venv: SKIPPING 03:47:27 DEBUG: total: 0.20999999344348907 03:47:27 INFO: Retrieving Stack Cost... 03:47:28 INFO: Retrieving Pricing Info for: v1-standard-2 03:47:29 INFO: Archiving Costs [Pipeline] echo 03:47:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:47:29 ---> logs-deploy.sh 03:47:29 lf-activate-venv: SKIPPING 03:47:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3190/12 03:47:29 INFO: archiving workspace using pattern(s): 03:47:31 Archives upload complete. 03:47:31 INFO: archiving logs to Nexus 03:47:32 ---> uname -a: 03:47:32 Linux prd-centos7-docker-4c-2g-29244.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:47:32 03:47:32 03:47:32 ---> lscpu: 03:47:32 Architecture: x86_64 03:47:32 CPU op-mode(s): 32-bit, 64-bit 03:47:32 Byte Order: Little Endian 03:47:32 Address sizes: 40 bits physical, 48 bits virtual 03:47:32 CPU(s): 4 03:47:32 On-line CPU(s) list: 0-3 03:47:32 Thread(s) per core: 1 03:47:32 Core(s) per socket: 1 03:47:32 Socket(s): 4 03:47:32 NUMA node(s): 1 03:47:32 Vendor ID: GenuineIntel 03:47:32 CPU family: 6 03:47:32 Model: 44 03:47:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:47:32 Stepping: 1 03:47:32 CPU MHz: 2933.438 03:47:32 BogoMIPS: 5866.87 03:47:32 Virtualization: VT-x 03:47:32 Hypervisor vendor: KVM 03:47:32 Virtualization type: full 03:47:32 L1d cache: 128 KiB 03:47:32 L1i cache: 128 KiB 03:47:32 L2 cache: 16 MiB 03:47:32 L3 cache: 64 MiB 03:47:32 NUMA node0 CPU(s): 0-3 03:47:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:47:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:47:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:47:32 Vulnerability Meltdown: Mitigation; PTI 03:47:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:47:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:47:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:47:32 Vulnerability Srbds: Not affected 03:47:32 Vulnerability Tsx async abort: Not affected 03:47:32 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 03:47:32 03:47:32 03:47:32 ---> nproc: 03:47:32 4 03:47:32 03:47:32 03:47:32 ---> df -h: 03:47:32 Filesystem Size Used Available Use% Mounted on 03:47:32 overlay 50.0G 11.7G 38.2G 23% / 03:47:32 tmpfs 64.0M 0 64.0M 0% /dev 03:47:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:47:32 shm 64.0M 0 64.0M 0% /dev/shm 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/12 03:47:32 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/12@tmp 03:47:32 03:47:32 03:47:32 ---> free -m: 03:47:32 total used free shared buff/cache available 03:47:32 Mem: 1837 693 131 0 1011 1060 03:47:32 Swap: 1023 86 937 03:47:32 03:47:32 03:47:32 ---> ip addr: 03:47:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:47:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:47:32 inet 127.0.0.1/8 scope host lo 03:47:32 valid_lft forever preferred_lft forever 03:47:32 inet6 ::1/128 scope host 03:47:32 valid_lft forever preferred_lft forever 03:47:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:47:32 link/ether fa:16:3e:f3:10:18 brd ff:ff:ff:ff:ff:ff 03:47:32 inet 10.30.123.176/23 brd 10.30.123.255 scope global dynamic eth0 03:47:32 valid_lft 85010sec preferred_lft 85010sec 03:47:32 inet6 fe80::f816:3eff:fef3:1018/64 scope link 03:47:32 valid_lft forever preferred_lft forever 03:47:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:47:32 link/ether 02:42:f8:2c:45:33 brd ff:ff:ff:ff:ff:ff 03:47:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:47:32 valid_lft forever preferred_lft forever 03:47:32 inet6 fe80::42:f8ff:fe2c:4533/64 scope link 03:47:32 valid_lft forever preferred_lft forever 03:47:32 03:47:32 03:47:32 ---> sar -b -r -n DEV: 03:47:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 03:47:32 03:47:32 03:24:07 LINUX RESTART (4 CPU) 03:47:32 03:47:32 03:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:47:32 03:26:01 168.24 66.37 101.88 0.00 9957.84 39452.06 0.00 03:47:32 03:27:01 278.76 118.77 159.99 0.00 4671.04 25541.99 0.00 03:47:32 03:28:01 135.37 39.02 96.36 0.00 1472.48 13211.81 0.00 03:47:32 03:29:01 145.80 70.19 75.60 0.00 3583.16 11479.83 0.00 03:47:32 03:30:02 1002.04 731.74 270.30 0.00 94682.47 164224.83 0.00 03:47:32 03:31:01 2759.15 2438.47 320.68 0.00 142030.70 156584.50 0.00 03:47:32 03:32:01 376.32 127.11 249.20 0.00 39676.55 101449.29 0.00 03:47:32 03:33:02 2225.78 1917.21 308.57 0.00 114130.24 119433.44 0.00 03:47:32 03:34:01 230.83 32.66 198.17 0.00 4216.62 32500.05 0.00 03:47:32 03:35:01 6.68 0.55 6.13 0.00 17.72 222.44 0.00 03:47:32 03:36:01 0.28 0.03 0.25 0.00 0.27 3.76 0.00 03:47:32 03:37:01 0.23 0.02 0.22 0.00 0.13 2.46 0.00 03:47:32 03:38:01 0.33 0.02 0.32 0.00 0.13 3.45 0.00 03:47:32 03:39:01 0.28 0.02 0.27 0.00 0.13 2.85 0.00 03:47:32 03:40:01 1.68 1.52 0.17 0.00 49.96 1.65 0.00 03:47:32 03:41:01 0.85 0.05 0.80 0.00 1.60 15.65 0.00 03:47:32 03:42:01 0.25 0.02 0.23 0.00 0.27 2.60 0.00 03:47:32 03:43:01 0.47 0.22 0.25 0.00 2.26 2.98 0.00 03:47:32 03:44:01 0.27 0.02 0.25 0.00 0.13 3.03 0.00 03:47:32 03:45:01 0.35 0.03 0.32 0.00 0.27 3.68 0.00 03:47:32 03:46:01 0.22 0.02 0.20 0.00 0.27 2.47 0.00 03:47:32 03:47:01 68.03 67.37 0.67 0.00 5576.70 33.50 0.00 03:47:32 Average: 335.72 254.45 81.27 0.00 19071.92 30157.97 0.00 03:47:32 03:47:32 03:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:47:32 03:26:01 87164 0 742456 39.46 2456 1049468 1549696 52.89 621608 923796 98152 03:47:32 03:27:01 119216 0 805544 42.81 1492 955292 1742972 59.48 615812 864896 52916 03:47:32 03:28:01 194116 0 785528 41.75 672 901228 1715424 58.54 666392 730264 15040 03:47:32 03:29:01 411412 0 711984 37.84 560 757588 1116460 38.10 500480 678368 20 03:47:32 03:30:02 324284 0 717376 38.13 0 839884 1602276 54.68 563716 777400 444 03:47:32 03:31:01 410948 0 987028 52.46 0 483568 4411956 150.57 585388 610700 45884 03:47:32 03:32:01 69504 0 788832 41.92 0 1023208 2127760 72.62 729928 851128 68240 03:47:32 03:33:02 256968 0 925232 49.17 0 699344 2521316 86.05 753012 625600 876 03:47:32 03:34:01 204788 0 613344 32.60 0 1063412 1201796 41.02 509568 921940 20 03:47:32 03:35:01 210472 0 607188 32.27 0 1063884 1177540 40.19 506944 920708 12 03:47:32 03:36:01 210548 0 607104 32.27 0 1063892 1177612 40.19 507472 920720 8 03:47:32 03:37:01 211804 0 605840 32.20 0 1063900 1171372 39.98 506544 920448 8 03:47:32 03:38:01 211984 0 605656 32.19 0 1063904 1171372 39.98 506676 920448 8 03:47:32 03:39:01 211956 0 605620 32.19 0 1063968 1171372 39.98 506624 920468 16 03:47:32 03:40:01 210288 0 606524 32.24 0 1064732 1171444 39.98 506920 921216 20 03:47:32 03:41:01 210344 0 606472 32.23 0 1064728 1171372 39.98 506744 921224 8 03:47:32 03:42:01 210284 0 606512 32.23 0 1064748 1171372 39.98 506868 921248 8 03:47:32 03:43:01 209564 0 607224 32.27 0 1064756 1171544 39.98 507088 921316 16 03:47:32 03:44:01 210292 0 606484 32.23 0 1064768 1171436 39.98 506936 921320 16 03:47:32 03:45:01 210272 0 606500 32.23 0 1064772 1171516 39.98 507032 921320 8 03:47:32 03:46:01 210400 0 606368 32.23 0 1064776 1171436 39.98 506712 921328 12 03:47:32 03:47:01 77680 0 669824 35.60 0 1134040 1588976 54.23 565888 989680 17444 03:47:32 Average: 212922 0 682938 36.30 235 985448 1529455 52.20 554289 864797 13599 03:47:32 03:47:32 03:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:47:32 03:26:01 eth0 1113.07 1190.00 5934.58 149.08 0.00 0.00 0.00 0.00 03:47:32 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:26:01 docker0 868.61 723.78 72.18 2722.20 0.00 0.00 0.00 0.00 03:47:32 03:27:01 eth0 237.41 203.61 862.99 28.47 0.00 0.00 0.00 0.00 03:47:32 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:27:01 veth1cdfed8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:47:32 03:27:01 docker0 183.45 200.35 13.11 830.03 0.00 0.00 0.00 0.00 03:47:32 03:28:01 eth0 37.20 24.88 22.66 68.63 0.00 0.00 0.00 0.00 03:47:32 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:28:01 veth1cdfed8 2.13 2.15 0.17 0.18 0.00 0.00 0.00 0.00 03:47:32 03:28:01 docker0 2.13 2.13 0.14 0.18 0.00 0.00 0.00 0.00 03:47:32 03:29:01 eth0 27.41 14.91 23.60 12.24 0.00 0.00 0.00 0.00 03:47:32 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:29:01 docker0 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 03:47:32 03:30:02 veth881bf36 2.01 5.69 0.13 29.27 0.00 0.00 0.00 0.00 03:47:32 03:30:02 veth5845561 5.78 2.08 29.28 0.14 0.00 0.00 0.00 0.00 03:47:32 03:30:02 veth6902a88 2.08 5.78 0.14 29.28 0.00 0.00 0.00 0.00 03:47:32 03:30:02 eth0 232.32 186.85 1839.54 68.85 0.00 0.00 0.00 0.00 03:47:32 03:31:01 veth9042c83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:47:32 03:31:01 vethdc45b8f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:47:32 03:31:01 eth0 16.97 8.82 13.98 7.31 0.00 0.00 0.00 0.00 03:47:32 03:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:32:01 eth0 72.57 53.18 236.62 61.43 0.00 0.00 0.00 0.00 03:47:32 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:32:01 veth551d08d 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 03:47:32 03:32:01 docker0 1060.35 959.83 85.29 3814.17 0.00 0.00 0.00 0.00 03:47:32 03:33:02 vethc0a3542 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:47:32 03:33:02 eth0 38.10 18.78 107.54 10.80 0.00 0.00 0.00 0.00 03:47:32 03:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:33:02 veth551d08d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:47:32 03:34:01 eth0 234.73 175.88 1727.53 85.43 0.00 0.00 0.00 0.00 03:47:32 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:34:01 docker0 1124.54 1049.53 89.61 4431.77 0.00 0.00 0.00 0.00 03:47:32 03:35:01 eth0 0.85 0.27 0.49 0.08 0.00 0.00 0.00 0.00 03:47:32 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:36:01 eth0 0.63 0.47 0.33 0.21 0.00 0.00 0.00 0.00 03:47:32 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:37:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:38:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:39:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:40:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:47:32 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:41:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:42:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:43:01 eth0 0.43 0.25 0.26 0.19 0.00 0.00 0.00 0.00 03:47:32 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:45:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 03:47:32 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:47:32 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:47:01 eth0 58.78 50.46 223.88 52.48 0.00 0.00 0.00 0.00 03:47:32 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 Average: eth0 93.45 86.96 495.66 24.69 0.00 0.00 0.00 0.00 03:47:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:47:32 Average: docker0 50.36 47.00 4.01 198.47 0.00 0.00 0.00 0.00 03:47:32 03:47:32 03:47:32 ---> sar -P ALL: 03:47:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 03:47:32 03:47:32 03:24:07 LINUX RESTART (4 CPU) 03:47:32 03:47:32 03:25:02 CPU %user %nice %system %iowait %steal %idle 03:47:32 03:26:01 all 15.20 0.00 8.59 1.48 0.04 74.68 03:47:32 03:26:01 0 18.30 0.00 10.36 1.77 0.05 69.52 03:47:32 03:26:01 1 13.46 0.00 7.66 1.25 0.03 77.60 03:47:32 03:26:01 2 15.88 0.00 7.79 1.41 0.05 74.87 03:47:32 03:26:01 3 13.21 0.00 8.56 1.51 0.03 76.69 03:47:32 03:27:01 all 12.32 0.00 7.22 5.44 0.06 74.96 03:47:32 03:27:01 0 12.47 0.00 7.69 4.61 0.05 75.18 03:47:32 03:27:01 1 11.31 0.00 6.86 6.01 0.08 75.73 03:47:32 03:27:01 2 12.90 0.00 7.10 5.41 0.07 74.53 03:47:32 03:27:01 3 12.63 0.00 7.23 5.73 0.03 74.38 03:47:32 03:28:01 all 53.01 0.00 13.11 4.81 0.06 29.01 03:47:32 03:28:01 0 52.62 0.00 13.51 4.88 0.02 28.96 03:47:32 03:28:01 1 53.48 0.00 13.73 3.32 0.09 29.38 03:47:32 03:28:01 2 52.56 0.00 12.52 3.85 0.05 31.02 03:47:32 03:28:01 3 53.35 0.00 12.66 7.19 0.10 26.69 03:47:32 03:29:01 all 44.06 0.00 13.53 3.13 0.05 39.23 03:47:32 03:29:01 0 43.44 0.00 13.58 3.29 0.05 39.64 03:47:32 03:29:01 1 44.46 0.00 13.53 4.10 0.03 37.88 03:47:32 03:29:01 2 43.27 0.00 13.58 2.77 0.07 40.31 03:47:32 03:29:01 3 45.09 0.00 13.42 2.34 0.05 39.10 03:47:32 03:30:02 all 21.05 0.00 21.93 9.80 0.08 47.13 03:47:32 03:30:02 0 20.77 0.00 21.08 9.97 0.10 48.07 03:47:32 03:30:02 1 22.54 0.00 22.02 11.46 0.07 43.90 03:47:32 03:30:02 2 21.10 0.00 22.17 9.93 0.07 46.73 03:47:32 03:30:02 3 19.79 0.00 22.45 7.84 0.07 49.84 03:47:32 03:31:01 all 27.46 0.00 22.92 30.76 0.09 18.77 03:47:32 03:31:01 0 27.16 0.00 22.51 33.29 0.09 16.95 03:47:32 03:31:01 1 27.89 0.00 22.66 32.72 0.12 16.60 03:47:32 03:31:01 2 26.69 0.00 23.64 29.13 0.09 20.45 03:47:32 03:31:01 3 28.08 0.00 22.86 27.86 0.07 21.12 03:47:32 03:32:01 all 43.88 0.00 18.02 12.89 0.06 25.15 03:47:32 03:32:01 0 44.29 0.00 17.80 10.29 0.07 27.55 03:47:32 03:32:01 1 43.87 0.00 18.05 11.11 0.07 26.90 03:47:32 03:32:01 2 43.98 0.00 18.07 14.89 0.05 23.01 03:47:32 03:32:01 3 43.35 0.00 18.18 15.31 0.05 23.10 03:47:32 03:33:02 all 41.70 0.00 22.40 20.15 0.09 15.66 03:47:32 03:33:02 0 38.95 0.00 21.37 18.38 0.12 21.18 03:47:32 03:33:02 1 41.73 0.00 23.08 20.33 0.07 14.80 03:47:32 03:33:02 2 42.58 0.00 22.56 21.39 0.09 13.39 03:47:32 03:33:02 3 43.56 0.00 22.59 20.49 0.09 13.27 03:47:32 03:34:01 all 21.04 0.00 9.53 9.18 0.05 60.20 03:47:32 03:34:01 0 18.93 0.00 8.95 6.80 0.03 65.29 03:47:32 03:34:01 1 21.52 0.00 9.85 10.88 0.07 57.67 03:47:32 03:34:01 2 21.43 0.00 9.13 11.59 0.05 57.80 03:47:32 03:34:01 3 22.28 0.00 10.21 7.48 0.03 60.00 03:47:32 03:35:01 all 0.15 0.00 0.05 0.00 0.00 99.78 03:47:32 03:35:01 0 0.02 0.00 0.08 0.02 0.00 99.88 03:47:32 03:35:01 1 0.52 0.00 0.05 0.00 0.00 99.43 03:47:32 03:35:01 2 0.05 0.00 0.05 0.00 0.02 99.88 03:47:32 03:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:47:32 03:36:01 all 0.20 0.00 0.05 0.00 0.01 99.73 03:47:32 03:36:01 0 0.57 0.00 0.08 0.00 0.02 99.33 03:47:32 03:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:47:32 03:36:01 2 0.17 0.00 0.07 0.00 0.02 99.75 03:47:32 03:36:01 3 0.05 0.00 0.05 0.02 0.00 99.88 03:47:32 03:47:32 03:36:01 CPU %user %nice %system %iowait %steal %idle 03:47:32 03:37:01 all 0.14 0.00 0.04 0.00 0.00 99.82 03:47:32 03:37:01 0 0.52 0.00 0.07 0.00 0.00 99.42 03:47:32 03:37:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:47:32 03:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:47:32 03:37:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:38:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:47:32 03:38:01 0 0.45 0.00 0.03 0.00 0.00 99.52 03:47:32 03:38:01 1 0.10 0.00 0.03 0.00 0.00 99.87 03:47:32 03:38:01 2 0.08 0.00 0.07 0.00 0.02 99.83 03:47:32 03:38:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:47:32 03:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:47:32 03:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:39:01 1 0.53 0.00 0.02 0.00 0.00 99.45 03:47:32 03:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:47:32 03:39:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:40:01 all 0.16 0.00 0.05 0.02 0.00 99.77 03:47:32 03:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:40:01 1 0.52 0.00 0.08 0.08 0.00 99.32 03:47:32 03:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:47:32 03:40:01 3 0.07 0.00 0.05 0.00 0.00 99.88 03:47:32 03:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:47:32 03:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:47:32 03:41:01 1 0.22 0.00 0.05 0.00 0.00 99.73 03:47:32 03:41:01 2 0.37 0.00 0.02 0.00 0.00 99.62 03:47:32 03:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 03:47:32 03:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 03:47:32 03:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 03:47:32 03:42:01 2 0.50 0.00 0.03 0.00 0.00 99.47 03:47:32 03:42:01 3 0.05 0.00 0.05 0.00 0.02 99.88 03:47:32 03:43:01 all 0.10 0.00 0.05 0.00 0.00 99.85 03:47:32 03:43:01 0 0.08 0.00 0.08 0.02 0.00 99.82 03:47:32 03:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:47:32 03:43:01 2 0.27 0.00 0.07 0.00 0.00 99.67 03:47:32 03:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:47:32 03:44:01 all 0.03 0.00 0.02 0.00 0.00 99.95 03:47:32 03:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:47:32 03:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:47:32 03:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:47:32 03:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:47:32 03:45:01 all 0.07 0.00 0.03 0.00 0.00 99.89 03:47:32 03:45:01 0 0.02 0.00 0.03 0.02 0.00 99.93 03:47:32 03:45:01 1 0.22 0.00 0.02 0.00 0.00 99.77 03:47:32 03:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:47:32 03:45:01 3 0.02 0.00 0.05 0.00 0.00 99.93 03:47:32 03:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:47:32 03:46:01 0 0.02 0.00 0.05 0.00 0.00 99.93 03:47:32 03:46:01 1 0.50 0.00 0.02 0.00 0.00 99.48 03:47:32 03:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:47:32 03:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 03:47:32 03:47:01 all 2.31 0.00 1.43 1.89 0.02 94.34 03:47:32 03:47:01 0 2.09 0.00 1.52 1.72 0.02 94.66 03:47:32 03:47:01 1 2.79 0.00 1.18 1.05 0.02 94.96 03:47:32 03:47:01 2 2.84 0.00 1.67 3.68 0.02 91.79 03:47:32 03:47:01 3 1.54 0.00 1.35 1.12 0.02 95.97 03:47:32 03:47:32 Average: CPU %user %nice %system %iowait %steal %idle 03:47:32 Average: all 12.56 0.00 6.14 4.38 0.03 76.89 03:47:32 Average: 0 12.44 0.00 6.14 4.18 0.03 77.21 03:47:32 Average: 1 12.66 0.00 6.14 4.50 0.03 76.68 03:47:32 Average: 2 12.62 0.00 6.13 4.58 0.03 76.64 03:47:32 Average: 3 12.54 0.00 6.17 4.25 0.03 77.01 03:47:32 03:47:32 03:47:32