Pull request #3202 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a97e7d088cfea97e2f7e544ceb56995fb0b64fad+7248181b27c1f196cc7a2300d5170335b9add480 (6a31ac97abf48095b39f951ab37653ab61303c29) 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-29086 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:03:24 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk cb69407c0a3b9b2d3768cec62cf382c93a7cb54b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:03:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:03:24 ========================================================= 03:03:24 EdgeX Global Pipelines Version Info 03:03:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:03:26 ------------------- 03:03:26 stable info: 03:03:26 ------------------- 03:03:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:03:26 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:03:26 Message: update stable to v1.0.184 03:03:27 ------------------- 03:03:27 experimental info: 03:03:27 ------------------- 03:03:27 Commited By: **** collab-it+edgex@linuxfoundation.org 03:03:27 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:03:27 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:03:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:03:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:03:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:03:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:03:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:03:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo 03:03:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo 03:03:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a97e7d088cfea97e2f7e544ceb56995fb0b64fad [Pipeline] echo 03:03:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a97e7d0 [Pipeline] echo 03:03:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:03:30 provisioning config files... 03:03:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config480409378417611041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:30 ---> docker-login.sh 03:03:30 nexus3.edgexfoundry.org:10001 03:03:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:31 Configure a credential helper to remove this warning. See 03:03:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:31 03:03:31 Login Succeeded 03:03:31 nexus3.edgexfoundry.org:10002 03:03:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:31 Configure a credential helper to remove this warning. See 03:03:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:31 03:03:31 Login Succeeded 03:03:31 nexus3.edgexfoundry.org:10003 03:03:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:31 Configure a credential helper to remove this warning. See 03:03:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:31 03:03:31 Login Succeeded 03:03:31 nexus3.edgexfoundry.org:10004 03:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:32 Configure a credential helper to remove this warning. See 03:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:32 03:03:32 Login Succeeded 03:03:32 docker.io 03:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:32 Configure a credential helper to remove this warning. See 03:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:32 03:03:32 Login Succeeded 03:03:32 ---> docker-login.sh ends [Pipeline] } 03:03:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:33 ++ 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:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/core-command/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo core-command,cmd/core-command/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/core-data/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo core-data,cmd/core-data/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/core-metadata/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo core-metadata,cmd/core-metadata/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/security-bootstrapper/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/security-proxy-setup/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/support-notifications/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo support-notifications,cmd/support-notifications/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/support-scheduler/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:03:33 + for file in '`ls cmd/**/Dockerfile`' 03:03:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:03:33 ++ cut -d/ -f2 03:03:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:03:33 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:03:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:34 03:03:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:03:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:35 latest: Pulling from edgex-devops/git-semver 03:03:35 31603596830f: Pulling fs layer 03:03:35 2a8b12db71e7: Pulling fs layer 03:03:35 6ca5941a6612: Pulling fs layer 03:03:35 ecc8261a40a4: Pulling fs layer 03:03:35 ecc8261a40a4: Waiting 03:03:35 2a8b12db71e7: Download complete 03:03:35 31603596830f: Download complete 03:03:35 ecc8261a40a4: Verifying Checksum 03:03:35 ecc8261a40a4: Download complete 03:03:35 6ca5941a6612: Verifying Checksum 03:03:35 6ca5941a6612: Download complete 03:03:35 31603596830f: Pull complete 03:03:35 2a8b12db71e7: Pull complete 03:03:36 6ca5941a6612: Pull complete 03:03:36 ecc8261a40a4: Pull complete 03:03:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:03:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:03:37 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:03:39 $ docker top 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:40 [ssh-agent] Looking for ssh-agent implementation... 03:03:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:40 $ docker exec 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent 03:03:40 SSH_AUTH_SOCK=/tmp/ssh-Sr4uWxJkaQxY/agent.12 03:03:40 SSH_AGENT_PID=17 03:03:40 Running ssh-add (command line suppressed) 03:03:40 Identity added: /w/workspace/edgex-go/18@tmp/private_key_7093360463142076637.key (/w/workspace/edgex-go/18@tmp/private_key_7093360463142076637.key) 03:03:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:41 + git tag --points-at HEAD [Pipeline] } 03:03:41 $ docker exec --env ******** --env ******** 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent -k 03:03:41 unset SSH_AUTH_SOCK; 03:03:41 unset SSH_AGENT_PID; 03:03:41 echo Agent pid 17 killed; 03:03:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:03:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:41 [ssh-agent] Looking for ssh-agent implementation... 03:03:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:41 $ docker exec 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent 03:03:41 SSH_AUTH_SOCK=/tmp/ssh-d0woM7EZXJOp/agent.46 03:03:41 SSH_AGENT_PID=51 03:03:41 Running ssh-add (command line suppressed) 03:03:41 Identity added: /w/workspace/edgex-go/18@tmp/private_key_6293351886175563398.key (/w/workspace/edgex-go/18@tmp/private_key_6293351886175563398.key) 03:03:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:42 + git semver init 03:03:42 # -> Open(): unable to determine branch for HEAD 03:03:42 # $GIT_DIR = /w/workspace/edgex-go/18/.git 03:03:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 03:03:42 # $SEMVER_REMOTE_NAME = origin 03:03:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:42 # $SEMVER_USER_NAME = edgex-jenkins 03:03:42 # $SEMVER_BRANCH = PR-3202 03:03:42 # $SEMVER_TEMP = /tmp/semver-845793274 03:03:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:04:00 # '/tmp/semver-845793274' -> '/w/workspace/edgex-go/18/.semver' 03:04:01 # -> Force: false 03:04:01 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 03:04:01 $ docker exec --env ******** --env ******** 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent -k 03:04:01 unset SSH_AUTH_SOCK; 03:04:01 unset SSH_AGENT_PID; 03:04:01 echo Agent pid 51 killed; 03:04:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:04:02 + git semver [Pipeline] } 03:04:02 $ docker stop --time=1 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 03:04:04 $ docker rm -f 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 [Pipeline] // withDockerContainer [Pipeline] sh 03:04:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:04:05 Stashed 1 file(s) [Pipeline] echo 03:04:05 [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:04:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:04:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:04:06 + sudo service docker restart 03:04:06 + true 03:04:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:04:07 ========================================================= 03:04:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:04:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:07 + 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:04:11 Sending build context to Docker daemon 328.5MB 03:04:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:04:11 Step 2/6 : FROM ${BASE} 03:04:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:04:11 188c0c94c7c5: Pulling fs layer 03:04:11 0ef7d3d256c8: Pulling fs layer 03:04:11 de9db76c5a1d: Pulling fs layer 03:04:11 bca2f99d35d6: Pulling fs layer 03:04:11 93359f2a8cfa: Pulling fs layer 03:04:11 7c6f9722023f: Pulling fs layer 03:04:11 a35cf1a2eb13: Pulling fs layer 03:04:11 7c6f9722023f: Waiting 03:04:11 a35cf1a2eb13: Waiting 03:04:11 bca2f99d35d6: Waiting 03:04:11 93359f2a8cfa: Waiting 03:04:11 de9db76c5a1d: Verifying Checksum 03:04:11 de9db76c5a1d: Download complete 03:04:11 0ef7d3d256c8: Verifying Checksum 03:04:11 0ef7d3d256c8: Download complete 03:04:12 93359f2a8cfa: Verifying Checksum 03:04:12 93359f2a8cfa: Download complete 03:04:12 188c0c94c7c5: Verifying Checksum 03:04:12 188c0c94c7c5: Download complete 03:04:12 7c6f9722023f: Verifying Checksum 03:04:12 7c6f9722023f: Download complete 03:04:12 188c0c94c7c5: Pull complete 03:04:12 0ef7d3d256c8: Pull complete 03:04:12 de9db76c5a1d: Pull complete 03:04:14 a35cf1a2eb13: Verifying Checksum 03:04:14 a35cf1a2eb13: Download complete 03:04:14 bca2f99d35d6: Verifying Checksum 03:04:14 bca2f99d35d6: Download complete 03:04:20 bca2f99d35d6: Pull complete 03:04:20 93359f2a8cfa: Pull complete 03:04:20 7c6f9722023f: Pull complete 03:04:20 Still waiting to schedule task 03:04:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:04:24 a35cf1a2eb13: Pull complete 03:04:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:04:24 ---> a62c8e92a672 03:04:24 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:04:24 ---> Running in a5c0664e1bec 03:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:26 (1/12) Installing libmagic (5.38-r0) 03:04:26 (2/12) Installing file (5.38-r0) 03:04:26 (3/12) Installing libc-dev (0.7.2-r3) 03:04:26 (4/12) Installing g++ (9.3.0-r2) 03:04:32 (5/12) Installing fortify-headers (1.1-r0) 03:04:32 (6/12) Installing patch (2.7.6-r6) 03:04:32 (7/12) Installing build-base (0.5-r2) 03:04:32 (8/12) Installing libsodium (1.0.18-r0) 03:04:32 (9/12) Installing pkgconf (1.7.2-r0) 03:04:32 (10/12) Installing libsodium-dev (1.0.18-r0) 03:04:32 (11/12) Installing libzmq (4.3.3-r0) 03:04:33 (12/12) Installing zeromq-dev (4.3.3-r0) 03:04:33 Executing busybox-1.31.1-r19.trigger 03:04:33 OK: 233 MiB in 51 packages 03:04:37 Removing intermediate container a5c0664e1bec 03:04:37 ---> 0acab3d75221 03:04:37 Step 4/6 : WORKDIR /edgex-go 03:04:37 ---> Running in 2c2f11f468f9 03:04:37 Removing intermediate container 2c2f11f468f9 03:04:37 ---> e2a53607774d 03:04:37 Step 5/6 : COPY go.mod . 03:04:37 ---> 8699e1272fa1 03:04:37 Step 6/6 : RUN go mod download 03:04:37 ---> Running in 9e984b17dab3 03:05:04 Removing intermediate container 9e984b17dab3 03:05:04 ---> 154375be28da 03:05:04 Successfully built 154375be28da 03:05:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:05:04 + docker inspect -f . ci-base-image-x86_64 03:05:04 . [Pipeline] withDockerContainer 03:05:04 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:05:05 $ docker top e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:06 + go version 03:05:06 go version go1.15.5 linux/amd64 [Pipeline] } 03:05:06 $ docker stop --time=1 e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f 03:05:07 $ docker rm -f e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:08 + docker inspect -f . ci-base-image-x86_64 03:05:08 . [Pipeline] withDockerContainer 03:05:08 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:05:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:05:09 $ docker top de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b -eo pid,comm [Pipeline] { [Pipeline] echo 03:05:09 ========================================================= 03:05:09 [edgeXBuildGoParallel] Running Tests and Build... 03:05:09 ========================================================= [Pipeline] sh 03:05:10 + make test 03:05:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:05:20 ? github.com/edgexfoundry/edgex-go [no test files] 03:05:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:05:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:05:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:05:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:05:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:05:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:05:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:05:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.193s coverage: 82.9% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:05:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29088 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 03:05:56 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:05:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 03:05:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 03:06:02 using credential edgex-jenkins-ssh 03:06:02 Cloning the remote Git repository 03:06:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:06:02 > git init /w/workspace/edgex-go/18 # timeout=10 03:06:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:06:02 > git --version # timeout=10 03:06:02 > git --version # 'git version 2.17.1' 03:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements 03:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 03:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.058s coverage: 81.4% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 69.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.083s coverage: 95.6% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:06:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 03:06:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 03:06:23 GO111MODULE=on go vet ./... 03:06:24 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:06:25 Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:06:25 Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) 03:06:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:06:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:06:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:06:23 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:06:24 > git config core.sparsecheckout # timeout=10 03:06:24 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 03:06:25 > git remote # timeout=10 03:06:25 > git config --get remote.origin.url # timeout=10 03:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:25 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 03:06:25 > git rev-parse HEAD^{commit} # timeout=10 03:06:25 > git config core.sparsecheckout # timeout=10 03:06:25 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 03:06:29 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:06:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:06:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:06:31 + true 03:06:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:06:33 provisioning config files... 03:06:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4829423182772281153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:06:34 ---> docker-login.sh 03:06:34 nexus3.edgexfoundry.org:10001 03:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:35 Configure a credential helper to remove this warning. See 03:06:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:35 03:06:35 Login Succeeded 03:06:35 nexus3.edgexfoundry.org:10002 03:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:36 Configure a credential helper to remove this warning. See 03:06:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:36 03:06:36 Login Succeeded 03:06:36 nexus3.edgexfoundry.org:10003 03:06:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:36 Configure a credential helper to remove this warning. See 03:06:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:36 03:06:36 Login Succeeded 03:06:36 nexus3.edgexfoundry.org:10004 03:06:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:37 Configure a credential helper to remove this warning. See 03:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:37 03:06:37 Login Succeeded 03:06:37 docker.io 03:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:06:38 Configure a credential helper to remove this warning. See 03:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:06:38 03:06:38 Login Succeeded 03:06:38 ---> docker-login.sh ends [Pipeline] } 03:06:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:06:38 ========================================================= 03:06:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:06:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:06:39 + 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:06:41 Sending build context to Docker daemon 166.7MB 03:06:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:06:41 Step 2/6 : FROM ${BASE} 03:06:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:06:41 5f621e34cdf4: Pulling fs layer 03:06:41 a4357932f1b6: Pulling fs layer 03:06:41 18c013af1878: Pulling fs layer 03:06:41 00ac8860ef70: Pulling fs layer 03:06:41 63d7cb157983: Pulling fs layer 03:06:41 b116817d02f9: Pulling fs layer 03:06:41 745a02a5169b: Pulling fs layer 03:06:41 00ac8860ef70: Waiting 03:06:41 63d7cb157983: Waiting 03:06:41 745a02a5169b: Waiting 03:06:41 b116817d02f9: Waiting 03:06:41 18c013af1878: Verifying Checksum 03:06:41 18c013af1878: Download complete 03:06:41 a4357932f1b6: Download complete 03:06:41 63d7cb157983: Verifying Checksum 03:06:41 63d7cb157983: Download complete 03:06:42 b116817d02f9: Verifying Checksum 03:06:42 b116817d02f9: Download complete 03:06:42 5f621e34cdf4: Verifying Checksum 03:06:42 5f621e34cdf4: Download complete 03:06:42 5f621e34cdf4: Pull complete 03:06:43 a4357932f1b6: Pull complete 03:06:44 18c013af1878: Pull complete 03:06:44 745a02a5169b: Verifying Checksum 03:06:44 745a02a5169b: Download complete 03:06:46 00ac8860ef70: Verifying Checksum 03:06:46 00ac8860ef70: Download complete 03:06:50 gofmt -l . 03:06:50 [ "`gofmt -l .`" = "" ] 03:06:50 ./bin/test-go-mod-tidy.sh 03:06:50 ./bin/test-attribution-txt.sh [Pipeline] sh 03:06:51 + ls -al . 03:06:51 total 736 03:06:51 drwxrwxr-x 10 1001 1001 4096 Mar 9 03:06 . 03:06:51 drwxr-xr-x 4 root root 30 Mar 9 03:05 .. 03:06:51 -rw-rw-r-- 1 1001 1001 11 Mar 9 03:03 .dockerignore 03:06:51 drwxrwxr-x 8 1001 1001 179 Mar 9 03:03 .git 03:06:51 drwxrwxr-x 3 1001 1001 125 Mar 9 03:03 .github 03:06:51 -rw-rw-r-- 1 1001 1001 818 Mar 9 03:03 .gitignore 03:06:51 drwx------ 3 1001 1001 60 Mar 9 03:04 .semver 03:06:51 -rw-rw-r-- 1 1001 1001 166 Mar 9 03:03 .sonarcloud.properties 03:06:51 -rw-rw-r-- 1 1001 1001 8607 Mar 9 03:03 Attribution.txt 03:06:51 -rw-rw-r-- 1 1001 1001 3804 Mar 9 03:03 CONTRIBUTING.md 03:06:51 -rw-rw-r-- 1 1001 1001 931 Mar 9 03:03 Dockerfile.build 03:06:51 -rw-rw-r-- 1 1001 1001 863 Mar 9 03:03 Jenkinsfile 03:06:51 -rw-rw-r-- 1 1001 1001 10775 Mar 9 03:03 LICENSE 03:06:51 -rw-rw-r-- 1 1001 1001 5774 Mar 9 03:03 Makefile 03:06:51 -rw-rw-r-- 1 1001 1001 6524 Mar 9 03:03 README.md 03:06:51 -rw-rw-r-- 1 1001 1001 6755 Mar 9 03:03 SECURITY.md 03:06:51 -rw-rw-r-- 1 1001 1001 5 Mar 9 03:04 VERSION 03:06:51 -rw-rw-r-- 1 1001 1001 4131 Mar 9 03:03 ZMQWindows.md 03:06:51 drwxrwxr-x 2 1001 1001 117 Mar 9 03:03 bin 03:06:51 drwxrwxr-x 14 1001 1001 4096 Mar 9 03:03 cmd 03:06:51 -rw-r--r-- 1 root root 624012 Mar 9 03:06 coverage.out 03:06:51 -rw-r--r-- 1 root root 1055 Mar 9 03:06 go.mod 03:06:51 -rw-r--r-- 1 root root 21981 Mar 9 03:06 go.sum 03:06:51 drwxrwxr-x 8 1001 1001 127 Mar 9 03:03 internal 03:06:51 drwxrwxr-x 4 1001 1001 26 Mar 9 03:03 openapi 03:06:51 drwxrwxr-x 4 1001 1001 71 Mar 9 03:03 snap 03:06:51 -rw-rw-r-- 1 1001 1001 168 Mar 9 03:03 version.go [Pipeline] sh 03:06:52 + '[' -e coverage.out ] 03:06:52 + chown 1001:1001 coverage.out [Pipeline] stash 03:06:52 Stashed 1 file(s) [Pipeline] sh 03:06:52 + make build 03:06:52 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:06:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:06:56 00ac8860ef70: Pull complete 03:06:56 63d7cb157983: Pull complete 03:06:57 b116817d02f9: Pull complete 03:07:01 745a02a5169b: Pull complete 03:07:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:07:01 ---> b7e6874047d6 03:07:01 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:07:04 ---> Running in 468b9d40f1c6 03:07:04 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:07:05 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:07:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:07:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:07:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:07:07 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:07:07 (1/12) Installing libmagic (5.38-r0) 03:07:07 (2/12) Installing file (5.38-r0) 03:07:08 (3/12) Installing libc-dev (0.7.2-r3) 03:07:08 (4/12) Installing g++ (9.3.0-r2) 03:07:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:07:11 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:07:11 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:07:12 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:07:13 (5/12) Installing fortify-headers (1.1-r0) 03:07:13 (6/12) Installing patch (2.7.6-r6) 03:07:13 (7/12) Installing build-base (0.5-r2) 03:07:13 (8/12) Installing libsodium (1.0.18-r0) 03:07:13 (9/12) Installing pkgconf (1.7.2-r0) 03:07:13 (10/12) Installing libsodium-dev (1.0.18-r0) 03:07:13 (11/12) Installing libzmq (4.3.3-r0) 03:07:13 (12/12) Installing zeromq-dev (4.3.3-r0) 03:07:13 Executing busybox-1.31.1-r19.trigger 03:07:13 OK: 217 MiB in 51 packages 03:07:14 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:07:15 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:07:17 $ docker stop --time=1 de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b 03:07:18 Removing intermediate container 468b9d40f1c6 03:07:18 ---> be5ab7fafb3f 03:07:18 Step 4/6 : WORKDIR /edgex-go 03:07:18 ---> Running in 2f7e88549255 03:07:18 Removing intermediate container 2f7e88549255 03:07:18 ---> 21b1ec4f0312 03:07:18 Step 5/6 : COPY go.mod . 03:07:18 $ docker rm -f de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b 03:07:19 ---> 99fec5058dec 03:07:19 Step 6/6 : RUN go mod download 03:07:19 ---> Running in cf7f3b01a843 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:22 03:07:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:07:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:23 latest: Pulling from edgex-devops/edgex-compose 03:07:23 cbdbe7a5bc2a: Pulling fs layer 03:07:23 ca9280d653b3: Pulling fs layer 03:07:23 7e9c9ca2126c: Pulling fs layer 03:07:23 cbdbe7a5bc2a: Verifying Checksum 03:07:23 cbdbe7a5bc2a: Download complete 03:07:24 cbdbe7a5bc2a: Pull complete 03:07:24 ca9280d653b3: Download complete 03:07:24 7e9c9ca2126c: Verifying Checksum 03:07:24 7e9c9ca2126c: Download complete 03:07:25 ca9280d653b3: Pull complete 03:07:31 7e9c9ca2126c: Pull complete 03:07:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:07:31 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:07:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:07:35 $ docker top 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:35 + docker-compose build --help 03:07:35 + grep parallel 03:07:36 --parallel Build images in parallel. [Pipeline] } 03:07:36 $ docker stop --time=1 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 03:07:38 $ docker rm -f 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:38 . [Pipeline] withDockerContainer 03:07:38 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:07:38 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:07:39 $ docker top 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:40 + docker-compose -f ./docker-compose-build.yml build --parallel 03:07:41 Building docker-core-command-go ... 03:07:41 Building docker-core-data-go ... 03:07:41 Building docker-core-metadata-go ... 03:07:41 Building docker-security-bootstrapper-go ... 03:07:41 Building docker-security-proxy-setup-go ... 03:07:41 Building docker-security-secretstore-setup-go ... 03:07:41 Building docker-support-notifications-go ... 03:07:41 Building docker-support-scheduler-go ... 03:07:41 Building docker-sys-mgmt-agent-go ... 03:07:41 Building docker-support-notifications-go 03:07:41 Building docker-core-metadata-go 03:07:41 Building docker-security-proxy-setup-go 03:07:41 Building docker-sys-mgmt-agent-go 03:07:41 Building docker-core-command-go 03:07:51 Removing intermediate container cf7f3b01a843 03:07:51 ---> e0f46838ef55 03:07:51 Successfully built e0f46838ef55 03:07:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:07:52 + docker inspect -f . ci-base-image-arm64 03:07:52 . [Pipeline] withDockerContainer 03:07:52 prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container 03:07:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:07:54 $ docker top 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:55 + go version 03:07:55 go version go1.15.5 linux/arm64 [Pipeline] } 03:07:55 $ docker stop --time=1 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f 03:07:57 $ docker rm -f 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:58 + docker inspect -f . ci-base-image-arm64 03:07:58 . [Pipeline] withDockerContainer 03:07:59 prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container 03:07:59 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:08:01 $ docker top 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf -eo pid,comm [Pipeline] { [Pipeline] echo 03:08:01 ========================================================= 03:08:01 [edgeXBuildGoParallel] Running Tests and Build... 03:08:01 ========================================================= [Pipeline] sh 03:08:02 + make test 03:08:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:08:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:08:13 ---> 154375be28da 03:08:13 Step 3/22 : WORKDIR /edgex-go 03:08:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:08:13 ---> 154375be28da 03:08:13 Step 3/21 : WORKDIR /edgex-go 03:08:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:08:13 ---> 154375be28da 03:08:13 Step 3/26 : WORKDIR /edgex-go 03:08:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:08:13 ---> 154375be28da 03:08:13 Step 3/23 : WORKDIR /edgex-go 03:08:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:08:13 ---> 154375be28da 03:08:13 Step 3/23 : WORKDIR /edgex-go 03:08:14 ---> Running in fc268a1eeb45 03:08:14 ---> Running in 617474dec956 03:08:14 ---> Running in 52fc507ce686 03:08:14 ---> Running in 4658b8bca755 03:08:14 ---> Running in 77cd4af529f3 03:08:14 Removing intermediate container fc268a1eeb45 03:08:14 ---> 5c89976ecf36 03:08:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:14 Removing intermediate container 4658b8bca755 03:08:14 ---> b8c3451af7a0 03:08:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:14 Removing intermediate container 77cd4af529f3 03:08:14 ---> e96324a22cc0 03:08:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:14 Removing intermediate container 52fc507ce686 03:08:14 ---> b1ac5ad78e1b 03:08:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:14 Removing intermediate container 617474dec956 03:08:14 ---> 09d7279ce80b 03:08:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:15 ---> Running in a380f73e6f8a 03:08:15 ---> Running in a30b7e78109d 03:08:15 ---> Running in 687c8682238c 03:08:15 ---> Running in 7765a25808dc 03:08:15 ---> Running in e89980bc2de2 03:08:17 Removing intermediate container a30b7e78109d 03:08:17 ---> 867ce8044eaf 03:08:17 Step 5/23 : RUN apk add --update --no-cache make git 03:08:17 ---> Running in 49f079f9b5b8 03:08:17 Removing intermediate container a380f73e6f8a 03:08:17 ---> 990713bc6598 03:08:17 Step 5/23 : RUN apk add --update --no-cache make git 03:08:17 ---> Running in e76db29a28fd 03:08:17 Removing intermediate container 687c8682238c 03:08:17 ---> 86cf85d245b0 03:08:17 Step 5/21 : RUN apk add --update --no-cache make git 03:08:17 ---> Running in 52ace615b546 03:08:17 Removing intermediate container 7765a25808dc 03:08:17 ---> 6576b485372d 03:08:17 Step 5/26 : RUN apk add --update --no-cache make bash git 03:08:17 Removing intermediate container e89980bc2de2 03:08:17 ---> 6773c300f99b 03:08:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:08:17 ---> Running in 62281dbac706 03:08:17 ---> Running in a0ec6c655b3a 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:19 OK: 233 MiB in 51 packages 03:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:19 OK: 233 MiB in 51 packages 03:08:19 OK: 233 MiB in 51 packages 03:08:19 Removing intermediate container 49f079f9b5b8 03:08:19 ---> 5b99febee5f2 03:08:19 Step 6/23 : COPY go.mod . 03:08:19 OK: 233 MiB in 51 packages 03:08:19 OK: 233 MiB in 51 packages 03:08:20 ---> a872443e9ea0 03:08:20 Step 7/23 : RUN go mod download 03:08:20 ---> Running in 782167f72105 03:08:20 Removing intermediate container e76db29a28fd 03:08:20 ---> c4d9652f7023 03:08:20 Step 6/23 : COPY go.mod . 03:08:20 Removing intermediate container 52ace615b546 03:08:20 ---> b7507efd684e 03:08:20 Step 6/21 : COPY go.mod . 03:08:20 Removing intermediate container 62281dbac706 03:08:20 ---> c367cc5ac821 03:08:20 Step 6/26 : COPY go.mod . 03:08:20 ---> e0f6caa22b30 03:08:20 Step 7/21 : RUN go mod download 03:08:20 ---> 384bd682e959 03:08:20 Step 7/23 : RUN go mod download 03:08:20 Removing intermediate container a0ec6c655b3a 03:08:20 ---> 5f0018e21d87 03:08:20 Step 6/22 : COPY go.mod . 03:08:21 ---> Running in d011a05cb1ed 03:08:21 ---> Running in 4210f6f91b0d 03:08:21 ---> 885aa082168b 03:08:21 Step 7/26 : RUN go mod download 03:08:21 ---> c6e592b7bcc5 03:08:21 Step 7/22 : RUN go mod download 03:08:21 ---> Running in 34f57feda456 03:08:21 ---> Running in c65114d12d4a 03:08:22 Removing intermediate container 782167f72105 03:08:22 ---> 5d3788d2efec 03:08:22 Step 8/23 : COPY . . 03:08:24 ? github.com/edgexfoundry/edgex-go [no test files] 03:08:24 Removing intermediate container d011a05cb1ed 03:08:24 ---> 811687da0921 03:08:24 Step 8/23 : COPY . . 03:08:32 Removing intermediate container 4210f6f91b0d 03:08:32 ---> f461c0c9392a 03:08:32 Step 8/21 : COPY . . 03:08:32 Removing intermediate container 34f57feda456 03:08:32 ---> 0bc3ce17cded 03:08:32 Step 8/26 : COPY . . 03:08:33 Removing intermediate container c65114d12d4a 03:08:33 ---> 2b7b09fa21a0 03:08:33 Step 8/22 : COPY . . 03:09:05 ---> c101dc7ebd6b 03:09:05 Step 9/23 : RUN make cmd/core-command/core-command 03:09:05 ---> Running in 42144218b2fc 03:09:07 ---> ff98ce5a8dca 03:09:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:09:09 ---> Running in f318177ad237 03:09:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:09:11 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:09:11 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:09:12 ---> 3d135b2caa72 03:09:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:09:13 ---> Running in f861fb1215a0 03:09:13 ---> b67856adb07b 03:09:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:09:13 ---> 808bfa0a4493 03:09:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:09:13 ---> Running in f923d6eb527a 03:09:13 ---> Running in cbea9c9feb66 03:09:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:09:14 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:09:15 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:09:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:09:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:09:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:09:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:09:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:09:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:09:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:09:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:09:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:09:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:09:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:09:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.400s coverage: 45.9% of statements 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:09:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:09:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 03:09:47 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:09:49 Removing intermediate container 42144218b2fc 03:09:49 ---> 604e013f7d60 03:09:49 03:09:49 Step 10/23 : FROM alpine:3.12 03:09:49 Removing intermediate container f861fb1215a0 03:09:49 ---> dbc33d3d8f73 03:09:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:09:49 3.12: Pulling from library/alpine 03:09:50 ---> Running in e9e0d88f7488 03:09:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:09:51 Status: Downloaded newer image for alpine:3.12 03:09:51 ---> 88dd2752d2ea 03:09:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:09:51 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:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:09:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.320s coverage: 71.3% of statements 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:09:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:09:54 ---> Running in 331657f9e39b 03:09:54 Removing intermediate container cbea9c9feb66 03:09:54 ---> f4839698c158 03:09:54 03:09:54 Step 10/21 : FROM alpine:3.12 03:09:54 ---> 88dd2752d2ea 03:09:54 Step 11/21 : RUN apk add --update --no-cache curl 03:09:55 Removing intermediate container f318177ad237 03:09:55 ---> 7b07d634fa58 03:09:55 03:09:55 Step 10/23 : FROM alpine:3.12 03:09:55 ---> 88dd2752d2ea 03:09:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:09:55 ---> Running in 5f198d7983c9 03:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.512s coverage: 82.9% of statements 03:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.190s coverage: 78.9% of statements 03:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:09:56 ---> Running in ee493b02b6f9 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:57 Removing intermediate container f923d6eb527a 03:09:57 ---> 140c0e5f761d 03:09:57 03:09:57 Step 10/22 : FROM alpine:3.12 03:09:57 ---> 88dd2752d2ea 03:09:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:57 Removing intermediate container e9e0d88f7488 03:09:57 ---> 5282ee99ed90 03:09:57 03:09:57 Step 11/26 : FROM docker:20.10.0 03:09:57 ---> Running in 4a920e084bfe 03:09:57 (1/1) Installing dumb-init (1.2.2-r1) 03:09:57 Executing busybox-1.31.1-r19.trigger 03:09:57 OK: 6 MiB in 15 packages 03:09:57 20.10.0: Pulling from library/docker 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:58 (1/4) Installing ca-certificates (20191127-r4) 03:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:58 (1/1) Installing dumb-init (1.2.2-r1) 03:09:58 Executing busybox-1.31.1-r19.trigger 03:09:58 (1/2) Installing ca-certificates (20191127-r4) 03:09:58 OK: 6 MiB in 15 packages 03:09:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:09:58 (2/2) Installing dumb-init (1.2.2-r1) 03:09:58 Executing busybox-1.31.1-r19.trigger 03:09:58 Executing ca-certificates-20191127-r4.trigger 03:09:58 (3/4) Installing libcurl (7.69.1-r3) 03:09:58 (4/4) Installing curl (7.69.1-r3) 03:09:58 Executing busybox-1.31.1-r19.trigger 03:09:58 Executing ca-certificates-20191127-r4.trigger 03:09:58 OK: 6 MiB in 16 packages 03:09:58 OK: 7 MiB in 18 packages 03:09:59 Removing intermediate container 331657f9e39b 03:09:59 ---> c3c9cb5a8206 03:09:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:09:59 ---> Running in 37159d52dcd4 03:10:00 Removing intermediate container 37159d52dcd4 03:10:00 ---> a174add72aef 03:10:00 Step 13/23 : ENV APP_PORT=48082 03:10:02 Removing intermediate container ee493b02b6f9 03:10:02 ---> d9add3299f04 03:10:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:10:02 ---> Running in 7676d9d10c6a 03:10:02 Removing intermediate container 4a920e084bfe 03:10:02 ---> c73b4f29c199 03:10:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:10:02 ---> Running in f624cab07e76 03:10:02 Removing intermediate container 5f198d7983c9 03:10:02 ---> 497facb7d663 03:10:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:10:02 ---> Running in 640115b16554 03:10:02 Removing intermediate container 7676d9d10c6a 03:10:02 ---> Running in 246b4035fe83 03:10:02 ---> 8c580802d3d1 03:10:02 Step 14/23 : EXPOSE $APP_PORT 03:10:02 Removing intermediate container f624cab07e76 03:10:02 ---> e67bcdd5d4b3 03:10:02 Step 13/23 : ENV APP_PORT=48081 03:10:02 ---> Running in f9f051db2d3a 03:10:02 Removing intermediate container 640115b16554 03:10:02 ---> 2e0eae8afa57 03:10:02 Step 13/22 : ENV APP_PORT=48060 03:10:02 ---> Running in 5cd5fb5aaa59 03:10:02 Removing intermediate container 246b4035fe83 03:10:02 ---> 99179eda54af 03:10:02 Step 13/21 : WORKDIR /edgex 03:10:03 Removing intermediate container f9f051db2d3a 03:10:03 ---> 4ed96469ef38 03:10:03 Step 15/23 : WORKDIR / 03:10:03 ---> Running in 5b529533be95 03:10:03 ---> Running in 2b4233cfe8d4 03:10:03 Removing intermediate container 5cd5fb5aaa59 03:10:03 ---> 5e1bb969c5fa 03:10:03 Step 14/23 : EXPOSE $APP_PORT 03:10:03 ---> Running in 2c08be5caad5 03:10:03 ---> Running in 11b8c3861df7 03:10:03 Removing intermediate container 5b529533be95 03:10:03 ---> 3fa0030712dd 03:10:03 Step 14/22 : EXPOSE $APP_PORT 03:10:03 Removing intermediate container 2b4233cfe8d4 03:10:03 ---> 1b6fd96a812a 03:10:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:10:03 ---> Running in d5d6d9f4bf61 03:10:03 Removing intermediate container 2c08be5caad5 03:10:03 ---> d61268aa5b01 03:10:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:03 Removing intermediate container 11b8c3861df7 03:10:03 ---> 4c45b1529ad8 03:10:03 Step 15/23 : WORKDIR / 03:10:04 ---> Running in 82c7f11472eb 03:10:04 Removing intermediate container d5d6d9f4bf61 03:10:04 ---> a96022ababca 03:10:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:04 ---> 0e7739a18097 03:10:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:10:04 ---> 808ec27b0d83 03:10:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:10:04 Removing intermediate container 82c7f11472eb 03:10:04 ---> c8b9351af779 03:10:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:05 ---> b5a510ac6fdd 03:10:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:10:07 ---> 9faa7c7177bd 03:10:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:10:07 ---> 8ce3869d3a4c 03:10:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:10:07 ---> ea45d891303d 03:10:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:10:07 ---> 21e73c3d7f67 03:10:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:10:07 ---> 0e3ffb9e9f9f 03:10:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:10:07 ---> f31c43f88003 03:10:07 Step 19/23 : ENTRYPOINT ["/core-command"] 03:10:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:10:07 ---> Running in 23f2b3b9a9d0 03:10:07 Status: Downloaded newer image for docker:20.10.0 03:10:07 ---> aefe523efa57 03:10:07 Step 12/26 : RUN apk add --no-cache bash 03:10:07 ---> Running in 7fa03740d799 03:10:07 ---> 0886b751f735 03:10:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:10:07 ---> e79007a03cbd 03:10:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:10:07 ---> Running in 0d9375d67188 03:10:07 ---> Running in 6a8a4439252e 03:10:08 Removing intermediate container 7fa03740d799 03:10:08 ---> 31fc6de56759 03:10:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:08 Removing intermediate container 23f2b3b9a9d0 03:10:08 ---> 7d686a5fc99e 03:10:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:08 ---> Running in c0e9ba5c991a 03:10:08 Removing intermediate container 0d9375d67188 03:10:08 ---> 9f53a1a68b9b 03:10:08 Step 18/21 : CMD ["--init=true"] 03:10:08 ---> Running in 62b05993a15b 03:10:08 ---> c91f63ae0b2b 03:10:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:10:08 ---> Running in a3a9ea52ea5f 03:10:08 ---> Running in 3f3e57b1b067 03:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:08 Removing intermediate container c0e9ba5c991a 03:10:08 ---> e092a65536d3 03:10:08 Step 20/22 : LABEL arch=x86_64 03:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:08 Removing intermediate container 62b05993a15b 03:10:08 ---> 284302876091 03:10:08 Step 21/23 : LABEL arch=x86_64 03:10:08 ---> Running in 0a0e11d68e5f 03:10:08 (1/2) Installing readline (8.0.4-r0) 03:10:08 (2/2) Installing bash (5.0.17-r0) 03:10:08 Executing bash-5.0.17-r0.post-install 03:10:08 ---> Running in c6f7ec615273 03:10:08 Executing busybox-1.31.1-r19.trigger 03:10:08 OK: 12 MiB in 22 packages 03:10:08 Removing intermediate container a3a9ea52ea5f 03:10:08 ---> 028f437cdeb5 03:10:08 Step 19/21 : LABEL arch=x86_64 03:10:09 Removing intermediate container 3f3e57b1b067 03:10:09 ---> ccc7690c883c 03:10:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:09 ---> Running in 390744542afb 03:10:09 ---> Running in cfaf70d6cdda 03:10:09 Removing intermediate container 0a0e11d68e5f 03:10:09 ---> 261d4cf51d6d 03:10:09 Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:10:09 Removing intermediate container c6f7ec615273 03:10:09 ---> c11380127b68 03:10:09 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:10:09 ---> Running in 4938323b26dc 03:10:09 ---> Running in d6847cfae37f 03:10:09 Removing intermediate container 390744542afb 03:10:09 ---> fc3df005d991 03:10:09 Step 20/21 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:10:09 Removing intermediate container cfaf70d6cdda 03:10:09 ---> 5363f532a0c6 03:10:09 Step 21/23 : LABEL arch=x86_64 03:10:10 ---> Running in 6dc33263fea5 03:10:10 Removing intermediate container 6a8a4439252e 03:10:10 ---> 634962bd5bae 03:10:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:10:10 ---> Running in 6b4c234c4561 03:10:10 Removing intermediate container 4938323b26dc 03:10:10 ---> 72197c3ffbac 03:10:10 Step 22/22 : LABEL version=0.0.0 03:10:10 Removing intermediate container d6847cfae37f 03:10:10 ---> abda32156c34 03:10:10 Step 23/23 : LABEL version=0.0.0 03:10:10 ---> Running in 3f8cd73b8617 03:10:10 ---> Running in 69846c278ada 03:10:10 ---> Running in ef9f34f07c8f 03:10:10 Removing intermediate container 6dc33263fea5 03:10:10 ---> ef6736aff0e2 03:10:10 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:10:10 Removing intermediate container 6b4c234c4561 03:10:10 ---> d639c36026f3 03:10:10 Step 21/21 : LABEL version=0.0.0 03:10:10 ---> Running in da4900b478f8 03:10:10 ---> Running in ffa235e0bd73 03:10:10 Removing intermediate container 3f8cd73b8617 03:10:10 ---> 7ad7a683b8f0 03:10:10 Step 14/26 : ENV APP_PORT=48090 03:10:10 Removing intermediate container 69846c278ada 03:10:10 ---> d89a8f8d3a66 03:10:10 03:10:10 Removing intermediate container ef9f34f07c8f 03:10:10 ---> 18a16145025c 03:10:10 03:10:10 ---> Running in fb2a348824dc 03:10:10 Successfully built d89a8f8d3a66 03:10:11 Successfully built 18a16145025c 03:10:11 Removing intermediate container da4900b478f8 03:10:11 ---> 87d15904e498 03:10:11 Step 23/23 : LABEL version=0.0.0 03:10:11 Successfully tagged docker-support-notifications-go:latest 03:10:11  Building docker-support-notifications-go ... done Building docker-core-data-go 03:10:11 Successfully tagged docker-core-command-go:latest 03:10:11 Building docker-support-scheduler-go 03:10:11  Building docker-core-command-go ... done Removing intermediate container ffa235e0bd73 03:10:11 ---> b322d5c27c47 03:10:11 03:10:11 ---> Running in 073969fc9065 03:10:11 Removing intermediate container fb2a348824dc 03:10:11 ---> 18f422294131 03:10:11 Step 15/26 : EXPOSE $APP_PORT 03:10:11 Successfully built b322d5c27c47 03:10:11 Successfully tagged docker-security-proxy-setup-go:latest 03:10:11  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 03:10:11 ---> Running in d463cdd4de8d 03:10:11 Removing intermediate container 073969fc9065 03:10:11 ---> 75a5530a4149 03:10:11 03:10:11 Removing intermediate container d463cdd4de8d 03:10:11 ---> edf3b787b2c1 03:10:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:10:11 Successfully built 75a5530a4149 03:10:11 Successfully tagged docker-core-metadata-go:latest 03:10:11 Building docker-security-bootstrapper-go 03:10:12  Building docker-core-metadata-go ... done  ---> f52479bded96 03:10:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:10:12 ---> 388a0f3c1317 03:10:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:10:13 ---> 5c6ed705933f 03:10:13 Step 19/26 : RUN apk --no-cache add py3-pip 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.102s coverage: 79.5% of statements 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 03:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 03:10:17 ---> Running in 87470a3d3f4d 03:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:20 (1/33) Installing libbz2 (1.0.8-r1) 03:10:20 (2/33) Installing expat (2.2.9-r1) 03:10:20 (3/33) Installing libffi (3.3-r2) 03:10:20 (4/33) Installing gdbm (1.13-r1) 03:10:20 (5/33) Installing xz-libs (5.2.5-r0) 03:10:20 (6/33) Installing sqlite-libs (3.32.1-r0) 03:10:20 (7/33) Installing python3 (3.8.5-r1) 03:10:25 (8/33) Installing py3-appdirs (1.4.4-r1) 03:10:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:10:25 (10/33) Installing py3-parsing (2.4.7-r0) 03:10:25 (11/33) Installing py3-six (1.15.0-r0) 03:10:25 (12/33) Installing py3-packaging (20.4-r0) 03:10:25 (13/33) Installing py3-setuptools (47.0.0-r0) 03:10:25 (14/33) Installing py3-chardet (3.0.4-r4) 03:10:25 (15/33) Installing py3-idna (2.9-r0) 03:10:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:10:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:10:25 (18/33) Installing py3-requests (2.23.0-r0) 03:10:25 (19/33) Installing py3-msgpack (1.0.0-r0) 03:10:25 (20/33) Installing py3-lockfile (0.12.2-r3) 03:10:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:10:25 (22/33) Installing py3-colorama (0.4.3-r0) 03:10:25 (23/33) Installing py3-distlib (0.3.0-r0) 03:10:25 (24/33) Installing py3-distro (1.5.0-r1) 03:10:25 (25/33) Installing py3-webencodings (0.5.1-r3) 03:10:25 (26/33) Installing py3-html5lib (1.0.1-r4) 03:10:25 (27/33) Installing py3-pytoml (0.1.21-r0) 03:10:25 (28/33) Installing py3-pep517 (0.8.2-r0) 03:10:25 (29/33) Installing py3-progress (1.5-r0) 03:10:25 (30/33) Installing py3-toml (0.10.1-r0) 03:10:25 (31/33) Installing py3-retrying (1.3.3-r0) 03:10:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:10:25 (33/33) Installing py3-pip (20.1.1-r0) 03:10:25 Executing busybox-1.31.1-r19.trigger 03:10:25 OK: 71 MiB in 55 packages 03:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 03:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 03:10:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.104s coverage: 81.4% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 62.4% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 03:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.914s coverage: 69.0% of statements 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:10:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:10:44 ---> 154375be28da 03:10:44 Step 3/31 : WORKDIR /edgex-go 03:10:44 ---> Using cache 03:10:44 ---> 09d7279ce80b 03:10:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:44 ---> Using cache 03:10:44 ---> 6773c300f99b 03:10:44 Step 5/31 : RUN apk add --update --no-cache make git 03:10:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:10:44 ---> 154375be28da 03:10:44 Step 3/23 : WORKDIR /edgex-go 03:10:44 ---> Using cache 03:10:44 ---> 09d7279ce80b 03:10:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:44 ---> Using cache 03:10:44 ---> 6773c300f99b 03:10:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:10:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:10:44 ---> 154375be28da 03:10:44 Step 3/24 : WORKDIR /edgex-go 03:10:44 ---> Using cache 03:10:44 ---> 09d7279ce80b 03:10:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:44 ---> Using cache 03:10:44 ---> 6773c300f99b 03:10:44 Step 5/24 : RUN apk add --update --no-cache make git 03:10:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:44 ---> 154375be28da 03:10:44 Step 3/22 : WORKDIR /edgex-go 03:10:44 ---> Using cache 03:10:44 ---> 09d7279ce80b 03:10:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:44 ---> Using cache 03:10:44 ---> 6773c300f99b 03:10:44 Step 5/22 : RUN apk add --update --no-cache make git 03:10:44 ---> Running in 0c422344f104 03:10:44 ---> Running in 03e316fc3837 03:10:44 ---> Running in d29a244e021c 03:10:44 ---> Running in c20f3e5bf5ef 03:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements 03:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 03:10:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:10:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:46 OK: 233 MiB in 51 packages 03:10:46 OK: 233 MiB in 51 packages 03:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:47 OK: 233 MiB in 51 packages 03:10:47 OK: 233 MiB in 51 packages 03:10:49 Removing intermediate container 03e316fc3837 03:10:49 ---> cede5144bf5c 03:10:49 Step 6/31 : COPY go.mod . 03:10:50 Removing intermediate container d29a244e021c 03:10:50 ---> c8e4f0aa62d7 03:10:50 Step 6/22 : COPY go.mod . 03:10:50 Removing intermediate container 87470a3d3f4d 03:10:50 ---> a0569d96c789 03:10:50 Step 20/26 : RUN pip install docker-compose==1.23.2 03:10:50 ---> Running in a3a822462c8d 03:10:50 Removing intermediate container c20f3e5bf5ef 03:10:50 ---> cb51141f670a 03:10:50 Step 6/23 : COPY go.mod . 03:10:50 ---> 4a3b992aeb4e 03:10:50 Step 7/31 : RUN go mod download 03:10:50 Removing intermediate container 0c422344f104 03:10:50 ---> 7659e21a5e8d 03:10:50 Step 6/24 : COPY go.mod . 03:10:50 ---> f018b98ce66e 03:10:50 Step 7/22 : RUN go mod download 03:10:50 ---> Running in 86fc3d08dd52 03:10:51 ---> 7f3113fbf087 03:10:51 Step 7/23 : RUN go mod download 03:10:51 ---> Running in 53a126b07b10 03:10:51 ---> f959e7deb6d3 03:10:51 Step 7/24 : RUN go mod download 03:10:51 ---> Running in 42756632bec1 03:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:10:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.475s coverage: 87.8% of statements 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:10:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:10:51 ---> Running in eaf835010544 03:10:53 Collecting docker-compose==1.23.2 03:10:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:10:53 Removing intermediate container 86fc3d08dd52 03:10:53 ---> 4620f4d23ca2 03:10:53 Step 8/31 : COPY . . 03:10:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:10:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:10:53 Removing intermediate container 53a126b07b10 03:10:53 ---> 9da6e9a82c80 03:10:53 Step 8/22 : COPY . . 03:10:53 Collecting websocket-client<1.0,>=0.32.0 03:10:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:10:54 Collecting docker<4.0,>=3.6.0 03:10:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:10:58 Collecting PyYAML<4,>=3.10 03:10:58 Downloading PyYAML-3.13.tar.gz (270 kB) 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.024s coverage: 29.1% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.217s coverage: 95.6% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:10:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 03:10:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 03:11:00 Removing intermediate container 42756632bec1 03:11:00 ---> 4f54166b500d 03:11:00 Step 8/23 : COPY . . 03:11:00 GO111MODULE=on go vet ./... 03:11:00 Removing intermediate container eaf835010544 03:11:00 ---> 630c8b05f818 03:11:00 Step 8/24 : COPY . . 03:11:03 Collecting docopt<0.7,>=0.6.1 03:11:03 Downloading docopt-0.6.2.tar.gz (25 kB) 03:11:07 Collecting dockerpty<0.5,>=0.4.1 03:11:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:11:11 Collecting cached-property<2,>=1.2.0 03:11:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:11:15 Collecting jsonschema<3,>=2.5.1 03:11:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:11:17 Collecting texttable<0.10,>=0.9.0 03:11:17 Downloading texttable-0.9.1.tar.gz (11 kB) 03:11:21 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:11:21 Collecting idna<2.8,>=2.5 03:11:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:11:21 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:11:21 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:11:23 Collecting urllib3<1.25,>=1.21.1 03:11:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:11:24 Collecting docker-pycreds>=0.4.0 03:11:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:11:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:11:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:11:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:11:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:11:25 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, dockerpty, cached-property, jsonschema, texttable, docker-compose 03:11:25 Attempting uninstall: idna 03:11:25 Found existing installation: idna 2.9 03:11:25 Uninstalling idna-2.9: 03:11:25 Successfully uninstalled idna-2.9 03:11:28 Attempting uninstall: urllib3 03:11:28 Found existing installation: urllib3 1.25.9 03:11:28 Uninstalling urllib3-1.25.9: 03:11:29 Successfully uninstalled urllib3-1.25.9 03:11:30 Attempting uninstall: requests 03:11:30 Found existing installation: requests 2.23.0 03:11:30 Uninstalling requests-2.23.0: 03:11:30 Successfully uninstalled requests-2.23.0 03:11:35 ---> 84b7836b4224 03:11:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:11:36 Running setup.py install for PyYAML: started 03:11:37 ---> a5248b6e0116 03:11:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:11:38 ---> Running in 5670c290898b 03:11:38 ---> Running in 7755e8fe810a 03:11:38 Running setup.py install for PyYAML: finished with status 'done' 03:11:38 Running setup.py install for docopt: started 03:11:38 ---> 3c349f6503d7 03:11:38 Step 9/23 : RUN make cmd/core-data/core-data 03:11:38 ---> 20d875290ce5 03:11:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:11:38 ---> Running in cefe9150d746 03:11:38 Running setup.py install for docopt: finished with status 'done' 03:11:38 Running setup.py install for dockerpty: started 03:11:38 ---> Running in ea9be26f47e1 03:11:39 Running setup.py install for dockerpty: finished with status 'done' 03:11:39 Running setup.py install for texttable: started 03:11:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:11:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:11:39 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:11:39 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:11:40 Running setup.py install for texttable: finished with status 'done' 03:11:40 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:11:44 Removing intermediate container a3a822462c8d 03:11:44 ---> 249c6b3648b2 03:11:44 Step 21/26 : RUN apk --no-cache add curl 03:11:45 ---> Running in 464c899dec0a 03:11:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:11:48 (2/3) Installing libcurl (7.69.1-r3) 03:11:48 (3/3) Installing curl (7.69.1-r3) 03:11:48 Executing busybox-1.31.1-r19.trigger 03:11:48 OK: 72 MiB in 58 packages 03:11:51 Removing intermediate container 464c899dec0a 03:11:51 ---> b15a360ab0ad 03:11:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:11:52 ---> Running in f381b027ed92 03:11:52 Removing intermediate container f381b027ed92 03:11:52 ---> fe018c0d2296 03:11:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:11:53 ---> Running in 66df30a50c5f 03:11:53 Removing intermediate container 66df30a50c5f 03:11:53 ---> a15cb2945763 03:11:53 Step 24/26 : LABEL arch=x86_64 03:11:53 ---> Running in c3fde54cf0d3 03:11:54 Removing intermediate container c3fde54cf0d3 03:11:54 ---> 9ec24cfb1557 03:11:54 Step 25/26 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:11:54 ---> Running in 27b6c4617e88 03:11:55 Removing intermediate container 27b6c4617e88 03:11:55 ---> b4a0d85471af 03:11:55 Step 26/26 : LABEL version=0.0.0 03:11:55 ---> Running in f3a9f2f1856d 03:11:55 Removing intermediate container f3a9f2f1856d 03:11:55 ---> 5f5c7d0300cb 03:11:55 03:11:55 Successfully built 5f5c7d0300cb 03:11:56 Successfully tagged docker-sys-mgmt-agent-go:latest 03:12:04  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:12:12 Removing intermediate container 5670c290898b 03:12:12 ---> 6da9f7d233e4 03:12:12 03:12:12 Step 10/31 : FROM alpine:3.12 03:12:12 ---> 88dd2752d2ea 03:12:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:12:12 ---> Running in b29206ebac05 03:12:12 Removing intermediate container b29206ebac05 03:12:12 ---> 806d3b2e88dd 03:12:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:12:12 ---> Running in ca1d2003f2c9 03:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:13 (1/2) Installing dumb-init (1.2.2-r1) 03:12:13 (2/2) Installing su-exec (0.2-r1) 03:12:13 Executing busybox-1.31.1-r19.trigger 03:12:14 OK: 6 MiB in 16 packages 03:12:16 Removing intermediate container ea9be26f47e1 03:12:16 ---> 7df789fc2969 03:12:16 03:12:16 Step 10/24 : FROM alpine:3.12 03:12:16 ---> 88dd2752d2ea 03:12:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:12:16 Removing intermediate container 7755e8fe810a 03:12:16 ---> bbc89ca3303b 03:12:16 03:12:16 Step 10/22 : FROM alpine:3.12 03:12:16 ---> 88dd2752d2ea 03:12:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:12:16 ---> Using cache 03:12:16 ---> d9add3299f04 03:12:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:12:16 ---> Using cache 03:12:16 ---> e67bcdd5d4b3 03:12:16 Step 13/22 : ENV APP_PORT=48085 03:12:16 ---> Running in 7973c654752a 03:12:16 ---> Running in 6423eae47189 03:12:16 Removing intermediate container ca1d2003f2c9 03:12:16 ---> e1eea5af9d7c 03:12:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:12:17 ---> Running in 8d78fb972b6e 03:12:17 Removing intermediate container 6423eae47189 03:12:17 ---> 6f2f3b3bfc4e 03:12:17 Step 14/22 : EXPOSE $APP_PORT 03:12:17 ---> Running in 0a4bd89b4000 03:12:17 Removing intermediate container 8d78fb972b6e 03:12:17 ---> b282aae0a301 03:12:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:12:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:17 (1/5) Installing ca-certificates (20191127-r4) 03:12:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:12:17 (3/5) Installing libcurl (7.69.1-r3) 03:12:17 (4/5) Installing curl (7.69.1-r3) 03:12:17 (5/5) Installing dumb-init (1.2.2-r1) 03:12:17 Executing busybox-1.31.1-r19.trigger 03:12:17 Executing ca-certificates-20191127-r4.trigger 03:12:17 OK: 7 MiB in 19 packages 03:12:18 ---> Running in 71c8efc613be 03:12:19 Removing intermediate container 0a4bd89b4000 03:12:19 ---> 4b08d001bb52 03:12:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:12:20 Removing intermediate container 71c8efc613be 03:12:20 ---> 3f38fd7c326f 03:12:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:12:20 Removing intermediate container cefe9150d746 03:12:20 ---> 9124a5894149 03:12:20 03:12:20 Step 10/23 : FROM alpine:3.12 03:12:20 ---> 88dd2752d2ea 03:12:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:12:20 ---> 3533a1819868 03:12:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:12:20 ---> Running in 72e65d81f6c0 03:12:21 ---> Running in 584ccb396710 03:12:21 ---> 8059428fd22c 03:12:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:12:21 Removing intermediate container 7973c654752a 03:12:21 ---> bb302519f1ed 03:12:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:12:22 Removing intermediate container 584ccb396710 03:12:22 ---> fffdc26f9ab3 03:12:22 Step 12/23 : ENV APP_PORT=48080 03:12:22 ---> Running in 401a2f9a3492 03:12:22 gofmt -l . 03:12:22 [ "`gofmt -l .`" = "" ] 03:12:22 ./bin/test-go-mod-tidy.sh 03:12:22 ./bin/test-attribution-txt.sh [Pipeline] sh 03:12:22 ---> 063f547f23f5 03:12:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:12:22 ---> Running in 762a1f26d528 03:12:22 + ls -al . 03:12:22 total 764 03:12:22 drwxrwxr-x 9 1001 1001 4096 Mar 9 03:12 . 03:12:22 drwxr-xr-x 4 root root 4096 Mar 9 03:08 .. 03:12:22 -rw-rw-r-- 1 1001 1001 11 Mar 9 03:06 .dockerignore 03:12:22 drwxrwxr-x 8 1001 1001 4096 Mar 9 03:06 .git 03:12:22 drwxrwxr-x 3 1001 1001 4096 Mar 9 03:06 .github 03:12:22 -rw-rw-r-- 1 1001 1001 818 Mar 9 03:06 .gitignore 03:12:22 -rw-rw-r-- 1 1001 1001 166 Mar 9 03:06 .sonarcloud.properties 03:12:22 -rw-rw-r-- 1 1001 1001 8607 Mar 9 03:06 Attribution.txt 03:12:22 -rw-rw-r-- 1 1001 1001 3804 Mar 9 03:06 CONTRIBUTING.md 03:12:22 -rw-rw-r-- 1 1001 1001 931 Mar 9 03:06 Dockerfile.build 03:12:22 -rw-rw-r-- 1 1001 1001 863 Mar 9 03:06 Jenkinsfile 03:12:22 -rw-rw-r-- 1 1001 1001 10775 Mar 9 03:06 LICENSE 03:12:22 -rw-rw-r-- 1 1001 1001 5774 Mar 9 03:06 Makefile 03:12:22 -rw-rw-r-- 1 1001 1001 6524 Mar 9 03:06 README.md 03:12:22 -rw-rw-r-- 1 1001 1001 6755 Mar 9 03:06 SECURITY.md 03:12:22 -rw-rw-r-- 1 1001 1001 5 Mar 9 03:04 VERSION 03:12:22 -rw-rw-r-- 1 1001 1001 4131 Mar 9 03:06 ZMQWindows.md 03:12:22 drwxrwxr-x 2 1001 1001 4096 Mar 9 03:06 bin 03:12:22 drwxrwxr-x 14 1001 1001 4096 Mar 9 03:06 cmd 03:12:22 -rw-r--r-- 1 root root 624012 Mar 9 03:10 coverage.out 03:12:22 -rw-r--r-- 1 root root 1055 Mar 9 03:12 go.mod 03:12:22 -rw-r--r-- 1 root root 21981 Mar 9 03:12 go.sum 03:12:22 drwxrwxr-x 8 1001 1001 4096 Mar 9 03:06 internal 03:12:22 drwxrwxr-x 4 1001 1001 4096 Mar 9 03:06 openapi 03:12:22 drwxrwxr-x 4 1001 1001 4096 Mar 9 03:06 snap 03:12:22 -rw-rw-r-- 1 1001 1001 168 Mar 9 03:06 version.go 03:12:22 ---> Running in 0fc94a6b76f0 03:12:22 Removing intermediate container 401a2f9a3492 03:12:22 ---> ac98380c662f 03:12:22 Step 13/24 : WORKDIR / 03:12:22 Removing intermediate container 762a1f26d528 03:12:22 ---> de1b3ef6dd4b 03:12:22 Step 13/23 : EXPOSE $APP_PORT [Pipeline] sh 03:12:22 ---> Running in 00abc00724bb 03:12:22 ---> Running in 5648a58c86b8 03:12:22 Removing intermediate container 0fc94a6b76f0 03:12:22 ---> d359cdf1984b 03:12:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:22 Removing intermediate container 72e65d81f6c0 03:12:22 ---> 4b1e2cb66bd1 03:12:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:12:23 ---> Running in 6827233aa435 03:12:23 ---> Running in ef0066533c8b 03:12:23 Removing intermediate container 5648a58c86b8 03:12:23 ---> 4035340622a6 03:12:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:23 Removing intermediate container 00abc00724bb 03:12:23 ---> 9a04bb544443 03:12:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:12:23 + '[' -e coverage.out ] 03:12:23 + chown 1001:1001 coverage.out [Pipeline] stash 03:12:23 Warning: overwriting stash ‘coverage-report’ 03:12:23 ---> Running in 168a196de74a 03:12:23 Removing intermediate container 6827233aa435 03:12:23 ---> b20214d03724 03:12:23 Step 20/22 : LABEL arch=x86_64 03:12:23 Removing intermediate container ef0066533c8b 03:12:23 ---> a03f0e30adfc 03:12:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:12:23 ---> Running in db2d9508c6ad 03:12:23 ---> d72e800d5e8c 03:12:23 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:12:24 ---> 7bb6f7fdff8f 03:12:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:12:24 Removing intermediate container db2d9508c6ad 03:12:24 ---> 896776fb060a 03:12:24 Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:12:24 ---> Running in b7ea1f32b1e2 03:12:24 ---> Running in 33031249725e 03:12:24 ---> dae7d74638f3 03:12:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:12:24 Stashed 1 file(s) [Pipeline] sh 03:12:25 Removing intermediate container 33031249725e 03:12:25 ---> b5115e66e920 03:12:25 Step 22/22 : LABEL version=0.0.0 03:12:25 ---> Running in 0fe16f462c6c 03:12:25 + make build 03:12:25 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:12:25 ---> 7338676e4bd9 03:12:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:12:25 Removing intermediate container 0fe16f462c6c 03:12:25 ---> e3392d469174 03:12:25 03:12:25 Removing intermediate container 168a196de74a 03:12:25 ---> c9d25f4d9c7a 03:12:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:12:25 ---> Running in 0addc72786fc 03:12:25 Successfully built e3392d469174 03:12:25 Successfully tagged docker-support-scheduler-go:latest 03:12:26  Building docker-support-scheduler-go ... done  ---> 25e6da5adfe0 03:12:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:12:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:26 Removing intermediate container b7ea1f32b1e2 03:12:26 ---> 41c0193dcdb2 03:12:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:12:26 ---> c98570bbc71f 03:12:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:12:26 ---> 9ce4db8b3cb4 03:12:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:12:26 ---> 9584e7daecfc 03:12:26 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:12:26 ---> Running in 0dd389c468ef 03:12:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:27 (1/6) Installing dumb-init (1.2.2-r1) 03:12:27 ---> 3b6fe4ecd9ee 03:12:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:12:27 (2/6) Installing libgcc (9.3.0-r2) 03:12:27 (3/6) Installing libsodium (1.0.18-r0) 03:12:27 (4/6) Installing libstdc++ (9.3.0-r2) 03:12:27 ---> b8022e5a1c9c 03:12:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:12:27 (5/6) Installing libzmq (4.3.3-r0) 03:12:27 Removing intermediate container 0dd389c468ef 03:12:27 ---> c4371ea89531 03:12:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:12:27 (6/6) Installing zeromq (4.3.3-r0) 03:12:28 ---> Running in 9dca421add28 03:12:28 Executing busybox-1.31.1-r19.trigger 03:12:28 OK: 8 MiB in 20 packages 03:12:28 ---> ca3b3d5bc945 03:12:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:12:28 Removing intermediate container 9dca421add28 03:12:28 ---> f4987b14b931 03:12:28 Step 22/24 : LABEL arch=x86_64 03:12:28 ---> Running in cfeb5e4311bc 03:12:28 ---> d61b7594f7c4 03:12:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:12:28 ---> Running in 21f51b3b8406 03:12:28 Removing intermediate container cfeb5e4311bc 03:12:28 ---> 866d591dc3a7 03:12:28 Step 23/24 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:12:28 Removing intermediate container 0addc72786fc 03:12:28 ---> b7cd456c2e16 03:12:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:12:29 ---> Running in 96abc11595ed 03:12:29 Removing intermediate container 21f51b3b8406 03:12:29 ---> 9ef3043405a8 03:12:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:12:29 ---> c965c8cace64 03:12:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:12:29 Removing intermediate container 96abc11595ed 03:12:29 ---> 0f4c0349843d 03:12:29 Step 24/24 : LABEL version=0.0.0 03:12:29 ---> Running in d13a26d869e8 03:12:29 ---> 123f4d27c5e9 03:12:29 Step 26/31 : RUN chmod +x /entrypoint.sh 03:12:29 ---> Running in 8294561b0132 03:12:30 Removing intermediate container d13a26d869e8 03:12:30 ---> 52595497c924 03:12:30 03:12:30 ---> 92999a5205c6 03:12:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:12:30 Successfully built 52595497c924 03:12:30 Successfully tagged docker-security-secretstore-setup-go:latest 03:12:30  Building docker-security-secretstore-setup-go ... done  ---> dcdf3f96311a 03:12:30 Step 19/23 : ENTRYPOINT ["/core-data"] 03:12:30 ---> Running in 4e6c1064018a 03:12:30 Removing intermediate container 4e6c1064018a 03:12:30 ---> cc989336a89a 03:12:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:31 ---> Running in 97abcc104939 03:12:31 Removing intermediate container 97abcc104939 03:12:31 ---> 8868995c0bb1 03:12:31 Step 21/23 : LABEL arch=x86_64 03:12:31 Removing intermediate container 8294561b0132 03:12:31 ---> 0c5328d581bc 03:12:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:12:31 ---> Running in bb3b521d8432 03:12:31 ---> Running in c7176356466c 03:12:31 Removing intermediate container bb3b521d8432 03:12:31 ---> 465f2da72767 03:12:31 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:12:31 ---> Running in 99aeb65f718f 03:12:31 Removing intermediate container c7176356466c 03:12:31 ---> 3b8f7b1f3ac9 03:12:31 Step 28/31 : CMD ["gate"] 03:12:31 ---> Running in f850430f0405 03:12:31 Removing intermediate container 99aeb65f718f 03:12:31 ---> fb6e74766b5a 03:12:31 Step 23/23 : LABEL version=0.0.0 03:12:31 ---> Running in b740c5cc453c 03:12:31 Removing intermediate container f850430f0405 03:12:31 ---> 7eded6dcca17 03:12:31 Step 29/31 : LABEL arch=x86_64 03:12:32 ---> Running in cab67255b59f 03:12:32 Removing intermediate container b740c5cc453c 03:12:32 ---> 9ffc9fcffd43 03:12:32 03:12:32 Removing intermediate container cab67255b59f 03:12:32 ---> b139f317f2c1 03:12:32 Step 30/31 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:12:32 Successfully built 9ffc9fcffd43 03:12:32 Successfully tagged docker-core-data-go:latest 03:12:32  Building docker-core-data-go ... done  ---> Running in 8a3a58c3e1d6 03:12:33 Removing intermediate container 8a3a58c3e1d6 03:12:33 ---> fcbf47c5e1e7 03:12:33 Step 31/31 : LABEL version=0.0.0 03:12:33 ---> Running in 8ca81a9d82ba 03:12:33 Removing intermediate container 8ca81a9d82ba 03:12:33 ---> ffea1f39e54f 03:12:33 03:12:33 Successfully built ffea1f39e54f 03:12:33 Successfully tagged docker-security-bootstrapper-go:latest 03:12:33  Building docker-security-bootstrapper-go ... done  [Pipeline] } 03:12:33 $ docker stop --time=1 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 03:12:35 $ docker rm -f 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 03:12:35 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 [Pipeline] // withDockerContainer [Pipeline] sh 03:12:35 + docker images 03:12:35 + grep docker 03:12:36 docker-security-bootstrapper-go latest ffea1f39e54f 3 seconds ago 18.7MB 03:12:36 docker-core-data-go latest 9ffc9fcffd43 4 seconds ago 22.6MB 03:12:36 docker-security-secretstore-setup-go latest 52595497c924 7 seconds ago 24.9MB 03:12:36 docker-support-scheduler-go latest e3392d469174 11 seconds ago 17.2MB 03:12:36 docker-sys-mgmt-agent-go latest 5f5c7d0300cb 41 seconds ago 313MB 03:12:36 docker-core-metadata-go latest 75a5530a4149 2 minutes ago 19MB 03:12:36 docker-security-proxy-setup-go latest b322d5c27c47 2 minutes ago 24.7MB 03:12:36 docker-support-notifications-go latest d89a8f8d3a66 2 minutes ago 17.8MB 03:12:36 docker-core-command-go latest 18a16145025c 2 minutes ago 17.2MB 03:12:36 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:12:52 Still waiting to schedule task 03:12:52 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:13:02 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:13:02 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:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:13:20 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:13:24 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:13:31 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:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:13:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 03:13:43 $ docker stop --time=1 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf 03:13:45 $ docker rm -f 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 03:13:47 Running on prd-ubuntu18.04-docker-8c-8g-29089 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] ws 03:13:47 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:13:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:13:48 03:13:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:13:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:13:48 latest: Pulling from edgex-devops/edgex-compose-arm64 03:13:48 29e5d40040c1: Pulling fs layer 03:13:48 1ce36da41761: Pulling fs layer 03:13:48 25b303627fd3: Pulling fs layer 03:13:49 29e5d40040c1: Verifying Checksum 03:13:49 29e5d40040c1: Download complete 03:13:49 1ce36da41761: Verifying Checksum 03:13:49 1ce36da41761: Download complete 03:13:50 using credential edgex-jenkins-ssh 03:13:50 Cloning the remote Git repository 03:13:50 29e5d40040c1: Pull complete 03:13:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:13:49 > git init /w/workspace/edgex-go/18 # timeout=10 03:13:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:13:49 > git --version # timeout=10 03:13:49 > git --version # 'git version 2.17.1' 03:13:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:51 1ce36da41761: Pull complete 03:13:51 25b303627fd3: Verifying Checksum 03:13:51 25b303627fd3: Download complete 03:14:01 25b303627fd3: Pull complete 03:14:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:14:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:14:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:14:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:14:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:14:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:14:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:14:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:14:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:14:02 prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container 03:14:02 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:14:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:14:02 Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:14:02 Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) 03:14:01 > git config core.sparsecheckout # timeout=10 03:14:01 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 03:14:02 > git remote # timeout=10 03:14:02 > git config --get remote.origin.url # timeout=10 03:14:02 using GIT_SSH to set credentials SSH Credentials for GitHub 03:14:02 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 03:14:02 > git rev-parse HEAD^{commit} # timeout=10 03:14:02 > git config core.sparsecheckout # timeout=10 03:14:02 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 03:14:05 $ docker top a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:06 Commit message: "feat(data): Add CBOR support for V2 API" 03:14:06 + docker-compose build --help 03:14:06 + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:14:07 + echo snap-build.sh 03:14:07 snap-build.sh 03:14:07 + SNAP_BASE_DIR=. 03:14:07 + '[' '!' -z /w/workspace/edgex-go/18 ']' 03:14:07 + SNAP_BASE_DIR=/w/workspace/edgex-go/18 03:14:07 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' 03:14:07 [snap-build] Building snap in dir [/w/workspace/edgex-go/18] 03:14:07 + cd /w/workspace/edgex-go/18 03:14:07 + sudo apt-get remove -qy --purge lxd lxd-client 03:14:07 Reading package lists... 03:14:07 Building dependency tree... 03:14:07 Reading state information... 03:14:07 The following packages were automatically installed and are no longer required: 03:14:07 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:14:07 uidmap xdelta3 03:14:07 Use 'sudo apt autoremove' to remove them. 03:14:07 The following packages will be REMOVED: 03:14:07 lxd* lxd-client* 03:14:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:14:08 After this operation, 31.7 MB disk space will be freed. 03:14:09 --parallel Build images in parallel. [Pipeline] } 03:14:09 $ docker stop --time=1 a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 03:14:10 (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:14:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:14:11 Removing lxd dnsmasq configuration 03:14:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:14:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:14:11 $ docker rm -f a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:14:12 . [Pipeline] withDockerContainer 03:14:12 prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container 03:14:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:14:12 (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:14:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:14:12 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:14:14 $ docker top 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:14 Processing triggers for systemd (237-3ubuntu10.42) ... 03:14:15 Processing triggers for ureadahead (0.100.0-21) ... 03:14:15 + docker-compose -f ./docker-compose-build.yml build --parallel 03:14:17 + sudo snap remove --purge lxd 03:14:17 snap "lxd" is not installed 03:14:17 + sudo groupadd --force --system lxd 03:14:17 ++ whoami 03:14:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:14:17 + newgrp - lxd 03:14:17 + sudo snap install lxd 03:14:19 Building docker-core-command-go ... 03:14:19 Building docker-core-data-go ... 03:14:19 Building docker-core-metadata-go ... 03:14:19 Building docker-security-bootstrapper-go ... 03:14:19 Building docker-security-proxy-setup-go ... 03:14:19 Building docker-security-secretstore-setup-go ... 03:14:19 Building docker-support-notifications-go ... 03:14:19 Building docker-support-scheduler-go ... 03:14:19 Building docker-sys-mgmt-agent-go ... 03:14:19 Building docker-security-bootstrapper-go 03:14:19 Building docker-core-data-go 03:14:19 Building docker-support-notifications-go 03:14:19 Building docker-security-secretstore-setup-go 03:14:19 Building docker-support-scheduler-go 03:14:27 2021-03-09T03:14:24Z INFO Waiting for automatic snapd restart... 03:14:42 lxd 4.11 from Canonical* installed 03:14:42 + sudo lxd init --auto 03:14:52 + sudo snap install --classic snapcraft 03:15:07 snapcraft 4.5.4 from Canonical* installed 03:15:07 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:15:07 + patch --verbose -p1 03:15:07 Hmm... Looks like a unified diff to me... 03:15:07 The text leading up to this was: 03:15:07 -------------------------- 03:15:07 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:15:07 |From: Tony Espy 03:15:07 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:15:07 |Subject: [PATCH] optimize snap build for pipeline CI check 03:15:07 | 03:15:07 |This patch is used by the EdgeX CI pipeline builds to 03:15:07 |optimize the snap CI check run for pull requests. When 03:15:07 |applied, it essentially strips out everything (apps and 03:15:07 |parts) from the snapcraft.yaml file except those required 03:15:07 |to build edgex-go, as the whole idea of the CI check is to 03:15:07 |catch changes to edgex-go that break the snap build. 03:15:07 | 03:15:07 |In general, anyone updating snapcraft.yaml will also need 03:15:07 |to update this patch file, otherwise it may fail to apply, 03:15:07 |resulting in a failed snap build CI check in the associated 03:15:07 |pull request. 03:15:07 | 03:15:07 |Note - in addition to applying this patch, the pipeline also 03:15:07 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:15:07 |need to build the finally binary .snap file (and it won't 03:15:07 |work with the patch applied). This further reduces the build 03:15:07 |time. 03:15:07 |--- 03:15:07 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:15:07 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:15:07 | 03:15:07 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:15:07 |index 1e537489..faf42425 100644 03:15:07 |--- a/snap/snapcraft.yaml 03:15:07 |+++ b/snap/snapcraft.yaml 03:15:07 -------------------------- 03:15:07 patching file snap/snapcraft.yaml 03:15:07 Using Plan A... 03:15:07 Hunk #1 succeeded at 73. 03:15:07 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 03:15:07 Hunk #3 succeeded at 217 (offset 3 lines). 03:15:07 Hunk #4 succeeded at 225 (offset 3 lines). 03:15:07 Hunk #5 succeeded at 232 (offset 3 lines). 03:15:07 Hunk #6 succeeded at 259 (offset 3 lines). 03:15:07 Hunk #7 succeeded at 293 (offset 3 lines). 03:15:07 Hunk #8 succeeded at 352 (offset 11 lines). 03:15:07 Hmm... Ignoring the trailing garbage. 03:15:07 done 03:15:07 + sudo snapcraft prime --use-lxd 03:15:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:15:07 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:15:07 - README.md 03:15:07 - snapcraft.yaml.orig 03:15:07 03:15:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:15:08 Launching a container. 03:15:23 Waiting for container to be ready 03:15:23 To start your first instance, try: lxc launch ubuntu:18.04 03:15:23 03:15:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:15:26 Waiting for network to be ready... 03:15:27 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:15:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:15:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:15:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:15:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:15:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:15:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:15:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:15:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:15:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:15:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:15:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:15:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:15:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:15:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:15:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:15:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:15:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:15:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:15:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 03:15:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:15:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:15:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:15:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:15:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:15:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:15:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:15:34 Fetched 24.0 MB in 7s (3657 kB/s) 03:15:35 Reading package lists... 03:15:35 Reading package lists... 03:15:35 Building dependency tree... 03:15:35 Reading state information... 03:15:35 The following additional packages will be installed: 03:15:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:15:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:15:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:15:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:15:35 Suggested packages: 03:15:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:15:35 Recommended packages: 03:15:35 gnupg libsasl2-modules 03:15:35 The following NEW packages will be installed: 03:15:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:15:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:15:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:15:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:15:35 The following packages will be upgraded: 03:15:35 gpg gpg-agent gpgconf libudev1 03:15:35 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:15:35 Need to get 3530 kB of archives. 03:15:35 After this operation, 13.3 MB of additional disk space will be used. 03:15:35 Get:1 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:15:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:15:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:15:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:15:36 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:15:36 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:15:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:15:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:15:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:15:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:15:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:15:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:15:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:15:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:15:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:15:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:15:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:15:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:15:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:15:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:15:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:15:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:15:37 debconf: delaying package configuration, since apt-utils is not installed 03:15:37 Fetched 3530 kB in 1s (3162 kB/s) 03:15:37 (Reading database ... 12511 files and directories currently installed.) 03:15:37 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:15:37 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:15:37 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:15:37 Selecting previously unselected package udev. 03:15:37 (Reading database ... 12511 files and directories currently installed.) 03:15:37 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:15:37 Unpacking udev (237-3ubuntu10.44) ... 03:15:38 Selecting previously unselected package libfuse2:amd64. 03:15:38 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:15:38 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:15:38 Selecting previously unselected package fuse. 03:15:38 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:15:38 Unpacking fuse (2.9.7-1ubuntu1) ... 03:15:38 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:38 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:38 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:38 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:38 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:38 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:38 Selecting previously unselected package libksba8:amd64. 03:15:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:15:38 Unpacking libksba8:amd64 (1.3.5-2) ... 03:15:38 Selecting previously unselected package libroken18-heimdal:amd64. 03:15:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:15:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:15:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:15:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libwind0-heimdal:amd64. 03:15:39 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:15:39 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:15:39 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:15:39 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:15:39 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:39 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:39 Selecting previously unselected package libsasl2-modules-db:amd64. 03:15:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:15:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:39 Selecting previously unselected package libsasl2-2:amd64. 03:15:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:15:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:40 Selecting previously unselected package libldap-common. 03:15:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:15:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:15:40 Selecting previously unselected package libldap-2.4-2:amd64. 03:15:40 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:15:40 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:15:40 Selecting previously unselected package dirmngr. 03:15:40 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:40 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:15:40 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:15:40 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:15:40 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:15:40 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:40 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:40 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:15:40 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:40 Setting up libksba8:amd64 (1.3.5-2) ... 03:15:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:40 Setting up udev (237-3ubuntu10.44) ... 03:15:41 invoke-rc.d: policy-rc.d denied execution of start. 03:15:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Processing triggers for systemd (237-3ubuntu10) ... 03:15:41 Setting up fuse (2.9.7-1ubuntu1) ... 03:15:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:15:41 ---> e0f46838ef55 03:15:41 Step 3/24 : WORKDIR /edgex-go 03:15:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:41 ---> e0f46838ef55 03:15:41 Step 3/22 : WORKDIR /edgex-go 03:15:41 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:41 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:15:41 ---> e0f46838ef55 03:15:41 Step 3/31 : WORKDIR /edgex-go 03:15:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:15:41 ---> e0f46838ef55 03:15:41 Step 3/23 : WORKDIR /edgex-go 03:15:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:41 ---> e0f46838ef55 03:15:41 Step 3/22 : WORKDIR /edgex-go 03:15:41 ---> Running in be62dfafab1a 03:15:41 ---> Running in b4d7f7270d8b 03:15:41 ---> Running in fa903527dc17 03:15:41 ---> Running in e2acb37fb5db 03:15:41 ---> Running in 24c07d2d0b58 03:15:41 Removing intermediate container be62dfafab1a 03:15:41 ---> cd64858bf57d 03:15:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:41 Removing intermediate container 24c07d2d0b58 03:15:41 ---> a565a0af03e3 03:15:41 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:41 Removing intermediate container b4d7f7270d8b 03:15:41 ---> d4a334ef3a5d 03:15:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:41 Removing intermediate container e2acb37fb5db 03:15:41 ---> 368e5be9b815 03:15:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:41 Removing intermediate container fa903527dc17 03:15:41 ---> 920efe3eab55 03:15:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:41 ---> Running in 7aaf4f31a974 03:15:41 ---> Running in 05f4e575c588 03:15:41 ---> Running in b68b1c062627 03:15:41 ---> Running in 448e1af78126 03:15:41 ---> Running in eb56b1770ce0 03:15:41 Removing intermediate container 7aaf4f31a974 03:15:41 ---> 1dd0b36641dc 03:15:41 Step 5/31 : RUN apk add --update --no-cache make git 03:15:41 Removing intermediate container b68b1c062627 03:15:41 ---> 52871270089d 03:15:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:15:41 ---> Running in 431741ac32b4 03:15:41 ---> Running in 4527f49ec788 03:15:41 Removing intermediate container 05f4e575c588 03:15:41 ---> e1918ccd5dfc 03:15:41 Step 5/24 : RUN apk add --update --no-cache make git 03:15:41 Removing intermediate container eb56b1770ce0 03:15:41 ---> a7b91e8c6302 03:15:41 Step 5/22 : RUN apk add --update --no-cache make git 03:15:41 Removing intermediate container 448e1af78126 03:15:41 ---> 819c3abdda5b 03:15:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:15:41 ---> Running in 8591bdfa16e7 03:15:41 ---> Running in b7ab6318f14c 03:15:41 ---> Running in e59f1fbe52d1 03:15:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:41 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:15:41 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:15:42 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:15:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:15:42 settings in the [Install] section, and DefaultInstance for template units). 03:15:42 This means they are not meant to be enabled using systemctl. 03:15:42 Possible reasons for having this kind of units are: 03:15:42 1) A unit may be statically enabled by being symlinked from another unit's 03:15:42 .wants/ or .requires/ directory. 03:15:42 2) A unit's purpose may be to act as a helper for some other unit which has 03:15:42 a requirement dependency on it. 03:15:42 3) A unit may be started when needed via activation (socket, path, timer, 03:15:42 D-Bus, udev, scripted systemctl call, ...). 03:15:42 4) In case of template units, the unit is meant to be enabled with some 03:15:42 instance name specified. 03:15:42 OK: 217 MiB in 51 packages 03:15:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:43 Reading package lists... 03:15:43 OK: 217 MiB in 51 packages 03:15:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:43 Building dependency tree... 03:15:43 Reading state information... 03:15:43 The following additional packages will be installed: 03:15:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:15:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:15:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:15:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:15:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:15:43 Suggested packages: 03:15:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:15:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:15:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:15:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:15:43 systemd-container policykit-1 03:15:43 Recommended packages: 03:15:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:15:43 The following NEW packages will be installed: 03:15:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:15:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:15:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:15:43 multiarch-support openssh-client python3 python3-minimal python3.6 03:15:43 python3.6-minimal snapd squashfs-tools sudo 03:15:43 The following packages will be upgraded: 03:15:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:15:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:15:43 Need to get 35.2 MB of archives. 03:15:43 After this operation, 141 MB of additional disk space will be used. 03:15:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:15:43 OK: 217 MiB in 51 packages 03:15:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:15:44 OK: 217 MiB in 51 packages 03:15:44 Removing intermediate container 431741ac32b4 03:15:44 ---> deba1a31bf91 03:15:44 Step 6/31 : COPY go.mod . 03:15:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:15:44 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:15:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:15:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:15:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:15:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:15:44 Removing intermediate container 4527f49ec788 03:15:44 ---> 0ba935052993 03:15:44 Step 6/23 : COPY go.mod . 03:15:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:15:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:15:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:15:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:15:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:15:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:15:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:15:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:15:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:15:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:15:45 ---> 948c055ebd9d 03:15:45 Step 7/31 : RUN go mod download 03:15:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:15:45 ---> Running in 7c142ca4ded9 03:15:45 Removing intermediate container e59f1fbe52d1 03:15:45 ---> 4a4173a1192d 03:15:45 Step 6/22 : COPY go.mod . 03:15:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:15:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:15:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:15:45 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:15:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:15:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:15:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:15:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:15:45 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:15:45 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:15:45 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:15:46 Removing intermediate container 8591bdfa16e7 03:15:46 ---> 03c1b33b2f2d 03:15:46 Step 6/22 : COPY go.mod . 03:15:46 ---> c1b06092b475 03:15:46 Step 7/23 : RUN go mod download 03:15:46 ---> Running in db5e0a165c2f 03:15:46 ---> a8c6e1770582 03:15:46 Step 7/22 : RUN go mod download 03:15:46 ---> Running in 4bd008847550 03:15:46 debconf: delaying package configuration, since apt-utils is not installed 03:15:46 Fetched 35.2 MB in 3s (10.9 MB/s) 03:15:46 ---> a75f78a96f26 03:15:46 Step 7/22 : RUN go mod download 03:15:47 (Reading database ... 12757 files and directories currently installed.) 03:15:47 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:15:47 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:15:47 OK: 217 MiB in 51 packages 03:15:47 ---> Running in 6be5572f6540 03:15:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:15:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:15:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:15:48 (Reading database ... 12757 files and directories currently installed.) 03:15:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:15:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:15:48 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:15:48 (Reading database ... 12757 files and directories currently installed.) 03:15:48 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:15:48 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:15:49 Removing intermediate container b7ab6318f14c 03:15:49 ---> c0470178067c 03:15:49 Step 6/24 : COPY go.mod . 03:15:49 Setting up apt (1.6.12ubuntu0.2) ... 03:15:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:15:49 Removing intermediate container 7c142ca4ded9 03:15:49 ---> da691d8348d0 03:15:49 Step 8/31 : COPY . . 03:15:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:15:50 Removing intermediate container db5e0a165c2f 03:15:50 ---> 521a37848c03 03:15:50 Step 8/23 : COPY . . 03:15:50 ---> 19693a54edf5 03:15:50 Step 7/24 : RUN go mod download 03:15:51 (Reading database ... 12764 files and directories currently installed.) 03:15:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:15:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:15:51 Selecting previously unselected package libpython3.6-minimal:amd64. 03:15:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:51 ---> Running in 67a49c3c1fd6 03:15:51 Removing intermediate container 4bd008847550 03:15:51 ---> 6cf4a12daad2 03:15:51 Step 8/22 : COPY . . 03:15:51 Selecting previously unselected package libexpat1:amd64. 03:15:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:15:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:15:51 Selecting previously unselected package python3.6-minimal. 03:15:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:15:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:15:52 Checking for services that may need to be restarted...done. 03:15:52 Checking for services that may need to be restarted...done. 03:15:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:15:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:15:52 Removing intermediate container 6be5572f6540 03:15:52 ---> 17b9a3de4ce5 03:15:52 Step 8/22 : COPY . . 03:15:53 Selecting previously unselected package python3-minimal. 03:15:53 (Reading database ... 13012 files and directories currently installed.) 03:15:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:15:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:15:53 Selecting previously unselected package mime-support. 03:15:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:15:53 Unpacking mime-support (3.60ubuntu1) ... 03:15:53 Selecting previously unselected package libmpdec2:amd64. 03:15:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:15:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:15:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:15:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:53 Selecting previously unselected package python3.6. 03:15:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:15:53 Selecting previously unselected package libpython3-stdlib:amd64. 03:15:53 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:15:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:15:53 Setting up python3-minimal (3.6.7-1~18.04) ... 03:15:54 Selecting previously unselected package python3. 03:15:54 (Reading database ... 13442 files and directories currently installed.) 03:15:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:15:54 Unpacking python3 (3.6.7-1~18.04) ... 03:15:54 Selecting previously unselected package multiarch-support. 03:15:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:15:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:15:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:15:54 Selecting previously unselected package liblzo2-2:amd64. 03:15:54 (Reading database ... 13479 files and directories currently installed.) 03:15:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:15:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:15:54 Selecting previously unselected package libbsd0:amd64. 03:15:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:15:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:15:54 Selecting previously unselected package sudo. 03:15:54 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:15:54 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:15:54 Selecting previously unselected package apparmor. 03:15:54 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:15:54 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:15:55 Selecting previously unselected package libedit2:amd64. 03:15:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:15:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:15:55 Selecting previously unselected package libkrb5support0:amd64. 03:15:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:15:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:15:55 Selecting previously unselected package libk5crypto3:amd64. 03:15:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:15:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:15:55 Selecting previously unselected package libkeyutils1:amd64. 03:15:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:15:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:15:55 Selecting previously unselected package libkrb5-3:amd64. 03:15:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:15:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:15:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:15:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:15:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:15:55 Selecting previously unselected package libssl1.0.0:amd64. 03:15:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:15:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:15:56 Selecting previously unselected package openssh-client. 03:15:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:15:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:15:56 Selecting previously unselected package squashfs-tools. 03:15:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:15:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:15:56 Selecting previously unselected package snapd. 03:15:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:15:56 Unpacking snapd (2.48.3+18.04) ... 03:15:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:15:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:15:59 Setting up mime-support (3.60ubuntu1) ... 03:15:59 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:15:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:15:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:15:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:59 Setting up systemd (237-3ubuntu10.44) ... 03:15:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:16:00 Removing intermediate container 67a49c3c1fd6 03:16:00 ---> b1e3da239005 03:16:00 Step 8/24 : COPY . . 03:16:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:16:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:16:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:16:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:16:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:16:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:16:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:16:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:16:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:16:02 Setting up python3 (3.6.7-1~18.04) ... 03:16:02 running python rtupdate hooks for python3.6... 03:16:02 running python post-rtupdate hooks for python3.6... 03:16:02 Setting up apparmor (2.12-4ubuntu5.1) ... 03:16:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:16:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:16:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:16:04 Setting up snapd (2.48.3+18.04) ... 03:16:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:16:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:16:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:16:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:16:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:16:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:16:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:16:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:16:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:16:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:16:07 /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:16:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:16:07 Processing triggers for systemd (237-3ubuntu10.44) ... 03:16:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:16:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:16:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:16:11 Reading package lists... 03:16:11 Reading package lists... 03:16:11 Building dependency tree... 03:16:11 Reading state information... 03:16:11 Calculating upgrade... 03:16:11 The following packages will be upgraded: 03:16:11 advancecomp base-files bash binutils binutils-common 03:16:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:16:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:16:11 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:16:11 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:16:11 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:16:11 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:16:11 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:16:11 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:16:11 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:16:11 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:16:11 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:16:11 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:16:11 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:16:11 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:16:12 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:16:12 Need to get 63.8 MB of archives. 03:16:12 After this operation, 5202 kB of additional disk space will be used. 03:16:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 03:16:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:16:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:16:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:16:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:16:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:16:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:16:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:16:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:16:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:16:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:16:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:16:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:16:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:16:12 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:16:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:16:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:16:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:16:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:16:12 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:16:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:16:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:16:12 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:16:12 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:16:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:16:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:16:12 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:16:12 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:16:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:16:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:16:12 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:16:12 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:16:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:16:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:16:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:16:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:16:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:16:12 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:16:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:16:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:16:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:16:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:16:12 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:16:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:16:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:16:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:16:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:16:12 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:16:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:16:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:16:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:16:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:16:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:16:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:16:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:16:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:16:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:16:12 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:16:12 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:16:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:16:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:16:12 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:16:13 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:16:13 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:16:13 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:16:13 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:16:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:16:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:16:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:16:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:16:13 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:16:13 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:16:13 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:16:13 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:16:13 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:16:13 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:16:13 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:16:13 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:16:13 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:16:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:16:13 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:16:13 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:16:13 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:16:13 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:16:13 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:16:13 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:16:13 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:16:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:16:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:16:13 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:16:13 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:16:13 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:16:13 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:16:13 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:16:13 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:16:13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:16:13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:16:13 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:16:13 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:16:13 debconf: delaying package configuration, since apt-utils is not installed 03:16:13 Fetched 63.8 MB in 2s (39.7 MB/s) 03:16:13 (Reading database ... 13912 files and directories currently installed.) 03:16:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:16:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:16:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:16:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:16:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 03:16:14 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 03:16:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:16 (Reading database ... 13911 files and directories currently installed.) 03:16:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:16:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:16:17 (Reading database ... 13911 files and directories currently installed.) 03:16:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:16:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:16:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:17 (Reading database ... 13911 files and directories currently installed.) 03:16:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:16:18 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:16:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:16:18 ---> 3a5d108f79f1 03:16:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:16:18 ---> 2eff571a176d 03:16:18 Step 9/23 : RUN make cmd/core-data/core-data 03:16:18 ---> 0a183a182d58 03:16:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:16:18 ---> Running in b3bc0fa29c28 03:16:18 ---> 512ad0b28e52 03:16:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:18 ---> 74b350809b66 03:16:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:16:18 ---> Running in cba8c10abd47 03:16:18 ---> Running in 6560b42da519 03:16:18 (Reading database ... 13911 files and directories currently installed.) 03:16:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:16:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:16:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:16:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:16:19 Setting up base-files (10.1ubuntu2.10) ... 03:16:19 ---> Running in 4902ef74bd15 03:16:19 ---> Running in 1dc0f59f2231 03:16:19 Installing new version of config file /etc/issue ... 03:16:19 Installing new version of config file /etc/issue.net ... 03:16:19 Installing new version of config file /etc/lsb-release ... 03:16:19 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:16:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:16:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:16:20 Removing obsolete conffile /etc/default/motd-news ... 03:16:20 (Reading database ... 13912 files and directories currently installed.) 03:16:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:16:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:16:20 Setting up bash (4.4.18-2ubuntu1.2) ... 03:16:20 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:16:20 (Reading database ... 13912 files and directories currently installed.) 03:16:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:16:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:16:20 (Reading database ... 13912 files and directories currently installed.) 03:16:20 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:16:20 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:16:20 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:16:20 Setting up tar (1.29b-2ubuntu0.2) ... 03:16:20 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:16:21 (Reading database ... 13912 files and directories currently installed.) 03:16:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:16:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:16:21 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:16:21 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:16:21 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:16:21 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:16:21 (Reading database ... 13912 files and directories currently installed.) 03:16:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:16:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:16:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:16:21 (Reading database ... 13912 files and directories currently installed.) 03:16:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:16:21 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:16:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:16:22 (Reading database ... 13912 files and directories currently installed.) 03:16:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:16:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:16:22 Setting up grep (3.1-2build1) ... 03:16:22 (Reading database ... 13912 files and directories currently installed.) 03:16:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:16:22 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:16:22 Setting up login (1:4.5-1ubuntu2) ... 03:16:22 (Reading database ... 13912 files and directories currently installed.) 03:16:22 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:16:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:16:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:16:23 (Reading database ... 13912 files and directories currently installed.) 03:16:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:16:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:16:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:16:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:16:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:16:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:16:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:16:24 (Reading database ... 13912 files and directories currently installed.) 03:16:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:16:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:16:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:16:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:16:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:16:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:16:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:16:26 (Reading database ... 13912 files and directories currently installed.) 03:16:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:16:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:16:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:16:26 (Reading database ... 13912 files and directories currently installed.) 03:16:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:16:26 (Reading database ... 13912 files and directories currently installed.) 03:16:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:16:27 (Reading database ... 13912 files and directories currently installed.) 03:16:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:16:27 (Reading database ... 13912 files and directories currently installed.) 03:16:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:27 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:16:27 (Reading database ... 13912 files and directories currently installed.) 03:16:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:16:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:16:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:16:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:16:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:16:28 (Reading database ... 13912 files and directories currently installed.) 03:16:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:16:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:16:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:16:28 (Reading database ... 13912 files and directories currently installed.) 03:16:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:16:28 (Reading database ... 13912 files and directories currently installed.) 03:16:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:28 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:28 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:16:28 (Reading database ... 13912 files and directories currently installed.) 03:16:28 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:16:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:16:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:16:30 (Reading database ... 13912 files and directories currently installed.) 03:16:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:16:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:16:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:16:31 (Reading database ... 13912 files and directories currently installed.) 03:16:31 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:16:31 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:16:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:16:31 (Reading database ... 13914 files and directories currently installed.) 03:16:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:16:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:16:31 Setting up debconf (1.5.66ubuntu1) ... 03:16:31 (Reading database ... 13914 files and directories currently installed.) 03:16:31 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:16:31 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:16:32 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:16:32 (Reading database ... 13914 files and directories currently installed.) 03:16:32 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:16:32 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:16:32 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:16:32 (Reading database ... 13914 files and directories currently installed.) 03:16:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:16:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:16:33 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:16:33 (Reading database ... 13914 files and directories currently installed.) 03:16:33 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:16:33 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:16:33 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:16:33 (Reading database ... 13914 files and directories currently installed.) 03:16:33 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:16:33 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:16:33 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:16:34 (Reading database ... 13914 files and directories currently installed.) 03:16:34 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:16:34 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:16:34 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:16:34 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:16:34 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:16:34 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:16:34 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:16:34 (Reading database ... 13914 files and directories currently installed.) 03:16:34 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:16:34 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:16:34 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:16:35 (Reading database ... 13914 files and directories currently installed.) 03:16:35 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:16:35 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:16:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:16:35 (Reading database ... 13914 files and directories currently installed.) 03:16:35 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:16:35 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:16:35 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:16:35 (Reading database ... 13914 files and directories currently installed.) 03:16:35 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:16:35 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:16:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:16:36 (Reading database ... 13914 files and directories currently installed.) 03:16:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:16:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:16:36 Setting up passwd (1:4.5-1ubuntu2) ... 03:16:36 (Reading database ... 13914 files and directories currently installed.) 03:16:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:16:36 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:16:36 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:16:37 (Reading database ... 13914 files and directories currently installed.) 03:16:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:16:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:16:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:16:37 (Reading database ... 13914 files and directories currently installed.) 03:16:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:16:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:16:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:16:37 (Reading database ... 13914 files and directories currently installed.) 03:16:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:16:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:16:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:16:37 (Reading database ... 13914 files and directories currently installed.) 03:16:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:16:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:16:38 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:16:38 (Reading database ... 13914 files and directories currently installed.) 03:16:38 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:16:38 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:16:38 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:16:38 (Reading database ... 13914 files and directories currently installed.) 03:16:38 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:16:38 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:16:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:16:38 (Reading database ... 13915 files and directories currently installed.) 03:16:38 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:16:38 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:16:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:16:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:16:39 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:16:39 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:16:39 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:16:39 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:16:39 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:16:39 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:16:39 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:16:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:16:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:16:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:16:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:16:40 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:16:40 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:16:40 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:16:40 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:16:40 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:16:40 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:16:40 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:16:40 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:16:40 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:16:42 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:16:42 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:16:42 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:16:42 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:16:42 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:42 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:42 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:42 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:42 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:42 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:42 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:43 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:43 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:43 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:43 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:45 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:46 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:46 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:47 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:47 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:48 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:48 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:49 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:49 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:49 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:16:49 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:16:49 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:16:49 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:16:49 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:16:49 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:16:49 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:49 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:49 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:49 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:50 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:16:50 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:16:50 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:50 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:16:50 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:50 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:50 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:50 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:16:50 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:16:50 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:16:50 03:16:50 Current default time zone: 'Etc/UTC' 03:16:50 Local time is now: Tue Mar 9 03:16:50 UTC 2021. 03:16:50 Universal Time is now: Tue Mar 9 03:16:50 UTC 2021. 03:16:50 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:16:50 03:16:50 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:16:50 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:50 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 03:16:50 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:16:50 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:16:50 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:16:50 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:16:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:16:51 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:16:51 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:16:51 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:51 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:16:51 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:51 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:16:51 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:51 Setting up patch (2.7.6-2ubuntu1.1) ... 03:16:51 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:16:51 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:16:51 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:16:51 Installing new version of config file /etc/ssl/openssl.cnf ... 03:16:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:16:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:16:52 Setting up ca-certificates (20210119~18.04.1) ... 03:16:53 Updating certificates in /etc/ssl/certs... 03:16:55 23 added, 27 removed; done. 03:16:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:16:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:16:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:16:55 Setting up pkgbinarymangler (138.18.04.1) ... 03:16:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:16:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up perl (5.26.1-6ubuntu0.5) ... 03:16:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:16:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:16:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:16:55 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:16:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:16:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:16:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:16:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:16:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:16:56 Processing triggers for systemd (237-3ubuntu10.44) ... 03:16:56 Processing triggers for mime-support (3.60ubuntu1) ... 03:16:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:16:56 Updating certificates in /etc/ssl/certs... 03:16:56 0 added, 0 removed; done. 03:16:56 Running hooks in /etc/ca-certificates/update.d... 03:16:56 done. 03:16:57 Reading package lists... 03:16:58 Building dependency tree... 03:16:58 Reading state information... 03:16:58 The following NEW packages will be installed: 03:16:58 apt-transport-https 03:16:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:16:58 Need to get 1696 B of archives. 03:16:58 After this operation, 153 kB of additional disk space will be used. 03:16:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:16:58 debconf: delaying package configuration, since apt-utils is not installed 03:16:58 Fetched 1696 B in 0s (8301 B/s) 03:16:58 Selecting previously unselected package apt-transport-https. 03:16:58 (Reading database ... 13920 files and directories currently installed.) 03:16:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:16:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:16:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:16:59 Waiting for network to be ready... 03:17:09 2021-03-09T03:17:04Z INFO Waiting for automatic snapd restart... 03:17:09 snapd 2.49 from Canonical* installed 03:17:10 "snapd" switched to the "latest/stable" channel 03:17:10 03:17:17 core18 20210128 from Canonical* installed 03:17:17 "core18" switched to the "latest/stable" channel 03:17:17 03:17:24 snapcraft 4.5.4 from Canonical* installed 03:17:24 "snapcraft" switched to the "latest/stable" channel 03:17:24 03:17:28 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:17:28 - README.md 03:17:28 - snapcraft.yaml.orig 03:17:28 03:17:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:17:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:17:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:17:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:17:37 Reading package lists... 03:17:38 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.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:17:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:44 Reading package lists... 03:17:44 Building dependency tree... 03:17:44 Reading state information... 03:17:44 Suggested packages: 03:17:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:17:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:17:44 Recommended packages: 03:17:44 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:17:44 The following NEW packages will be installed: 03:17:44 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:17:44 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:17:44 pkg-config zip 03:17:44 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:17:44 Need to get 7656 kB of archives. 03:17:44 After this operation, 43.7 MB of additional disk space will be used. 03:17:44 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:17:44 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:17:44 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:17:45 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:17:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:17:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:17:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:17:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:17:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:17:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:17:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:17:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:17:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:17:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:17:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:17:45 debconf: delaying package configuration, since apt-utils is not installed 03:17:45 Fetched 7656 kB in 1s (7036 kB/s) 03:17:45 Selecting previously unselected package libglib2.0-0:amd64. 03:17:45 (Reading database ... 13924 files and directories currently installed.) 03:17:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 03:17:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:17:46 Selecting previously unselected package libpsl5:amd64. 03:17:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:17:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:17:46 Selecting previously unselected package libnghttp2-14:amd64. 03:17:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:17:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:17:46 Selecting previously unselected package librtmp1:amd64. 03:17:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:17:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:17:46 Selecting previously unselected package libcurl3-gnutls:amd64. 03:17:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:17:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:17:46 Selecting previously unselected package liberror-perl. 03:17:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:17:46 Unpacking liberror-perl (0.17025-1) ... 03:17:46 Selecting previously unselected package git-man. 03:17:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:17:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:17:47 Selecting previously unselected package git. 03:17:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:17:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:17:47 Selecting previously unselected package libnorm1:amd64. 03:17:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:17:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:17:47 Selecting previously unselected package libpgm-5.2-0:amd64. 03:17:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:17:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:17:48 Selecting previously unselected package libsodium23:amd64. 03:17:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:17:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:17:48 Selecting previously unselected package libzmq5:amd64. 03:17:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:17:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:17:48 Selecting previously unselected package libzmq3-dev:amd64. 03:17:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:17:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:17:48 Selecting previously unselected package pkg-config. 03:17:48 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:17:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:17:48 Selecting previously unselected package zip. 03:17:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:17:48 Unpacking zip (3.0-11build1) ... 03:17:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:17:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:17:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:17:49 Setting up liberror-perl (0.17025-1) ... 03:17:49 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:17:49 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:17:49 No schema files found: doing nothing. 03:17:49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:17:49 Setting up zip (3.0-11build1) ... 03:17:49 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:17:49 Setting up libsodium23:amd64 (1.0.16-2) ... 03:17:49 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:17:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:17:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:17:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:17:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:17:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:17:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:56 git set to automatically installed. 03:17:56 git-man set to automatically installed. 03:17:56 libcurl3-gnutls set to automatically installed. 03:17:56 liberror-perl set to automatically installed. 03:17:56 libglib2.0-0 set to automatically installed. 03:17:56 libnghttp2-14 set to automatically installed. 03:17:56 libnorm1 set to automatically installed. 03:17:56 libpgm-5.2-0 set to automatically installed. 03:17:56 libpsl5 set to automatically installed. 03:17:56 librtmp1 set to automatically installed. 03:17:56 libsodium23 set to automatically installed. 03:17:56 libzmq3-dev set to automatically installed. 03:17:56 libzmq5 set to automatically installed. 03:17:56 pkg-config set to automatically installed. 03:17:56 zip set to automatically installed. 03:17: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:17:59 snapd is not logged in, snap install commands will use sudo 03:18:05 Removing intermediate container 4902ef74bd15 03:18:05 ---> c8a058ecf641 03:18:05 03:18:05 Step 10/24 : FROM alpine:3.12 03:18:05 3.12: Pulling from library/alpine 03:18:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:18:05 snap "core18" has no updates available 03:18:05 Removing intermediate container b3bc0fa29c28 03:18:05 ---> d69ad1ee2ff2 03:18:05 03:18:05 Step 10/31 : FROM alpine:3.12 03:18:05 3.12: Pulling from library/alpine 03:18:06 Pulling config-common 03:18:06 + snapcraftctl pull 03:18:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:18:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:18:07 Status: Downloaded newer image for alpine:3.12 03:18:07 Status: Downloaded newer image for alpine:3.12 03:18:07 ---> d10569e2745f 03:18:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:18:07 ---> d10569e2745f 03:18:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:18:07 ---> Running in 676fbe950dea 03:18:07 ---> Running in 4504b4496b10 03:18:08 Pulling go-build-helper 03:18:08 + snapcraftctl pull 03:18:08 Removing intermediate container 4504b4496b10 03:18:08 ---> 2af22c2d35a4 03:18:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:18:09 ---> Running in 0fd160df209d 03:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:10 (1/5) Installing ca-certificates (20191127-r4) 03:18:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:18:10 (3/5) Installing libcurl (7.69.1-r3) 03:18:10 (4/5) Installing curl (7.69.1-r3) 03:18:10 (5/5) Installing dumb-init (1.2.2-r1) 03:18:10 Executing busybox-1.31.1-r19.trigger 03:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:10 Executing ca-certificates-20191127-r4.trigger 03:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:11 OK: 7 MiB in 19 packages 03:18:11 (1/2) Installing dumb-init (1.2.2-r1) 03:18:11 (2/2) Installing su-exec (0.2-r1) 03:18:11 Executing busybox-1.31.1-r19.trigger 03:18:11 OK: 5 MiB in 16 packages 03:18:14 Removing intermediate container 676fbe950dea 03:18:14 ---> 07e5eae6364f 03:18:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:18:14 Removing intermediate container 0fd160df209d 03:18:14 ---> d1d04587aa77 03:18:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:18:14 ---> Running in 69e28d54b02a 03:18:15 ---> Running in 6324947997a0 03:18:15 Removing intermediate container 69e28d54b02a 03:18:15 ---> 04673d3096ee 03:18:15 Step 13/24 : WORKDIR / 03:18:15 Removing intermediate container 6324947997a0 03:18:15 ---> 86f7be981001 03:18:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:18:16 ---> Running in ec1f13f85f43 03:18:16 ---> Running in e75a56c6c942 03:18:17 Removing intermediate container e75a56c6c942 03:18:17 ---> 0fa0aa0e5b48 03:18:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR}Removing intermediate container ec1f13f85f43 03:18:17 03:18:17 ---> 5558e1f2ff2e 03:18:17 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:18:18 ---> Running in fb6fc3fb38e7 03:18:19 Removing intermediate container 1dc0f59f2231 03:18:19 ---> 099db585bbbf 03:18:19 03:18:19 Step 10/22 : FROM alpine:3.12 03:18:19 ---> d10569e2745f 03:18:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:18:19 ---> 28c409a9987f 03:18:19 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:18:19 ---> Running in 838c535796c4 03:18:22 ---> 6b5e1fd409fc 03:18:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:18:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:22 Removing intermediate container 6560b42da519 03:18:22 ---> cca0fd8dcba7 03:18:22 03:18:22 Step 10/22 : FROM alpine:3.12 03:18:22 ---> d10569e2745f 03:18:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:18:23 (1/1) Installing dumb-init (1.2.2-r1) 03:18:23 ---> Running in 31272aa82d9d 03:18:23 Executing busybox-1.31.1-r19.trigger 03:18:23 OK: 5 MiB in 15 packages 03:18:23 ---> 8c80bc5af5f5 03:18:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:18:23 Removing intermediate container fb6fc3fb38e7 03:18:23 ---> f8a32a728061 03:18:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:18:24 ---> Running in d23cfda205ec 03:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:25 ---> 636839718b9d 03:18:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:25 Removing intermediate container d23cfda205ec 03:18:25 ---> aa8e90ba54c6 03:18:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:18:25 Removing intermediate container 838c535796c4 03:18:25 ---> 7fe8ca5d9a12 03:18:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:18:25 ---> Running in 22db5b6e4c8b 03:18:25 (1/2) Installing ca-certificates (20191127-r4) 03:18:25 (2/2) Installing dumb-init (1.2.2-r1) 03:18:25 Executing busybox-1.31.1-r19.trigger 03:18:25 Executing ca-certificates-20191127-r4.trigger 03:18:26 OK: 6 MiB in 16 packages 03:18:26 Removing intermediate container 22db5b6e4c8b 03:18:26 ---> 11d3757ced66 03:18:26 Step 13/22 : ENV APP_PORT=48085 03:18:26 ---> 51a27e4f6c31 03:18:26 ---> af85212ae70e 03:18:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:18:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:18:26 ---> Running in f5a1116ab3ed 03:18:27 ---> Running in 00ba289ed9e4 03:18:27 Removing intermediate container f5a1116ab3ed 03:18:27 ---> c4b2743ec6fb 03:18:27 Step 14/22 : EXPOSE $APP_PORT 03:18:27 ---> Running in 734b03ab1f00 03:18:28 ---> c8d56b281459 03:18:28 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:18:28 Removing intermediate container 734b03ab1f00 03:18:28 ---> 82a76bbe3438 03:18:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:18:28 ---> Running in d5c6c743b1ae 03:18:28 Removing intermediate container 31272aa82d9d 03:18:28 ---> 39934b7cedc9 03:18:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:18:29 ---> Running in 3759bbd8c790 03:18:30 ---> 29718951b529 03:18:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:18:30 Removing intermediate container 3759bbd8c790 03:18:30 ---> e3fc6a76691e 03:18:30 Step 13/22 : ENV APP_PORT=48060 03:18:30 ---> Running in 2ef679678934 03:18:30 Removing intermediate container 00ba289ed9e4 03:18:30 ---> 6ca47e04c4fa 03:18:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:18:31 Removing intermediate container 2ef679678934 03:18:31 ---> a5eb1d476da7 03:18:31 Step 14/22 : EXPOSE $APP_PORT 03:18:32 ---> Running in 8e3f9f44a04b 03:18:32 ---> b0fc0d6b4e69 03:18:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:18:32 ---> 251a09221ab5 03:18:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:18:32 Removing intermediate container d5c6c743b1ae 03:18:32 ---> 2407886b482f 03:18:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:18:32 Removing intermediate container cba8c10abd47 03:18:32 ---> 740eb3224d42 03:18:32 03:18:32 Step 10/23 : FROM alpine:3.12 03:18:32 ---> d10569e2745f 03:18:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:18:32 ---> Running in f2607335bbe9 03:18:33 ---> Running in e0380625ac50 03:18:33 Removing intermediate container 8e3f9f44a04b 03:18:33 ---> dd6f16f06949 03:18:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:18:33 ---> b1a1f359a9f3 03:18:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:18:33 ---> Running in f5eb4c53e29b 03:18:33 Removing intermediate container f2607335bbe9 03:18:33 ---> 933f0f937b50 03:18:33 Step 22/24 : LABEL arch=arm64 03:18:33 Removing intermediate container e0380625ac50 03:18:33 ---> 86c3212930f8 03:18:33 Step 12/23 : ENV APP_PORT=48080 03:18:34 ---> b6752fbf2d4a 03:18:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:18:34 ---> Running in 97d9b9edceb8 03:18:34 ---> Running in 572c711841d0 03:18:34 ---> e3ab01a24d9e 03:18:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:18:34 Removing intermediate container f5eb4c53e29b 03:18:34 ---> 5f13969d6441 03:18:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:18:34 ---> Running in e2f812da17bc 03:18:34 Removing intermediate container 97d9b9edceb8 03:18:34 ---> 3e0c60bd572a 03:18:34 Step 23/24 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:18:34 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:18:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:18:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:18:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:18:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:18:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:18:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:18:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:18:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:18:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:18:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:18:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:18:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:18:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:18:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:18:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:18:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:18:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:18:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:18:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 03:18:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:18:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:18:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:18:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:18:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:18:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:18:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:18:34 Fetched 24.0 MB in 6s (3797 kB/s) 03:18:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:18:34 Fetched 96.5 kB in 0s (0 B/s) 03:18:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:18:34 Fetched 279 kB in 0s (0 B/s) 03:18:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:18:34 Fetched 122 kB in 0s (0 B/s) 03:18:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:18:34 Fetched 77.8 kB in 0s (0 B/s) 03:18:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:18:34 Fetched 8848 B in 0s (0 B/s) 03:18:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:18:34 Fetched 47.8 kB in 0s (0 B/s) 03:18:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:18:34 Fetched 45.6 kB in 0s (0 B/s) 03:18:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:18:34 Fetched 15.0 kB in 0s (0 B/s) 03:18:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:18:34 Fetched 214 kB in 0s (0 B/s) 03:18:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:18:34 Fetched 154 kB in 0s (0 B/s) 03:18:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:18:34 Fetched 50.6 kB in 0s (0 B/s) 03:18:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:18:34 Fetched 14.8 kB in 0s (0 B/s) 03:18:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:18:34 Fetched 41.8 kB in 0s (0 B/s) 03:18:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:18:34 Fetched 499 kB in 0s (0 B/s) 03:18:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:18:34 Fetched 111 kB in 0s (0 B/s) 03:18:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:18:34 Fetched 240 kB in 0s (0 B/s) 03:18:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:18:34 Fetched 29.3 kB in 0s (0 B/s) 03:18:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:18:34 Fetched 85.5 kB in 0s (0 B/s) 03:18:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:18:34 Fetched 24.5 kB in 0s (0 B/s) 03:18:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:18:34 Fetched 49.2 kB in 0s (0 B/s) 03:18:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:18:34 Fetched 54.2 kB in 0s (0 B/s) 03:18:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:18:34 Fetched 30.8 kB in 0s (0 B/s) 03:18:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:18:34 Fetched 15.8 kB in 0s (0 B/s) 03:18:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:18:34 Fetched 85.9 kB in 0s (0 B/s) 03:18:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:18:34 Fetched 8720 B in 0s (0 B/s) 03:18:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:18:34 Fetched 137 kB in 0s (0 B/s) 03:18:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:18:34 Fetched 119 kB in 0s (0 B/s) 03:18:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:18:34 Fetched 109 kB in 0s (0 B/s) 03:18:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:18:34 Fetched 11.1 kB in 0s (0 B/s) 03:18:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:18:34 Fetched 645 kB in 0s (0 B/s) 03:18:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:18:34 Fetched 41.3 kB in 0s (0 B/s) 03:18:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:18:34 Fetched 17.9 kB in 0s (0 B/s) 03:18:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:18:34 Fetched 368 kB in 0s (0 B/s) 03:18:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:18:34 Fetched 187 kB in 0s (0 B/s) 03:18:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:18:34 Fetched 175 kB in 0s (0 B/s) 03:18:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:18:34 ---> Running in 5ad7c8b154d0 03:18:34 Removing intermediate container 572c711841d0 03:18:34 ---> 8459ccad9944 03:18:34 Step 13/23 : EXPOSE $APP_PORT 03:18:34 ---> 79cebac44fb2 03:18:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:18:35 ---> Running in a46ade949aa2 03:18:35 Removing intermediate container e2f812da17bc 03:18:35 ---> bb11e59f95fa 03:18:35 Step 20/22 : LABEL arch=arm64 03:18:35 Removing intermediate container 5ad7c8b154d0 03:18:35 ---> ff54e4bed140 03:18:35 Step 24/24 : LABEL version=0.0.0 03:18:35 ---> Running in c514512a9b0d 03:18:35 ---> Running in 95875b1d5d35 03:18:36 Removing intermediate container a46ade949aa2 03:18:36 ---> cb27e0726310 03:18:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:36 ---> 307cf25382c5 03:18:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:18:36 ---> 47bad71c8583 03:18:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:18:36 ---> Running in 18a4a26d73bc 03:18:36 Removing intermediate container c514512a9b0d 03:18:36 ---> 612337507c60 03:18:36 Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:18:36 Removing intermediate container 95875b1d5d35 03:18:36 ---> ddc7d706b60e 03:18:36 03:18:36 ---> Running in cc61db96a5bb 03:18:37 ---> 88bf27d4d0b4 03:18:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:18:37 Successfully built ddc7d706b60e 03:18:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:18:37  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 03:18:37 Fetched 206 kB in 0s (0 B/s) 03:18:37 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:18:37 Fetched 1301 kB in 0s (0 B/s) 03:18:37 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:18:37 Fetched 36.2 kB in 0s (0 B/s) 03:18:37 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:18:37 Fetched 159 kB in 0s (0 B/s) 03:18:37 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:18:37 Fetched 107 kB in 0s (0 B/s) 03:18:37 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:18:37 Fetched 48.7 kB in 0s (0 B/s) 03:18:37 Pulling static-packages 03:18:37 + snapcraftctl pull 03:18:37 ---> e3cb977dc107 03:18:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:18:37 ---> Running in 7437ffb31c4d 03:18:37 Removing intermediate container cc61db96a5bb 03:18:37 ---> d95f81124d23 03:18:37 Step 22/22 : LABEL version=0.0.0 03:18:37 ---> Running in bebf6393639d 03:18:37 ---> Running in 037d2c5ccd8c 03:18:38 Removing intermediate container 7437ffb31c4d 03:18:38 ---> 22bac43daf92 03:18:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:18:38 ---> Running in 6ac0cab5c975 03:18:38 Removing intermediate container bebf6393639d 03:18:38 ---> e90a9d9c6492 03:18:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:18:38 'go115' has dependencies that need to be staged: static-packages go-build-helper 03:18:38 Skipping pull go-build-helper (already ran) 03:18:38 Skipping pull static-packages (already ran) 03:18:38 Building go-build-helper 03:18:38 + snapcraftctl build 03:18:38 Removing intermediate container 037d2c5ccd8c 03:18:38 ---> 712d75f05ec2 03:18:38 03:18:39 Removing intermediate container 6ac0cab5c975 03:18:39 ---> 2002f2cc0f5b 03:18:39 Step 20/22 : LABEL arch=arm64 03:18:39 Successfully built 712d75f05ec2 03:18:39 Successfully tagged docker-support-scheduler-go-arm64:latest 03:18:39 Building docker-security-proxy-setup-go 03:18:39  Building docker-support-scheduler-go ... done Removing intermediate container 18a4a26d73bc 03:18:39 ---> 4d2ee0d66c26 03:18:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:18:39 ---> Running in 8ffbdd091f09 03:18:40 ---> Running in 23d104511502 03:18:40 ---> 488e82ddaf33 03:18:40 Step 26/31 : RUN chmod +x /entrypoint.sh 03:18:40 Removing intermediate container 8ffbdd091f09 03:18:40 ---> Running in 9811da854925 03:18:40 ---> ba29aaba7025 03:18:40 Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:18:40 ---> Running in a41910d5bc7a 03:18:41 Removing intermediate container a41910d5bc7a 03:18:41 ---> 8cac88fd4f4b 03:18:41 Step 22/22 : LABEL version=0.0.0 03:18:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:42 ---> Running in e6a185dc4e16 03:18:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:43 (1/6) Installing dumb-init (1.2.2-r1) 03:18:43 (2/6) Installing libgcc (9.3.0-r2) 03:18:43 (3/6) Installing libsodium (1.0.18-r0) 03:18:43 (4/6) Installing libstdc++ (9.3.0-r2) 03:18:43 Removing intermediate container e6a185dc4e16 03:18:43 ---> 4aea9658758e 03:18:43 03:18:43 (5/6) Installing libzmq (4.3.3-r0) 03:18:43 (6/6) Installing zeromq (4.3.3-r0) 03:18:43 Executing busybox-1.31.1-r19.trigger 03:18:43 OK: 8 MiB in 20 packages 03:18:43 Successfully built 4aea9658758e 03:18:44 Building static-packages 03:18:44 + snapcraftctl build 03:18:44 Successfully tagged docker-support-notifications-go-arm64:latest 03:18:44  Building docker-support-notifications-go ... done Building docker-core-metadata-go 03:18:44 Removing intermediate container 9811da854925 03:18:44 ---> cf294385e277 03:18:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:18:45 ---> Running in 786cea22107d 03:18:46 Removing intermediate container 786cea22107d 03:18:46 ---> a2d97630ea4a 03:18:46 Step 28/31 : CMD ["gate"] 03:18:46 Removing intermediate container 23d104511502 03:18:46 ---> 46e98eada498 03:18:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:18:46 Staging go-build-helper 03:18:46 + snapcraftctl stage 03:18:47 ---> Running in b1bcdf763660 03:18:47 ---> a41c36b935c2 03:18:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:18:47 Removing intermediate container b1bcdf763660 03:18:47 ---> 849150e0009e 03:18:47 Step 29/31 : LABEL arch=arm64 03:18:48 Staging static-packages 03:18:48 + snapcraftctl stage 03:18:49 Pulling go115 03:18:49 + snapcraftctl pull 03:18:49 ---> Running in 5ec321aae0c1 03:18:49 ---> e2175e485b9f 03:18:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:18:50 Removing intermediate container 5ec321aae0c1 03:18:50 ---> 52d81df31985 03:18:50 Step 30/31 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:18:50 'edgex-go' has dependencies that need to be staged: go115 03:18:50 Skipping pull go115 (already ran) 03:18:50 Building go115 03:18:50 + dpkg --print-architecture 03:18:50 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 03:18:50 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 03:18:50 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 03:18:50 % Total % Received % Xferd Average Speed Time Time Time Current 03:18:50 Dload Upload Total Spent Left Speed 03:18:51 ---> Running in 8ad756ecd0e4 03:18:51 ---> 1ad03ed8533c 03:18:51 Step 19/23 : ENTRYPOINT ["/core-data"] 03:18:51 ---> Running in e5e22b5028bd 03:18:51 Removing intermediate container 8ad756ecd0e4 03:18:51 ---> 55b189a8a71a 03:18:51 Step 31/31 : LABEL version=0.0.0 03:18:52 ---> Running in b010195d6f43 03:18:52 Removing intermediate container e5e22b5028bd 03:18:52 ---> 99e839606a57 03:18:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:18:52 ---> Running in 27783d4e56e7 03:18:53 Removing intermediate container b010195d6f43 03:18:53 ---> b6cc8c7620b8 03:18:53 03:18:53 Removing intermediate container 27783d4e56e7 03:18:53 ---> 08ef63d0add6 03:18:53 Step 21/23 : LABEL arch=arm64 03:18:53 Successfully built b6cc8c7620b8 03:18:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:18:54  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 03:18:54 ---> Running in f48b66979616 03:18:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5023k 0 0 10.7M 0 0:00:10 --:--:-- 0:00:10 10.6M 35 115M 35 41.3M 0 0 28.3M 0 0:00:04 0:00:01 0:00:03 28.3M 75 115M 75 86.7M 0 0 35.2M 0 0:00:03 0:00:02 0:00:01 35.2M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M 03:18:54 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 03:18:54 + sha256sum -c sha256 03:18:54 + grep OK 03:18:54 Removing intermediate container f48b66979616 03:18:54 ---> 3c76765ec980 03:18:54 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:18:54 ---> Running in 9920319cf382 03:18:54 go1.15.2.linux-amd64.tar.gz: OK 03:18:54 + mkdir -p /root/stage/go1.15 03:18:54 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 03:18:55 Removing intermediate container 9920319cf382 03:18:55 ---> b298f98401df 03:18:55 Step 23/23 : LABEL version=0.0.0 03:18:55 ---> Running in 14f3a5ad19ea 03:18:55 Removing intermediate container 14f3a5ad19ea 03:18:55 ---> 62a6a9e23c61 03:18:55 03:18:56 Successfully built 62a6a9e23c61 03:18:56 Successfully tagged docker-core-data-go-arm64:latest 03:19:01 Staging go115 03:19:01 + snapcraftctl stage 03:19:07 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:19:07 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:19:07 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:19:07 Fetched 0 B in 0s (0 B/s) 03:19:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:19:07 Fetched 224 kB in 0s (0 B/s) 03:19:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:19:07 Fetched 157 kB in 0s (0 B/s) 03:19:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:19:07 Fetched 221 kB in 0s (0 B/s) 03:19:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:19:07 Fetched 143 kB in 0s (0 B/s) 03:19:07 Pulling edgex-go 03:19:07 + snapcraftctl pull 03:19:11 Pulling version 03:19:11 + cd /root/project 03:19:11 + [ -f VERSION ] 03:19:11 + PROJECT_VERSION=local-dev 03:19:11 + git rev-parse --short HEAD 03:19:11 + GIT_REVISION=a97e7d08 03:19:11 + snapcraftctl set-version local-dev 03:19:12 Building config-common 03:19:12 + snapcraftctl build 03:19:15 Skipping build go-build-helper (already ran) 03:19:15 Skipping build static-packages (already ran) 03:19:15 Skipping build go115 (already ran) 03:19:15 Building edgex-go 03:19:16 + 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:19:16 + cd /root/parts/edgex-go/src 03:19:16 + make build 03:19:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:19:18 go: downloading github.com/gorilla/mux v1.8.0 03:19:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:19:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:19:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:19:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 03:19:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 03:19:18 go: downloading github.com/google/uuid v1.2.0 03:19:18 go: downloading github.com/x448/float16 v0.8.4 03:19:18 go: downloading github.com/pebbe/zmq4 v1.2.5 03:19:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:19:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:19:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:19:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:19:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:19:18 go: downloading github.com/BurntSushi/toml v0.3.1 03:19:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:19:18 go: downloading github.com/pelletier/go-toml v1.2.0 03:19:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:19:18 go: downloading github.com/pkg/errors v0.8.1 03:19:18 go: downloading github.com/imdario/mergo v0.3.11 03:19:18 go: downloading github.com/go-kit/kit v0.8.0 03:19:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:19:18 go: downloading github.com/hashicorp/consul/api v1.8.1 03:19:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:19:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:19:18 go: downloading github.com/mitchellh/copystructure v1.0.0 03:19:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:19:18 go: downloading github.com/leodido/go-urn v1.2.0 03:19:18 go: downloading github.com/go-playground/universal-translator v0.17.0 03:19:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:19:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:19:18 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:19:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:19:18 go: downloading github.com/hashicorp/serf v0.9.5 03:19:18 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:19:18 go: downloading github.com/gorilla/websocket v1.4.2 03:19:18 go: downloading github.com/go-playground/locales v0.13.0 03:19:18 go: downloading github.com/fatih/color v1.9.0 03:19:18 go: downloading github.com/mattn/go-isatty v0.0.12 03:19:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:19:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:19:19 go: downloading github.com/mattn/go-colorable v0.1.6 03:19:19 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:19:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:19:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:19:28  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:19:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:19:28 ---> e0f46838ef55 03:19:28 Step 3/26 : WORKDIR /edgex-go 03:19:28 ---> Using cache 03:19:28 ---> 920efe3eab55 03:19:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:28 ---> Using cache 03:19:28 ---> 819c3abdda5b 03:19:28 Step 5/26 : RUN apk add --update --no-cache make bash git 03:19:29 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:19:29 go: downloading gopkg.in/yaml.v2 v2.4.0 03:19:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:19:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:19:32 ---> e0f46838ef55 03:19:32 Step 3/21 : WORKDIR /edgex-go 03:19:32 ---> Using cache 03:19:32 ---> 920efe3eab55 03:19:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:32 ---> Using cache 03:19:32 ---> 819c3abdda5b 03:19:32 Step 5/21 : RUN apk add --update --no-cache make git 03:19:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:19:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:19:34 ---> e0f46838ef55 03:19:34 Step 3/23 : WORKDIR /edgex-go 03:19:34 ---> Using cache 03:19:34 ---> 920efe3eab55 03:19:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:34 ---> Using cache 03:19:34 ---> 819c3abdda5b 03:19:34 Step 5/23 : RUN apk add --update --no-cache make git 03:19:34 ---> Running in 5521d3b48b44 03:19:34 ---> Running in cc56b75859a5 03:19:35 ---> Running in d9eea2e223bd 03:19:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:19: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:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:19:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:19:37 ---> e0f46838ef55 03:19:37 Step 3/23 : WORKDIR /edgex-go 03:19:37 ---> Using cache 03:19:37 ---> 920efe3eab55 03:19:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:37 ---> Using cache 03:19:37 ---> 819c3abdda5b 03:19:37 Step 5/23 : RUN apk add --update --no-cache make git 03:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:38 ---> Running in f8f647eb7daf 03:19:38 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:19:38 OK: 217 MiB in 51 packages 03:19:38 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:19:38 go: downloading github.com/stretchr/testify v1.7.0 03:19:38 OK: 217 MiB in 51 packages 03:19:38 go: downloading github.com/davecgh/go-spew v1.1.1 03:19:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:19:38 go: downloading github.com/pmezard/go-difflib v1.0.0 03:19:38 OK: 217 MiB in 51 packages 03:19:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:19:39 Removing intermediate container cc56b75859a5 03:19:39 ---> fa02e195f02c 03:19:39 Step 6/21 : COPY go.mod . 03:19:39 Removing intermediate container 5521d3b48b44 03:19:39 ---> 531ef222bec5 03:19:39 Step 6/26 : COPY go.mod . 03:19:40 Removing intermediate container d9eea2e223bd 03:19:40 ---> e64b9edab577 03:19:40 Step 6/23 : COPY go.mod . 03:19:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:19:40 ---> 36c8c57e16c5 03:19:40 Step 7/21 : RUN go mod download 03:19:40 ---> Running in d03b3e52d385 03:19:41 ---> 847a7e70c30a 03:19:41 Step 7/26 : RUN go mod download 03:19:41 ---> Running in 1f82a019b06b 03:19:41 OK: 217 MiB in 51 packages 03:19:41 ---> ce0187fcee63 03:19:41 Step 7/23 : RUN go mod download 03:19:41 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:19:41 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:19:41 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:19:41 ---> Running in f277bd25beab 03:19:42 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:19:43 Removing intermediate container f8f647eb7daf 03:19:43 ---> d72c9f35b5c5 03:19:43 Step 6/23 : COPY go.mod . 03:19:44 ---> 73a4c60dc62a 03:19:44 Step 7/23 : RUN go mod download 03:19:44 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:19:44 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:19:44 ---> Running in e12b3ffa284a 03:19:44 Removing intermediate container d03b3e52d385 03:19:44 ---> 151b9e6e46d6 03:19:44 Step 8/21 : COPY . . 03:19:45 Removing intermediate container 1f82a019b06b 03:19:45 ---> b40d406d32b3 03:19:45 Step 8/26 : COPY . . 03:19:45 Removing intermediate container f277bd25beab 03:19:45 ---> 68b40bd1fa06 03:19:45 Step 8/23 : COPY . . 03:19:45 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:19:47 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:19:47 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:19:48 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:19:48 go: downloading github.com/lib/pq v1.9.0 03:19:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:19:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:19:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:19:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:19:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:19:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:19:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:19:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:19:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:19:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:19:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:19:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:19:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:19:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:19:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:19:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:19:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:19:51 + 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:19:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:19:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:19:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:19:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:19:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:19:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:19:51 + 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:19:52 Removing intermediate container e12b3ffa284a 03:19:52 ---> 0acada5641ec 03:19:52 Step 8/23 : COPY . . 03:19:52 Building version 03:19:52 + snapcraftctl build 03:19:56 Staging config-common 03:19:56 + snapcraftctl stage 03:19:57 Skipping stage go-build-helper (already ran) 03:19:57 Skipping stage static-packages (already ran) 03:19:57 Skipping stage go115 (already ran) 03:19:57 Staging edgex-go 03:19:57 + snapcraftctl stage 03:19:59 Staging version 03:19:59 + snapcraftctl stage 03:20:00 Priming config-common 03:20:00 + snapcraftctl prime 03:20:01 Priming go-build-helper 03:20:01 + snapcraftctl prime 03:20:02 Priming static-packages 03:20:02 + snapcraftctl prime 03:20:06 Priming go115 03:20:06 + snapcraftctl prime 03:20:07 Priming edgex-go 03:20:07 + snapcraftctl prime 03:20:09 Priming version 03:20:09 + snapcraftctl prime 03:20:10 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 03:20:10 ---> 1ee8d99459ac 03:20:10 ---> e7ac0cd4b159 03:20:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:20:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:20:10 ---> b437c326453d 03:20:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:20:10 ---> a61bc32b2d4f 03:20:10 Step 9/23 : RUN make cmd/core-command/core-command 03:20:10 ---> Running in 11cfa555dc95 03:20:10 ---> Running in 561e6946bee1 03:20:10 ---> Running in 899826fbc310 03:20:10 ---> Running in aded6267d606 03:20:10 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:20:10 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:20:11 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:20:11 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:21:19 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:21:37 Removing intermediate container 561e6946bee1 03:21:37 ---> 9e47e4c6cb86 03:21:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:21:37 Removing intermediate container 899826fbc310 03:21:37 ---> 9e815d0e389c 03:21:37 03:21:37 Step 10/21 : FROM alpine:3.12 03:21:37 ---> d10569e2745f 03:21:37 Step 11/21 : RUN apk add --update --no-cache curl 03:21:37 ---> Running in 2dcd62514626 03:21:37 ---> Running in 88d497d88366 03:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:21:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:21:38 (1/4) Installing ca-certificates (20191127-r4) 03:21:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:21:38 (3/4) Installing libcurl (7.69.1-r3) 03:21:38 (4/4) Installing curl (7.69.1-r3) 03:21:38 Executing busybox-1.31.1-r19.trigger 03:21:38 Executing ca-certificates-20191127-r4.trigger 03:21:38 OK: 7 MiB in 18 packages 03:21:42 Removing intermediate container 88d497d88366 03:21:42 ---> 46ec45c39a89 03:21:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:21:42 ---> Running in 76a6d27442c6 03:21:42 Removing intermediate container 2dcd62514626 03:21:42 ---> a196d87e383f 03:21:42 03:21:42 Step 11/26 : FROM docker:20.10.0 03:21:42 20.10.0: Pulling from library/docker 03:21:42 Removing intermediate container aded6267d606 03:21:42 ---> e59fb159e161 03:21:42 03:21:42 Step 10/23 : FROM alpine:3.12 03:21:42 ---> d10569e2745f 03:21:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:21:42 ---> Using cache 03:21:42 ---> 7fe8ca5d9a12 03:21:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:21:42 ---> Using cache 03:21:42 ---> 11d3757ced66 03:21:42 Step 13/23 : ENV APP_PORT=48082 03:21:42 Removing intermediate container 76a6d27442c6 03:21:42 ---> 2c557b074909 03:21:42 Step 13/21 : WORKDIR /edgex 03:21:42 ---> Running in 4dc98bd30cd0 03:21:42 ---> Running in 08c2c3fb2643 03:21:43 Removing intermediate container 4dc98bd30cd0 03:21:43 ---> a8f901d53ea5 03:21:43 Step 14/23 : EXPOSE $APP_PORT 03:21:43 Removing intermediate container 08c2c3fb2643 03:21:43 ---> 8317b3a85b68 03:21:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:21:43 ---> Running in 5da4c4c37ca2 03:21:44 Removing intermediate container 5da4c4c37ca2 03:21:44 ---> e0f36c1f5e0a 03:21:44 Step 15/23 : WORKDIR / 03:21:44 ---> Running in c274d0e5744c 03:21:44 ---> f7885e938790 03:21:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:21:45 Removing intermediate container c274d0e5744c 03:21:45 ---> ef2d474a55f4 03:21:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:21:46 ---> cf8eb1e8d3a0 03:21:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:21:46 ---> 9ff0d7ee34df 03:21:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:21:48 ---> 4e9043a791ad 03:21:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:21:49 ---> 38dce6f1f631 03:21:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:21:49 ---> Running in 28e47d8dbdcf 03:21:49 Removing intermediate container 11cfa555dc95 03:21:49 ---> 9e8bef5f4699 03:21:49 03:21:49 Step 10/23 : FROM alpine:3.12 03:21:49 ---> d10569e2745f 03:21:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:21:49 ---> Using cache 03:21:49 ---> 7fe8ca5d9a12 03:21:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:21:49 ---> Using cache 03:21:49 ---> 11d3757ced66 03:21:49 Step 13/23 : ENV APP_PORT=48081 03:21:49 Removing intermediate container 28e47d8dbdcf 03:21:49 ---> ae175a884a89 03:21:49 Step 18/21 : CMD ["--init=true"] 03:21:49 ---> Running in e572d70b1ebe 03:21:49 ---> Running in 8bd3debed05d 03:21:50 ---> 530f1ac1320a 03:21:50 Step 19/23 : ENTRYPOINT ["/core-command"] 03:21:50 ---> Running in 1ccb7c6697fd 03:21:50 Removing intermediate container e572d70b1ebe 03:21:50 ---> d982622d6ebc 03:21:50 Step 14/23 : EXPOSE $APP_PORT 03:21:50 Removing intermediate container 8bd3debed05d 03:21:50 ---> b9447cb93c62 03:21:50 Step 19/21 : LABEL arch=arm64 03:21:50 ---> Running in 3db9eae73c1e 03:21:51 ---> Running in e483dd8cae0b 03:21:51 Removing intermediate container 1ccb7c6697fd 03:21:51 ---> 83dbcedc63f0 03:21:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:21:51 ---> Running in 59a0afd05efc 03:21:51 Removing intermediate container 3db9eae73c1e 03:21:51 ---> 2d2cc896c6f4 03:21:51 Step 15/23 : WORKDIR / 03:21:51 Removing intermediate container e483dd8cae0b 03:21:51 ---> 6b4909ce47a7 03:21:51 Step 20/21 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:21:51 ---> Running in 1a6cf0868c07 03:21:52 ---> Running in 5d029722a6b4 03:21:52 Removing intermediate container 59a0afd05efc 03:21:52 ---> 2d5082fb6531 03:21:52 Step 21/23 : LABEL arch=arm64 03:21:52 ---> Running in 4b856b89064d 03:21:52 Removing intermediate container 1a6cf0868c07 03:21:52 ---> 17fe78156c5d 03:21:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:21:52 Removing intermediate container 5d029722a6b4 03:21:52 ---> 0f2f055f040f 03:21:52 Step 21/21 : LABEL version=0.0.0 03:21:52 ---> Running in 76a820b541c3 03:21:53 Removing intermediate container 4b856b89064d 03:21:53 ---> e6c46691be19 03:21:53 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:21:53 ---> Running in fee0ca2ab708 03:21:53 Removing intermediate container 76a820b541c3 03:21:53 ---> b7d5457f9c07 03:21:53 03:21:53 ---> 222ce67ce99d 03:21:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:21:54 Removing intermediate container fee0ca2ab708 03:21:54 ---> 9222236d1751 03:21:54 Step 23/23 : LABEL version=0.0.0 03:21:54 Successfully built b7d5457f9c07 03:21:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:21:54  Building docker-security-proxy-setup-go ... done  ---> Running in 77c3e8a05377 03:21:55 Removing intermediate container 77c3e8a05377 03:21:55 ---> 9892f6fbe31e 03:21:55 03:21:55 ---> be01c80bb4ea 03:21:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:21:55 Successfully built 9892f6fbe31e 03:21:55 Successfully tagged docker-core-command-go-arm64:latest 03:21:56  Building docker-core-command-go ... done  ---> 4847087ed7dd 03:21:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:21:56 ---> Running in 7186bc66306c 03:21:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:21:56 Status: Downloaded newer image for docker:20.10.0 03:21:56 ---> eeaf43b92773 03:21:56 Step 12/26 : RUN apk add --no-cache bash 03:21:56 ---> Running in 9d3dd98aa858 03:21:57 Removing intermediate container 7186bc66306c 03:21:57 ---> cfa2c707cd4f 03:21:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:21:57 ---> Running in 50b5602035ab 03:21:58 Removing intermediate container 50b5602035ab 03:21:58 ---> 1686d57803eb 03:21:58 Step 21/23 : LABEL arch=arm64 03:21:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:21:58 ---> Running in 490046538cdd 03:21:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:21:58 Removing intermediate container 490046538cdd 03:21:58 ---> 4c46378cffef 03:21:58 Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:21:58 ---> Running in 0d09c173c87c 03:21:58 (1/2) Installing readline (8.0.4-r0) 03:21:58 (2/2) Installing bash (5.0.17-r0) 03:21:58 Executing bash-5.0.17-r0.post-install 03:21:58 Executing busybox-1.31.1-r19.trigger 03:21:58 OK: 12 MiB in 22 packages 03:21:59 Removing intermediate container 0d09c173c87c 03:21:59 ---> 3258674f4fb1 03:21:59 Step 23/23 : LABEL version=0.0.0 03:21:59 ---> Running in 17f8c393f08c 03:21:59 Removing intermediate container 17f8c393f08c 03:21:59 ---> 63d23766d43e 03:21:59 03:22:00 Successfully built 63d23766d43e 03:22:00 Successfully tagged docker-core-metadata-go-arm64:latest 03:22:00  Building docker-core-metadata-go ... done Removing intermediate container 9d3dd98aa858 03:22:00 ---> 962e3182bd5e 03:22:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:22:00 ---> Running in cbda602db968 03:22:01 Removing intermediate container cbda602db968 03:22:01 ---> f443d4840ed5 03:22:01 Step 14/26 : ENV APP_PORT=48090 03:22:01 ---> Running in eca97bce8fee 03:22:01 Removing intermediate container eca97bce8fee 03:22:01 ---> 034c4917678a 03:22:01 Step 15/26 : EXPOSE $APP_PORT 03:22:01 ---> Running in c3e2b7399b6c 03:22:02 Removing intermediate container c3e2b7399b6c 03:22:02 ---> a85ed91024c1 03:22:02 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:22:03 ---> e6abda186ce7 03:22:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:22:04 ---> b5576d25387e 03:22:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:22:04 ---> c95f28c7e730 03:22:04 Step 19/26 : RUN apk --no-cache add py3-pip 03:22:05 ---> Running in f9437f310edb 03:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:07 (1/33) Installing libbz2 (1.0.8-r1) 03:22:07 (2/33) Installing expat (2.2.9-r1) 03:22:07 (3/33) Installing libffi (3.3-r2) 03:22:07 (4/33) Installing gdbm (1.13-r1) 03:22:07 (5/33) Installing xz-libs (5.2.5-r0) 03:22:07 (6/33) Installing sqlite-libs (3.32.1-r0) 03:22:07 (7/33) Installing python3 (3.8.5-r1) 03:22:09 (8/33) Installing py3-appdirs (1.4.4-r1) 03:22:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:22:09 (10/33) Installing py3-parsing (2.4.7-r0) 03:22:09 (11/33) Installing py3-six (1.15.0-r0) 03:22:09 (12/33) Installing py3-packaging (20.4-r0) 03:22:09 (13/33) Installing py3-setuptools (47.0.0-r0) 03:22:09 (14/33) Installing py3-chardet (3.0.4-r4) 03:22:09 (15/33) Installing py3-idna (2.9-r0) 03:22:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:22:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:22:09 (18/33) Installing py3-requests (2.23.0-r0) 03:22:09 (19/33) Installing py3-msgpack (1.0.0-r0) 03:22:09 (20/33) Installing py3-lockfile (0.12.2-r3) 03:22:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:22:09 (22/33) Installing py3-colorama (0.4.3-r0) 03:22:09 (23/33) Installing py3-distlib (0.3.0-r0) 03:22:09 (24/33) Installing py3-distro (1.5.0-r1) 03:22:09 (25/33) Installing py3-webencodings (0.5.1-r3) 03:22:09 (26/33) Installing py3-html5lib (1.0.1-r4) 03:22:09 (27/33) Installing py3-pytoml (0.1.21-r0) 03:22:09 (28/33) Installing py3-pep517 (0.8.2-r0) 03:22:09 (29/33) Installing py3-progress (1.5-r0) 03:22:09 (30/33) Installing py3-toml (0.10.1-r0) 03:22:09 (31/33) Installing py3-retrying (1.3.3-r0) 03:22:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:22:09 (33/33) Installing py3-pip (20.1.1-r0) 03:22:09 Executing busybox-1.31.1-r19.trigger 03:22:09 OK: 71 MiB in 55 packages 03:22:16 Removing intermediate container f9437f310edb 03:22:16 ---> 72cec8befee1 03:22:16 Step 20/26 : RUN pip install docker-compose==1.23.2 03:22:16 ---> Running in 4bce8948c5be 03:22:20 Collecting docker-compose==1.23.2 03:22:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:22:21 Collecting jsonschema<3,>=2.5.1 03:22:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:22:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:22:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:22:22 Collecting websocket-client<1.0,>=0.32.0 03:22:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:22:23 Collecting PyYAML<4,>=3.10 03:22:23 Downloading PyYAML-3.13.tar.gz (270 kB) 03:22:26 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:22:26 Collecting dockerpty<0.5,>=0.4.1 03:22:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:22:28 Collecting texttable<0.10,>=0.9.0 03:22:28 Downloading texttable-0.9.1.tar.gz (11 kB) 03:22:30 Collecting docopt<0.7,>=0.6.1 03:22:30 Downloading docopt-0.6.2.tar.gz (25 kB) 03:22:32 Collecting docker<4.0,>=3.6.0 03:22:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:22:33 Collecting cached-property<2,>=1.2.0 03:22:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:22:33 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:22:33 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:22:34 Collecting urllib3<1.25,>=1.21.1 03:22:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:22:34 Collecting idna<2.8,>=2.5 03:22:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:22:34 Collecting docker-pycreds>=0.4.0 03:22:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:22:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:22:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:22:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:22:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:22:35 Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, PyYAML, dockerpty, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose 03:22:36 Attempting uninstall: urllib3 03:22:36 Found existing installation: urllib3 1.25.9 03:22:36 Uninstalling urllib3-1.25.9: 03:22:36 Successfully uninstalled urllib3-1.25.9 03:22:36 Attempting uninstall: idna 03:22:36 Found existing installation: idna 2.9 03:22:36 Uninstalling idna-2.9: 03:22:36 Successfully uninstalled idna-2.9 03:22:37 Attempting uninstall: requests 03:22:37 Found existing installation: requests 2.23.0 03:22:37 Uninstalling requests-2.23.0: 03:22:37 Successfully uninstalled requests-2.23.0 03:22:38 Running setup.py install for PyYAML: started 03:22:40 Running setup.py install for PyYAML: finished with status 'done' 03:22:40 Running setup.py install for dockerpty: started 03:22:41 Running setup.py install for dockerpty: finished with status 'done' 03:22:41 Running setup.py install for texttable: started 03:22:43 Running setup.py install for texttable: finished with status 'done' 03:22:43 Running setup.py install for docopt: started 03:22:45 Running setup.py install for docopt: finished with status 'done' 03:22: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:22:50 Removing intermediate container 4bce8948c5be 03:22:50 ---> 36d8c63b6650 03:22:50 Step 21/26 : RUN apk --no-cache add curl 03:22:50 ---> Running in bbd478873f34 03:22:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:22:52 (2/3) Installing libcurl (7.69.1-r3) 03:22:52 (3/3) Installing curl (7.69.1-r3) 03:22:52 Executing busybox-1.31.1-r19.trigger 03:22:52 OK: 71 MiB in 58 packages 03:22:53 Removing intermediate container bbd478873f34 03:22:53 ---> 13af82bdcf52 03:22:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:22:54 ---> Running in c9af44dbeed3 03:22:54 Removing intermediate container c9af44dbeed3 03:22:54 ---> 47d0123f4e99 03:22:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:54 ---> Running in 4eb6b7c09719 03:22:54 Removing intermediate container 4eb6b7c09719 03:22:54 ---> 2122e34ec3a3 03:22:54 Step 24/26 : LABEL arch=arm64 03:22:55 ---> Running in 1a91d4ce1524 03:22:55 Removing intermediate container 1a91d4ce1524 03:22:55 ---> 1e67d2146a1a 03:22:55 Step 25/26 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad 03:22:55 ---> Running in 8b030f419d4c 03:22:56 Removing intermediate container 8b030f419d4c 03:22:56 ---> 7ccced4fb5a1 03:22:56 Step 26/26 : LABEL version=0.0.0 03:22:56 ---> Running in 61d38aff0489 03:22:56 Removing intermediate container 61d38aff0489 03:22:56 ---> 7f638e8a18a3 03:22:56 03:22:57 Successfully built 7f638e8a18a3 03:22:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:22:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:22:57 $ docker stop --time=1 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 03:22:59 $ docker rm -f 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 [Pipeline] // withDockerContainer [Pipeline] sh 03:23:00 + + grepdocker docker images 03:23:00 03:23:00 docker-sys-mgmt-agent-go-arm64 latest 7f638e8a18a3 4 seconds ago 300MB 03:23:00 docker-core-metadata-go-arm64 latest 63d23766d43e About a minute ago 17.9MB 03:23:00 docker-core-command-go-arm64 latest 9892f6fbe31e About a minute ago 16.2MB 03:23:00 docker-security-proxy-setup-go-arm64 latest b7d5457f9c07 About a minute ago 23.4MB 03:23:00 docker-core-data-go-arm64 latest 62a6a9e23c61 4 minutes ago 21.3MB 03:23:00 docker-security-bootstrapper-go-arm64 latest b6cc8c7620b8 4 minutes ago 17.8MB 03:23:00 docker-support-notifications-go-arm64 latest 4aea9658758e 4 minutes ago 16.9MB 03:23:00 docker-support-scheduler-go-arm64 latest 712d75f05ec2 4 minutes ago 16.3MB 03:23:00 docker-security-secretstore-setup-go-arm64 latest ddc7d706b60e 4 minutes ago 23.7MB 03:23:00 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:23:01 ---> job-cost.sh 03:23:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yGIq 03:23:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:25:17 lf-activate-venv(): INFO: Adding /tmp/venv-yGIq/bin to PATH 03:25:17 INFO: No Stack... 03:25:17 INFO: Retrieving Pricing Info for: lf-standard-4 03:25:17 INFO: Archiving Costs [Pipeline] sh 03:25:17 + cut -d, -f6 03:25:17 + cat /w/workspace/edgex-go/18/archives/cost.csv [Pipeline] lock 03:25:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] 03:25:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] did not exist. Created. 03:25:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:25:18 + echo total: 0.20999999344348907 [Pipeline] stash 03:25:18 Stashed 1 file(s) [Pipeline] } 03:25:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-18-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:25:19 provisioning config files... 03:25:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config7467671899504472227tmp [Pipeline] { [Pipeline] sh 03:25:20 + set +x 03:25:20 + curl -s https://codecov.io/bash 03:25:20 + bash -s -- 03:25:20 03:25:20 _____ _ 03:25:20 / ____| | | 03:25:20 | | ___ __| | ___ ___ _____ __ 03:25:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:25:20 | |___| (_) | (_| | __/ (_| (_) \ V / 03:25:20 \_____\___/ \__,_|\___|\___\___/ \_/ 03:25:20 Bash-20210226-7100762 03:25:20 03:25:20 03:25:20 ==> git version 2.24.3 found 03:25:20 ==> 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:25:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:25:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:25:20 ==> Jenkins CI detected. 03:25:20 project root: . 03:25:20 --> token set from env 03:25:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:25:20 ==> Running gcov in . (disable via -X gcov) 03:25:21 ==> Python coveragepy not found 03:25:21 ==> Searching for coverage reports in: 03:25:21 + . 03:25:21 -> Found 1 reports 03:25:21 ==> Detecting git/mercurial file structure 03:25:21 ==> Reading reports 03:25:21 + ./coverage.out bytes=624012 03:25:21 ==> Appending adjustments 03:25:21 https://docs.codecov.io/docs/fixing-reports 03:25:25 + Found adjustments 03:25:25 ==> Gzipping contents 03:25:25 92K /tmp/codecov.nvc9wj.gz 03:25:25 ==> Uploading reports 03:25:25 url: https://codecov.io 03:25:25 query: branch=PR-3202&commit=a97e7d088cfea97e2f7e544ceb56995fb0b64fad&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 03:25:25 -> Pinging Codecov 03:25:25 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=a97e7d088cfea97e2f7e544ceb56995fb0b64fad&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 03:25:25 -> Uploading to 03:25:25 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/a97e7d088cfea97e2f7e544ceb56995fb0b64fad/5d69d5f7-4f30-4eef-9c00-69ae51efdf27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T032525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4741645bb60457acf815fe302ba7cd6588e55af4a11fdd32c427ef0656bf0074 03:25:25 % Total % Received % Xferd Average Speed Time Time Time Current 03:25:25 Dload Upload Total Spent Left Speed 03:25:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92279 0 0 100 92279 0 151k --:--:-- --:--:-- --:--:-- 152k 03:25:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a97e7d088cfea97e2f7e544ceb56995fb0b64fad [Pipeline] } 03:25:26 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:25:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:25:29 ---> package-listing.sh 03:25:29 ++ facter osfamily 03:25:29 ++ tr '[:upper:]' '[:lower:]' 03:25:29 + OS_FAMILY=redhat 03:25:29 + workspace=/w/workspace/edgex-go/18 03:25:29 + START_PACKAGES=/tmp/packages_start.txt 03:25:29 + END_PACKAGES=/tmp/packages_end.txt 03:25:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:25:29 + PACKAGES=/tmp/packages_start.txt 03:25:29 + '[' /w/workspace/edgex-go/18 ']' 03:25:29 + PACKAGES=/tmp/packages_end.txt 03:25:29 + case "${OS_FAMILY}" in 03:25:29 + rpm -qa 03:25:29 + sort 03:25:34 + '[' -f /tmp/packages_start.txt ']' 03:25:34 + '[' -f /tmp/packages_end.txt ']' 03:25:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:25:34 + '[' /w/workspace/edgex-go/18 ']' 03:25:34 + mkdir -p /w/workspace/edgex-go/18/archives/ 03:25:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 03:25:34 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:25:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:25:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:25:34 03:25:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:25:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:25:35 alpine: Pulling from edgex-lftools-log-publisher 03:25:35 df20fa9351a1: Pulling fs layer 03:25:35 36b3adc4ff6f: Pulling fs layer 03:25:35 8ad3a11d3b57: Pulling fs layer 03:25:35 46f8f816bc3b: Pulling fs layer 03:25:35 93b61091891f: Pulling fs layer 03:25:35 93b9cdb0e59b: Pulling fs layer 03:25:35 5e14af77c1be: Pulling fs layer 03:25:35 01666e4c0597: Pulling fs layer 03:25:35 aa168da1d23b: Pulling fs layer 03:25:35 93b9cdb0e59b: Waiting 03:25:35 5e14af77c1be: Waiting 03:25:35 01666e4c0597: Waiting 03:25:35 aa168da1d23b: Waiting 03:25:35 46f8f816bc3b: Waiting 03:25:35 93b61091891f: Waiting 03:25:35 36b3adc4ff6f: Verifying Checksum 03:25:35 36b3adc4ff6f: Download complete 03:25:35 46f8f816bc3b: Verifying Checksum 03:25:35 46f8f816bc3b: Download complete 03:25:35 df20fa9351a1: Verifying Checksum 03:25:35 df20fa9351a1: Download complete 03:25:35 93b9cdb0e59b: Verifying Checksum 03:25:35 93b9cdb0e59b: Download complete 03:25:35 5e14af77c1be: Verifying Checksum 03:25:35 5e14af77c1be: Download complete 03:25:35 01666e4c0597: Verifying Checksum 03:25:35 93b61091891f: Verifying Checksum 03:25:35 93b61091891f: Download complete 03:25:35 8ad3a11d3b57: Verifying Checksum 03:25:35 8ad3a11d3b57: Download complete 03:25:35 df20fa9351a1: Pull complete 03:25:36 36b3adc4ff6f: Pull complete 03:25:36 8ad3a11d3b57: Pull complete 03:25:37 46f8f816bc3b: Pull complete 03:25:37 aa168da1d23b: Verifying Checksum 03:25:37 aa168da1d23b: Download complete 03:25:39 93b61091891f: Pull complete 03:25:39 93b9cdb0e59b: Pull complete 03:25:40 5e14af77c1be: Pull complete 03:25:40 01666e4c0597: Pull complete 03:25:48 aa168da1d23b: Pull complete 03:25:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:25:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:25:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:25:48 prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container 03:25:48 $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:25:56 $ docker top a2193a5ca35f79e3b0ce87131ed75bc3c43c1aa18a8387b54d9d3f2e8dfc84b7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:57 + touch /tmp/pre-build-complete [Pipeline] sh 03:25:57 + mkdir -p /var/log/sa [Pipeline] sh 03:25:58 + ls /var/log/sa-host 03:25:58 + sadf -c /var/log/sa-host/sa09 03:25:58 file_magic: OK 03:25:58 HZ: Using current value: 100 03:25:58 file_header: OK 03:25:58 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:25:58 Statistics: 03:25:58 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:25:58 File successfully converted to sysstat format version 12.2.1 03:25:58 + sadf -c /var/log/sa-host/sa23 03:25:58 file_magic: OK 03:25:58 HZ: Using current value: 100 03:25:58 file_header: OK 03:25:58 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:25:58 Statistics: 03:25:58 Hnuu...uuuununununu... 03:25:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:25:58 provisioning config files... 03:25:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4872295869976317755tmp [Pipeline] { [Pipeline] echo 03:25:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:25:58 ---> create-netrc.sh [Pipeline] } 03:25:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:25:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:25:59 ---> python-tools-install.sh [Pipeline] echo 03:25:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:25:59 ---> sudo-logs.sh 03:25:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:25:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:25:59 ---> job-cost.sh 03:25:59 lf-activate-venv: SKIPPING 03:25:59 DEBUG: total: 0.20999999344348907 03:25:59 INFO: Retrieving Stack Cost... 03:26:00 INFO: Retrieving Pricing Info for: v1-standard-2 03:26:01 INFO: Archiving Costs [Pipeline] echo 03:26:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:26:01 ---> logs-deploy.sh 03:26:01 lf-activate-venv: SKIPPING 03:26:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/18 03:26:01 INFO: archiving workspace using pattern(s): 03:26:03 Archives upload complete. 03:26:03 INFO: archiving logs to Nexus 03:26:04 ---> uname -a: 03:26:04 Linux prd-centos7-docker-4c-2g-29086.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:26:04 03:26:04 03:26:04 ---> lscpu: 03:26:04 Architecture: x86_64 03:26:04 CPU op-mode(s): 32-bit, 64-bit 03:26:04 Byte Order: Little Endian 03:26:04 Address sizes: 40 bits physical, 48 bits virtual 03:26:04 CPU(s): 4 03:26:04 On-line CPU(s) list: 0-3 03:26:04 Thread(s) per core: 1 03:26:04 Core(s) per socket: 1 03:26:04 Socket(s): 4 03:26:04 NUMA node(s): 1 03:26:04 Vendor ID: GenuineIntel 03:26:04 CPU family: 6 03:26:04 Model: 44 03:26:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:26:04 Stepping: 1 03:26:04 CPU MHz: 2933.438 03:26:04 BogoMIPS: 5866.87 03:26:04 Virtualization: VT-x 03:26:04 Hypervisor vendor: KVM 03:26:04 Virtualization type: full 03:26:04 L1d cache: 128 KiB 03:26:04 L1i cache: 128 KiB 03:26:04 L2 cache: 16 MiB 03:26:04 L3 cache: 64 MiB 03:26:04 NUMA node0 CPU(s): 0-3 03:26:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:26:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:26:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:26:04 Vulnerability Meltdown: Mitigation; PTI 03:26:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:26:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:26:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:26:04 Vulnerability Srbds: Not affected 03:26:04 Vulnerability Tsx async abort: Not affected 03:26:04 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:26:04 03:26:04 03:26:04 ---> nproc: 03:26:04 4 03:26:04 03:26:04 03:26:04 ---> df -h: 03:26:04 Filesystem Size Used Available Use% Mounted on 03:26:04 overlay 50.0G 12.6G 37.4G 25% / 03:26:04 tmpfs 64.0M 0 64.0M 0% /dev 03:26:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:26:04 shm 64.0M 0 64.0M 0% /dev/shm 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/18@tmp 03:26:04 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/18 03:26:04 03:26:04 03:26:04 ---> free -m: 03:26:04 total used free shared buff/cache available 03:26:04 Mem: 1837 701 131 0 1003 1053 03:26:04 Swap: 1023 48 975 03:26:04 03:26:04 03:26:04 ---> ip addr: 03:26:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:26:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:26:04 inet 127.0.0.1/8 scope host lo 03:26:04 valid_lft forever preferred_lft forever 03:26:04 inet6 ::1/128 scope host 03:26:04 valid_lft forever preferred_lft forever 03:26:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:26:04 link/ether fa:16:3e:69:42:2a brd ff:ff:ff:ff:ff:ff 03:26:04 inet 10.30.123.242/23 brd 10.30.123.255 scope global dynamic eth0 03:26:04 valid_lft 85001sec preferred_lft 85001sec 03:26:04 inet6 fe80::f816:3eff:fe69:422a/64 scope link 03:26:04 valid_lft forever preferred_lft forever 03:26:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:26:04 link/ether 02:42:74:97:bc:b6 brd ff:ff:ff:ff:ff:ff 03:26:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:26:04 valid_lft forever preferred_lft forever 03:26:04 inet6 fe80::42:74ff:fe97:bcb6/64 scope link 03:26:04 valid_lft forever preferred_lft forever 03:26:04 03:26:04 03:26:04 ---> sar -b -r -n DEV: 03:26:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 03:26:04 03:26:04 03:02:33 LINUX RESTART (4 CPU) 03:26:04 03:26:04 03:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:26:04 03:04:01 118.78 53.79 64.99 0.00 9241.92 18386.91 0.00 03:26:04 03:05:01 307.99 103.86 204.13 0.00 5620.10 52463.89 0.00 03:26:04 03:06:01 184.69 89.53 95.16 0.00 2988.75 10462.35 0.00 03:26:04 03:07:01 134.75 60.81 73.94 0.00 3466.13 7952.84 0.00 03:26:04 03:08:02 293.18 109.75 183.43 0.00 50141.50 122076.53 0.00 03:26:04 03:09:02 2815.77 2462.07 353.70 0.00 161826.13 175362.61 0.00 03:26:04 03:10:01 697.80 477.32 220.48 0.00 29652.89 50229.37 0.00 03:26:04 03:11:03 1547.86 1203.09 344.77 0.00 107846.65 162480.15 0.00 03:26:04 03:12:01 1877.41 1588.42 288.99 0.00 97760.27 106311.89 0.00 03:26:04 03:13:01 216.41 58.94 157.47 0.00 6080.29 21237.25 0.00 03:26:04 03:14:01 1.63 0.05 1.58 0.00 1.20 27.29 0.00 03:26:04 03:15:01 1.98 1.23 0.75 0.00 93.92 9.09 0.00 03:26:04 03:16:01 0.62 0.02 0.60 0.00 0.13 5.88 0.00 03:26:04 03:17:01 0.57 0.02 0.55 0.00 0.27 5.43 0.00 03:26:04 03:18:01 1.82 1.32 0.50 0.00 46.09 6.96 0.00 03:26:04 03:19:01 0.80 0.03 0.77 0.00 0.80 14.21 0.00 03:26:04 03:20:01 0.33 0.05 0.28 0.00 1.07 3.40 0.00 03:26:04 03:21:02 0.32 0.00 0.32 0.00 0.00 4.66 0.00 03:26:04 03:22:01 0.27 0.00 0.27 0.00 0.00 4.29 0.00 03:26:04 03:23:01 0.28 0.02 0.27 0.00 0.53 2.88 0.00 03:26:04 03:24:01 0.17 0.02 0.15 0.00 0.27 2.20 0.00 03:26:04 03:25:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 03:26:04 Average: 372.31 281.63 90.68 0.00 21601.97 33152.85 0.00 03:26:04 03:26:04 03:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:26:04 03:04:01 237304 0 607816 32.30 2620 1033804 1362160 46.49 584676 854436 43084 03:26:04 03:05:01 370368 0 661256 35.14 1492 848428 1100536 37.56 417480 816016 16 03:26:04 03:06:01 189200 0 760648 40.43 792 930904 1815420 61.96 673064 729576 74944 03:26:04 03:07:01 211076 0 753552 40.05 744 916172 1626348 55.50 634764 735932 64760 03:26:04 03:08:02 66432 0 805740 42.82 72 1009300 2243044 76.55 666884 931732 86176 03:26:04 03:09:02 80300 0 763680 40.59 0 1037564 1935016 66.04 691072 869892 16728 03:26:04 03:10:01 447092 0 693832 36.88 0 740620 1419380 48.44 465352 709744 2268 03:26:04 03:11:03 68676 0 825396 43.87 0 987472 2290184 78.16 615048 957328 91904 03:26:04 03:12:01 338296 0 936120 49.75 0 607128 3288112 112.22 615312 647764 18812 03:26:04 03:13:01 438332 0 625548 33.25 0 817664 1241872 42.38 501952 684080 20 03:26:04 03:14:01 445040 0 618852 32.89 0 817652 1192324 40.69 496768 683496 16 03:26:04 03:15:01 444272 0 616780 32.78 0 820492 1183012 40.37 495808 686188 8 03:26:04 03:16:01 444312 0 616732 32.78 0 820500 1183012 40.37 495940 686188 8 03:26:04 03:17:01 444668 0 616376 32.76 0 820500 1183012 40.37 495692 686192 0 03:26:04 03:18:01 442916 0 617384 32.81 0 821244 1183012 40.37 495860 686900 8 03:26:04 03:19:01 443000 0 617280 32.81 0 821264 1183084 40.38 496236 686916 8 03:26:04 03:20:01 442524 0 617744 32.83 0 821276 1183232 40.38 496452 686956 20 03:26:04 03:21:02 442636 0 617624 32.83 0 821284 1183076 40.38 495816 686956 20 03:26:04 03:22:01 442940 0 617304 32.81 0 821300 1183076 40.38 495948 686960 16 03:26:04 03:23:01 443040 0 617216 32.80 0 821288 1183076 40.38 495832 686956 8 03:26:04 03:24:01 442424 0 617812 32.84 0 821308 1183240 40.38 496164 686972 8 03:26:04 03:25:01 442572 0 617652 32.83 0 821320 1183252 40.38 496276 686980 8 03:26:04 Average: 353065 0 674652 35.86 260 853567 1478567 50.46 537200 735189 18129 03:26:04 03:26:04 03:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:26:04 03:04:01 veth45005a0 1039.57 746.67 93.61 2682.28 0.00 0.00 0.00 0.00 03:26:04 03:04:01 eth0 1742.65 1775.83 6381.47 228.44 0.00 0.00 0.00 0.00 03:26:04 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:04:01 docker0 1039.57 746.54 79.40 2682.27 0.00 0.00 0.00 0.00 03:26:04 03:05:01 eth0 507.32 431.65 3675.61 44.91 0.00 0.00 0.00 0.00 03:26:04 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:05:01 docker0 169.77 200.60 12.13 829.99 0.00 0.00 0.00 0.00 03:26:04 03:06:01 eth0 60.10 42.95 38.03 56.48 0.00 0.00 0.00 0.00 03:26:04 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:06:01 veth477be07 0.82 0.95 0.07 0.09 0.00 0.00 0.00 0.00 03:26:04 03:06:01 docker0 0.82 0.82 0.06 0.08 0.00 0.00 0.00 0.00 03:26:04 03:07:01 eth0 39.79 31.10 18.59 52.57 0.00 0.00 0.00 0.00 03:26:04 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:07:01 veth477be07 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 03:26:04 03:07:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 03:26:04 03:08:02 vethbc2bb0d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:26:04 03:08:02 eth0 203.66 165.87 1692.24 54.78 0.00 0.00 0.00 0.00 03:26:04 03:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:09:02 vethbc2bb0d 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 03:26:04 03:09:02 eth0 41.57 21.36 162.63 9.21 0.00 0.00 0.00 0.00 03:26:04 03:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:09:02 docker0 11.23 22.34 0.60 146.69 0.00 0.00 0.00 0.00 03:26:04 03:10:01 vethbc2bb0d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:10:01 eth0 70.17 46.87 321.07 52.62 0.00 0.00 0.00 0.00 03:26:04 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:10:01 docker0 11.21 20.10 0.60 132.13 0.00 0.00 0.00 0.00 03:26:04 03:11:03 vethbc2bb0d 0.00 0.50 0.00 0.02 0.00 0.00 0.00 0.00 03:26:04 03:11:03 veth7252853 1.73 2.51 0.24 12.64 0.00 0.00 0.00 0.00 03:26:04 03:11:03 eth0 203.81 142.69 1556.64 60.94 0.00 0.00 0.00 0.00 03:26:04 03:11:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:12:01 vethbc2bb0d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:12:01 vethad93c8e 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 03:26:04 03:12:01 veth48ee287 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 03:26:04 03:12:01 veth2c6272d 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 03:26:04 03:13:01 eth0 3031.27 2760.34 14158.79 669.04 0.00 0.00 0.00 0.00 03:26:04 03:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:26:04 03:13:01 docker0 1283.09 1085.74 95.86 4419.43 0.00 0.00 0.00 0.00 03:26:04 03:14:01 eth0 1.65 0.62 0.83 0.28 0.00 0.00 0.00 0.00 03:26:04 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:15:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:26:04 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:16:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:26:04 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:26:04 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:19:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 03:26:04 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:20:01 eth0 1.07 0.42 0.35 0.18 0.00 0.00 0.00 0.00 03:26:04 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:21:02 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 03:26:04 03:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:22:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:26:04 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:23:01 eth0 0.70 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:26:04 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:24:01 eth0 1.22 0.40 0.45 0.26 0.00 0.00 0.00 0.00 03:26:04 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:25:01 eth0 0.48 0.35 0.27 0.20 0.00 0.00 0.00 0.00 03:26:04 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 Average: eth0 136.71 125.12 642.58 30.45 0.00 0.00 0.00 0.00 03:26:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:04 Average: docker0 58.41 49.43 4.36 201.20 0.00 0.00 0.00 0.00 03:26:04 03:26:04 03:26:04 ---> sar -P ALL: 03:26:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 03:26:04 03:26:04 03:02:33 LINUX RESTART (4 CPU) 03:26:04 03:26:04 03:03:01 CPU %user %nice %system %iowait %steal %idle 03:26:04 03:04:01 all 21.65 0.00 7.84 2.14 0.10 68.28 03:26:04 03:04:01 0 22.73 0.00 11.14 5.00 0.07 61.07 03:26:04 03:04:01 1 17.45 0.00 5.39 0.89 0.12 76.15 03:26:04 03:04:01 2 22.36 0.00 6.96 1.57 0.12 68.99 03:26:04 03:04:01 3 24.08 0.00 7.90 1.12 0.09 66.81 03:26:04 03:05:01 all 11.24 0.00 9.52 5.52 0.14 73.59 03:26:04 03:05:01 0 11.65 0.00 9.18 4.54 0.16 74.48 03:26:04 03:05:01 1 11.06 0.00 9.76 3.53 0.14 75.52 03:26:04 03:05:01 2 12.22 0.00 9.72 4.23 0.12 73.70 03:26:04 03:05:01 3 10.03 0.00 9.41 9.77 0.14 70.66 03:26:04 03:06:01 all 50.58 0.00 12.45 5.08 0.09 31.81 03:26:04 03:06:01 0 49.73 0.00 12.67 3.88 0.09 33.63 03:26:04 03:06:01 1 49.96 0.00 13.26 5.13 0.09 31.57 03:26:04 03:06:01 2 49.52 0.00 12.23 4.73 0.10 33.41 03:26:04 03:06:01 3 53.10 0.00 11.63 6.56 0.09 28.63 03:26:04 03:07:01 all 45.73 0.00 13.24 4.69 0.08 36.27 03:26:04 03:07:01 0 45.07 0.00 13.38 4.92 0.10 36.52 03:26:04 03:07:01 1 46.34 0.00 13.61 4.20 0.07 35.77 03:26:04 03:07:01 2 44.10 0.00 12.53 3.69 0.09 39.59 03:26:04 03:07:01 3 47.40 0.00 13.41 5.93 0.07 33.19 03:26:04 03:08:02 all 22.43 0.00 17.40 4.63 0.16 55.38 03:26:04 03:08:02 0 22.50 0.00 16.68 3.96 0.17 56.69 03:26:04 03:08:02 1 21.91 0.00 17.76 3.74 0.14 56.45 03:26:04 03:08:02 2 22.36 0.00 17.00 6.07 0.16 54.41 03:26:04 03:08:02 3 22.95 0.00 18.15 4.77 0.16 53.98 03:26:04 03:09:02 all 18.74 0.00 25.30 29.56 0.26 26.13 03:26:04 03:09:02 0 18.81 0.00 25.09 31.82 0.30 23.97 03:26:04 03:09:02 1 18.69 0.00 25.62 29.06 0.27 26.36 03:26:04 03:09:02 2 18.60 0.00 24.46 28.93 0.25 27.77 03:26:04 03:09:02 3 18.87 0.00 26.06 28.42 0.22 26.44 03:26:04 03:10:01 all 55.55 0.00 16.41 16.82 0.11 11.10 03:26:04 03:10:01 0 54.89 0.00 16.97 18.89 0.11 9.14 03:26:04 03:10:01 1 55.67 0.00 16.50 16.42 0.12 11.29 03:26:04 03:10:01 2 55.73 0.00 16.31 16.67 0.11 11.17 03:26:04 03:10:01 3 55.92 0.00 15.85 15.32 0.11 12.80 03:26:04 03:11:03 all 20.33 0.00 23.57 28.24 0.23 27.64 03:26:04 03:11:03 0 18.98 0.00 24.05 29.74 0.22 27.01 03:26:04 03:11:03 1 21.05 0.00 23.49 25.99 0.24 29.23 03:26:04 03:11:03 2 19.86 0.00 23.18 30.05 0.24 26.67 03:26:04 03:11:03 3 21.42 0.00 23.57 27.17 0.21 27.63 03:26:04 03:12:01 all 42.83 0.00 20.99 21.38 0.19 14.61 03:26:04 03:12:01 0 42.00 0.00 21.64 22.24 0.27 13.84 03:26:04 03:12:01 1 42.52 0.00 21.29 22.77 0.20 13.22 03:26:04 03:12:01 2 42.38 0.00 21.12 19.97 0.16 16.37 03:26:04 03:12:01 3 44.43 0.00 19.92 20.53 0.13 14.99 03:26:04 03:13:01 all 14.57 0.00 7.96 13.04 0.06 64.37 03:26:04 03:13:01 0 14.94 0.00 7.88 12.62 0.03 64.53 03:26:04 03:13:01 1 15.24 0.00 7.58 12.49 0.05 64.65 03:26:04 03:13:01 2 13.91 0.00 8.31 13.88 0.07 63.83 03:26:04 03:13:01 3 14.18 0.00 8.09 13.17 0.07 64.48 03:26:04 03:14:01 all 0.15 0.00 0.05 0.00 0.00 99.80 03:26:04 03:14:01 0 0.05 0.00 0.08 0.00 0.00 99.87 03:26:04 03:14:01 1 0.50 0.00 0.05 0.00 0.00 99.45 03:26:04 03:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:26:04 03:26:04 03:14:01 CPU %user %nice %system %iowait %steal %idle 03:26:04 03:15:01 all 0.17 0.00 0.03 0.00 0.01 99.78 03:26:04 03:15:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:26:04 03:15:01 1 0.55 0.00 0.02 0.00 0.02 99.42 03:26:04 03:15:01 2 0.05 0.00 0.03 0.00 0.03 99.88 03:26:04 03:15:01 3 0.03 0.00 0.03 0.02 0.00 99.92 03:26:04 03:16:01 all 0.13 0.00 0.03 0.00 0.00 99.84 03:26:04 03:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:26:04 03:16:01 1 0.52 0.00 0.07 0.00 0.00 99.42 03:26:04 03:16:01 2 0.00 0.00 0.03 0.00 0.00 99.97 03:26:04 03:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:26:04 03:17:01 all 0.16 0.00 0.04 0.00 0.01 99.79 03:26:04 03:17:01 0 0.07 0.00 0.07 0.00 0.02 99.85 03:26:04 03:17:01 1 0.52 0.00 0.02 0.00 0.02 99.45 03:26:04 03:17:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:17:01 3 0.05 0.00 0.03 0.00 0.02 99.90 03:26:04 03:18:01 all 0.05 0.00 0.06 0.02 0.00 99.87 03:26:04 03:18:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:26:04 03:18:01 1 0.03 0.00 0.10 0.07 0.00 99.80 03:26:04 03:18:01 2 0.08 0.00 0.07 0.00 0.00 99.85 03:26:04 03:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:19:01 all 0.13 0.00 0.04 0.00 0.00 99.83 03:26:04 03:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:26:04 03:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:26:04 03:19:01 2 0.42 0.00 0.03 0.00 0.00 99.55 03:26:04 03:19:01 3 0.05 0.00 0.07 0.00 0.00 99.88 03:26:04 03:20:01 all 0.18 0.00 0.03 0.00 0.00 99.78 03:26:04 03:20:01 0 0.10 0.00 0.03 0.00 0.00 99.87 03:26:04 03:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:26:04 03:20:01 2 0.55 0.00 0.03 0.00 0.00 99.42 03:26:04 03:20:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:26:04 03:21:02 all 0.15 0.00 0.03 0.00 0.01 99.81 03:26:04 03:21:02 0 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:21:02 1 0.02 0.00 0.02 0.00 0.00 99.97 03:26:04 03:21:02 2 0.52 0.00 0.02 0.00 0.02 99.45 03:26:04 03:21:02 3 0.07 0.00 0.05 0.00 0.02 99.87 03:26:04 03:22:01 all 0.16 0.00 0.02 0.00 0.00 99.82 03:26:04 03:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:26:04 03:22:01 2 0.53 0.00 0.00 0.00 0.00 99.47 03:26:04 03:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:26:04 03:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:26:04 03:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:26:04 03:23:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:26:04 03:23:01 2 0.52 0.00 0.03 0.00 0.00 99.45 03:26:04 03:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:26:04 03:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:26:04 03:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:26:04 03:24:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:26:04 03:24:01 2 0.50 0.00 0.03 0.00 0.00 99.47 03:26:04 03:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:26:04 03:25:01 all 0.07 0.00 0.03 0.00 0.00 99.90 03:26:04 03:25:01 0 0.07 0.00 0.05 0.00 0.02 99.87 03:26:04 03:25:01 1 0.10 0.00 0.02 0.00 0.00 99.88 03:26:04 03:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:26:04 03:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:26:04 03:26:04 Average: CPU %user %nice %system %iowait %steal %idle 03:26:04 Average: all 13.49 0.00 6.86 5.78 0.06 73.80 03:26:04 Average: 0 13.31 0.00 7.04 6.07 0.07 73.50 03:26:04 Average: 1 13.40 0.00 6.85 5.49 0.06 74.19 03:26:04 Average: 2 13.43 0.00 6.73 5.73 0.06 74.05 03:26:04 Average: 3 13.82 0.00 6.82 5.85 0.06 73.45 03:26:04 03:26:04 03:26:04