Pull request #3162 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 708f8d63efe7062e5341fd95bcd0cd78e38a44e5+8d65b999035e49fddad3f4b9ff0ea0f872535afc (d5a4933316f39d95dd2234cf321a159c512c06ed) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26122 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 > 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/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:53 ========================================================= 21:16:53 EdgeX Global Pipelines Version Info 21:16:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:54 ------------------- 21:16:54 stable info: 21:16:54 ------------------- 21:16:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:16:54 Message: update stable to v1.0.179 21:16:55 ------------------- 21:16:55 experimental info: 21:16:55 ------------------- 21:16:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:16:55 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:16:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:16:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:16:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3162 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3162 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3162 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 708f8d6 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:16:58 provisioning config files... 21:16:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6652798558917470698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:59 ---> docker-login.sh 21:16:59 nexus3.edgexfoundry.org:10001 21:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:59 Configure a credential helper to remove this warning. See 21:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:59 21:16:59 Login Succeeded 21:16:59 nexus3.edgexfoundry.org:10002 21:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:00 Configure a credential helper to remove this warning. See 21:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:00 21:17:00 Login Succeeded 21:17:00 nexus3.edgexfoundry.org:10003 21:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:00 Configure a credential helper to remove this warning. See 21:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:00 21:17:00 Login Succeeded 21:17:00 nexus3.edgexfoundry.org:10004 21:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:00 Configure a credential helper to remove this warning. See 21:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:00 21:17:00 Login Succeeded 21:17:00 docker.io 21:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:00 Configure a credential helper to remove this warning. See 21:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:00 21:17:00 Login Succeeded 21:17:00 ---> docker-login.sh ends [Pipeline] } 21:17:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:01 ++ 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 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/core-command/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo core-command,cmd/core-command/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/core-data/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo core-data,cmd/core-data/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/core-metadata/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo core-metadata,cmd/core-metadata/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/security-bootstrapper/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/security-proxy-setup/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/support-notifications/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo support-notifications,cmd/support-notifications/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/support-scheduler/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:17:01 + for file in '`ls cmd/**/Dockerfile`' 21:17:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:17:01 ++ cut -d/ -f2 21:17:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:17:01 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 21:17:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:03 21:17:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:17:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:03 latest: Pulling from edgex-devops/git-semver 21:17:03 31603596830f: Pulling fs layer 21:17:03 2a8b12db71e7: Pulling fs layer 21:17:03 6ca5941a6612: Pulling fs layer 21:17:03 ecc8261a40a4: Pulling fs layer 21:17:03 ecc8261a40a4: Waiting 21:17:03 2a8b12db71e7: Verifying Checksum 21:17:03 2a8b12db71e7: Download complete 21:17:03 31603596830f: Verifying Checksum 21:17:03 31603596830f: Download complete 21:17:03 6ca5941a6612: Verifying Checksum 21:17:03 6ca5941a6612: Download complete 21:17:03 ecc8261a40a4: Verifying Checksum 21:17:03 ecc8261a40a4: Download complete 21:17:04 31603596830f: Pull complete 21:17:04 2a8b12db71e7: Pull complete 21:17:05 6ca5941a6612: Pull complete 21:17:05 ecc8261a40a4: Pull complete 21:17:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:17:05 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:17:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:17:07 $ docker top bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:08 [ssh-agent] Looking for ssh-agent implementation... 21:17:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:08 $ docker exec bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent 21:17:08 SSH_AUTH_SOCK=/tmp/ssh-YxfMOoKGAjYQ/agent.11 21:17:08 SSH_AGENT_PID=17 21:17:08 Running ssh-add (command line suppressed) 21:17:08 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5217784184907483468.key (/w/workspace/edgex-go/3@tmp/private_key_5217784184907483468.key) 21:17:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:09 + git tag --points-at HEAD [Pipeline] } 21:17:09 $ docker exec --env ******** --env ******** bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent -k 21:17:09 unset SSH_AUTH_SOCK; 21:17:09 unset SSH_AGENT_PID; 21:17:09 echo Agent pid 17 killed; 21:17:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:09 [ssh-agent] Looking for ssh-agent implementation... 21:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:09 $ docker exec bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent 21:17:09 SSH_AUTH_SOCK=/tmp/ssh-FLvjfz0hYExT/agent.47 21:17:09 SSH_AGENT_PID=52 21:17:09 Running ssh-add (command line suppressed) 21:17:09 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6149433326008115757.key (/w/workspace/edgex-go/3@tmp/private_key_6149433326008115757.key) 21:17:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:10 + git semver init 21:17:10 # -> Open(): unable to determine branch for HEAD 21:17:10 # $GIT_DIR = /w/workspace/edgex-go/3/.git 21:17:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 21:17:10 # $SEMVER_REMOTE_NAME = origin 21:17:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:17:10 # $SEMVER_USER_NAME = edgex-jenkins 21:17:10 # $SEMVER_BRANCH = PR-3162 21:17:10 # $SEMVER_TEMP = /tmp/semver-396289668 21:17:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:17:28 # '/tmp/semver-396289668' -> '/w/workspace/edgex-go/3/.semver' 21:17:28 # -> Force: false 21:17:28 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 21:17:28 $ docker exec --env ******** --env ******** bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent -k 21:17:28 unset SSH_AUTH_SOCK; 21:17:28 unset SSH_AGENT_PID; 21:17:28 echo Agent pid 52 killed; 21:17:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:29 + git semver [Pipeline] } 21:17:29 $ docker stop --time=1 bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 21:17:31 $ docker rm -f bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 [Pipeline] // withDockerContainer [Pipeline] sh 21:17:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:17:32 Stashed 1 file(s) [Pipeline] echo 21:17:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:17:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:17:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:17:33 + sudo service docker restart 21:17:33 + true 21:17:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:17:34 ========================================================= 21:17:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:17:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:17:34 + 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 . 21:17:38 Sending build context to Docker daemon 327.8MB 21:17:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:17:38 Step 2/6 : FROM ${BASE} 21:17:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:17:38 188c0c94c7c5: Pulling fs layer 21:17:38 0ef7d3d256c8: Pulling fs layer 21:17:38 de9db76c5a1d: Pulling fs layer 21:17:38 bca2f99d35d6: Pulling fs layer 21:17:38 93359f2a8cfa: Pulling fs layer 21:17:38 7c6f9722023f: Pulling fs layer 21:17:38 a35cf1a2eb13: Pulling fs layer 21:17:38 bca2f99d35d6: Waiting 21:17:38 7c6f9722023f: Waiting 21:17:38 a35cf1a2eb13: Waiting 21:17:38 93359f2a8cfa: Waiting 21:17:38 de9db76c5a1d: Verifying Checksum 21:17:38 de9db76c5a1d: Download complete 21:17:38 0ef7d3d256c8: Download complete 21:17:38 93359f2a8cfa: Verifying Checksum 21:17:38 93359f2a8cfa: Download complete 21:17:38 188c0c94c7c5: Verifying Checksum 21:17:38 188c0c94c7c5: Download complete 21:17:38 7c6f9722023f: Verifying Checksum 21:17:38 7c6f9722023f: Download complete 21:17:38 188c0c94c7c5: Pull complete 21:17:39 0ef7d3d256c8: Pull complete 21:17:39 de9db76c5a1d: Pull complete 21:17:40 a35cf1a2eb13: Verifying Checksum 21:17:40 a35cf1a2eb13: Download complete 21:17:41 bca2f99d35d6: Verifying Checksum 21:17:41 bca2f99d35d6: Download complete 21:17:46 bca2f99d35d6: Pull complete 21:17:46 93359f2a8cfa: Pull complete 21:17:46 7c6f9722023f: Pull complete 21:17:47 Still waiting to schedule task 21:17:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:17:51 a35cf1a2eb13: Pull complete 21:17:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:17:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:17:51 ---> a62c8e92a672 21:17:51 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 21:17:51 ---> Running in 272873bc771e 21:17:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:17:53 (1/12) Installing libmagic (5.38-r0) 21:17:53 (2/12) Installing file (5.38-r0) 21:17:54 (3/12) Installing libc-dev (0.7.2-r3) 21:17:54 (4/12) Installing g++ (9.3.0-r2) 21:17:59 (5/12) Installing fortify-headers (1.1-r0) 21:17:59 (6/12) Installing patch (2.7.6-r6) 21:17:59 (7/12) Installing build-base (0.5-r2) 21:17:59 (8/12) Installing libsodium (1.0.18-r0) 21:17:59 (9/12) Installing pkgconf (1.7.2-r0) 21:17:59 (10/12) Installing libsodium-dev (1.0.18-r0) 21:17:59 (11/12) Installing libzmq (4.3.3-r0) 21:17:59 (12/12) Installing zeromq-dev (4.3.3-r0) 21:17:59 Executing busybox-1.31.1-r19.trigger 21:17:59 OK: 233 MiB in 51 packages 21:18:04 Removing intermediate container 272873bc771e 21:18:04 ---> 2dcb79257351 21:18:04 Step 4/6 : WORKDIR /edgex-go 21:18:04 ---> Running in d5cd3f113750 21:18:04 Removing intermediate container d5cd3f113750 21:18:04 ---> 8ec199530f3b 21:18:04 Step 5/6 : COPY go.mod . 21:18:04 ---> 5547dd0d79b0 21:18:04 Step 6/6 : RUN go mod download 21:18:04 ---> Running in 816ee0eb99ca 21:18:26 Removing intermediate container 816ee0eb99ca 21:18:26 ---> 8d21dbd16686 21:18:26 Successfully built 8d21dbd16686 21:18:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:18:27 + docker inspect -f . ci-base-image-x86_64 21:18:27 . [Pipeline] withDockerContainer 21:18:27 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:18:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 21:18:28 $ docker top 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:28 + go version 21:18:28 go version go1.15.5 linux/amd64 [Pipeline] } 21:18:28 $ docker stop --time=1 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 21:18:30 $ docker rm -f 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:18:30 + docker inspect -f . ci-base-image-x86_64 21:18:30 . [Pipeline] withDockerContainer 21:18:31 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 21:18:32 $ docker top ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 -eo pid,comm [Pipeline] { [Pipeline] echo 21:18:33 ========================================================= 21:18:33 [edgeXBuildGoParallel] Running Tests and Build... 21:18:33 ========================================================= [Pipeline] sh 21:18:33 + make test 21:18:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:18:43 ? github.com/edgexfoundry/edgex-go [no test files] 21:18:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:19:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:19:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:19:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:19:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:19:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:19:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:19:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:19:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:19:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:19:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.9% of statements 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 21:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.455s coverage: 82.3% of statements 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:19:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.447s coverage: 28.6% of statements 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:19:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:19:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:19:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 21:19:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 21:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements 21:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:19:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 21:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 21:19:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 21:19:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 21:19:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26123 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws 21:19:36 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:19:41 using credential edgex-jenkins-ssh 21:19:41 Cloning the remote Git repository 21:19:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:19:41 > git init /w/workspace/edgex-go/3 # timeout=10 21:19:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:19:41 > git --version # timeout=10 21:19:41 > git --version # 'git version 2.17.1' 21:19:41 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 89.4% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:19:45 GO111MODULE=on go vet ./... 21:19:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:19:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:19:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:19:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:57 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:19:57 Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:19:57 Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) 21:19:57 > git config core.sparsecheckout # timeout=10 21:19:57 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 21:19:57 > git remote # timeout=10 21:19:57 > git config --get remote.origin.url # timeout=10 21:19:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:57 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 21:19:57 > git rev-parse HEAD^{commit} # timeout=10 21:19:58 > git config core.sparsecheckout # timeout=10 21:19:58 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 21:20:02 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:20:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:20:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:20:05 + true 21:20:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:20:07 provisioning config files... 21:20:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config477590274827230769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:20:08 ---> docker-login.sh 21:20:08 nexus3.edgexfoundry.org:10001 21:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:09 Configure a credential helper to remove this warning. See 21:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:09 21:20:09 Login Succeeded 21:20:09 nexus3.edgexfoundry.org:10002 21:20:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:09 Configure a credential helper to remove this warning. See 21:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:09 21:20:09 Login Succeeded 21:20:09 nexus3.edgexfoundry.org:10003 21:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:10 Configure a credential helper to remove this warning. See 21:20:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:10 21:20:10 Login Succeeded 21:20:10 nexus3.edgexfoundry.org:10004 21:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:10 Configure a credential helper to remove this warning. See 21:20:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:10 21:20:10 Login Succeeded 21:20:10 docker.io 21:20:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:11 Configure a credential helper to remove this warning. See 21:20:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:11 21:20:11 Login Succeeded 21:20:11 ---> docker-login.sh ends [Pipeline] } 21:20:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:20:12 gofmt -l . [Pipeline] echo 21:20:12 ========================================================= 21:20:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:20:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:20:12 + 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 . 21:20:12 [ "`gofmt -l .`" = "" ] 21:20:13 ./bin/test-go-mod-tidy.sh 21:20:13 ./bin/test-attribution-txt.sh [Pipeline] sh 21:20:14 + ls -al . 21:20:14 total 700 21:20:14 drwxrwxr-x 10 1001 1001 4096 Feb 11 21:20 . 21:20:14 drwxr-xr-x 4 root root 28 Feb 11 21:18 .. 21:20:14 -rw-rw-r-- 1 1001 1001 11 Feb 11 21:16 .dockerignore 21:20:14 drwxrwxr-x 8 1001 1001 179 Feb 11 21:16 .git 21:20:14 drwxrwxr-x 3 1001 1001 125 Feb 11 21:16 .github 21:20:14 -rw-rw-r-- 1 1001 1001 818 Feb 11 21:16 .gitignore 21:20:14 drwx------ 3 1001 1001 60 Feb 11 21:17 .semver 21:20:14 -rw-rw-r-- 1 1001 1001 166 Feb 11 21:16 .sonarcloud.properties 21:20:14 -rw-rw-r-- 1 1001 1001 7859 Feb 11 21:16 Attribution.txt 21:20:14 -rw-rw-r-- 1 1001 1001 3804 Feb 11 21:16 CONTRIBUTING.md 21:20:14 -rw-rw-r-- 1 1001 1001 931 Feb 11 21:16 Dockerfile.build 21:20:14 -rw-rw-r-- 1 1001 1001 863 Feb 11 21:16 Jenkinsfile 21:20:14 -rw-rw-r-- 1 1001 1001 10775 Feb 11 21:16 LICENSE 21:20:14 -rw-rw-r-- 1 1001 1001 5774 Feb 11 21:16 Makefile 21:20:14 -rw-rw-r-- 1 1001 1001 6524 Feb 11 21:16 README.md 21:20:14 -rw-rw-r-- 1 1001 1001 6755 Feb 11 21:16 SECURITY.md 21:20:14 -rw-rw-r-- 1 1001 1001 5 Feb 11 21:17 VERSION 21:20:14 -rw-rw-r-- 1 1001 1001 4131 Feb 11 21:16 ZMQWindows.md 21:20:14 drwxrwxr-x 2 1001 1001 117 Feb 11 21:16 bin 21:20:14 drwxrwxr-x 14 1001 1001 4096 Feb 11 21:16 cmd 21:20:14 -rw-r--r-- 1 root root 595676 Feb 11 21:19 coverage.out 21:20:14 -rw-r--r-- 1 root root 1054 Feb 11 21:20 go.mod 21:20:14 -rw-r--r-- 1 root root 19290 Feb 11 21:20 go.sum 21:20:14 drwxrwxr-x 8 1001 1001 127 Feb 11 21:16 internal 21:20:14 drwxrwxr-x 4 1001 1001 26 Feb 11 21:16 openapi 21:20:14 drwxrwxr-x 4 1001 1001 71 Feb 11 21:16 snap 21:20:14 -rw-rw-r-- 1 1001 1001 168 Feb 11 21:16 version.go [Pipeline] sh 21:20:14 + '[' -e coverage.out ] 21:20:14 + chown 1001:1001 coverage.out [Pipeline] stash 21:20:14 Stashed 1 file(s) [Pipeline] sh 21:20:15 Sending build context to Docker daemon 166.3MB 21:20:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:20:15 Step 2/6 : FROM ${BASE} 21:20:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:20:15 5f621e34cdf4: Pulling fs layer 21:20:15 a4357932f1b6: Pulling fs layer 21:20:15 18c013af1878: Pulling fs layer 21:20:15 00ac8860ef70: Pulling fs layer 21:20:15 63d7cb157983: Pulling fs layer 21:20:15 b116817d02f9: Pulling fs layer 21:20:15 745a02a5169b: Pulling fs layer 21:20:15 00ac8860ef70: Waiting 21:20:15 63d7cb157983: Waiting 21:20:15 b116817d02f9: Waiting 21:20:15 745a02a5169b: Waiting 21:20:15 18c013af1878: Download complete 21:20:15 a4357932f1b6: Verifying Checksum 21:20:15 a4357932f1b6: Download complete 21:20:15 63d7cb157983: Download complete 21:20:15 + make build 21:20:15 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 21:20:15 b116817d02f9: Verifying Checksum 21:20:15 b116817d02f9: Download complete 21:20:15 5f621e34cdf4: Download complete 21:20:16 5f621e34cdf4: Pull complete 21:20:16 a4357932f1b6: Pull complete 21:20:16 18c013af1878: Pull complete 21:20:17 745a02a5169b: Verifying Checksum 21:20:17 745a02a5169b: Download complete 21:20:18 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 21:20:18 00ac8860ef70: Verifying Checksum 21:20:18 00ac8860ef70: Download complete 21:20:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:20:28 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 21:20:29 00ac8860ef70: Pull complete 21:20:29 63d7cb157983: Pull complete 21:20:29 b116817d02f9: Pull complete 21:20:30 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 21:20:30 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 21:20:32 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 21:20:33 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 21:20:33 745a02a5169b: Pull complete 21:20:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:20:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:20:33 ---> b7e6874047d6 21:20:33 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 21:20:34 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 21:20:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:20:36 ---> Running in 2a5176442652 21:20:36 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 21:20:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:38 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 21:20:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:39 (1/12) Installing libmagic (5.38-r0) 21:20:39 (2/12) Installing file (5.38-r0) 21:20:39 (3/12) Installing libc-dev (0.7.2-r3) 21:20:39 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 21:20:40 $ docker stop --time=1 ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 21:20:41 $ docker rm -f ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 21:20:42 (5/12) Installing fortify-headers (1.1-r0) 21:20:42 (6/12) Installing patch (2.7.6-r6) [Pipeline] // withDockerContainer [Pipeline] } 21:20:42 (7/12) Installing build-base (0.5-r2) 21:20:42 (8/12) Installing libsodium (1.0.18-r0) 21:20:42 (9/12) Installing pkgconf (1.7.2-r0) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:20:42 (10/12) Installing libsodium-dev (1.0.18-r0) 21:20:42 (11/12) Installing libzmq (4.3.3-r0) 21:20:42 (12/12) Installing zeromq-dev (4.3.3-r0) 21:20:43 Executing busybox-1.31.1-r19.trigger 21:20:43 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 21:20:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:45 21:20:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:20:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:46 latest: Pulling from edgex-devops/edgex-compose 21:20:46 cbdbe7a5bc2a: Pulling fs layer 21:20:46 ca9280d653b3: Pulling fs layer 21:20:46 7e9c9ca2126c: Pulling fs layer 21:20:46 cbdbe7a5bc2a: Verifying Checksum 21:20:46 cbdbe7a5bc2a: Download complete 21:20:46 ca9280d653b3: Download complete 21:20:46 cbdbe7a5bc2a: Pull complete 21:20:47 Removing intermediate container 2a5176442652 21:20:47 ---> d5fad2f0176a 21:20:47 Step 4/6 : WORKDIR /edgex-go 21:20:47 ---> Running in eeef20a3417d 21:20:47 Removing intermediate container eeef20a3417d 21:20:47 ---> 04dc7cd0e095 21:20:47 Step 5/6 : COPY go.mod . 21:20:47 ca9280d653b3: Pull complete 21:20:47 7e9c9ca2126c: Download complete 21:20:48 ---> 62a8d26c057c 21:20:48 Step 6/6 : RUN go mod download 21:20:48 ---> Running in 398b6f133b08 21:20:54 7e9c9ca2126c: Pull complete 21:20:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:20:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:20:54 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:20:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 21:20:57 $ docker top f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:58 + docker-compose build --help 21:20:58 + grep parallel 21:20:59 --parallel Build images in parallel. [Pipeline] } 21:20:59 $ docker stop --time=1 f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 21:21:00 $ docker rm -f f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:21:01 . [Pipeline] withDockerContainer 21:21:01 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:21:01 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:21:02 $ docker top b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:02 + docker-compose -f ./docker-compose-build.yml build --parallel 21:21:03 Building docker-core-command-go ... 21:21:03 Building docker-core-data-go ... 21:21:03 Building docker-core-metadata-go ... 21:21:03 Building docker-security-bootstrapper-go ... 21:21:03 Building docker-security-proxy-setup-go ... 21:21:03 Building docker-security-secretstore-setup-go ... 21:21:03 Building docker-support-notifications-go ... 21:21:03 Building docker-support-scheduler-go ... 21:21:03 Building docker-sys-mgmt-agent-go ... 21:21:03 Building docker-core-data-go 21:21:03 Building docker-support-scheduler-go 21:21:03 Building docker-security-bootstrapper-go 21:21:03 Building docker-support-notifications-go 21:21:03 Building docker-core-metadata-go 21:21:15 Removing intermediate container 398b6f133b08 21:21:15 ---> 26ddfa791392 21:21:15 Successfully built 26ddfa791392 21:21:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:21:15 + docker inspect -f . ci-base-image-arm64 21:21:15 . [Pipeline] withDockerContainer 21:21:15 prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container 21:21:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 21:21:17 $ docker top 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:18 + go version 21:21:18 go version go1.15.5 linux/arm64 [Pipeline] } 21:21:18 $ docker stop --time=1 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a 21:21:20 $ docker rm -f 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:21 + docker inspect -f . ci-base-image-arm64 21:21:21 . [Pipeline] withDockerContainer 21:21:21 prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container 21:21:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 21:21:23 $ docker top 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc -eo pid,comm [Pipeline] { [Pipeline] echo 21:21:23 ========================================================= 21:21:23 [edgeXBuildGoParallel] Running Tests and Build... 21:21:23 ========================================================= [Pipeline] sh 21:21:24 + make test 21:21:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:21:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:21:36 ---> 8d21dbd16686 21:21:36 Step 3/22 : WORKDIR /edgex-go 21:21:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:21:36 ---> 8d21dbd16686 21:21:36 Step 3/23 : WORKDIR /edgex-go 21:21:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:21:36 ---> 8d21dbd16686 21:21:36 Step 3/23 : WORKDIR /edgex-go 21:21:36 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:36 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:21:36 ---> 8d21dbd16686 21:21:36 Step 3/30 : WORKDIR /edgex-go 21:21:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:21:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:21:36 ---> 8d21dbd16686 21:21:36 Step 3/22 : WORKDIR /edgex-go 21:21:37 ---> Running in 599a806f2407 21:21:37 ---> Running in 431f3c5ed453 21:21:37 ---> Running in 5f519a5928c9 21:21:37 ---> Running in 49ebb326529c 21:21:37 ---> Running in d41ef615b0c6 21:21:37 Removing intermediate container 599a806f2407 21:21:37 ---> 8f574e2c166b 21:21:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:37 Removing intermediate container 5f519a5928c9 21:21:37 ---> 7902a7bfbb49 21:21:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:37 Removing intermediate container 49ebb326529c 21:21:37 ---> 3fda5450e6d0 21:21:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:37 Removing intermediate container 431f3c5ed453 21:21:37 ---> ddea5ce9785a 21:21:37 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:37 Removing intermediate container d41ef615b0c6 21:21:37 ---> 8309356f0864 21:21:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:37 ---> Running in 5796bbe4f7c6 21:21:37 ---> Running in b78eaf22ca3e 21:21:37 ---> Running in 23abdb9b58da 21:21:37 ---> Running in 7c8d719dfdc8 21:21:38 ---> Running in 00d009aa0246 21:21:40 Removing intermediate container 5796bbe4f7c6 21:21:40 ---> cb4c8dbd0a13 21:21:40 Step 5/22 : RUN apk add --update --no-cache make git 21:21:40 ---> Running in 4a986d8d94a8 21:21:40 Removing intermediate container 23abdb9b58da 21:21:40 ---> fc0b3ff7c382 21:21:40 Step 5/23 : RUN apk add --update --no-cache make git 21:21:40 Removing intermediate container b78eaf22ca3e 21:21:40 ---> b2cf62a67be1 21:21:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:21:40 ---> Running in ef8dadb8bcb4 21:21:40 Removing intermediate container 00d009aa0246 21:21:40 ---> 4ef0db8d82c4 21:21:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:21:40 Removing intermediate container 7c8d719dfdc8 21:21:40 ---> 7e2d0f83e8c5 21:21:40 Step 5/30 : RUN apk add --update --no-cache make git 21:21:40 ---> Running in ff60db6f9370 21:21:40 ---> Running in 23a79b52e7f6 21:21:40 ---> Running in 673c3dd91a41 21:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:42 OK: 233 MiB in 51 packages 21:21:42 OK: 233 MiB in 51 packages 21:21:42 OK: 233 MiB in 51 packages 21:21:43 OK: 233 MiB in 51 packages 21:21:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:43 Removing intermediate container ef8dadb8bcb4 21:21:43 ---> f39e44432c25 21:21:43 Step 6/23 : COPY go.mod . 21:21:43 Removing intermediate container 4a986d8d94a8 21:21:43 ---> 2335e18779c6 21:21:43 Step 6/22 : COPY go.mod . 21:21:43 ---> cd8bd8b2ca3a 21:21:43 Step 7/23 : RUN go mod download 21:21:43 Removing intermediate container ff60db6f9370 21:21:43 ---> c027702da291 21:21:43 Step 6/23 : COPY go.mod . 21:21:43 ---> Running in 3fbc58b44c28 21:21:43 Removing intermediate container 673c3dd91a41 21:21:43 ---> 21a8a35014bd 21:21:43 Step 6/30 : COPY go.mod . 21:21:44 ---> 946bd78c5c47 21:21:44 Step 7/22 : RUN go mod download 21:21:44 ---> Running in f06a0a384284 21:21:44 ---> 71187ca21637 21:21:44 Step 7/23 : RUN go mod download 21:21:44 ---> 25e49b92e82b 21:21:44 Step 7/30 : RUN go mod download 21:21:44 ---> Running in b03db0f26b0a 21:21:44 ---> Running in afaae93564c9 21:21:45 OK: 233 MiB in 51 packages 21:21:45 Removing intermediate container 23a79b52e7f6 21:21:45 ---> 2875d10ef1e2 21:21:45 Step 6/22 : COPY go.mod . 21:21:46 Removing intermediate container f06a0a384284 21:21:46 ---> 7741f145d5d8 21:21:46 Step 8/22 : COPY . . 21:21:46 ---> d1aaead6fd63 21:21:46 Step 7/22 : RUN go mod download 21:21:46 Removing intermediate container 3fbc58b44c28 21:21:46 ---> ddf2b38ce1b5 21:21:46 Step 8/23 : COPY . . 21:21:46 ? github.com/edgexfoundry/edgex-go [no test files] 21:21:46 ---> Running in d2ccd77acc3e 21:21:47 Removing intermediate container b03db0f26b0a 21:21:47 ---> 20057d76bfd1 21:21:47 Step 8/23 : COPY . . 21:21:48 Removing intermediate container afaae93564c9 21:21:48 ---> 15c74e91a43c 21:21:48 Step 8/30 : COPY . . 21:22:01 Removing intermediate container d2ccd77acc3e 21:22:01 ---> d425b03fc20d 21:22:01 Step 8/22 : COPY . . 21:22:27 ---> 6a779762dbf1 21:22:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:22:28 ---> 97fe3e569091 21:22:28 Step 9/23 : RUN make cmd/core-data/core-data 21:22:28 ---> ef8ea3ce90cf 21:22:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:22:28 ---> ac18336843d9 21:22:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:22:28 ---> Running in 83cc88bfe3cb 21:22:28 ---> Running in f2581686f88c 21:22:28 ---> Running in 30d58a9007c6 21:22:28 ---> Running in 088f4cd0f789 21:22:30 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 21:22:30 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 21:22:30 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 21:22:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:22:31 ---> 556fbd3379d2 21:22:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:22:31 ---> Running in 968992ba5b83 21:22:32 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 21:22:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:22:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:22:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:22:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:22:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:22:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:22:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:22:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:22:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:22:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:22:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:22:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:22:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:23:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:23:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:23:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements 21:23:11 Removing intermediate container 088f4cd0f789 21:23:11 ---> 76e66459cb87 21:23:11 21:23:11 Step 10/30 : FROM alpine:3.12 21:23:11 3.12: Pulling from library/alpine 21:23:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:23:11 Status: Downloaded newer image for alpine:3.12 21:23:11 ---> 389fef711851 21:23:11 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:23:11 ---> Running in 97e6cb2645bf 21:23:11 Removing intermediate container 97e6cb2645bf 21:23:11 ---> 7db482c7a350 21:23:11 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:23:11 ---> Running in ceee551d5534 21:23:11 Removing intermediate container 968992ba5b83 21:23:11 ---> 45ca548f6bf0 21:23:11 21:23:11 Step 10/22 : FROM alpine:3.12 21:23:11 ---> 389fef711851 21:23:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:23:11 Removing intermediate container 83cc88bfe3cb 21:23:11 ---> d8f3d8326f53 21:23:11 21:23:11 Step 10/22 : FROM alpine:3.12 21:23:11 ---> 389fef711851 21:23:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:23:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:23:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:23:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:23:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:23:12 ---> Running in 76639f02d42a 21:23:12 ---> Running in fc80456ca6ed 21:23:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements 21:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:23:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:13 (1/2) Installing dumb-init (1.2.2-r1) 21:23:13 (2/2) Installing su-exec (0.2-r1) 21:23:13 Executing busybox-1.31.1-r19.trigger 21:23:13 OK: 6 MiB in 16 packages 21:23:13 (1/1) Installing dumb-init (1.2.2-r1) 21:23:13 (1/2) Installing ca-certificates (20191127-r4) 21:23:13 Executing busybox-1.31.1-r19.trigger 21:23:13 OK: 6 MiB in 15 packages 21:23:13 (2/2) Installing dumb-init (1.2.2-r1) 21:23:13 Executing busybox-1.31.1-r19.trigger 21:23:13 Executing ca-certificates-20191127-r4.trigger 21:23:13 OK: 6 MiB in 16 packages 21:23:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements 21:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:23:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:23:17 Removing intermediate container 30d58a9007c6 21:23:17 ---> 2b3c7a2f54cc 21:23:17 21:23:17 Step 10/23 : FROM alpine:3.12 21:23:17 ---> 389fef711851 21:23:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:23:17 Removing intermediate container f2581686f88c 21:23:17 ---> c0b2d600dde1 21:23:17 21:23:17 Step 10/23 : FROM alpine:3.12 21:23:17 ---> 389fef711851 21:23:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:23:17 ---> Running in c67e180a10eb 21:23:17 ---> Running in 8d7beade1642 21:23:18 Removing intermediate container ceee551d5534 21:23:18 ---> 600f6041bf29 21:23:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:23:18 Removing intermediate container fc80456ca6ed 21:23:18 ---> ceffd78280f1 21:23:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:18 Removing intermediate container 76639f02d42a 21:23:18 ---> 936adc067dba 21:23:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:23:18 ---> Running in 1f52fcf7c577 21:23:18 ---> Running in 5ca1a7ba3bc2 21:23:18 ---> Running in 7be0ee9ab8b5 21:23:18 Removing intermediate container 8d7beade1642 21:23:18 ---> 7a2739a812a8 21:23:18 Step 12/23 : ENV APP_PORT=48080 21:23:18 ---> Running in 22e5da18fe6f 21:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:18 Removing intermediate container 1f52fcf7c577 21:23:18 ---> 693f693ea52e 21:23:18 Step 13/22 : ENV APP_PORT=48085 21:23:18 Removing intermediate container 5ca1a7ba3bc2 21:23:18 ---> f1a05aaf5258 21:23:18 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:18 Removing intermediate container 7be0ee9ab8b5 21:23:18 ---> 44c13fff44ee 21:23:18 Step 13/22 : ENV APP_PORT=48060 21:23:19 ---> Running in cd2822481acc 21:23:19 ---> Running in 9f19eb28a311 21:23:19 ---> Running in 4c8975923fb5 21:23:19 Removing intermediate container 22e5da18fe6f 21:23:19 ---> f31aeb9ac4f9 21:23:19 Step 13/23 : EXPOSE $APP_PORT 21:23:19 (1/1) Installing dumb-init (1.2.2-r1) 21:23:19 Executing busybox-1.31.1-r19.trigger 21:23:19 OK: 6 MiB in 15 packages 21:23:19 ---> Running in 495ba4aef68d 21:23:19 Removing intermediate container cd2822481acc 21:23:19 ---> 1a38026755d0 21:23:19 Step 14/22 : EXPOSE $APP_PORT 21:23:19 Removing intermediate container 9f19eb28a311 21:23:19 ---> c30cfdbf45fb 21:23:19 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:23:19 Removing intermediate container 4c8975923fb5 21:23:19 ---> 8a4bb3853d0e 21:23:19 Step 14/22 : EXPOSE $APP_PORT 21:23:19 ---> Running in 5684d4644452 21:23:19 ---> Running in f3ebd94b26c9 21:23:19 Removing intermediate container 495ba4aef68d 21:23:19 ---> 72a37e9673fa 21:23:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.049s coverage: 28.6% of statements 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:23:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:23:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 21:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:23:19 ---> Running in e7f24aadfc42 21:23:19 ---> Running in c171debf3b9e 21:23:20 Removing intermediate container f3ebd94b26c9 21:23:20 ---> 95da142fa601 21:23:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.388s coverage: 86.7% of statements 21:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:23:21 Removing intermediate container e7f24aadfc42 21:23:21 ---> 570e81b241a2 21:23:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:21 Removing intermediate container c67e180a10eb 21:23:21 ---> 8a7bbbd71cd7 21:23:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:21 ---> Running in 86b96ba5eb4a 21:23:21 ---> 3f5c30a76bf2 21:23:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:23:21 ---> c9798a931989 21:23:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:23:21 Removing intermediate container 86b96ba5eb4a 21:23:21 ---> 6ed65974edd6 21:23:21 Step 13/23 : ENV APP_PORT=48081 21:23:21 ---> Running in 528c09577691 21:23:21 Removing intermediate container 528c09577691 21:23:21 ---> 9317074985ca 21:23:21 Step 14/23 : EXPOSE $APP_PORT 21:23:22 ---> 7a96ca309dba 21:23:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:23:22 ---> Running in dfc385c687c3 21:23:22 Removing intermediate container 5684d4644452 21:23:22 ---> 14a7cfc4c8b7 21:23:22 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:23:22 Removing intermediate container c171debf3b9e 21:23:22 ---> 600efdf01575 21:23:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:23:22 ---> c28768e5157d 21:23:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:23:22 ---> Running in 779a63cfebe6 21:23:22 ---> Running in 3d215ef84bc2 21:23:22 Removing intermediate container dfc385c687c3 21:23:22 ---> 43ab530e9068 21:23:22 Step 15/23 : WORKDIR / 21:23:22 ---> e2ae15a060da 21:23:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:23:22 ---> Running in 983c58772f29 21:23:22 ---> f29a56dfbbb6 21:23:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements 21:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 21:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:23:22 Removing intermediate container 3d215ef84bc2 21:23:22 ---> 453b47573d37 21:23:22 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:23:22 ---> Running in 83066b7e4622 21:23:22 ---> Running in e3bb23893e86 21:23:23 Removing intermediate container 983c58772f29 21:23:23 ---> 82db0daf9c5a 21:23:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:23 Removing intermediate container 83066b7e4622 21:23:23 ---> 1dcbe55f21de 21:23:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:23 Removing intermediate container e3bb23893e86 21:23:23 ---> 34c4295a4924 21:23:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:23 ---> f43385948e80 21:23:23 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:23:23 ---> Running in d6723bf65548 21:23:23 ---> Running in 6193c3d42790 21:23:23 ---> Running in 003c1b99e88a 21:23:23 ---> 17e65df3be09 21:23:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:23:24 Removing intermediate container d6723bf65548 21:23:24 ---> 5bc299445193 21:23:24 Step 20/22 : LABEL arch=x86_64 21:23:24 ---> Running in 400fa1b1172d 21:23:24 Removing intermediate container 6193c3d42790 21:23:24 ---> 75c5dec26170 21:23:24 Step 20/22 : LABEL arch=x86_64 21:23:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:24 ---> Running in 3cd77d60a775 21:23:24 ---> 27f52c23ef65 21:23:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:23:24 Removing intermediate container 400fa1b1172d 21:23:24 ---> e127d187c1f7 21:23:24 Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:23:24 ---> Running in ab1bbd26e742 21:23:24 Removing intermediate container 3cd77d60a775 21:23:24 ---> 13911dad6514 21:23:24 Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:23:24 ---> Running in 50a3be2ee19c 21:23:24 ---> dc3fd0909e41 21:23:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:23:25 Removing intermediate container ab1bbd26e742 21:23:25 ---> 85735988f139 21:23:25 Step 22/22 : LABEL version=0.0.0 21:23:25 ---> Running in 9bbf0e98e01d 21:23:25 ---> Running in 52b63c907481 21:23:25 Removing intermediate container 50a3be2ee19c 21:23:25 ---> fc595d2253eb 21:23:25 Step 22/22 : LABEL version=0.0.0 21:23:25 ---> Running in cdf106a5d21d 21:23:25 Removing intermediate container 9bbf0e98e01d 21:23:25 ---> 3f2149dce468 21:23:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:25 Removing intermediate container 52b63c907481 21:23:25 ---> ef175b1b08d6 21:23:25 21:23:25 Removing intermediate container 003c1b99e88a 21:23:25 ---> 4bc194fe1200 21:23:25 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:25 Successfully built ef175b1b08d6 21:23:25 Successfully tagged docker-support-scheduler-go:latest 21:23:25 Building docker-security-proxy-setup-go 21:23:25  Building docker-support-scheduler-go ... done  ---> Running in bf75e2fd8b1b 21:23:25 Removing intermediate container cdf106a5d21d 21:23:25 ---> 51a5742266c9 21:23:25 21:23:26 Successfully built 51a5742266c9 21:23:26 ---> f58ec17e04de 21:23:26 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:23:26 Successfully tagged docker-support-notifications-go:latest 21:23:26  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 21:23:26 Removing intermediate container bf75e2fd8b1b 21:23:26 ---> 460e924e2fdf 21:23:26 Step 21/23 : LABEL arch=x86_64 21:23:26 ---> Running in e9030383da79 21:23:26 Removing intermediate container e9030383da79 21:23:26 ---> dd7835dedc6d 21:23:26 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:23:26 ---> Running in 256d55269b37 21:23:26 ---> 7a098187c8dc 21:23:26 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:23:26 Removing intermediate container 256d55269b37 21:23:26 ---> e76962f9ba80 21:23:26 Step 23/23 : LABEL version=0.0.0 21:23:27 ---> Running in 983131dc3391 21:23:28 ---> 160f42fec13f 21:23:28 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:23:29 (1/6) Installing dumb-init (1.2.2-r1) 21:23:29 (2/6) Installing libgcc (9.3.0-r2) 21:23:29 (3/6) Installing libsodium (1.0.18-r0) 21:23:29 (4/6) Installing libstdc++ (9.3.0-r2) 21:23:30 Removing intermediate container 983131dc3391 21:23:30 ---> 288475107651 21:23:30 21:23:30 ---> e7af324d08b9 21:23:30 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:23:30 Successfully built 288475107651 21:23:30 Successfully tagged docker-core-metadata-go:latest 21:23:30  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:23:30 (5/6) Installing libzmq (4.3.3-r0) 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.282s coverage: 92.8% of statements 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:23:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.109s coverage: 79.5% of statements 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 21:23:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 21:23:31 (6/6) Installing zeromq (4.3.3-r0) 21:23:32 Executing busybox-1.31.1-r19.trigger 21:23:32 OK: 8 MiB in 20 packages 21:23:32 ---> Running in b1608fd462de 21:23:33 Removing intermediate container b1608fd462de 21:23:33 ---> 8d11684271ff 21:23:33 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:23:34 Removing intermediate container 779a63cfebe6 21:23:34 ---> 07a41deb70d4 21:23:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:37 ---> da4c2f4d45c8 21:23:37 Step 25/30 : RUN chmod +x /entrypoint.sh 21:23:41 ---> 5b1ef74149f5 21:23:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:23:43 ---> Running in 8ebbec2f53e8 21:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 21:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 21:23:44 ---> 5185ff969f21 21:23:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:23:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:23:44 ---> 8d21dbd16686 21:23:44 Step 3/21 : WORKDIR /edgex-go 21:23:44 ---> Using cache 21:23:44 ---> 8309356f0864 21:23:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:44 ---> Using cache 21:23:44 ---> 4ef0db8d82c4 21:23:44 Step 5/21 : RUN apk add --update --no-cache make git 21:23:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:45 ---> 8d21dbd16686 21:23:45 Step 3/24 : WORKDIR /edgex-go 21:23:45 ---> Using cache 21:23:45 ---> 8309356f0864 21:23:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:45 ---> Using cache 21:23:45 ---> 4ef0db8d82c4 21:23:45 Step 5/24 : RUN apk add --update --no-cache make git 21:23:46 ---> 3fd1cc797a6f 21:23:46 Step 19/23 : ENTRYPOINT ["/core-data"] 21:23:46 ---> Running in dab34b72c9f6 21:23:47 ---> Running in 7275cbdddb05 21:23:47 ---> Running in e362cee8d5aa 21:23:48 Removing intermediate container e362cee8d5aa 21:23:48 ---> 24f8c6a6a8a0 21:23:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:48 Removing intermediate container 8ebbec2f53e8 21:23:48 ---> 155a6a3714f4 21:23:48 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:23:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:49 ---> Running in 6654268f1eb6 21:23:49 ---> Running in 54e0341e0969 21:23:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:51 Removing intermediate container 6654268f1eb6 21:23:51 ---> 63fadf4f0d7c 21:23:51 Step 21/23 : LABEL arch=x86_64 21:23:51 Removing intermediate container 54e0341e0969 21:23:51 ---> d71323f888f6 21:23:51 Step 27/30 : CMD ["gate"] 21:23:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:23:51 ---> 8d21dbd16686 21:23:51 Step 3/26 : WORKDIR /edgex-go 21:23:51 ---> Using cache 21:23:51 ---> 8309356f0864 21:23:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:51 ---> Using cache 21:23:51 ---> 4ef0db8d82c4 21:23:51 Step 5/26 : RUN apk add --update --no-cache make bash git 21:23:51 OK: 233 MiB in 51 packages 21:23:51 OK: 233 MiB in 51 packages 21:23:51 ---> Running in 4b99f1ecc074 21:23:51 ---> Running in 1f5211cc26f8 21:23:51 ---> Running in de639df381ea 21:23:52 Removing intermediate container 4b99f1ecc074 21:23:52 ---> 0772b268766f 21:23:52 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:23:52 Removing intermediate container 7275cbdddb05 21:23:52 ---> 2abbe271f25e 21:23:52 Step 6/24 : COPY go.mod . 21:23:52 Removing intermediate container de639df381ea 21:23:52 ---> 6c71640925c0 21:23:52 Step 28/30 : LABEL arch=x86_64 21:23:52 ---> Running in e0c244d6c66c 21:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:53 ---> Running in 4af690fee24f 21:23:53 Removing intermediate container dab34b72c9f6 21:23:53 ---> c22e19fbd442 21:23:53 Step 6/21 : COPY go.mod . 21:23:53 ---> ab7f4dc4145c 21:23:53 Step 7/24 : RUN go mod download 21:23:53 Removing intermediate container e0c244d6c66c 21:23:53 ---> dac7f703cfd9 21:23:53 Step 23/23 : LABEL version=0.0.0 21:23:53 ---> Running in 3bd359e2eecd 21:23:53 ---> Running in e252b4b23d42 21:23:53 ---> 3c5b1fb5c8c9 21:23:53 Step 7/21 : RUN go mod download 21:23:53 Removing intermediate container 4af690fee24f 21:23:53 ---> 27c56036a292 21:23:53 Step 29/30 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:23:53 ---> Running in 1769b1a78361 21:23:53 ---> Running in 610dbb88fe22 21:23:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:53 Removing intermediate container e252b4b23d42 21:23:53 ---> aac7d285ad74 21:23:53 21:23:54 Successfully built aac7d285ad74 21:23:54 Removing intermediate container 610dbb88fe22 21:23:54 ---> cfa35b02cecd 21:23:54 Step 30/30 : LABEL version=0.0.0 21:23:54 Successfully tagged docker-core-data-go:latest 21:23:54 Building docker-core-command-go 21:23:54  Building docker-core-data-go ... done  ---> Running in 0ce8eb06457f 21:23:54 Removing intermediate container 0ce8eb06457f 21:23:54 ---> 2e9fff02e31a 21:23:54 21:23:54 OK: 233 MiB in 51 packages 21:23:54 Successfully built 2e9fff02e31a 21:23:54 Successfully tagged docker-security-bootstrapper-go:latest 21:23:55  Building docker-security-bootstrapper-go ... done Removing intermediate container 1f5211cc26f8 21:23:55 ---> 533d42ad4776 21:23:55 Step 6/26 : COPY go.mod . 21:23:55 Removing intermediate container 3bd359e2eecd 21:23:55 ---> ceaf434dd26f 21:23:55 Step 8/24 : COPY . . 21:23:55 Removing intermediate container 1769b1a78361 21:23:55 ---> 02f5deef7bcb 21:23:55 Step 8/21 : COPY . . 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 63.5% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 21:23:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:23:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements 21:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements 21:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements 21:24:01 ---> 07bc2742e75e 21:24:01 Step 7/26 : RUN go mod download 21:24:02 ---> Running in dd15223fcd73 21:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.0% of statements 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:24:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.316s coverage: 89.4% of statements 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:24:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:24:12 Removing intermediate container dd15223fcd73 21:24:12 ---> a733d2aeda5b 21:24:12 Step 8/26 : COPY . . 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.912s coverage: 29.1% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.144s coverage: 100.0% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:24:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 21:24:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 21:24:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 21:24:17 GO111MODULE=on go vet ./... 21:24:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:20 ---> 8d21dbd16686 21:24:20 Step 3/23 : WORKDIR /edgex-go 21:24:20 ---> Using cache 21:24:20 ---> 8309356f0864 21:24:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:20 ---> Using cache 21:24:20 ---> 4ef0db8d82c4 21:24:20 Step 5/23 : RUN apk add --update --no-cache make git 21:24:20 ---> Using cache 21:24:20 ---> c22e19fbd442 21:24:20 Step 6/23 : COPY go.mod . 21:24:20 ---> Using cache 21:24:20 ---> 3c5b1fb5c8c9 21:24:20 Step 7/23 : RUN go mod download 21:24:20 ---> Using cache 21:24:20 ---> 02f5deef7bcb 21:24:20 Step 8/23 : COPY . . 21:24:30 ---> e1c568f4d4a6 21:24:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:24:30 ---> 7b323fb56304 21:24:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:24:32 ---> Running in 97ce6f2dc24d 21:24:32 ---> Running in 50a917de3f49 21:24:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:24:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:24:40 ---> 5bc0316b3be8 21:24:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:24:41 ---> Running in 673e4f42a6f4 21:24:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:24:45 ---> 688822ddfaa6 21:24:45 Step 9/23 : RUN make cmd/core-command/core-command 21:24:45 ---> Running in d27ddaa965fd 21:24:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:24:56 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 21:24:56 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 21:25:03 Removing intermediate container 97ce6f2dc24d 21:25:03 ---> c09d7e88ff70 21:25:03 21:25:03 Step 10/24 : FROM alpine:3.12 21:25:03 ---> 389fef711851 21:25:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:25:03 Removing intermediate container 50a917de3f49 21:25:03 ---> b44c8e8e4ff4 21:25:03 21:25:03 Step 10/21 : FROM alpine:3.12 21:25:03 ---> 389fef711851 21:25:03 Step 11/21 : RUN apk add --update --no-cache curl 21:25:05 ---> Running in f5bd16142517 21:25:05 ---> Running in f1eb0db95372 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:07 (1/4) Installing ca-certificates (20191127-r4) 21:25:07 (1/5) Installing ca-certificates (20191127-r4) 21:25:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:25:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:25:07 (3/5) Installing libcurl (7.69.1-r3) 21:25:07 (3/4) Installing libcurl (7.69.1-r3) 21:25:07 (4/5) Installing curl (7.69.1-r3) 21:25:07 (4/4) Installing curl (7.69.1-r3) 21:25:07 (5/5) Installing dumb-init (1.2.2-r1) 21:25:07 Executing busybox-1.31.1-r19.trigger 21:25:07 Executing busybox-1.31.1-r19.trigger 21:25:08 Executing ca-certificates-20191127-r4.trigger 21:25:08 OK: 7 MiB in 19 packages 21:25:08 Executing ca-certificates-20191127-r4.trigger 21:25:08 OK: 7 MiB in 18 packages 21:25:09 Removing intermediate container 673e4f42a6f4 21:25:09 ---> 6bfa15686236 21:25:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:25:09 ---> Running in fb127fe14bbc 21:25:10 Removing intermediate container f5bd16142517 21:25:10 ---> aac43ad0185d 21:25:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:25:10 Removing intermediate container f1eb0db95372 21:25:10 ---> bbb42ccf3568 21:25:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:25:10 ---> Running in e57706e4174d 21:25:10 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 21:25:10 ---> Running in e784e74ffd6d 21:25:10 Removing intermediate container e57706e4174d 21:25:10 ---> ed4c70a7a8fd 21:25:10 Step 13/24 : WORKDIR / 21:25:11 Removing intermediate container e784e74ffd6d 21:25:11 ---> 4b6cdfd7647b 21:25:11 Step 13/21 : WORKDIR /edgex 21:25:11 ---> Running in 73a83f5754c8 21:25:11 ---> Running in 1d19037b46f9 21:25:11 Removing intermediate container 73a83f5754c8 21:25:11 ---> 1d99905f22d1 21:25:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:25:11 Removing intermediate container 1d19037b46f9 21:25:11 ---> 471801356ccf 21:25:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:25:13 ---> 3cbacf2b322f 21:25:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:25:13 ---> baa51b51bb7b 21:25:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:25:13 Removing intermediate container d27ddaa965fd 21:25:13 ---> 9959534263f2 21:25:13 21:25:13 Step 10/23 : FROM alpine:3.12 21:25:13 ---> 389fef711851 21:25:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:25:13 ---> Using cache 21:25:13 ---> 8a7bbbd71cd7 21:25:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:25:13 ---> Using cache 21:25:13 ---> 6ed65974edd6 21:25:13 Step 13/23 : ENV APP_PORT=48082 21:25:14 ---> Running in ae32496889fb 21:25:14 ---> 125fab033d76 21:25:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:25:14 ---> d5fc7e84035e 21:25:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:25:14 Removing intermediate container fb127fe14bbc 21:25:14 ---> ee85f3d4bd81 21:25:14 21:25:14 Step 11/26 : FROM docker:20.10.0 21:25:14 20.10.0: Pulling from library/docker 21:25:14 Removing intermediate container ae32496889fb 21:25:14 ---> 2eaa8bde1edc 21:25:14 Step 14/23 : EXPOSE $APP_PORT 21:25:14 ---> Running in f42f13848895 21:25:14 ---> c6289245a325 21:25:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:25:14 ---> 1018d4d884f4 21:25:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:25:15 ---> Running in 05ac2f07a88b 21:25:15 Removing intermediate container f42f13848895 21:25:15 ---> 796bb2c8c3ec 21:25:15 Step 15/23 : WORKDIR / 21:25:15 ---> 84cbb0df87ea 21:25:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:25:15 ---> Running in 9cbab8aa8e95 21:25:16 Removing intermediate container 05ac2f07a88b 21:25:16 ---> 636e1af04f10 21:25:16 Step 18/21 : CMD ["--init=true"] 21:25:16 ---> 5cd001d1d48b 21:25:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:25:16 Removing intermediate container 9cbab8aa8e95 21:25:16 ---> c320ffa7d190 21:25:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:16 ---> Running in 7e51876d2e20 21:25:17 ---> 4b23ced01d62 21:25:17 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/ 21:25:17 ---> Running in 64000d1e48a2 21:25:17 ---> 887e19d0e555 21:25:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:25:17 Removing intermediate container 7e51876d2e20 21:25:17 ---> b3b67440ec59 21:25:17 Step 19/21 : LABEL arch=x86_64 21:25:17 ---> Running in 2daae66eda58 21:25:19 ---> e4884ef9d706 21:25:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:25:19 Removing intermediate container 2daae66eda58 21:25:19 ---> 830a11b6b3d7 21:25:19 Step 20/21 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:25:19 ---> Running in a44cb0ed33c7 21:25:20 ---> e7fe4dbba1f7 21:25:20 Step 19/23 : ENTRYPOINT ["/core-command"] 21:25:20 ---> Running in 9c4058923e6b 21:25:20 Removing intermediate container a44cb0ed33c7 21:25:20 ---> fa36bbfd74d5 21:25:20 Step 21/21 : LABEL version=0.0.0 21:25:20 Removing intermediate container 64000d1e48a2 21:25:20 ---> d0aea6c38b22 21:25:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:25:20 ---> Running in 3242e46c8b0a 21:25:20 ---> Running in f8b0079f0553 21:25:20 Removing intermediate container 9c4058923e6b 21:25:20 ---> 186c37004084 21:25:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:25:20 Removing intermediate container 3242e46c8b0a 21:25:20 ---> 1b74ce42fccb 21:25:20 21:25:20 ---> Running in d7f855a1fb08 21:25:20 Removing intermediate container f8b0079f0553 21:25:20 ---> 3319e1a71d33 21:25:20 Step 22/24 : LABEL arch=x86_64 21:25:20 Successfully built 1b74ce42fccb 21:25:21 ---> Running in 4b646773eda0 21:25:21 Successfully tagged docker-security-proxy-setup-go:latest 21:25:21  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:25:21 Removing intermediate container d7f855a1fb08 21:25:21 ---> 522ef02c8644 21:25:21 Step 21/23 : LABEL arch=x86_64 21:25:21 Status: Downloaded newer image for docker:20.10.0 21:25:21 ---> aefe523efa57 21:25:21 Step 12/26 : RUN apk add --no-cache bash 21:25:21 ---> Running in e85323286d90 21:25:21 ---> Running in 8e5da90713f3 21:25:21 Removing intermediate container 4b646773eda0 21:25:21 ---> 75ae49120f39 21:25:21 Step 23/24 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:25:21 ---> Running in 5692a30978fa 21:25:21 Removing intermediate container 8e5da90713f3 21:25:21 ---> 96ea70a0fe0c 21:25:21 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:25:21 ---> Running in 31f5522d440f 21:25:21 Removing intermediate container 5692a30978fa 21:25:21 ---> c5992a6cac38 21:25:21 Step 24/24 : LABEL version=0.0.0 21:25:21 ---> Running in 810460c35a79 21:25:21 Removing intermediate container 31f5522d440f 21:25:21 ---> a16dd157dd06 21:25:21 Step 23/23 : LABEL version=0.0.0 21:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:21 ---> Running in b96ac93928f0 21:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:22 Removing intermediate container 810460c35a79 21:25:22 ---> 9db4bbd64e2e 21:25:22 21:25:22 (1/2) Installing readline (8.0.4-r0) 21:25:22 Removing intermediate container b96ac93928f0 21:25:22 ---> f4b07ce13aac 21:25:22 21:25:22 (2/2) Installing bash (5.0.17-r0) 21:25:22 Executing bash-5.0.17-r0.post-install 21:25:22 Executing busybox-1.31.1-r19.trigger 21:25:22 OK: 12 MiB in 22 packages 21:25:22 Successfully built 9db4bbd64e2e 21:25:22 Successfully tagged docker-security-secretstore-setup-go:latest 21:25:22  Building docker-security-secretstore-setup-go ... done Successfully built f4b07ce13aac 21:25:22 Successfully tagged docker-core-command-go:latest 21:25:22  Building docker-core-command-go ... done Removing intermediate container e85323286d90 21:25:22 ---> 29128042c2cf 21:25:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:25:23 ---> Running in f7f0e1b481e2 21:25:23 Removing intermediate container f7f0e1b481e2 21:25:23 ---> e7f6883f2809 21:25:23 Step 14/26 : ENV APP_PORT=48090 21:25:23 ---> Running in 3c8e2ce08d52 21:25:23 Removing intermediate container 3c8e2ce08d52 21:25:23 ---> dd19ade51292 21:25:23 Step 15/26 : EXPOSE $APP_PORT 21:25:23 ---> Running in 1c11677b9ab1 21:25:23 Removing intermediate container 1c11677b9ab1 21:25:23 ---> d448b3a23e03 21:25:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:25:24 ---> b3d62dcf2f03 21:25:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:25:24 ---> 8932588be5f3 21:25:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:25:24 ---> b8501fabd9a0 21:25:24 Step 19/26 : RUN apk --no-cache add py3-pip 21:25:24 ---> Running in 9ca9b2aa07c9 21:25:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:25 (1/33) Installing libbz2 (1.0.8-r1) 21:25:25 (2/33) Installing expat (2.2.9-r1) 21:25:25 (3/33) Installing libffi (3.3-r2) 21:25:25 (4/33) Installing gdbm (1.13-r1) 21:25:25 (5/33) Installing xz-libs (5.2.5-r0) 21:25:25 (6/33) Installing sqlite-libs (3.32.1-r0) 21:25:25 (7/33) Installing python3 (3.8.5-r0) 21:25:26 (8/33) Installing py3-appdirs (1.4.4-r1) 21:25:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:25:26 (10/33) Installing py3-parsing (2.4.7-r0) 21:25:26 (11/33) Installing py3-six (1.15.0-r0) 21:25:26 (12/33) Installing py3-packaging (20.4-r0) 21:25:26 (13/33) Installing py3-setuptools (47.0.0-r0) 21:25:26 (14/33) Installing py3-chardet (3.0.4-r4) 21:25:26 (15/33) Installing py3-idna (2.9-r0) 21:25:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:25:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:25:26 (18/33) Installing py3-requests (2.23.0-r0) 21:25:26 (19/33) Installing py3-msgpack (1.0.0-r0) 21:25:26 (20/33) Installing py3-lockfile (0.12.2-r3) 21:25:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:25:26 (22/33) Installing py3-colorama (0.4.3-r0) 21:25:26 (23/33) Installing py3-distlib (0.3.0-r0) 21:25:27 (24/33) Installing py3-distro (1.5.0-r1) 21:25:27 (25/33) Installing py3-webencodings (0.5.1-r3) 21:25:27 (26/33) Installing py3-html5lib (1.0.1-r4) 21:25:27 (27/33) Installing py3-pytoml (0.1.21-r0) 21:25:27 (28/33) Installing py3-pep517 (0.8.2-r0) 21:25:27 (29/33) Installing py3-progress (1.5-r0) 21:25:27 (30/33) Installing py3-toml (0.10.1-r0) 21:25:27 (31/33) Installing py3-retrying (1.3.3-r0) 21:25:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:25:27 (33/33) Installing py3-pip (20.1.1-r0) 21:25:27 Executing busybox-1.31.1-r19.trigger 21:25:27 OK: 71 MiB in 55 packages 21:25:37 Removing intermediate container 9ca9b2aa07c9 21:25:37 ---> a614d2a895ac 21:25:37 Step 20/26 : RUN pip install docker-compose==1.23.2 21:25:37 ---> Running in 5d041230861d 21:25:38 Collecting docker-compose==1.23.2 21:25:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:25:38 Collecting docker<4.0,>=3.6.0 21:25:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:25:38 Collecting websocket-client<1.0,>=0.32.0 21:25:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:25:38 Collecting texttable<0.10,>=0.9.0 21:25:38 Downloading texttable-0.9.1.tar.gz (11 kB) 21:25:38 gofmt -l . 21:25:38 [ "`gofmt -l .`" = "" ] 21:25:38 ./bin/test-go-mod-tidy.sh 21:25:38 ./bin/test-attribution-txt.sh [Pipeline] sh 21:25:39 Collecting docopt<0.7,>=0.6.1 21:25:39 Downloading docopt-0.6.2.tar.gz (25 kB) 21:25:39 + ls -al . 21:25:39 total 728 21:25:39 drwxrwxr-x 9 1001 1001 4096 Feb 11 21:25 . 21:25:39 drwxr-xr-x 4 root root 4096 Feb 11 21:21 .. 21:25:39 -rw-rw-r-- 1 1001 1001 11 Feb 11 21:19 .dockerignore 21:25:39 drwxrwxr-x 8 1001 1001 4096 Feb 11 21:20 .git 21:25:39 drwxrwxr-x 3 1001 1001 4096 Feb 11 21:19 .github 21:25:39 -rw-rw-r-- 1 1001 1001 818 Feb 11 21:19 .gitignore 21:25:39 -rw-rw-r-- 1 1001 1001 166 Feb 11 21:19 .sonarcloud.properties 21:25:39 -rw-rw-r-- 1 1001 1001 7859 Feb 11 21:19 Attribution.txt 21:25:39 -rw-rw-r-- 1 1001 1001 3804 Feb 11 21:19 CONTRIBUTING.md 21:25:39 -rw-rw-r-- 1 1001 1001 931 Feb 11 21:19 Dockerfile.build 21:25:39 -rw-rw-r-- 1 1001 1001 863 Feb 11 21:19 Jenkinsfile 21:25:39 -rw-rw-r-- 1 1001 1001 10775 Feb 11 21:19 LICENSE 21:25:39 -rw-rw-r-- 1 1001 1001 5774 Feb 11 21:19 Makefile 21:25:39 -rw-rw-r-- 1 1001 1001 6524 Feb 11 21:19 README.md 21:25:39 -rw-rw-r-- 1 1001 1001 6755 Feb 11 21:19 SECURITY.md 21:25:39 -rw-rw-r-- 1 1001 1001 5 Feb 11 21:17 VERSION 21:25:39 -rw-rw-r-- 1 1001 1001 4131 Feb 11 21:19 ZMQWindows.md 21:25:39 drwxrwxr-x 2 1001 1001 4096 Feb 11 21:19 bin 21:25:39 drwxrwxr-x 14 1001 1001 4096 Feb 11 21:19 cmd 21:25:39 -rw-r--r-- 1 root root 595676 Feb 11 21:24 coverage.out 21:25:39 -rw-r--r-- 1 root root 1054 Feb 11 21:25 go.mod 21:25:39 -rw-r--r-- 1 root root 19290 Feb 11 21:25 go.sum 21:25:39 drwxrwxr-x 8 1001 1001 4096 Feb 11 21:19 internal 21:25:39 drwxrwxr-x 4 1001 1001 4096 Feb 11 21:19 openapi 21:25:39 drwxrwxr-x 4 1001 1001 4096 Feb 11 21:19 snap 21:25:39 -rw-rw-r-- 1 1001 1001 168 Feb 11 21:19 version.go [Pipeline] sh 21:25:39 Collecting PyYAML<4,>=3.10 21:25:39 Downloading PyYAML-3.13.tar.gz (270 kB) 21:25:40 + '[' -e coverage.out ] 21:25:40 + chown 1001:1001 coverage.out [Pipeline] stash 21:25:40 Warning: overwriting stash ‘coverage-report’ 21:25:40 Collecting jsonschema<3,>=2.5.1 21:25:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:25:40 Collecting dockerpty<0.5,>=0.4.1 21:25:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:25:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:25:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:25:41 Stashed 1 file(s) [Pipeline] sh 21:25:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:25:41 Collecting cached-property<2,>=1.2.0 21:25:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:25:41 Collecting docker-pycreds>=0.4.0 21:25:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:25:41 Collecting urllib3<1.25,>=1.21.1 21:25:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:25:41 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) 21:25:41 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) 21:25:41 Collecting idna<2.8,>=2.5 21:25:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:25:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:25:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:25:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:25:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:25:42 + make build 21:25:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:25:42 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, docopt, PyYAML, jsonschema, dockerpty, cached-property, docker-compose 21:25:42 Attempting uninstall: urllib3 21:25:42 Found existing installation: urllib3 1.25.9 21:25:42 Uninstalling urllib3-1.25.9: 21:25:42 Successfully uninstalled urllib3-1.25.9 21:25:42 Attempting uninstall: idna 21:25:42 Found existing installation: idna 2.9 21:25:42 Uninstalling idna-2.9: 21:25:42 Successfully uninstalled idna-2.9 21:25:42 Attempting uninstall: requests 21:25:42 Found existing installation: requests 2.23.0 21:25:42 Uninstalling requests-2.23.0: 21:25:42 Successfully uninstalled requests-2.23.0 21:25:43 Running setup.py install for texttable: started 21:25:43 Running setup.py install for texttable: finished with status 'done' 21:25:43 Running setup.py install for docopt: started 21:25:44 Running setup.py install for docopt: finished with status 'done' 21:25:44 Running setup.py install for PyYAML: started 21:25:44 Running setup.py install for PyYAML: finished with status 'done' 21:25:44 Running setup.py install for dockerpty: started 21:25:45 Running setup.py install for dockerpty: finished with status 'done' 21:25:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:25:48 Removing intermediate container 5d041230861d 21:25:48 ---> b0e049a79db4 21:25:48 Step 21/26 : RUN apk --no-cache add curl 21:25:48 ---> Running in 0bafd46b123a 21:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:25:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:25:49 (2/3) Installing libcurl (7.69.1-r3) 21:25:49 (3/3) Installing curl (7.69.1-r3) 21:25:49 Executing busybox-1.31.1-r19.trigger 21:25:49 OK: 72 MiB in 58 packages 21:25:50 Removing intermediate container 0bafd46b123a 21:25:50 ---> 9de8abd9e12e 21:25:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:25:50 ---> Running in 46da538356cb 21:25:50 Removing intermediate container 46da538356cb 21:25:50 ---> 843c720bd509 21:25:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:25:50 ---> Running in b526411ba9ea 21:25:50 Removing intermediate container b526411ba9ea 21:25:50 ---> 6c27d2e07ce1 21:25:50 Step 24/26 : LABEL arch=x86_64 21:25:50 ---> Running in e7cf3a65b78f 21:25:51 Removing intermediate container e7cf3a65b78f 21:25:51 ---> f2634759940b 21:25:51 Step 25/26 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:25:51 ---> Running in 292115bc54e8 21:25:51 Removing intermediate container 292115bc54e8 21:25:51 ---> 4eb77b60fd62 21:25:51 Step 26/26 : LABEL version=0.0.0 21:25:51 ---> Running in 43b5ccaff2b8 21:25:51 Removing intermediate container 43b5ccaff2b8 21:25:51 ---> 046c84cd8501 21:25:51 21:25:51 Successfully built 046c84cd8501 21:25:51 Successfully tagged docker-sys-mgmt-agent-go:latest 21:25:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:25:51 $ docker stop --time=1 b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f 21:25:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:25:53 $ docker rm -f b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f [Pipeline] // withDockerContainer [Pipeline] sh 21:25:54 + docker images 21:25:54 + grep docker 21:25:54 docker-sys-mgmt-agent-go latest 046c84cd8501 3 seconds ago 313MB 21:25:54 docker-security-secretstore-setup-go latest 9db4bbd64e2e 33 seconds ago 24.6MB 21:25:54 docker-core-command-go latest f4b07ce13aac 33 seconds ago 16.9MB 21:25:54 docker-security-proxy-setup-go latest 1b74ce42fccb 34 seconds ago 24.4MB 21:25:54 docker-security-bootstrapper-go latest 2e9fff02e31a 2 minutes ago 18MB 21:25:54 docker-core-data-go latest aac7d285ad74 2 minutes ago 22.3MB 21:25:54 docker-core-metadata-go latest 288475107651 2 minutes ago 18.8MB 21:25:54 docker-support-notifications-go latest 51a5742266c9 2 minutes ago 17.6MB 21:25:54 docker-support-scheduler-go latest ef175b1b08d6 2 minutes ago 17MB 21:25:54 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:26:10 Still waiting to schedule task 21:26:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:26:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:26:17 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 21:26:23 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 21:26:23 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 21:26:29 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 21:26:33 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 21:26:36 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 21:26:41 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 21:26:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:26: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 [Pipeline] } 21:26:54 $ docker stop --time=1 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc 21:26:56 $ docker rm -f 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:58 21:26:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 21:26:59 Running on prd-ubuntu18.04-docker-8c-8g-26124 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] sh [Pipeline] ws 21:26:59 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:26:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:26:59 latest: Pulling from edgex-devops/edgex-compose-arm64 21:26:59 29e5d40040c1: Pulling fs layer 21:26:59 1ce36da41761: Pulling fs layer 21:26:59 25b303627fd3: Pulling fs layer 21:26:59 29e5d40040c1: Verifying Checksum 21:26:59 29e5d40040c1: Download complete 21:27:00 1ce36da41761: Verifying Checksum 21:27:00 1ce36da41761: Download complete 21:27:00 29e5d40040c1: Pull complete 21:27:01 using credential edgex-jenkins-ssh 21:27:01 Cloning the remote Git repository 21:27:01 1ce36da41761: Pull complete 21:27:01 25b303627fd3: Verifying Checksum 21:27:01 25b303627fd3: Download complete 21:27:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:27:01 > git init /w/workspace/edgex-go/3 # timeout=10 21:27:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:27:01 > git --version # timeout=10 21:27:01 > git --version # 'git version 2.17.1' 21:27:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:27:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:27:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:27:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:27:09 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:27:09 Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:27:09 Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) 21:27:09 > git config core.sparsecheckout # timeout=10 21:27:09 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 21:27:09 > git remote # timeout=10 21:27:09 > git config --get remote.origin.url # timeout=10 21:27:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:27:09 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 21:27:09 > git rev-parse HEAD^{commit} # timeout=10 21:27:09 > git config core.sparsecheckout # timeout=10 21:27:09 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 21:27:11 25b303627fd3: Pull complete 21:27:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:27:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:27:12 prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container 21:27:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:27:13 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" 21:27:15 $ docker top e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:27:16 + docker-compose build --help 21:27:16 + grep parallel 21:27:16 + echo snap-build.sh 21:27:16 snap-build.sh 21:27:16 + SNAP_BASE_DIR=. 21:27:16 + '[' '!' -z /w/workspace/edgex-go/3 ']' 21:27:16 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 21:27:16 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 21:27:16 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 21:27:16 + cd /w/workspace/edgex-go/3 21:27:16 + sudo apt-get remove -qy --purge lxd lxd-client 21:27:16 Reading package lists... 21:27:16 Building dependency tree... 21:27:16 Reading state information... 21:27:16 The following packages were automatically installed and are no longer required: 21:27:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:27:16 uidmap xdelta3 21:27:16 Use 'sudo apt autoremove' to remove them. 21:27:16 The following packages will be REMOVED: 21:27:16 lxd* lxd-client* 21:27:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:27:17 After this operation, 31.7 MB disk space will be freed. 21:27:18 (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.) 21:27:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:27:19 Removing lxd dnsmasq configuration 21:27:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:27:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:27:19 --parallel Build images in parallel. [Pipeline] } 21:27:20 $ docker stop --time=1 e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f 21:27:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:27:20 (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.) 21:27:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:27:21 $ docker rm -f e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f [Pipeline] // withDockerContainer 21:27:22 Processing triggers for systemd (237-3ubuntu10.42) ... 21:27:22 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:22 . [Pipeline] withDockerContainer 21:27:23 prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container 21:27:23 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:27:23 + sudo snap remove --purge lxd 21:27:23 snap "lxd" is not installed 21:27:23 + sudo groupadd --force --system lxd 21:27:23 ++ whoami 21:27:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:27:23 + newgrp - lxd 21:27:23 + sudo snap install lxd 21:27:24 $ docker top c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:25 + docker-compose -f ./docker-compose-build.yml build --parallel 21:27:28 Building docker-core-command-go ... 21:27:28 Building docker-core-data-go ... 21:27:28 Building docker-core-metadata-go ... 21:27:28 Building docker-security-bootstrapper-go ... 21:27:28 Building docker-security-proxy-setup-go ... 21:27:28 Building docker-security-secretstore-setup-go ... 21:27:28 Building docker-support-notifications-go ... 21:27:28 Building docker-support-scheduler-go ... 21:27:28 Building docker-sys-mgmt-agent-go ... 21:27:28 Building docker-core-data-go 21:27:28 Building docker-support-scheduler-go 21:27:28 Building docker-security-bootstrapper-go 21:27:28 Building docker-support-notifications-go 21:27:28 Building docker-core-metadata-go 21:27:32 2021-02-11T21:27:29Z INFO Waiting for automatic snapd restart... 21:27:47 lxd 4.11 from Canonical* installed 21:27:47 + sudo lxd init --auto 21:27:55 + sudo snap install --classic snapcraft 21:28:03 snapcraft 4.5.1 from Canonical* installed 21:28:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:28:03 + patch --verbose -p1 21:28:03 Hmm... Looks like a unified diff to me... 21:28:03 The text leading up to this was: 21:28:03 -------------------------- 21:28:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:28:03 |From: Tony Espy 21:28:03 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:28:03 |Subject: [PATCH] optimize snap build for pipeline CI check 21:28:03 | 21:28:03 |This patch is used by the EdgeX CI pipeline builds to 21:28:03 |optimize the snap CI check run for pull requests. When 21:28:03 |applied, it essentially strips out everything (apps and 21:28:03 |parts) from the snapcraft.yaml file except those required 21:28:03 |to build edgex-go, as the whole idea of the CI check is to 21:28:03 |catch changes to edgex-go that break the snap build. 21:28:03 | 21:28:03 |In general, anyone updating snapcraft.yaml will also need 21:28:03 |to update this patch file, otherwise it may fail to apply, 21:28:03 |resulting in a failed snap build CI check in the associated 21:28:03 |pull request. 21:28:03 | 21:28:03 |Note - in addition to applying this patch, the pipeline also 21:28:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:28:03 |need to build the finally binary .snap file (and it won't 21:28:03 |work with the patch applied). This further reduces the build 21:28:03 |time. 21:28:03 |--- 21:28:03 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:28:03 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:28:03 | 21:28:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:28:03 |index 1e537489..faf42425 100644 21:28:03 |--- a/snap/snapcraft.yaml 21:28:03 |+++ b/snap/snapcraft.yaml 21:28:03 -------------------------- 21:28:03 patching file snap/snapcraft.yaml 21:28:03 Using Plan A... 21:28:03 Hunk #1 succeeded at 73. 21:28:03 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 21:28:03 Hunk #3 succeeded at 217 (offset 3 lines). 21:28:03 Hunk #4 succeeded at 225 (offset 3 lines). 21:28:03 Hunk #5 succeeded at 232 (offset 3 lines). 21:28:03 Hunk #6 succeeded at 259 (offset 3 lines). 21:28:03 Hunk #7 succeeded at 293 (offset 3 lines). 21:28:03 Hunk #8 succeeded at 352 (offset 11 lines). 21:28:03 Hmm... Ignoring the trailing garbage. 21:28:03 done 21:28:03 + sudo snapcraft prime --use-lxd 21:28:03 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:28:03 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: 21:28:03 - README.md 21:28:03 - snapcraft.yaml.orig 21:28:03 21:28:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:28:04 Launching a container. 21:28:16 Waiting for container to be ready 21:28:16 To start your first instance, try: lxc launch ubuntu:18.04 21:28:16 21:28:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:28:19 Waiting for network to be ready... 21:28:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:28:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:28:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 21:28:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:28:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:28:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:28:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:28:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:28:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:28:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:28:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:28:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 21:28:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:28:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:28:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:28:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:28:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:28:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 21:28:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:28:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 21:28:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 21:28:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:28:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:28:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:28:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:28:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 21:28:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:28:26 Fetched 23.9 MB in 5s (4409 kB/s) 21:28:26 Reading package lists... 21:28:26 Reading package lists... 21:28:27 Building dependency tree... 21:28:27 Reading state information... 21:28:27 The following additional packages will be installed: 21:28:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:28:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:28:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:28:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:28:27 Suggested packages: 21:28:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:28:27 Recommended packages: 21:28:27 gnupg libsasl2-modules 21:28:27 The following NEW packages will be installed: 21:28:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:28:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:28:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:28:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:28:27 The following packages will be upgraded: 21:28:27 gpg gpg-agent gpgconf libudev1 21:28:27 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:28:27 Need to get 3532 kB of archives. 21:28:27 After this operation, 13.3 MB of additional disk space will be used. 21:28:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:28:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:28:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:28:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:28:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:28:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 21:28:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 21:28:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:28:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:28:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:28:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:28:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:28:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:28:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:28:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:28:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:28:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:28:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:28:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:28:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:28:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:28:28 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:28:28 debconf: delaying package configuration, since apt-utils is not installed 21:28:28 Fetched 3532 kB in 1s (3241 kB/s) 21:28:28 (Reading database ... 12511 files and directories currently installed.) 21:28:28 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:28:28 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:28:28 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:28:29 Selecting previously unselected package udev. 21:28:29 (Reading database ... 12511 files and directories currently installed.) 21:28:29 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:28:29 Unpacking udev (237-3ubuntu10.44) ... 21:28:29 Selecting previously unselected package libfuse2:amd64. 21:28:29 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:28:29 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:28:29 Selecting previously unselected package fuse. 21:28:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:28:29 Unpacking fuse (2.9.7-1ubuntu1) ... 21:28:29 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:28:29 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:28:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:28:29 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:28:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:28:29 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:28:29 Selecting previously unselected package libksba8:amd64. 21:28:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:28:29 Unpacking libksba8:amd64 (1.3.5-2) ... 21:28:30 Selecting previously unselected package libroken18-heimdal:amd64. 21:28:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:28:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:28:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:28:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libwind0-heimdal:amd64. 21:28:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:28:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:28:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:28:30 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:28:30 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:28:30 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:30 Selecting previously unselected package libsasl2-modules-db:amd64. 21:28:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:28:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:28:31 Selecting previously unselected package libsasl2-2:amd64. 21:28:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:28:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:28:31 Selecting previously unselected package libldap-common. 21:28:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 21:28:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 21:28:31 Selecting previously unselected package libldap-2.4-2:amd64. 21:28:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 21:28:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 21:28:31 Selecting previously unselected package dirmngr. 21:28:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:28:31 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:28:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 21:28:31 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:28:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:28:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:28:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:28:31 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:28:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:31 Setting up libksba8:amd64 (1.3.5-2) ... 21:28:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:28:31 Setting up udev (237-3ubuntu10.44) ... 21:28:32 invoke-rc.d: policy-rc.d denied execution of start. 21:28:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Processing triggers for systemd (237-3ubuntu10) ... 21:28:32 Setting up fuse (2.9.7-1ubuntu1) ... 21:28:32 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:28:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:28:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 21:28:32 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:28:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:28:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:28:33 settings in the [Install] section, and DefaultInstance for template units). 21:28:33 This means they are not meant to be enabled using systemctl. 21:28:33 Possible reasons for having this kind of units are: 21:28:33 1) A unit may be statically enabled by being symlinked from another unit's 21:28:33 .wants/ or .requires/ directory. 21:28:33 2) A unit's purpose may be to act as a helper for some other unit which has 21:28:33 a requirement dependency on it. 21:28:33 3) A unit may be started when needed via activation (socket, path, timer, 21:28:33 D-Bus, udev, scripted systemctl call, ...). 21:28:33 4) In case of template units, the unit is meant to be enabled with some 21:28:33 instance name specified. 21:28:33 Reading package lists... 21:28:33 Building dependency tree... 21:28:33 Reading state information... 21:28:33 The following additional packages will be installed: 21:28:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:28:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:28:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:28:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:28:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:28:33 Suggested packages: 21:28:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:28:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:28:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:28:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:28:33 systemd-container policykit-1 21:28:33 Recommended packages: 21:28:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:28:33 The following NEW packages will be installed: 21:28:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:28:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:28:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:28:33 multiarch-support openssh-client python3 python3-minimal python3.6 21:28:33 python3.6-minimal snapd squashfs-tools sudo 21:28:33 The following packages will be upgraded: 21:28:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:28:34 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:28:34 Need to get 35.2 MB of archives. 21:28:34 After this operation, 141 MB of additional disk space will be used. 21:28:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:28:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:28:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:28:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:28:34 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:28:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:28:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:28:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:28:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:28:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:28:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:28:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:28:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:28:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:28:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:28:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:28:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:28:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:28:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:28:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:28:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:28:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:28:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:28:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:28:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:28:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:28:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:28:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:28:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:28:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:28:36 debconf: delaying package configuration, since apt-utils is not installed 21:28:36 Fetched 35.2 MB in 3s (13.8 MB/s) 21:28:36 (Reading database ... 12757 files and directories currently installed.) 21:28:36 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:28:36 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:28:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:28:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:28:37 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:28:37 (Reading database ... 12757 files and directories currently installed.) 21:28:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:28:38 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:28:38 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:28:38 (Reading database ... 12757 files and directories currently installed.) 21:28:38 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:28:38 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:28:38 Setting up apt (1.6.12ubuntu0.2) ... 21:28:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:28:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:28:39 (Reading database ... 12764 files and directories currently installed.) 21:28:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:28:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:28:39 Selecting previously unselected package libpython3.6-minimal:amd64. 21:28:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:28:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:28:39 Selecting previously unselected package libexpat1:amd64. 21:28:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:28:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:28:39 Selecting previously unselected package python3.6-minimal. 21:28:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:28:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:28:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:28:40 Checking for services that may need to be restarted...done. 21:28:40 Checking for services that may need to be restarted...done. 21:28:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:28:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:28:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:28:41 Selecting previously unselected package python3-minimal. 21:28:41 (Reading database ... 13012 files and directories currently installed.) 21:28:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:28:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:28:41 Selecting previously unselected package mime-support. 21:28:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:28:41 Unpacking mime-support (3.60ubuntu1) ... 21:28:41 Selecting previously unselected package libmpdec2:amd64. 21:28:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:28:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:28:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:28:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:28:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:28:41 Selecting previously unselected package python3.6. 21:28:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:28:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:28:41 Selecting previously unselected package libpython3-stdlib:amd64. 21:28:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:28:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:28:41 Setting up python3-minimal (3.6.7-1~18.04) ... 21:28:42 Selecting previously unselected package python3. 21:28:42 (Reading database ... 13442 files and directories currently installed.) 21:28:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:28:42 Unpacking python3 (3.6.7-1~18.04) ... 21:28:42 Selecting previously unselected package multiarch-support. 21:28:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:28:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:28:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:28:42 Selecting previously unselected package liblzo2-2:amd64. 21:28:42 (Reading database ... 13479 files and directories currently installed.) 21:28:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:28:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:28:42 Selecting previously unselected package libbsd0:amd64. 21:28:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:28:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:28:42 Selecting previously unselected package sudo. 21:28:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:28:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:28:42 Selecting previously unselected package apparmor. 21:28:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:28:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:28:42 Selecting previously unselected package libedit2:amd64. 21:28:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:28:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:28:43 Selecting previously unselected package libkrb5support0:amd64. 21:28:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:28:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:28:43 Selecting previously unselected package libk5crypto3:amd64. 21:28:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:28:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:28:43 Selecting previously unselected package libkeyutils1:amd64. 21:28:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:28:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:28:43 Selecting previously unselected package libkrb5-3:amd64. 21:28:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:28:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:28:43 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:28:43 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:28:43 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:28:43 Selecting previously unselected package libssl1.0.0:amd64. 21:28:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:28:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:28:44 Selecting previously unselected package openssh-client. 21:28:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:28:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:28:44 Selecting previously unselected package squashfs-tools. 21:28:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:28:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:28:44 Selecting previously unselected package snapd. 21:28:44 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:28:44 Unpacking snapd (2.48.3+18.04) ... 21:28:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:28:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:28:46 Setting up mime-support (3.60ubuntu1) ... 21:28:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:28:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:28:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:28:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:28:46 Setting up systemd (237-3ubuntu10.44) ... 21:28:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:28:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:28:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:28:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:28:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:28:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:28:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:28:49 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:28:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:28:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:28:49 Setting up python3 (3.6.7-1~18.04) ... 21:28:49 running python rtupdate hooks for python3.6... 21:28:49 running python post-rtupdate hooks for python3.6... 21:28:49 Setting up apparmor (2.12-4ubuntu5.1) ... 21:28:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:28:50 ---> 26ddfa791392 21:28:50 Step 3/23 : WORKDIR /edgex-go 21:28:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:28:50 ---> 26ddfa791392 21:28:50 Step 3/22 : WORKDIR /edgex-go 21:28:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:28:50 ---> 26ddfa791392 21:28:50 Step 3/23 : WORKDIR /edgex-go 21:28:50 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:50 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:28:50 ---> 26ddfa791392 21:28:50 Step 3/30 : WORKDIR /edgex-go 21:28:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:28:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:28:50 ---> 26ddfa791392 21:28:50 Step 3/22 : WORKDIR /edgex-go 21:28:50 ---> Running in ae20403d8add 21:28:50 ---> Running in 42090063aa0e 21:28:50 ---> Running in 6ec116385f79 21:28:50 ---> Running in 03b4bd3c7d58 21:28:50 ---> Running in fc422bea12d6 21:28:50 Removing intermediate container 42090063aa0e 21:28:50 ---> c237d35515c6 21:28:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:50 Removing intermediate container 03b4bd3c7d58 21:28:50 ---> 0b40166f9aaa 21:28:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:50 Removing intermediate container 6ec116385f79 21:28:50 ---> cc50f9dc6798 21:28:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:50 Removing intermediate container fc422bea12d6 21:28:50 ---> d66722fa6d8e 21:28:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:50 Removing intermediate container ae20403d8add 21:28:50 ---> 731302d97868 21:28:50 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:28:50 ---> Running in 7e731492e757 21:28:50 ---> Running in ce4a0a2d616f 21:28:50 ---> Running in b0afa08c93fd 21:28:50 ---> Running in d838d3ca5df8 21:28:50 ---> Running in 2bb0e4b5c3ab 21:28:50 Removing intermediate container 7e731492e757 21:28:50 ---> 73dc8934d142 21:28:50 Step 5/22 : RUN apk add --update --no-cache make git 21:28:50 ---> Running in 0e58097fd4da 21:28:50 Removing intermediate container ce4a0a2d616f 21:28:50 ---> 6e9c17b3ce04 21:28:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:28:50 ---> Running in c15ff9541738 21:28:50 Removing intermediate container b0afa08c93fd 21:28:50 ---> 726310631ca6 21:28:50 Step 5/23 : RUN apk add --update --no-cache make git 21:28:50 Removing intermediate container 2bb0e4b5c3ab 21:28:50 ---> 483de5043a13 21:28:50 Step 5/30 : RUN apk add --update --no-cache make git 21:28:50 Removing intermediate container d838d3ca5df8 21:28:50 ---> 6f8f70427322 21:28:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:28:50 ---> Running in a12168785fab 21:28:50 ---> Running in 54a4373979b7 21:28:50 ---> Running in c4a0f6c8ecd2 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:50 OK: 217 MiB in 51 packages 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:28:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:28:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:28:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:28:51 OK: 217 MiB in 51 packages 21:28:51 Setting up snapd (2.48.3+18.04) ... 21:28:51 OK: 217 MiB in 51 packages 21:28:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:28:51 OK: 217 MiB in 51 packages 21:28:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:28:52 OK: 217 MiB in 51 packages 21:28:52 Removing intermediate container 0e58097fd4da 21:28:52 ---> 9765f53da9a0 21:28:52 Step 6/22 : COPY go.mod . 21:28:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:28:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:28:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:28:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:28:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:28:53 Removing intermediate container c15ff9541738 21:28:53 ---> ce7ae43295e5 21:28:53 Step 6/22 : COPY go.mod . 21:28:53 ---> 869425bb97f7 21:28:53 Step 7/22 : RUN go mod download 21:28:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:28:53 Removing intermediate container 54a4373979b7 21:28:53 ---> 829c39e10564 21:28:53 Step 6/23 : COPY go.mod . 21:28:53 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:28:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:28:53 /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' 21:28:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:28:53 Processing triggers for systemd (237-3ubuntu10.44) ... 21:28:53 ---> Running in 0f840cdfffd1 21:28:53 Removing intermediate container a12168785fab 21:28:53 ---> 6523fd79e346 21:28:53 Step 6/30 : COPY go.mod . 21:28:53 Removing intermediate container c4a0f6c8ecd2 21:28:53 ---> 01076bb4640c 21:28:53 Step 6/23 : COPY go.mod . 21:28:53 ---> 9d90d9300e9a 21:28:53 Step 7/22 : RUN go mod download 21:28:54 ---> Running in 4873cf129a6d 21:28:54 ---> 2cc3765a659c 21:28:54 Step 7/23 : RUN go mod download 21:28:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:28:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:28:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:28:55 ---> Running in b3e676ad1a2f 21:28:55 ---> e82b8d4a56b7 21:28:55 Step 7/30 : RUN go mod download 21:28:55 ---> Running in d924e327c31a 21:28:55 ---> 81daff6fac2a 21:28:55 Step 7/23 : RUN go mod download 21:28:55 ---> Running in 9bae7f64776d 21:28:56 Reading package lists... 21:28:56 Reading package lists... 21:28:56 Building dependency tree... 21:28:56 Reading state information... 21:28:56 Calculating upgrade... 21:28:56 The following packages will be upgraded: 21:28:56 advancecomp base-files bash binutils binutils-common 21:28:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:28:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:28:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:28:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:28:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:28:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:28:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:28:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:28:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:28:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:28:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:28:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:28:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:28:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:28:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:28:57 Need to get 63.8 MB of archives. 21:28:57 After this operation, 5188 kB of additional disk space will be used. 21:28:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 21:28:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:28:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:28:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:28:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:28:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:28:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:28:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:28:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:28:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:28:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:28:57 Removing intermediate container 0f840cdfffd1 21:28:57 ---> 0348542089ed 21:28:57 Step 8/22 : COPY . . 21:28:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:28:57 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:28:57 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:28:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:28:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:28:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:28:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:28:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:28:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:28:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:28:57 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:28:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:28:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:28:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:28:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:28:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:28:58 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:28:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:28:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:28:58 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:28:58 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:28:58 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:28:58 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:28:58 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:28:58 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:28:58 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:28:58 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:28:58 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:28:58 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:28:58 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:28:58 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:28:58 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:28:58 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:28:58 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:28:58 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:28:58 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:28:58 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:28:58 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:28:58 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:28:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:28:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:28:58 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:28:58 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:28:58 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:28:58 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:28:58 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:28:58 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:28:58 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:28:58 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:28:58 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:28:58 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:28:58 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:28:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:28:58 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:28:58 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:28:58 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:28:58 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:28:58 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:28:58 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:28:58 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:28:58 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:28:58 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:28:58 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:28:58 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:28:58 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:28:58 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:28:58 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:28:58 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:28:58 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:28:58 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:28:58 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:28:58 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:28:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:28:58 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:28:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:28:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:28:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:28:58 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:28:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:28:59 Removing intermediate container 4873cf129a6d 21:28:59 ---> 593c6704c620 21:28:59 Step 8/22 : COPY . . 21:28:59 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:28:59 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:28:59 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:29:00 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:29:00 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:29:00 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:29:00 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:29:00 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:29:00 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:29:00 debconf: delaying package configuration, since apt-utils is not installed 21:29:00 Fetched 63.8 MB in 3s (18.9 MB/s) 21:29:00 (Reading database ... 13912 files and directories currently installed.) 21:29:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:29:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:29:00 Removing intermediate container b3e676ad1a2f 21:29:00 ---> ddd38d2d045d 21:29:00 Step 8/23 : COPY . . 21:29:01 Removing intermediate container d924e327c31a 21:29:01 ---> f09deb12d41b 21:29:01 Step 8/30 : COPY . . 21:29:01 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:29:01 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:29:01 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 21:29:01 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 21:29:01 Removing intermediate container 9bae7f64776d 21:29:01 ---> b5272fcc7c6b 21:29:01 Step 8/23 : COPY . . 21:29:02 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:03 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:03 (Reading database ... 13911 files and directories currently installed.) 21:29:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:29:03 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:29:03 (Reading database ... 13911 files and directories currently installed.) 21:29:03 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:29:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:29:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:04 (Reading database ... 13911 files and directories currently installed.) 21:29:04 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:29:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:29:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:29:04 (Reading database ... 13911 files and directories currently installed.) 21:29:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:29:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:29:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:29:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:29:05 Setting up base-files (10.1ubuntu2.10) ... 21:29:05 Installing new version of config file /etc/issue ... 21:29:05 Installing new version of config file /etc/issue.net ... 21:29:05 Installing new version of config file /etc/lsb-release ... 21:29:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:29:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:29:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:29:05 Removing obsolete conffile /etc/default/motd-news ... 21:29:05 (Reading database ... 13912 files and directories currently installed.) 21:29:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:29:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:29:05 Setting up bash (4.4.18-2ubuntu1.2) ... 21:29:05 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 21:29:05 (Reading database ... 13912 files and directories currently installed.) 21:29:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:29:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:29:06 (Reading database ... 13912 files and directories currently installed.) 21:29:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:29:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:29:06 Setting up tar (1.29b-2ubuntu0.2) ... 21:29:06 (Reading database ... 13912 files and directories currently installed.) 21:29:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:29:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:29:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:29:06 (Reading database ... 13912 files and directories currently installed.) 21:29:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:29:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:29:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:29:07 (Reading database ... 13912 files and directories currently installed.) 21:29:07 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:29:07 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:29:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:29:07 (Reading database ... 13912 files and directories currently installed.) 21:29:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:29:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:29:07 Setting up grep (3.1-2build1) ... 21:29:07 (Reading database ... 13912 files and directories currently installed.) 21:29:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:29:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:29:08 Setting up login (1:4.5-1ubuntu2) ... 21:29:08 (Reading database ... 13912 files and directories currently installed.) 21:29:08 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:29:08 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:29:08 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:29:08 (Reading database ... 13912 files and directories currently installed.) 21:29:08 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:29:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:29:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:29:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:29:09 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:29:09 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:29:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:29:09 (Reading database ... 13912 files and directories currently installed.) 21:29:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:29:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:29:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:29:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:29:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:29:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:29:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:29:11 (Reading database ... 13912 files and directories currently installed.) 21:29:11 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:29:11 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:29:11 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:29:11 (Reading database ... 13912 files and directories currently installed.) 21:29:11 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:29:11 (Reading database ... 13912 files and directories currently installed.) 21:29:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:29:11 (Reading database ... 13912 files and directories currently installed.) 21:29:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:12 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:29:12 (Reading database ... 13912 files and directories currently installed.) 21:29:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:29:12 (Reading database ... 13912 files and directories currently installed.) 21:29:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:29:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:29:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:29:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:29:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:29:12 (Reading database ... 13912 files and directories currently installed.) 21:29:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:29:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:29:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:29:12 (Reading database ... 13912 files and directories currently installed.) 21:29:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:13 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:29:13 (Reading database ... 13912 files and directories currently installed.) 21:29:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:29:13 (Reading database ... 13912 files and directories currently installed.) 21:29:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:29:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:29:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:29:14 (Reading database ... 13912 files and directories currently installed.) 21:29:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:29:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:29:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:29:15 (Reading database ... 13912 files and directories currently installed.) 21:29:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:29:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:29:15 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:29:15 (Reading database ... 13914 files and directories currently installed.) 21:29:15 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:29:15 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:29:15 Setting up debconf (1.5.66ubuntu1) ... 21:29:15 (Reading database ... 13914 files and directories currently installed.) 21:29:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:29:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:29:16 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:29:16 (Reading database ... 13914 files and directories currently installed.) 21:29:16 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:29:16 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:29:16 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:29:16 (Reading database ... 13914 files and directories currently installed.) 21:29:16 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:29:16 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:29:16 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:29:16 (Reading database ... 13914 files and directories currently installed.) 21:29:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:29:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:29:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:29:17 (Reading database ... 13914 files and directories currently installed.) 21:29:17 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:29:17 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:29:17 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:29:17 (Reading database ... 13914 files and directories currently installed.) 21:29:17 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:29:17 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:29:17 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:29:17 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:29:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:29:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:29:18 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:29:18 (Reading database ... 13914 files and directories currently installed.) 21:29:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:29:18 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:29:18 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:29:18 (Reading database ... 13914 files and directories currently installed.) 21:29:18 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:29:18 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:29:18 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:29:18 (Reading database ... 13914 files and directories currently installed.) 21:29:18 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:29:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:29:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:29:18 (Reading database ... 13914 files and directories currently installed.) 21:29:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:29:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:29:19 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:29:19 (Reading database ... 13914 files and directories currently installed.) 21:29:19 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:29:19 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:29:19 Setting up passwd (1:4.5-1ubuntu2) ... 21:29:20 (Reading database ... 13914 files and directories currently installed.) 21:29:20 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:29:20 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:29:20 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:29:20 (Reading database ... 13914 files and directories currently installed.) 21:29:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:29:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:29:20 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:29:20 (Reading database ... 13914 files and directories currently installed.) 21:29:20 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:29:20 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:29:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:29:20 (Reading database ... 13914 files and directories currently installed.) 21:29:20 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:29:20 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:29:20 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:29:20 (Reading database ... 13914 files and directories currently installed.) 21:29:20 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:29:20 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:29:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:29:21 (Reading database ... 13914 files and directories currently installed.) 21:29:21 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:29:21 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:29:21 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:29:21 (Reading database ... 13914 files and directories currently installed.) 21:29:21 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:29:21 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:29:21 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:29:21 (Reading database ... 13915 files and directories currently installed.) 21:29:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:29:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:29:21 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:29:21 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:29:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:29:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:29:22 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:29:22 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:29:22 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:29:22 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:29:22 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:29:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:29:22 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:29:22 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:29:22 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:29:22 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:29:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:29:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:29:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:29:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:29:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:29:23 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:29:23 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:29:23 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:29:24 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:29:24 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:29:24 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:29:24 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:29:24 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:29:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:29:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:29:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:29:25 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:29:25 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:29:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:29:25 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:29:25 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:25 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:25 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:25 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:26 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:27 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:27 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:28 ---> 3fab72a387d6 21:29:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:29:28 ---> 5ade38d84740 21:29:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:29:28 ---> e38e9525be9c 21:29:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:29:28 ---> 858b013c9af3 21:29:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:29:28 ---> Running in 7bacd0ba28b6 21:29:28 ---> Running in 2e40a4a539bf 21:29:28 ---> Running in d839fd05fdd1 21:29:28 ---> Running in bf43bf85b48e 21:29:28 ---> 089f32a3b32e 21:29:28 Step 9/23 : RUN make cmd/core-data/core-data 21:29:28 ---> Running in 4af8512eb236 21:29:28 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 21:29:28 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 21:29:28 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 21:29:28 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 21:29:28 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 21:29:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:29 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:29 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:30 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:29:30 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:29:30 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:29:30 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:29:30 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:29:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:29:30 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:29:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:29:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:29:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:29:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:29:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:29:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:29:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:29:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:29:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:29:31 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:31 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:29:31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:31 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:31 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:31 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:29:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:29:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:29:32 21:29:32 Current default time zone: 'Etc/UTC' 21:29:32 Local time is now: Thu Feb 11 21:29:31 UTC 2021. 21:29:32 Universal Time is now: Thu Feb 11 21:29:31 UTC 2021. 21:29:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:29:32 21:29:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:29:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 21:29:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:29:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:29:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:29:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:29:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:29:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:29:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:29:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:29:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:29:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:32 Setting up patch (2.7.6-2ubuntu1.1) ... 21:29:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:29:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:29:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:29:32 Installing new version of config file /etc/ssl/openssl.cnf ... 21:29:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:29:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:29:33 Setting up ca-certificates (20210119~18.04.1) ... 21:29:34 Updating certificates in /etc/ssl/certs... 21:29:35 23 added, 27 removed; done. 21:29:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:29:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:29:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:29:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:29:35 Setting up pkgbinarymangler (138.18.04.1) ... 21:29:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:29:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up perl (5.26.1-6ubuntu0.5) ... 21:29:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:29:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:29:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:29:35 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:29:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:29:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:29:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:29:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:29:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:29:35 Processing triggers for systemd (237-3ubuntu10.44) ... 21:29:36 Processing triggers for mime-support (3.60ubuntu1) ... 21:29:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:29:36 Updating certificates in /etc/ssl/certs... 21:29:36 0 added, 0 removed; done. 21:29:36 Running hooks in /etc/ca-certificates/update.d... 21:29:36 done. 21:29:37 Reading package lists... 21:29:37 Building dependency tree... 21:29:37 Reading state information... 21:29:37 The following NEW packages will be installed: 21:29:37 apt-transport-https 21:29:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:29:37 Need to get 1696 B of archives. 21:29:37 After this operation, 153 kB of additional disk space will be used. 21:29:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:29:37 debconf: delaying package configuration, since apt-utils is not installed 21:29:37 Fetched 1696 B in 0s (21.5 kB/s) 21:29:37 Selecting previously unselected package apt-transport-https. 21:29:37 (Reading database ... 13920 files and directories currently installed.) 21:29:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:29:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:29:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:29:38 Waiting for network to be ready... 21:29:43 2021-02-11T21:29:41Z INFO Waiting for automatic snapd restart... 21:29:43 snapd 2.48.2.1 from Canonical* installed 21:29:43 "snapd" switched to the "latest/stable" channel 21:29:43 21:29:48 core18 20210128 from Canonical* installed 21:29:48 "core18" switched to the "latest/stable" channel 21:29:48 21:29:52 snapcraft 4.5.1 from Canonical* installed 21:29:52 "snapcraft" switched to the "latest/stable" channel 21:29:52 21:29:55 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: 21:29:55 - README.md 21:29:55 - snapcraft.yaml.orig 21:29:55 21:29:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:30:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:30:02 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:30:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:30:02 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:30:04 Reading package lists... 21:30:04 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:30:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:30:11 Reading package lists... 21:30:11 Building dependency tree... 21:30:11 Reading state information... 21:30:11 Suggested packages: 21:30:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:30:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:30:11 Recommended packages: 21:30:11 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:30:11 The following NEW packages will be installed: 21:30:11 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:30:11 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:30:11 pkg-config zip 21:30:11 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:30:11 Need to get 7655 kB of archives. 21:30:11 After this operation, 43.7 MB of additional disk space will be used. 21:30:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:30:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:30:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:30:11 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:30:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:30:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:30:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:30:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:30:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:30:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:30:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:30:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:30:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:30:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:30:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:30:11 debconf: delaying package configuration, since apt-utils is not installed 21:30:11 Fetched 7655 kB in 1s (10.6 MB/s) 21:30:11 Selecting previously unselected package libglib2.0-0:amd64. 21:30:11 (Reading database ... 13924 files and directories currently installed.) 21:30:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:30:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:30:12 Selecting previously unselected package libpsl5:amd64. 21:30:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:30:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:30:12 Selecting previously unselected package libnghttp2-14:amd64. 21:30:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:30:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:30:12 Selecting previously unselected package librtmp1:amd64. 21:30:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:30:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:30:12 Selecting previously unselected package libcurl3-gnutls:amd64. 21:30:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:30:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:30:12 Selecting previously unselected package liberror-perl. 21:30:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:30:12 Unpacking liberror-perl (0.17025-1) ... 21:30:12 Selecting previously unselected package git-man. 21:30:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:30:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:30:12 Selecting previously unselected package git. 21:30:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:30:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:30:13 Selecting previously unselected package libnorm1:amd64. 21:30:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:30:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:30:13 Selecting previously unselected package libpgm-5.2-0:amd64. 21:30:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:30:14 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:30:14 Selecting previously unselected package libsodium23:amd64. 21:30:14 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:30:14 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:30:14 Selecting previously unselected package libzmq5:amd64. 21:30:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:30:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:30:14 Selecting previously unselected package libzmq3-dev:amd64. 21:30:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:30:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:30:14 Selecting previously unselected package pkg-config. 21:30:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:30:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:30:14 Selecting previously unselected package zip. 21:30:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:30:14 Unpacking zip (3.0-11build1) ... 21:30:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:30:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:30:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:30:14 Setting up liberror-perl (0.17025-1) ... 21:30:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:30:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:30:14 No schema files found: doing nothing. 21:30:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:30:14 Setting up zip (3.0-11build1) ... 21:30:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:30:14 Setting up libsodium23:amd64 (1.0.16-2) ... 21:30:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:30:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:30:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:30:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:30:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:30:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:30:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:30:21 git set to automatically installed. 21:30:21 git-man set to automatically installed. 21:30:21 libcurl3-gnutls set to automatically installed. 21:30:21 liberror-perl set to automatically installed. 21:30:21 libglib2.0-0 set to automatically installed. 21:30:21 libnghttp2-14 set to automatically installed. 21:30:21 libnorm1 set to automatically installed. 21:30:21 libpgm-5.2-0 set to automatically installed. 21:30:21 libpsl5 set to automatically installed. 21:30:21 librtmp1 set to automatically installed. 21:30:21 libsodium23 set to automatically installed. 21:30:21 libzmq3-dev set to automatically installed. 21:30:21 libzmq5 set to automatically installed. 21:30:21 pkg-config set to automatically installed. 21:30:21 zip set to automatically installed. 21:30:24 snapd is not logged in, snap install commands will use sudo 21:30:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:30:30 snap "core18" has no updates available 21:30:31 Pulling config-common 21:30:31 + snapcraftctl pull 21:30:32 Pulling go-build-helper 21:30:32 + snapcraftctl pull 21:30:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:30:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:30:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 21:30:58 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:30:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:30:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:30:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:30:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:30:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:30:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:30:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:30:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 21:30:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 21:30:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 21:30:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 21:30:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 21:30:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 21:30:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 21:30:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:30:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 21:30:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 21:30:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 21:30:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 21:30:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 21:30:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 21:30:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 21:30:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:30:58 Fetched 23.9 MB in 0s (0 B/s) 21:30:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:30:58 Fetched 96.5 kB in 0s (0 B/s) 21:30:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:30:58 Fetched 279 kB in 0s (0 B/s) 21:30:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:30:58 Fetched 122 kB in 0s (0 B/s) 21:30:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:30:58 Fetched 77.8 kB in 0s (0 B/s) 21:30:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:30:58 Fetched 8848 B in 0s (0 B/s) 21:30:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:30:58 Fetched 47.8 kB in 0s (0 B/s) 21:30:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:30:58 Fetched 45.6 kB in 0s (0 B/s) 21:30:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:30:58 Fetched 15.0 kB in 0s (0 B/s) 21:30:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:30:58 Fetched 214 kB in 0s (0 B/s) 21:30:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 21:30:58 Fetched 155 kB in 0s (0 B/s) 21:30:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:30:58 Fetched 50.6 kB in 0s (0 B/s) 21:30:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:30:58 Fetched 14.8 kB in 0s (0 B/s) 21:30:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:30:58 Fetched 41.8 kB in 0s (0 B/s) 21:30:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:30:58 Fetched 499 kB in 0s (0 B/s) 21:30:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:30:58 Fetched 111 kB in 0s (0 B/s) 21:30:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:30:58 Fetched 240 kB in 0s (0 B/s) 21:30:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:30:58 Fetched 29.3 kB in 0s (0 B/s) 21:30:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:30:58 Fetched 85.5 kB in 0s (0 B/s) 21:30:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:30:58 Fetched 24.5 kB in 0s (0 B/s) 21:30:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:30:58 Fetched 49.2 kB in 0s (0 B/s) 21:30:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:30:58 Fetched 54.2 kB in 0s (0 B/s) 21:30:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:30:58 Fetched 30.8 kB in 0s (0 B/s) 21:30:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 21:30:58 Fetched 16.6 kB in 0s (0 B/s) 21:30:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:30:58 Fetched 85.9 kB in 0s (0 B/s) 21:30:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:30:58 Fetched 8720 B in 0s (0 B/s) 21:30:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:30:58 Fetched 137 kB in 0s (0 B/s) 21:30:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:30:58 Fetched 119 kB in 0s (0 B/s) 21:30:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:30:58 Fetched 109 kB in 0s (0 B/s) 21:30:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:30:58 Fetched 11.1 kB in 0s (0 B/s) 21:30:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:30:58 Fetched 645 kB in 0s (0 B/s) 21:30:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:30:58 Fetched 41.3 kB in 0s (0 B/s) 21:30:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:30:58 Fetched 17.9 kB in 0s (0 B/s) 21:30:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:30:58 Fetched 368 kB in 0s (0 B/s) 21:30:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:30:58 Fetched 187 kB in 0s (0 B/s) 21:30:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:30:58 Fetched 175 kB in 0s (0 B/s) 21:30:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:30:58 Fetched 206 kB in 0s (0 B/s) 21:30:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:30:58 Fetched 1301 kB in 0s (0 B/s) 21:30:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:30:58 Fetched 36.2 kB in 0s (0 B/s) 21:30:58 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:30:58 Fetched 159 kB in 0s (0 B/s) 21:30:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:30:58 Fetched 107 kB in 0s (0 B/s) 21:30:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:30:58 Fetched 48.7 kB in 0s (0 B/s) 21:30:58 Pulling static-packages 21:30:58 + snapcraftctl pull 21:30:59 'go115' has dependencies that need to be staged: go-build-helper static-packages 21:30:59 Skipping pull go-build-helper (already ran) 21:30:59 Skipping pull static-packages (already ran) 21:30:59 Building go-build-helper 21:30:59 + snapcraftctl build 21:31:04 Building static-packages 21:31:04 + snapcraftctl build 21:31:05 Removing intermediate container d839fd05fdd1 21:31:05 ---> 9483bab80b3b 21:31:05 21:31:05 Step 10/30 : FROM alpine:3.12 21:31:05 3.12: Pulling from library/alpine 21:31:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:31:05 Status: Downloaded newer image for alpine:3.12 21:31:05 ---> afeebe901d6b 21:31:05 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:31:05 ---> Running in e87aa8f138dc 21:31:05 Removing intermediate container e87aa8f138dc 21:31:05 ---> 5be9264a9826 21:31:05 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 21:31:05 ---> Running in cfa07a76d716 21:31:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:05 (1/2) Installing dumb-init (1.2.2-r1) 21:31:05 (2/2) Installing su-exec (0.2-r1) 21:31:05 Executing busybox-1.31.1-r19.trigger 21:31:05 OK: 5 MiB in 16 packages 21:31:05 Staging go-build-helper 21:31:05 + snapcraftctl stage 21:31:06 Removing intermediate container cfa07a76d716 21:31:06 ---> 821edbc3330e 21:31:06 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 21:31:06 ---> Running in 0cfcf43deb94 21:31:07 Removing intermediate container 0cfcf43deb94 21:31:07 ---> 435be1d613b1 21:31:07 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:31:07 Staging static-packages 21:31:07 + snapcraftctl stage 21:31:07 ---> Running in 1296fba49124 21:31:08 Removing intermediate container 1296fba49124 21:31:08 ---> e2fe7bb3b30a 21:31:08 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:31:08 Pulling go115 21:31:08 + snapcraftctl pull 21:31:08 ---> Running in b4d200c1093a 21:31:09 'edgex-go' has dependencies that need to be staged: go115 21:31:09 Skipping pull go115 (already ran) 21:31:09 Building go115 21:31:09 + dpkg --print-architecture 21:31:09 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 21:31:09 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 21:31:09 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 21:31:09 % Total % Received % Xferd Average Speed Time Time Time Current 21:31:09 Dload Upload Total Spent Left Speed 21:31:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 34.2M 0 0:00:03 --:--:-- 0:00:03 34.2M 64 115M 64 74.7M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M 21:31:12 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 21:31:12 + sha256sum -c sha256 21:31:12 + grep OK 21:31:12 + mkdir -p /root/stage/go1.15 21:31:12 go1.15.2.linux-amd64.tar.gz: OK 21:31:12 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 21:31:12 Removing intermediate container b4d200c1093a 21:31:12 ---> c8155e0fff35 21:31:12 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 21:31:12 ---> Running in 4cf99a37fdd5 21:31:13 Removing intermediate container 4cf99a37fdd5 21:31:13 ---> 1aa73f4921ea 21:31:13 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:31:15 ---> 2423e2c18114 21:31:15 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:31:15 ---> Running in 8b5d094e2ce0 21:31:18 Staging go115 21:31:18 + snapcraftctl stage 21:31:22 Removing intermediate container 8b5d094e2ce0 21:31:22 ---> 6942374097ad 21:31:22 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:22 Removing intermediate container 7bacd0ba28b6 21:31:22 ---> 0fed2429f967 21:31:22 21:31:22 Step 10/22 : FROM alpine:3.12 21:31:22 ---> afeebe901d6b 21:31:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:31:22 Removing intermediate container 2e40a4a539bf 21:31:22 ---> 5b54d9da20cd 21:31:22 21:31:22 Step 10/22 : FROM alpine:3.12 21:31:22 ---> afeebe901d6b 21:31:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:31:22 ---> Running in ce356a33a915 21:31:22 ---> Running in 0d7ad3e252cf 21:31:22 ---> d11acd1c1f0b 21:31:22 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:31:23 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:31:23 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:31:23 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:31:23 Fetched 0 B in 0s (0 B/s) 21:31:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:31:23 Fetched 224 kB in 0s (0 B/s) 21:31:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:31:23 Fetched 157 kB in 0s (0 B/s) 21:31:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:31:23 Fetched 221 kB in 0s (0 B/s) 21:31:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:31:23 Fetched 143 kB in 0s (0 B/s) 21:31:23 Pulling edgex-go 21:31:23 + snapcraftctl pull 21:31:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:24 (1/1) Installing dumb-init (1.2.2-r1) 21:31:24 Executing busybox-1.31.1-r19.trigger 21:31:24 OK: 5 MiB in 15 packages 21:31:25 (1/2) Installing ca-certificates (20191127-r4) 21:31:25 ---> b199971449af 21:31:25 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:31:25 (2/2) Installing dumb-init (1.2.2-r1) 21:31:25 Executing busybox-1.31.1-r19.trigger 21:31:25 Executing ca-certificates-20191127-r4.trigger 21:31:25 Pulling version 21:31:25 + cd /root/project 21:31:25 + [ -f VERSION ] 21:31:25 + PROJECT_VERSION=local-dev 21:31:25 + git rev-parse --short HEAD 21:31:25 + GIT_REVISION=708f8d63 21:31:25 + snapcraftctl set-version local-dev 21:31:25 OK: 6 MiB in 16 packages 21:31:26 Building config-common 21:31:26 + snapcraftctl build 21:31:26 ---> f44bf97cf736 21:31:26 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:31:27 Removing intermediate container ce356a33a915 21:31:27 ---> 66056f5057ea 21:31:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:31:27 ---> Running in 21d1c5d8842f 21:31:28 Skipping build go-build-helper (already ran) 21:31:28 Skipping build static-packages (already ran) 21:31:28 Skipping build go115 (already ran) 21:31:28 Removing intermediate container 0d7ad3e252cf 21:31:28 ---> bc09607e3324 21:31:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:31:29 Building edgex-go 21:31:29 ---> 84bb4e4f3acc 21:31:29 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:31:29 + 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/6050/bin/scriptlet-bin 21:31:29 + cd /root/parts/edgex-go/src 21:31:29 + make build 21:31:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:31:29 ---> Running in 5b3074b585ec 21:31:29 Removing intermediate container 21d1c5d8842f 21:31:29 ---> 14219243ab87 21:31:29 Step 13/22 : ENV APP_PORT=48085 21:31:29 ---> Running in a3921e17fded 21:31:30 ---> Running in 263b063fb5c1 21:31:30 Removing intermediate container bf43bf85b48e 21:31:30 ---> 068939937614 21:31:30 21:31:30 Step 10/23 : FROM alpine:3.12 21:31:30 ---> afeebe901d6b 21:31:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:31:30 ---> Using cache 21:31:30 ---> 66056f5057ea 21:31:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:31:30 ---> Using cache 21:31:30 ---> 14219243ab87 21:31:30 Step 13/23 : ENV APP_PORT=48081 21:31:30 Removing intermediate container 5b3074b585ec 21:31:30 ---> 2f08f6f65c7f 21:31:30 Step 13/22 : ENV APP_PORT=48060 21:31:30 ---> Running in 7e02670c612b 21:31:30 ---> Running in c95fa1434d4a 21:31:30 Removing intermediate container a3921e17fded 21:31:30 ---> 998fb82f1aab 21:31:30 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:31:30 Removing intermediate container 263b063fb5c1 21:31:30 ---> 64a729f1a84a 21:31:30 Step 14/22 : EXPOSE $APP_PORT 21:31:31 ---> Running in 4d312437499f 21:31:31 Removing intermediate container 7e02670c612b 21:31:31 ---> 0dc1925b5f7c 21:31:31 Step 14/23 : EXPOSE $APP_PORT 21:31:31 Removing intermediate container c95fa1434d4a 21:31:31 ---> e7b1e9d47f07 21:31:31 Step 14/22 : EXPOSE $APP_PORT 21:31:31 ---> Running in 5a04b9721bee 21:31:31 ---> Running in 191a29cc6b03 21:31:31 Removing intermediate container 4d312437499f 21:31:31 ---> ae9b5ddfc158 21:31:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:32 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 21:31:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 21:31:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 21:31:32 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:31:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:31:32 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 21:31:32 go: downloading github.com/gorilla/mux v1.8.0 21:31:32 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:31:32 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:31:32 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:31:32 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 21:31:32 go: downloading github.com/BurntSushi/toml v0.3.1 21:31:32 go: downloading github.com/pelletier/go-toml v1.2.0 21:31:32 go: downloading github.com/google/uuid v1.2.0 21:31:32 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:31:32 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 21:31:32 go: downloading github.com/pkg/errors v0.8.1 21:31:32 go: downloading github.com/imdario/mergo v0.3.11 21:31:32 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:31:32 go: downloading github.com/go-kit/kit v0.8.0 21:31:32 go: downloading github.com/x448/float16 v0.8.4 21:31:32 go: downloading github.com/pebbe/zmq4 v1.2.2 21:31:32 go: downloading github.com/leodido/go-urn v1.2.0 21:31:32 go: downloading github.com/go-playground/universal-translator v0.17.0 21:31:32 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:31:32 go: downloading github.com/hashicorp/consul/api v1.1.0 21:31:32 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:31:32 go: downloading github.com/go-playground/locales v0.13.0 21:31:32 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:31:32 go: downloading github.com/mitchellh/copystructure v1.0.0 21:31:32 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:31:32 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:31:32 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:31:32 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:31:32 go: downloading github.com/hashicorp/serf v0.8.2 21:31:32 ---> b4dd0136bf3b 21:31:32 Step 25/30 : RUN chmod +x /entrypoint.sh 21:31:32 Removing intermediate container 5a04b9721bee 21:31:32 ---> 84841bb8c8e5 21:31:32 Step 15/23 : WORKDIR / 21:31:32 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:31:32 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:31:32 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:31:32 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:31:32 ---> Running in 93e35a0a6b5f 21:31:32 ---> Running in fea7dd067160 21:31:32 Removing intermediate container 191a29cc6b03 21:31:32 ---> 40d4357f9d9b 21:31:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:33 ---> 7201c99a7930 21:31:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:31:33 Removing intermediate container 93e35a0a6b5f 21:31:33 ---> b40ebb4080d5 21:31:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:34 ---> 0d910ad4ce27 21:31:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:31:35 ---> e40cfa4a76ce 21:31:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:31:35 ---> 893260462e27 21:31:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:31:36 Removing intermediate container 4af8512eb236 21:31:36 ---> 824e71b8a5a6 21:31:36 21:31:36 Step 10/23 : FROM alpine:3.12 21:31:36 ---> afeebe901d6b 21:31:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:31:36 ---> d04a97a79b92 21:31:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:31:37 Removing intermediate container fea7dd067160 21:31:37 ---> 76e6264a4d50 21:31:37 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:31:37 ---> 6d8f95f4087e 21:31:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:31:37 ---> e43b9f1ca1bc 21:31:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:31:37 ---> Running in 91cf7e00eb86 21:31:37 ---> Running in 58760c711433 21:31:37 ---> Running in 9d798f061917 21:31:37 Removing intermediate container 91cf7e00eb86 21:31:37 ---> f052954c26c2 21:31:37 Step 12/23 : ENV APP_PORT=48080 21:31:37 ---> f1488af416fc 21:31:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:31:38 ---> Running in 21d78a1d2cd2 21:31:38 ---> Running in a3c316a2dc07 21:31:38 Removing intermediate container 58760c711433 21:31:38 ---> 8b98bb97c8dc 21:31:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:38 ---> 247b4241b607 21:31:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:31:38 Removing intermediate container 9d798f061917 21:31:38 ---> 62bb84303521 21:31:38 Step 27/30 : CMD ["gate"] 21:31:38 ---> Running in db89fe4bd2d2 21:31:38 ---> Running in 9766d3fcb168 21:31:39 ---> Running in 0f1f815ab059 21:31:39 Removing intermediate container a3c316a2dc07 21:31:39 ---> e10359db08de 21:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:39 Removing intermediate container 21d78a1d2cd2 21:31:39 ---> d090e856ff50 21:31:39 Step 13/23 : EXPOSE $APP_PORT 21:31:39 Removing intermediate container db89fe4bd2d2 21:31:39 ---> feac59081e24 21:31:39 Step 20/22 : LABEL arch=arm64 21:31:39 ---> Running in 00f302a94a70 21:31:39 ---> Running in b6ccf47c5af6 21:31:39 Removing intermediate container 9766d3fcb168 21:31:39 ---> 27b8a08b7ba0 21:31:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:39 ---> Running in bc6c8207ef4d 21:31:39 Removing intermediate container 0f1f815ab059 21:31:39 ---> 64aa1b686ee1 21:31:39 Step 28/30 : LABEL arch=arm64 21:31:39 ---> Running in 014af7d80e06 21:31:40 Removing intermediate container 00f302a94a70 21:31:40 ---> e0168d4fbe02 21:31:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:31:40 ---> Running in ed74674b2da8 21:31:40 Removing intermediate container b6ccf47c5af6 21:31:40 ---> bc47f1d83c5c 21:31:40 Step 20/22 : LABEL arch=arm64 21:31:40 Removing intermediate container bc6c8207ef4d 21:31:40 ---> eb211529d337 21:31:40 Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:31:40 ---> Running in 3f6e9828c3c7 21:31:40 Removing intermediate container 014af7d80e06 21:31:40 ---> 4a390f055fdd 21:31:40 Step 21/23 : LABEL arch=arm64 21:31:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:31:40 go: downloading gopkg.in/yaml.v2 v2.4.0 21:31:40 ---> Running in 9519ff1cd999 21:31:40 ---> Running in 045563a92234 21:31:40 ---> Running in ae74f29ef9b8 21:31:40 Removing intermediate container ed74674b2da8 21:31:40 ---> 06e42aa546d2 21:31:40 Step 29/30 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:31:41 ---> Running in 1dd9347313ac 21:31:41 Removing intermediate container 9519ff1cd999 21:31:41 ---> da5634cff47e 21:31:41 Removing intermediate container 045563a92234 21:31:41 ---> b545628111d8 21:31:41 Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5Step 22/22 : LABEL version=0.0.0 21:31:41 21:31:41 Removing intermediate container ae74f29ef9b8 21:31:41 ---> 05f4c1ced89f 21:31:41 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:31:41 ---> Running in 936260dfa792 21:31:41 ---> Running in 833b0057bfd6 21:31:42 ---> Running in b4ea35464636 21:31:42 Removing intermediate container 1dd9347313ac 21:31:42 ---> b953c1c0ba48 21:31:42 Step 30/30 : LABEL version=0.0.0 21:31:42 ---> Running in 28629df266b5 21:31:42 Removing intermediate container 936260dfa792 21:31:42 ---> 552520e48e31 21:31:42 21:31:42 Removing intermediate container 833b0057bfd6 21:31:42 ---> c0537a224381 21:31:42 Step 22/22 : LABEL version=0.0.0 21:31:42 Removing intermediate container b4ea35464636 21:31:42 ---> 2ed0f9cdce80 21:31:42 Step 23/23 : LABEL version=0.0.0 21:31:42 ---> Running in b1afea5a0ee3 21:31:43 ---> Running in 5652b4fe69f8 21:31:43 Successfully built 552520e48e31 21:31:43 Removing intermediate container 28629df266b5 21:31:43 ---> 8b289a9f5e17 21:31:43 21:31:43 Successfully tagged docker-support-scheduler-go-arm64:latest 21:31:43  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 21:31:43 Removing intermediate container 3f6e9828c3c7 21:31:43 ---> ceb335012899 21:31:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:31:43 Removing intermediate container b1afea5a0ee3 21:31:43 ---> 69b1324f7585 21:31:43 21:31:43 Successfully built 8b289a9f5e17 21:31:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:31:43  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 21:31:44 Removing intermediate container 5652b4fe69f8 21:31:44 ---> 4c1d2fc2a867 21:31:44 21:31:44 ---> Running in 6d99209feb63 21:31:44 Successfully built 69b1324f7585 21:31:44 Successfully tagged docker-support-notifications-go-arm64:latest 21:31:44 Building docker-sys-mgmt-agent-go 21:31:44 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 21:31:44  Building docker-support-notifications-go ... done Successfully built 4c1d2fc2a867 21:31:44 Successfully tagged docker-core-metadata-go-arm64:latest 21:31:44 Building docker-core-command-go 21:31:45  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:31:47 (1/6) Installing dumb-init (1.2.2-r1) 21:31:47 (2/6) Installing libgcc (9.3.0-r2) 21:31:47 (3/6) Installing libsodium (1.0.18-r0) 21:31:47 (4/6) Installing libstdc++ (9.3.0-r2) 21:31:47 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 21:31:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:31:47 go: downloading github.com/stretchr/testify v1.7.0 21:31:47 go: downloading github.com/davecgh/go-spew v1.1.1 21:31:47 go: downloading github.com/pmezard/go-difflib v1.0.0 21:31:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:31:48 (5/6) Installing libzmq (4.3.3-r0) 21:31:48 (6/6) Installing zeromq (4.3.3-r0) 21:31:48 Executing busybox-1.31.1-r19.trigger 21:31:48 OK: 8 MiB in 20 packages 21:31:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:31:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:31:49 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:31:50 Removing intermediate container 6d99209feb63 21:31:50 ---> b000546bb26a 21:31:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:50 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 21:31:51 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 21:31:51 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:31:52 ---> 4569ccf29814 21:31:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:31:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:31:53 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 21:31:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:31:54 ---> 08960d0a6872 21:31:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:31:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:31:55 go: downloading github.com/lib/pq v1.9.0 21:31:55 ---> cfc798de4f21 21:31:55 Step 19/23 : ENTRYPOINT ["/core-data"] 21:31:55 ---> Running in b2534093ff13 21:31:56 Removing intermediate container b2534093ff13 21:31:56 ---> 26415e892bc6 21:31:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:31:56 ---> Running in b009f9ca2116 21:31:56 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:31:56 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:31:56 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:31:56 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:31:56 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:31:56 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:31:56 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:31:56 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:31:56 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:31:56 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:31:56 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:31:56 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:31:56 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:31:56 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:31:56 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:31:56 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:31:56 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:31:56 + 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 21:31:56 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:31:56 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:31:56 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:31:56 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:31:56 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:31:56 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:31:56 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:31:56 Removing intermediate container b009f9ca2116 21:31:56 ---> 78feb3ffd215 21:31:56 Step 21/23 : LABEL arch=arm64 21:31:56 ---> Running in 9c789b740acd 21:31:57 Removing intermediate container 9c789b740acd 21:31:57 ---> 0bc84c41d5d3 21:31:57 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:31:58 ---> Running in 0366199c90c0 21:31:58 Building version 21:31:58 + snapcraftctl build 21:31:58 Removing intermediate container 0366199c90c0 21:31:58 ---> 7d6a903ff476 21:31:58 Step 23/23 : LABEL version=0.0.0 21:31:59 ---> Running in 18a2deed1356 21:32:00 Removing intermediate container 18a2deed1356 21:32:00 ---> fbbcdd72a5ef 21:32:00 21:32:00 Successfully built fbbcdd72a5ef 21:32:00 Successfully tagged docker-core-data-go-arm64:latest 21:32:00 Staging config-common 21:32:00 + snapcraftctl stage 21:32:01 Skipping stage go-build-helper (already ran) 21:32:01 Skipping stage static-packages (already ran) 21:32:01 Skipping stage go115 (already ran) 21:32:01 Staging edgex-go 21:32:01 + snapcraftctl stage 21:32:02 Staging version 21:32:02 + snapcraftctl stage 21:32:03 Priming config-common 21:32:03 + snapcraftctl prime 21:32:05 Priming go-build-helper 21:32:05 + snapcraftctl prime 21:32:06 Priming static-packages 21:32:06 + snapcraftctl prime 21:32:08 Priming go115 21:32:08 + snapcraftctl prime 21:32:09 Priming edgex-go 21:32:09 + snapcraftctl prime 21:32:10 Priming version 21:32:10 + snapcraftctl prime 21:32:12 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:32:39  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:32:39 ---> 26ddfa791392 21:32:39 Step 3/21 : WORKDIR /edgex-go 21:32:39 ---> Using cache 21:32:39 ---> 731302d97868 21:32:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:39 ---> Using cache 21:32:39 ---> 483de5043a13 21:32:39 Step 5/21 : RUN apk add --update --no-cache make git 21:32:39 ---> Using cache 21:32:39 ---> 6523fd79e346 21:32:39 Step 6/21 : COPY go.mod . 21:32:39 ---> Using cache 21:32:39 ---> e82b8d4a56b7 21:32:39 Step 7/21 : RUN go mod download 21:32:39 ---> Using cache 21:32:39 ---> f09deb12d41b 21:32:39 Step 8/21 : COPY . . 21:32:39 ---> Using cache 21:32:39 ---> e38e9525be9c 21:32:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:32:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:32:39 ---> 26ddfa791392 21:32:39 Step 3/26 : WORKDIR /edgex-go 21:32:39 ---> Using cache 21:32:39 ---> 731302d97868 21:32:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:39 ---> Using cache 21:32:39 ---> 483de5043a13 21:32:39 Step 5/26 : RUN apk add --update --no-cache make bash git 21:32:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:32:40 ---> 26ddfa791392 21:32:40 Step 3/24 : WORKDIR /edgex-go 21:32:40 ---> Using cache 21:32:40 ---> 731302d97868 21:32:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:40 ---> Using cache 21:32:40 ---> 483de5043a13 21:32:40 Step 5/24 : RUN apk add --update --no-cache make git 21:32:40 ---> Using cache 21:32:40 ---> 6523fd79e346 21:32:40 Step 6/24 : COPY go.mod . 21:32:40 ---> Using cache 21:32:40 ---> e82b8d4a56b7 21:32:40 Step 7/24 : RUN go mod download 21:32:40 ---> Using cache 21:32:40 ---> f09deb12d41b 21:32:40 Step 8/24 : COPY . . 21:32:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:32:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:32:40 ---> 26ddfa791392 21:32:40 Step 3/23 : WORKDIR /edgex-go 21:32:40 ---> Using cache 21:32:40 ---> 731302d97868 21:32:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:40 ---> Using cache 21:32:40 ---> 483de5043a13 21:32:40 Step 5/23 : RUN apk add --update --no-cache make git 21:32:40 ---> Using cache 21:32:40 ---> 6523fd79e346 21:32:40 Step 6/23 : COPY go.mod . 21:32:40 ---> Using cache 21:32:40 ---> e82b8d4a56b7 21:32:40 Step 7/23 : RUN go mod download 21:32:40 ---> Using cache 21:32:40 ---> f09deb12d41b 21:32:40 Step 8/23 : COPY . . 21:32:40 ---> Using cache 21:32:40 ---> e38e9525be9c 21:32:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:32:40 ---> Using cache 21:32:40 ---> e38e9525be9c 21:32:40 Step 9/23 : RUN make cmd/core-command/core-command 21:32:43 ---> Running in 013e66c10771 21:32:43 ---> Running in 2adae2a3d40f 21:32:43 ---> Running in 7d0fb4f5ae96 21:32:43 ---> Running in 701b7bfda591 21:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32: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 21:32:45 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 21:32:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:46 OK: 217 MiB in 51 packages 21:32:48 Removing intermediate container 7d0fb4f5ae96 21:32:48 ---> fc66c33734f7 21:32:48 Step 6/26 : COPY go.mod . 21:32:50 ---> fac6c9c85294 21:32:50 Step 7/26 : RUN go mod download 21:32:50 ---> Running in f8def3b9eee3 21:32:54 Removing intermediate container f8def3b9eee3 21:32:54 ---> 12a95dbce043 21:32:54 Step 8/26 : COPY . . 21:33:13 ---> e9d7b570647b 21:33:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:33:13 ---> Running in b9b7b3348599 21:33: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 21:33:46 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 21:33: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 21:33:59 Removing intermediate container 013e66c10771 21:33:59 ---> 813dba83a7b3 21:33:59 21:33:59 Step 10/24 : FROM alpine:3.12 21:33:59 ---> afeebe901d6b 21:33:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:33:59 ---> Running in 6b78f101b8fb 21:34:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:01 (1/5) Installing ca-certificates (20191127-r4) 21:34:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:34:01 (3/5) Installing libcurl (7.69.1-r3) 21:34:01 (4/5) Installing curl (7.69.1-r3) 21:34:01 (5/5) Installing dumb-init (1.2.2-r1) 21:34:01 Executing busybox-1.31.1-r19.trigger 21:34:01 Executing ca-certificates-20191127-r4.trigger 21:34:02 OK: 7 MiB in 19 packages 21:34:02 Removing intermediate container 701b7bfda591 21:34:02 ---> 036dbe1a0bb3 21:34:02 21:34:02 Step 10/21 : FROM alpine:3.12 21:34:02 ---> afeebe901d6b 21:34:02 Step 11/21 : RUN apk add --update --no-cache curl 21:34:03 ---> Running in 8f08daf9d5a2 21:34:05 Removing intermediate container 6b78f101b8fb 21:34:05 ---> 794e8e6faf01 21:34:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:34:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:05 ---> Running in e11bdb35feb9 21:34:06 (1/4) Installing ca-certificates (20191127-r4) 21:34:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:34:06 (3/4) Installing libcurl (7.69.1-r3) 21:34:06 (4/4) Installing curl (7.69.1-r3) 21:34:06 Executing busybox-1.31.1-r19.trigger 21:34:06 Executing ca-certificates-20191127-r4.trigger 21:34:07 OK: 7 MiB in 18 packages 21:34:07 Removing intermediate container e11bdb35feb9 21:34:07 ---> 412a69d13050 21:34:07 Step 13/24 : WORKDIR / 21:34:07 ---> Running in 0b5b5cf8c8ff 21:34:08 Removing intermediate container 2adae2a3d40f 21:34:08 ---> 3fe3c0b125b3 21:34:08 21:34:08 Step 10/23 : FROM alpine:3.12 21:34:08 ---> afeebe901d6b 21:34:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:34:08 ---> Using cache 21:34:08 ---> 66056f5057ea 21:34:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:34:08 ---> Using cache 21:34:08 ---> 14219243ab87 21:34:08 Step 13/23 : ENV APP_PORT=48082 21:34:08 Removing intermediate container 0b5b5cf8c8ff 21:34:08 ---> 88a473d6cb98 21:34:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:34:08 ---> Running in 47fc558db580 21:34:09 Removing intermediate container 8f08daf9d5a2 21:34:09 ---> 8d969b28b015 21:34:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:34:09 Removing intermediate container 47fc558db580 21:34:09 ---> 8edecbf9e73f 21:34:09 Step 14/23 : EXPOSE $APP_PORT 21:34:09 ---> Running in 077dda9559e7 21:34:09 ---> Running in dc4a6dc206e2 21:34:10 ---> c6b2ded6bf21 21:34:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:34:10 Removing intermediate container 077dda9559e7 21:34:10 ---> ce1d29ee5750 21:34:10 Step 13/21 : WORKDIR /edgex 21:34:10 Removing intermediate container dc4a6dc206e2 21:34:10 ---> 797ef7062b31 21:34:10 Step 15/23 : WORKDIR / 21:34:10 ---> Running in cf70d6e0dc1b 21:34:10 ---> Running in cd2b7c9546cf 21:34:11 Removing intermediate container cf70d6e0dc1b 21:34:11 ---> 0c24a0b89a14 21:34:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:34:11 ---> 9e1f3695d933 21:34:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:34:11 Removing intermediate container cd2b7c9546cf 21:34:11 ---> 67057182a6c9 21:34:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:34:12 ---> b05f1e08be81 21:34:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:34:12 ---> 7b84e646a37c 21:34:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:34:12 ---> 79e3673da0d1 21:34:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:34:14 ---> 2ea94892f4f4 21:34:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:34:14 ---> d5fc5f13934e 21:34:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:34:14 ---> f6dbdf5b3291 21:34:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:34:16 ---> ecdb92e99442 21:34:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:34:16 ---> Running in 38e11ac9955d 21:34:16 ---> f36e81501b64 21:34:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:34:16 ---> 5751664862c0 21:34:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:34:16 ---> Running in 4c7535b9c87e 21:34:16 Removing intermediate container b9b7b3348599 21:34:16 ---> 243141c15fe1 21:34:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:34:16 ---> Running in f31b3d9bc482 21:34:16 Removing intermediate container 38e11ac9955d 21:34:16 ---> 4bfd790718c0 21:34:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:34:17 Removing intermediate container 4c7535b9c87e 21:34:17 ---> ee41f7f9b1e4 21:34:17 Step 18/21 : CMD ["--init=true"] 21:34:17 ---> Running in 3eb67c9c7002 21:34:17 ---> 7f9d2c3087f2 21:34:17 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/ 21:34:17 ---> Running in 6484ff527875 21:34:17 ---> Running in b8b0aa32bf2c 21:34:17 Removing intermediate container 3eb67c9c7002 21:34:17 ---> 5fe2fddf222d 21:34:17 Step 21/23 : LABEL arch=arm64 21:34:18 ---> Running in 260afe07e82c 21:34:18 Removing intermediate container 6484ff527875 21:34:18 ---> 40ab52ee3620 21:34:18 Step 19/21 : LABEL arch=arm64 21:34:18 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 21:34:18 ---> Running in b8a8dcdc4514 21:34:18 Removing intermediate container 260afe07e82c 21:34:18 ---> ef759d177b06 21:34:18 Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:34:18 Removing intermediate container b8a8dcdc4514 21:34:18 ---> 04776c5d96d5 21:34:18 Step 20/21 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:34:19 ---> Running in 88c496813704 21:34:19 ---> Running in 07f76a240f1e 21:34:19 Removing intermediate container 88c496813704 21:34:19 ---> 9426df96c12a 21:34:19 Step 23/23 : LABEL version=0.0.0 21:34:20 ---> Running in 5ad9e32bca96 21:34:20 Removing intermediate container 07f76a240f1e 21:34:20 ---> 457a7965862d 21:34:20 Step 21/21 : LABEL version=0.0.0 21:34:20 ---> Running in c608181ae8e7 21:34:20 Removing intermediate container 5ad9e32bca96 21:34:20 ---> 1a45c55b9670 21:34:20 21:34:20 Removing intermediate container b8b0aa32bf2c 21:34:20 ---> e2c7bcf5e998 21:34:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:34:20 Removing intermediate container c608181ae8e7 21:34:20 ---> 24bf77a6095e 21:34:20 21:34:21 ---> Running in 0c58a994e48e 21:34:21 Successfully built 1a45c55b9670 21:34:21 Successfully tagged docker-core-command-go-arm64:latest 21:34:21  Building docker-core-command-go ... done Successfully built 24bf77a6095e 21:34:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:34:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 0c58a994e48e 21:34:21 ---> 5128ef38a9ab 21:34:21 Step 22/24 : LABEL arch=arm64 21:34:21 ---> Running in d21755a49bf2 21:34:21 Removing intermediate container f31b3d9bc482 21:34:21 ---> 6611f638a7de 21:34:21 21:34:21 Step 11/26 : FROM docker:20.10.0 21:34:21 20.10.0: Pulling from library/docker 21:34:22 Removing intermediate container d21755a49bf2 21:34:22 ---> 8b9de044a4f9 21:34:22 Step 23/24 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:34:22 ---> Running in 86aa22852315 21:34:23 Removing intermediate container 86aa22852315 21:34:23 ---> 46674765fb31 21:34:23 Step 24/24 : LABEL version=0.0.0 21:34:23 ---> Running in 8c68adc46e94 21:34:24 Removing intermediate container 8c68adc46e94 21:34:24 ---> e999bafa248a 21:34:24 21:34:24 Successfully built e999bafa248a 21:34:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:34:29  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:34:29 Status: Downloaded newer image for docker:20.10.0 21:34:29 ---> eeaf43b92773 21:34:29 Step 12/26 : RUN apk add --no-cache bash 21:34:30 ---> Running in 2c6dc7724fb1 21:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:32 (1/2) Installing readline (8.0.4-r0) 21:34:32 (2/2) Installing bash (5.0.17-r0) 21:34:32 Executing bash-5.0.17-r0.post-install 21:34:32 Executing busybox-1.31.1-r19.trigger 21:34:32 OK: 12 MiB in 22 packages 21:34:33 Removing intermediate container 2c6dc7724fb1 21:34:33 ---> af38d450fc05 21:34:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:34:33 ---> Running in 05a8c2ab9752 21:34:34 Removing intermediate container 05a8c2ab9752 21:34:34 ---> 0c1fcbe62a43 21:34:34 Step 14/26 : ENV APP_PORT=48090 21:34:34 ---> Running in 7df9e3eabefc 21:34:35 Removing intermediate container 7df9e3eabefc 21:34:35 ---> 48a2ea3c7d7f 21:34:35 Step 15/26 : EXPOSE $APP_PORT 21:34:35 ---> Running in c33a2c41ed1a 21:34:35 Removing intermediate container c33a2c41ed1a 21:34:35 ---> e4071d45f81a 21:34:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:34:36 ---> 1f413c16b237 21:34:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:34:37 ---> ede87d1a4abf 21:34:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:34:38 ---> 73f74ee6b9bc 21:34:38 Step 19/26 : RUN apk --no-cache add py3-pip 21:34:38 ---> Running in 48b2bbc7fe47 21:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:40 (1/33) Installing libbz2 (1.0.8-r1) 21:34:40 (2/33) Installing expat (2.2.9-r1) 21:34:40 (3/33) Installing libffi (3.3-r2) 21:34:40 (4/33) Installing gdbm (1.13-r1) 21:34:40 (5/33) Installing xz-libs (5.2.5-r0) 21:34:40 (6/33) Installing sqlite-libs (3.32.1-r0) 21:34:40 (7/33) Installing python3 (3.8.5-r0) 21:34:42 (8/33) Installing py3-appdirs (1.4.4-r1) 21:34:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:34:42 (10/33) Installing py3-parsing (2.4.7-r0) 21:34:42 (11/33) Installing py3-six (1.15.0-r0) 21:34:42 (12/33) Installing py3-packaging (20.4-r0) 21:34:42 (13/33) Installing py3-setuptools (47.0.0-r0) 21:34:42 (14/33) Installing py3-chardet (3.0.4-r4) 21:34:42 (15/33) Installing py3-idna (2.9-r0) 21:34:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:34:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:34:42 (18/33) Installing py3-requests (2.23.0-r0) 21:34:43 (19/33) Installing py3-msgpack (1.0.0-r0) 21:34:43 (20/33) Installing py3-lockfile (0.12.2-r3) 21:34:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:34:43 (22/33) Installing py3-colorama (0.4.3-r0) 21:34:43 (23/33) Installing py3-distlib (0.3.0-r0) 21:34:43 (24/33) Installing py3-distro (1.5.0-r1) 21:34:43 (25/33) Installing py3-webencodings (0.5.1-r3) 21:34:43 (26/33) Installing py3-html5lib (1.0.1-r4) 21:34:43 (27/33) Installing py3-pytoml (0.1.21-r0) 21:34:43 (28/33) Installing py3-pep517 (0.8.2-r0) 21:34:43 (29/33) Installing py3-progress (1.5-r0) 21:34:43 (30/33) Installing py3-toml (0.10.1-r0) 21:34:43 (31/33) Installing py3-retrying (1.3.3-r0) 21:34:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:34:43 (33/33) Installing py3-pip (20.1.1-r0) 21:34:43 Executing busybox-1.31.1-r19.trigger 21:34:43 OK: 71 MiB in 55 packages 21:34:50 Removing intermediate container 48b2bbc7fe47 21:34:50 ---> 022bbb14d0f2 21:34:50 Step 20/26 : RUN pip install docker-compose==1.23.2 21:34:50 ---> Running in ed73fefe6950 21:34:54 Collecting docker-compose==1.23.2 21:34:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:34:54 Collecting cached-property<2,>=1.2.0 21:34:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:34:55 Collecting docker<4.0,>=3.6.0 21:34:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:34:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:34:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:34:57 Collecting dockerpty<0.5,>=0.4.1 21:34:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:34:59 Collecting docopt<0.7,>=0.6.1 21:34:59 Downloading docopt-0.6.2.tar.gz (25 kB) 21:35:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:35:01 Collecting PyYAML<4,>=3.10 21:35:01 Downloading PyYAML-3.13.tar.gz (270 kB) 21:35:04 Collecting jsonschema<3,>=2.5.1 21:35:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:35:04 Collecting websocket-client<1.0,>=0.32.0 21:35:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:35:05 Collecting texttable<0.10,>=0.9.0 21:35:05 Downloading texttable-0.9.1.tar.gz (11 kB) 21:35:07 Collecting docker-pycreds>=0.4.0 21:35:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:35:07 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) 21:35:07 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) 21:35:07 Collecting urllib3<1.25,>=1.21.1 21:35:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:35:08 Collecting idna<2.8,>=2.5 21:35:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:35:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:35:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:35:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:35:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:35:09 Installing collected packages: cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, texttable, docker-compose 21:35:09 Attempting uninstall: urllib3 21:35:09 Found existing installation: urllib3 1.25.9 21:35:09 Uninstalling urllib3-1.25.9: 21:35:09 Successfully uninstalled urllib3-1.25.9 21:35:09 Attempting uninstall: idna 21:35:09 Found existing installation: idna 2.9 21:35:09 Uninstalling idna-2.9: 21:35:09 Successfully uninstalled idna-2.9 21:35:10 Attempting uninstall: requests 21:35:10 Found existing installation: requests 2.23.0 21:35:10 Uninstalling requests-2.23.0: 21:35:10 Successfully uninstalled requests-2.23.0 21:35:11 Running setup.py install for dockerpty: started 21:35:13 Running setup.py install for dockerpty: finished with status 'done' 21:35:13 Running setup.py install for docopt: started 21:35:15 Running setup.py install for docopt: finished with status 'done' 21:35:15 Running setup.py install for PyYAML: started 21:35:17 Running setup.py install for PyYAML: finished with status 'done' 21:35:17 Running setup.py install for texttable: started 21:35:19 Running setup.py install for texttable: finished with status 'done' 21:35:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 21:35:24 Removing intermediate container ed73fefe6950 21:35:24 ---> b402a3061b53 21:35:24 Step 21/26 : RUN apk --no-cache add curl 21:35:24 ---> Running in 6026088a0b21 21:35:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:35:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:35:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:35:26 (2/3) Installing libcurl (7.69.1-r3) 21:35:26 (3/3) Installing curl (7.69.1-r3) 21:35:26 Executing busybox-1.31.1-r19.trigger 21:35:26 OK: 71 MiB in 58 packages 21:35:27 Removing intermediate container 6026088a0b21 21:35:27 ---> 8ec37ffcb14c 21:35:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:35:27 ---> Running in 7d40eedfa5e5 21:35:28 Removing intermediate container 7d40eedfa5e5 21:35:28 ---> 1b0df6fe84b2 21:35:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:35:28 ---> Running in 54b52c53fcd9 21:35:28 Removing intermediate container 54b52c53fcd9 21:35:28 ---> a8eaf86e4e96 21:35:28 Step 24/26 : LABEL arch=arm64 21:35:28 ---> Running in fdf512ae59ca 21:35:29 Removing intermediate container fdf512ae59ca 21:35:29 ---> 55ab234428aa 21:35:29 Step 25/26 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 21:35:29 ---> Running in ddc8acfc484e 21:35:30 Removing intermediate container ddc8acfc484e 21:35:30 ---> 36a42e6bb771 21:35:30 Step 26/26 : LABEL version=0.0.0 21:35:30 ---> Running in 417c1882730b 21:35:30 Removing intermediate container 417c1882730b 21:35:30 ---> 8c788456c479 21:35:30 21:35:31 Successfully built 8c788456c479 21:35:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:35:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:35:31 $ docker stop --time=1 c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 21:35:33 $ docker rm -f c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 [Pipeline] // withDockerContainer [Pipeline] sh 21:35:34 + + docker imagesgrep 21:35:34 docker 21:35:34 docker-sys-mgmt-agent-go-arm64 latest 8c788456c479 4 seconds ago 300MB 21:35:34 docker-security-secretstore-setup-go-arm64 latest e999bafa248a About a minute ago 23.4MB 21:35:34 docker-core-command-go-arm64 latest 1a45c55b9670 About a minute ago 16MB 21:35:34 docker-security-proxy-setup-go-arm64 latest 24bf77a6095e About a minute ago 23.2MB 21:35:34 docker-core-data-go-arm64 latest fbbcdd72a5ef 3 minutes ago 21MB 21:35:34 docker-core-metadata-go-arm64 latest 4c1d2fc2a867 3 minutes ago 17.8MB 21:35:34 docker-support-notifications-go-arm64 latest 69b1324f7585 3 minutes ago 16.7MB 21:35:34 docker-security-bootstrapper-go-arm64 latest 8b289a9f5e17 3 minutes ago 17MB 21:35:34 docker-support-scheduler-go-arm64 latest 552520e48e31 3 minutes ago 16.1MB 21:35:34 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 [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 21:35:36 provisioning config files... 21:35:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3959111016560782347tmp [Pipeline] { [Pipeline] sh 21:35:37 + set +x 21:35:37 + bash -s -- 21:35:37 + curl -s https://codecov.io/bash 21:35:37 21:35:37 _____ _ 21:35:37 / ____| | | 21:35:37 | | ___ __| | ___ ___ _____ __ 21:35:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:35:37 | |___| (_) | (_| | __/ (_| (_) \ V / 21:35:37 \_____\___/ \__,_|\___|\___\___/ \_/ 21:35:37 Bash-20210129-7c25fce 21:35:37 21:35:37 21:35:37 ==> git version 2.24.3 found 21:35:37 ==> 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 21:35:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:35:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:35:37 ==> Jenkins CI detected. 21:35:37 project root: . 21:35:37 --> token set from env 21:35:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:35:38 ==> Running gcov in . (disable via -X gcov) 21:35:38 ==> Python coveragepy not found 21:35:38 ==> Searching for coverage reports in: 21:35:38 + . 21:35:38 -> Found 1 reports 21:35:38 ==> Detecting git/mercurial file structure 21:35:38 ==> Reading reports 21:35:38 + ./coverage.out bytes=595676 21:35:38 ==> Appending adjustments 21:35:38 https://docs.codecov.io/docs/fixing-reports 21:35:41 + Found adjustments 21:35:41 ==> Gzipping contents 21:35:41 88K /tmp/codecov.TeRbeq.gz 21:35:41 ==> Uploading reports 21:35:41 url: https://codecov.io 21:35:41 query: branch=PR-3162&commit=708f8d63efe7062e5341fd95bcd0cd78e38a44e5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3162%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3162&job=&cmd_args= 21:35:41 -> Pinging Codecov 21:35:41 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3162&commit=708f8d63efe7062e5341fd95bcd0cd78e38a44e5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3162%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3162&job=&cmd_args= 21:35:41 -> Uploading to 21:35:41 https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/708f8d63efe7062e5341fd95bcd0cd78e38a44e5/75087235-538e-4a3e-b8e7-e4377d76f872.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T213541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45aba2f0ad212f2f16ce4bf54f25352634a27b57c90b5de7d46ac47c0e13ddcb 21:35:41 % Total % Received % Xferd Average Speed Time Time Time Current 21:35:41 Dload Upload Total Spent Left Speed 21:35:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89405 0 0 100 89405 0 178k --:--:-- --:--:-- --:--:-- 178k 21:35:42 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [Pipeline] } 21:35:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:35:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:35:45 ---> package-listing.sh 21:35:45 ++ facter osfamily 21:35:45 ++ tr '[:upper:]' '[:lower:]' 21:35:45 + OS_FAMILY=redhat 21:35:45 + workspace=/w/workspace/edgex-go/3 21:35:45 + START_PACKAGES=/tmp/packages_start.txt 21:35:45 + END_PACKAGES=/tmp/packages_end.txt 21:35:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:35:45 + PACKAGES=/tmp/packages_start.txt 21:35:45 + '[' /w/workspace/edgex-go/3 ']' 21:35:45 + PACKAGES=/tmp/packages_end.txt 21:35:45 + case "${OS_FAMILY}" in 21:35:45 + rpm -qa 21:35:45 + sort 21:35:51 + '[' -f /tmp/packages_start.txt ']' 21:35:51 + '[' -f /tmp/packages_end.txt ']' 21:35:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:35:51 + '[' /w/workspace/edgex-go/3 ']' 21:35:51 + mkdir -p /w/workspace/edgex-go/3/archives/ 21:35:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 21:35:51 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:35:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:51 21:35:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:35:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:35:52 alpine: Pulling from edgex-lftools-log-publisher 21:35:52 df20fa9351a1: Pulling fs layer 21:35:52 36b3adc4ff6f: Pulling fs layer 21:35:52 8ad3a11d3b57: Pulling fs layer 21:35:52 46f8f816bc3b: Pulling fs layer 21:35:52 93b61091891f: Pulling fs layer 21:35:52 93b9cdb0e59b: Pulling fs layer 21:35:52 5e14af77c1be: Pulling fs layer 21:35:52 01666e4c0597: Pulling fs layer 21:35:52 aa168da1d23b: Pulling fs layer 21:35:52 93b9cdb0e59b: Waiting 21:35:52 aa168da1d23b: Waiting 21:35:52 01666e4c0597: Waiting 21:35:52 5e14af77c1be: Waiting 21:35:52 93b61091891f: Waiting 21:35:52 46f8f816bc3b: Waiting 21:35:52 36b3adc4ff6f: Download complete 21:35:52 46f8f816bc3b: Download complete 21:35:52 df20fa9351a1: Download complete 21:35:52 93b9cdb0e59b: Verifying Checksum 21:35:52 93b9cdb0e59b: Download complete 21:35:52 5e14af77c1be: Verifying Checksum 21:35:52 5e14af77c1be: Download complete 21:35:52 93b61091891f: Verifying Checksum 21:35:52 93b61091891f: Download complete 21:35:52 01666e4c0597: Verifying Checksum 21:35:52 01666e4c0597: Download complete 21:35:52 8ad3a11d3b57: Verifying Checksum 21:35:52 8ad3a11d3b57: Download complete 21:35:52 df20fa9351a1: Pull complete 21:35:53 36b3adc4ff6f: Pull complete 21:35:54 8ad3a11d3b57: Pull complete 21:35:54 46f8f816bc3b: Pull complete 21:35:55 aa168da1d23b: Verifying Checksum 21:35:55 aa168da1d23b: Download complete 21:35:57 93b61091891f: Pull complete 21:35:58 93b9cdb0e59b: Pull complete 21:35:58 5e14af77c1be: Pull complete 21:35:58 01666e4c0597: Pull complete 21:36:06 aa168da1d23b: Pull complete 21:36:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:36:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:36:07 prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container 21:36:07 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat 21:36:11 $ docker top 2a184f9f92e6f400eb4f283a2a3339b79771857803365fb066c2966dcb20c1f7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:36:12 + touch /tmp/pre-build-complete [Pipeline] sh 21:36:12 + mkdir -p /var/log/sa [Pipeline] sh 21:36:13 + ls /var/log/sa-host 21:36:13 + sadf -c /var/log/sa-host/sa11 21:36:13 file_magic: OK 21:36:13 HZ: Using current value: 100 21:36:13 file_header: OK 21:36:13 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 21:36:13 Statistics: 21:36:13 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... 21:36:13 File successfully converted to sysstat format version 12.2.1 21:36:13 + sadf -c /var/log/sa-host/sa23 21:36:13 file_magic: OK 21:36:13 HZ: Using current value: 100 21:36:13 file_header: OK 21:36:13 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 21:36:13 Statistics: 21:36:13 Hnuu...uuuununununu... 21:36:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:36:13 provisioning config files... 21:36:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2729822750453426439tmp [Pipeline] { [Pipeline] echo 21:36:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:36:14 ---> create-netrc.sh [Pipeline] } 21:36:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:36:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:36:14 ---> python-tools-install.sh [Pipeline] echo 21:36:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:36:15 ---> sudo-logs.sh 21:36:15 Archiving 'sudo' log.. [Pipeline] echo 21:36:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:36:15 ---> job-cost.sh 21:36:15 lf-activate-venv: SKIPPING 21:36:15 INFO: No Stack... 21:36:16 INFO: Retrieving Pricing Info for: v1-standard-2 21:36:16 INFO: Archiving Costs [Pipeline] echo 21:36:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:36:17 ---> logs-deploy.sh 21:36:17 lf-activate-venv: SKIPPING 21:36:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3162/3 21:36:17 INFO: archiving workspace using pattern(s): 21:36:19 Archives upload complete. 21:36:19 INFO: archiving logs to Nexus 21:36:20 ---> uname -a: 21:36:20 Linux prd-centos7-docker-4c-2g-26122.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:36:20 21:36:20 21:36:20 ---> lscpu: 21:36:20 Architecture: x86_64 21:36:20 CPU op-mode(s): 32-bit, 64-bit 21:36:20 Byte Order: Little Endian 21:36:20 Address sizes: 40 bits physical, 48 bits virtual 21:36:20 CPU(s): 4 21:36:20 On-line CPU(s) list: 0-3 21:36:20 Thread(s) per core: 1 21:36:20 Core(s) per socket: 1 21:36:20 Socket(s): 4 21:36:20 NUMA node(s): 1 21:36:20 Vendor ID: GenuineIntel 21:36:20 CPU family: 6 21:36:20 Model: 44 21:36:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:36:20 Stepping: 1 21:36:20 CPU MHz: 2933.436 21:36:20 BogoMIPS: 5866.87 21:36:20 Virtualization: VT-x 21:36:20 Hypervisor vendor: KVM 21:36:20 Virtualization type: full 21:36:20 L1d cache: 128 KiB 21:36:20 L1i cache: 128 KiB 21:36:20 L2 cache: 16 MiB 21:36:20 L3 cache: 64 MiB 21:36:20 NUMA node0 CPU(s): 0-3 21:36:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:36:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:36:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:36:20 Vulnerability Meltdown: Mitigation; PTI 21:36:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:36:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:36:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:36:20 Vulnerability Srbds: Not affected 21:36:20 Vulnerability Tsx async abort: Not affected 21:36:20 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 21:36:20 21:36:20 21:36:20 ---> nproc: 21:36:20 4 21:36:20 21:36:20 21:36:20 ---> df -h: 21:36:20 Filesystem Size Used Available Use% Mounted on 21:36:20 overlay 50.0G 11.7G 38.3G 23% / 21:36:20 tmpfs 64.0M 0 64.0M 0% /dev 21:36:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:36:20 shm 64.0M 0 64.0M 0% /dev/shm 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3 21:36:20 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3@tmp 21:36:20 21:36:20 21:36:20 ---> free -m: 21:36:20 total used free shared buff/cache available 21:36:20 Mem: 1837 720 275 0 841 1033 21:36:20 Swap: 1023 56 967 21:36:20 21:36:20 21:36:20 ---> ip addr: 21:36:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:36:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:36:20 inet 127.0.0.1/8 scope host lo 21:36:20 valid_lft forever preferred_lft forever 21:36:20 inet6 ::1/128 scope host 21:36:20 valid_lft forever preferred_lft forever 21:36:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:36:20 link/ether fa:16:3e:58:a8:97 brd ff:ff:ff:ff:ff:ff 21:36:20 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 21:36:20 valid_lft 85192sec preferred_lft 85192sec 21:36:20 inet6 fe80::f816:3eff:fe58:a897/64 scope link 21:36:20 valid_lft forever preferred_lft forever 21:36:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:36:20 link/ether 02:42:c8:d0:01:75 brd ff:ff:ff:ff:ff:ff 21:36:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:36:20 valid_lft forever preferred_lft forever 21:36:20 inet6 fe80::42:c8ff:fed0:175/64 scope link 21:36:20 valid_lft forever preferred_lft forever 21:36:20 21:36:20 21:36:20 ---> sar -b -r -n DEV: 21:36:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 21:36:20 21:36:20 21:16:01 LINUX RESTART (4 CPU) 21:36:20 21:36:20 21:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:36:20 21:18:01 202.40 77.78 124.62 0.00 7115.50 48806.10 0.00 21:36:20 21:19:01 247.17 90.80 156.37 0.00 3273.72 19577.80 0.00 21:36:20 21:20:01 142.12 61.67 80.45 0.00 2150.59 10711.38 0.00 21:36:20 21:21:01 139.25 38.99 100.27 0.00 2894.91 24528.12 0.00 21:36:20 21:22:03 2079.82 1750.94 328.88 0.00 152135.15 207027.23 0.00 21:36:20 21:23:01 1289.99 1053.78 236.20 0.00 92924.61 98894.13 0.00 21:36:20 21:24:03 1557.64 1187.00 370.64 0.00 99370.56 143364.41 0.00 21:36:20 21:25:01 2016.71 1723.93 292.78 0.00 118157.83 128612.15 0.00 21:36:20 21:26:01 226.93 28.12 198.80 0.00 3928.91 29144.18 0.00 21:36:20 21:27:01 7.08 0.53 6.54 0.00 19.58 217.50 0.00 21:36:20 21:28:02 0.35 0.05 0.30 0.00 0.40 3.76 0.00 21:36:20 21:29:01 0.22 0.02 0.20 0.00 0.14 2.90 0.00 21:36:20 21:30:01 0.33 0.15 0.18 0.00 1.33 2.05 0.00 21:36:20 21:31:01 0.45 0.18 0.27 0.00 8.13 3.80 0.00 21:36:20 21:32:01 2.08 1.30 0.78 0.00 40.76 15.07 0.00 21:36:20 21:33:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 21:36:20 21:34:01 0.28 0.02 0.27 0.00 0.53 2.75 0.00 21:36:20 21:35:01 0.27 0.02 0.25 0.00 0.53 3.80 0.00 21:36:20 21:36:01 108.56 72.87 35.68 0.00 6793.70 6765.35 0.00 21:36:20 Average: 422.61 320.54 102.07 0.00 25775.30 37945.29 0.00 21:36:20 21:36:20 21:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:36:20 21:18:01 99104 0 677248 35.99 2372 1102820 1333268 45.50 531692 1004528 8 21:36:20 21:19:01 73604 0 950368 50.51 908 856664 1785656 60.94 766892 759840 29900 21:36:20 21:20:01 305664 0 747188 39.71 640 828052 1323788 45.18 567784 718708 48724 21:36:20 21:21:01 164984 0 763224 40.56 476 952860 1759856 60.06 601624 825772 0 21:36:20 21:22:03 66304 0 849188 45.13 0 966052 2355060 80.37 741496 847896 3932 21:36:20 21:23:01 304692 0 1004892 53.41 0 571960 3581584 122.23 610228 693856 53444 21:36:20 21:24:03 76060 0 725132 38.54 0 1080352 1760104 60.07 649844 938176 82236 21:36:20 21:25:01 113308 0 870140 46.25 0 898096 2574364 87.86 785928 731228 80076 21:36:20 21:26:01 111320 0 652796 34.69 0 1117428 1213928 41.43 549368 962492 20 21:36:20 21:27:01 115976 0 647616 34.42 0 1117952 1191240 40.66 547464 962680 16 21:36:20 21:28:02 116112 0 647476 34.41 0 1117956 1191276 40.66 547548 962696 12 21:36:20 21:29:01 117196 0 646380 34.35 0 1117968 1181988 40.34 546756 962444 8 21:36:20 21:30:01 117584 0 645984 34.33 0 1117976 1181988 40.34 546920 962460 8 21:36:20 21:31:01 116508 0 646868 34.38 0 1118168 1182500 40.36 547048 962652 8 21:36:20 21:32:01 115272 0 647612 34.42 0 1118660 1182124 40.34 547256 963160 8 21:36:20 21:33:01 115996 0 646876 34.38 0 1118672 1182052 40.34 547024 963160 8 21:36:20 21:34:01 115980 0 646888 34.38 0 1118676 1182052 40.34 546900 963176 8 21:36:20 21:35:01 115240 0 647636 34.42 0 1118668 1182100 40.34 547144 963176 8 21:36:20 21:36:01 79732 0 729832 38.79 0 1071980 1609460 54.93 702456 824156 147140 21:36:20 Average: 128455 0 725965 38.58 231 1026893 1576547 53.80 601651 893277 23451 21:36:20 21:36:20 21:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:36:20 21:18:01 eth0 1212.08 1187.82 6204.85 138.69 0.00 0.00 0.00 0.00 21:36:20 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:18:01 docker0 892.91 862.09 72.54 3042.60 0.00 0.00 0.00 0.00 21:36:20 21:19:01 eth0 151.40 111.92 504.30 20.17 0.00 0.00 0.00 0.00 21:36:20 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:19:01 veth6402618 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:19:01 docker0 94.40 120.97 7.36 476.92 0.00 0.00 0.00 0.00 21:36:20 21:20:01 eth0 30.61 16.42 25.37 19.02 0.00 0.00 0.00 0.00 21:36:20 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:20:01 veth6402618 1.93 1.93 0.15 0.16 0.00 0.00 0.00 0.00 21:36:20 21:20:01 docker0 1.93 1.93 0.13 0.16 0.00 0.00 0.00 0.00 21:36:20 21:21:01 veth3a2a631 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:21:01 eth0 203.51 160.70 1703.56 26.78 0.00 0.00 0.00 0.00 21:36:20 21:21:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:22:03 eth0 83.58 67.74 167.28 63.25 0.00 0.00 0.00 0.00 21:36:20 21:22:03 vethb01adc2 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 21:36:20 21:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:22:03 docker0 1000.24 1001.77 80.33 3584.08 0.00 0.00 0.00 0.00 21:36:20 21:23:01 veth727c617 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:23:01 vethb0a1f54 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:23:01 eth0 18.32 12.86 10.48 22.23 0.00 0.00 0.00 0.00 21:36:20 21:23:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:24:03 vethbecfac1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:24:03 veth882c123 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:24:03 eth0 97.91 50.63 327.74 20.20 0.00 0.00 0.00 0.00 21:36:20 21:24:03 vethb01adc2 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:25:01 veth9ed6b07 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:25:01 vethe2e7236 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:36:20 21:25:01 eth0 48.20 37.06 24.27 77.43 0.00 0.00 0.00 0.00 21:36:20 21:25:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:26:01 eth0 257.50 181.91 1732.82 89.25 0.00 0.00 0.00 0.00 21:36:20 21:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:36:20 21:26:01 docker0 1087.45 1160.23 85.96 4404.77 0.00 0.00 0.00 0.00 21:36:20 21:27:01 eth0 1.00 0.48 0.58 0.10 0.00 0.00 0.00 0.00 21:36:20 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:28:02 eth0 0.55 0.37 0.28 0.20 0.00 0.00 0.00 0.00 21:36:20 21:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:29:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:36:20 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:36:20 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:36:20 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:32:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:36:20 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:36:20 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:35:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:36:20 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:36:01 eth0 203.91 174.63 2166.15 21.27 0.00 0.00 0.00 0.00 21:36:20 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 Average: eth0 121.92 105.71 679.29 26.25 0.00 0.00 0.00 0.00 21:36:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:36:20 Average: docker0 57.30 61.13 4.53 232.09 0.00 0.00 0.00 0.00 21:36:20 21:36:20 21:36:20 ---> sar -P ALL: 21:36:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 21:36:20 21:36:20 21:16:01 LINUX RESTART (4 CPU) 21:36:20 21:36:20 21:17:01 CPU %user %nice %system %iowait %steal %idle 21:36:20 21:18:01 all 16.15 0.00 8.92 2.27 0.12 72.54 21:36:20 21:18:01 0 16.93 0.00 10.62 2.69 0.10 69.66 21:36:20 21:18:01 1 14.58 0.00 8.13 2.04 0.10 75.15 21:36:20 21:18:01 2 16.83 0.00 8.32 1.48 0.15 73.22 21:36:20 21:18:01 3 16.26 0.00 8.61 2.89 0.12 72.12 21:36:20 21:19:01 all 31.96 0.00 10.91 6.19 0.15 50.79 21:36:20 21:19:01 0 31.38 0.00 10.60 7.48 0.21 50.33 21:36:20 21:19:01 1 32.66 0.00 10.51 7.41 0.14 49.28 21:36:20 21:19:01 2 32.30 0.00 11.04 4.47 0.12 52.07 21:36:20 21:19:01 3 31.50 0.00 11.47 5.38 0.14 51.50 21:36:20 21:20:01 all 49.63 0.00 13.29 4.26 0.17 32.66 21:36:20 21:20:01 0 49.05 0.00 13.19 3.00 0.12 34.65 21:36:20 21:20:01 1 50.03 0.00 13.05 2.95 0.17 33.80 21:36:20 21:20:01 2 49.45 0.00 13.37 6.69 0.21 30.27 21:36:20 21:20:01 3 49.98 0.00 13.56 4.41 0.16 31.89 21:36:20 21:21:01 all 31.13 0.00 11.84 3.18 0.17 53.68 21:36:20 21:21:01 0 30.31 0.00 11.51 2.54 0.16 55.48 21:36:20 21:21:01 1 31.56 0.00 11.84 8.10 0.17 48.33 21:36:20 21:21:01 2 29.96 0.00 11.66 0.50 0.16 57.72 21:36:20 21:21:01 3 32.69 0.00 12.34 1.60 0.19 53.19 21:36:20 21:22:03 all 20.33 0.00 30.13 19.34 0.31 29.89 21:36:20 21:22:03 0 18.45 0.00 29.53 19.09 0.33 32.60 21:36:20 21:22:03 1 20.07 0.00 29.71 19.26 0.26 30.70 21:36:20 21:22:03 2 21.15 0.00 30.49 18.56 0.38 29.41 21:36:20 21:22:03 3 21.66 0.00 30.81 20.44 0.28 26.81 21:36:20 21:23:01 all 55.44 0.00 20.91 12.95 0.22 10.48 21:36:20 21:23:01 0 56.02 0.00 19.41 15.08 0.24 9.26 21:36:20 21:23:01 1 55.82 0.00 20.67 12.66 0.18 10.67 21:36:20 21:23:01 2 54.59 0.00 21.65 11.46 0.25 12.05 21:36:20 21:23:01 3 55.32 0.00 21.93 12.62 0.20 9.93 21:36:20 21:24:03 all 22.53 0.00 22.96 26.03 0.26 28.22 21:36:20 21:24:03 0 22.00 0.00 21.51 24.22 0.29 31.98 21:36:20 21:24:03 1 23.35 0.00 23.26 25.99 0.22 27.18 21:36:20 21:24:03 2 22.55 0.00 23.73 25.52 0.33 27.87 21:36:20 21:24:03 3 22.22 0.00 23.37 28.41 0.21 25.79 21:36:20 21:25:01 all 44.70 0.00 23.25 17.51 0.20 14.34 21:36:20 21:25:01 0 43.58 0.00 22.76 19.15 0.26 14.25 21:36:20 21:25:01 1 46.00 0.00 21.92 17.70 0.18 14.20 21:36:20 21:25:01 2 44.26 0.00 24.05 14.95 0.18 16.55 21:36:20 21:25:01 3 44.94 0.00 24.29 18.24 0.18 12.35 21:36:20 21:26:01 all 13.80 0.00 9.59 12.46 0.19 63.97 21:36:20 21:26:01 0 11.60 0.00 9.56 10.71 0.22 67.90 21:36:20 21:26:01 1 15.46 0.00 9.73 17.78 0.15 56.88 21:36:20 21:26:01 2 12.17 0.00 9.04 11.83 0.21 66.76 21:36:20 21:26:01 3 15.98 0.00 10.02 9.52 0.17 64.31 21:36:20 21:27:01 all 0.15 0.00 0.06 0.03 0.00 99.76 21:36:20 21:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:36:20 21:27:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:36:20 21:27:01 2 0.50 0.00 0.08 0.10 0.00 99.32 21:36:20 21:27:01 3 0.03 0.00 0.07 0.02 0.00 99.88 21:36:20 21:28:02 all 0.17 0.00 0.05 0.00 0.00 99.78 21:36:20 21:28:02 0 0.03 0.00 0.03 0.00 0.00 99.93 21:36:20 21:28:02 1 0.08 0.00 0.07 0.00 0.00 99.85 21:36:20 21:28:02 2 0.55 0.00 0.07 0.00 0.02 99.37 21:36:20 21:28:02 3 0.02 0.00 0.03 0.00 0.00 99.95 21:36:20 21:36:20 21:28:02 CPU %user %nice %system %iowait %steal %idle 21:36:20 21:29:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:36:20 21:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:36:20 21:29:01 1 0.10 0.00 0.03 0.00 0.00 99.86 21:36:20 21:29:01 2 0.44 0.00 0.05 0.00 0.00 99.51 21:36:20 21:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:36:20 21:30:01 all 0.20 0.00 0.07 0.01 0.00 99.71 21:36:20 21:30:01 0 0.02 0.00 0.07 0.00 0.00 99.92 21:36:20 21:30:01 1 0.52 0.00 0.03 0.02 0.00 99.43 21:36:20 21:30:01 2 0.10 0.00 0.05 0.02 0.00 99.83 21:36:20 21:30:01 3 0.18 0.00 0.15 0.02 0.00 99.65 21:36:20 21:31:01 all 0.20 0.00 0.03 0.00 0.01 99.76 21:36:20 21:31:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:36:20 21:31:01 1 0.52 0.00 0.02 0.00 0.02 99.45 21:36:20 21:31:01 2 0.08 0.00 0.03 0.00 0.00 99.88 21:36:20 21:31:01 3 0.15 0.00 0.02 0.00 0.00 99.83 21:36:20 21:32:01 all 0.17 0.00 0.05 0.02 0.00 99.77 21:36:20 21:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:36:20 21:32:01 1 0.02 0.00 0.08 0.07 0.00 99.83 21:36:20 21:32:01 2 0.55 0.00 0.03 0.00 0.00 99.42 21:36:20 21:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:36:20 21:33:01 all 0.13 0.00 0.05 0.00 0.00 99.82 21:36:20 21:33:01 0 0.05 0.00 0.07 0.00 0.00 99.88 21:36:20 21:33:01 1 0.10 0.00 0.05 0.00 0.00 99.85 21:36:20 21:33:01 2 0.33 0.00 0.05 0.00 0.00 99.62 21:36:20 21:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:36:20 21:34:01 all 0.04 0.00 0.03 0.00 0.00 99.92 21:36:20 21:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:36:20 21:34:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:36:20 21:34:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:36:20 21:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:36:20 21:35:01 all 0.07 0.00 0.04 0.00 0.00 99.89 21:36:20 21:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:36:20 21:35:01 1 0.17 0.00 0.05 0.00 0.00 99.78 21:36:20 21:35:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:36:20 21:35:01 3 0.02 0.00 0.05 0.00 0.02 99.92 21:36:20 21:36:01 all 4.74 0.00 3.31 3.35 0.06 88.55 21:36:20 21:36:01 0 3.91 0.00 3.29 2.68 0.07 90.05 21:36:20 21:36:01 1 5.52 0.00 3.22 3.94 0.08 87.23 21:36:20 21:36:01 2 3.87 0.00 3.08 2.82 0.03 90.20 21:36:20 21:36:01 3 5.66 0.00 3.64 3.96 0.05 86.70 21:36:20 Average: all 14.90 0.00 7.97 5.52 0.10 71.51 21:36:20 Average: 0 14.48 0.00 7.82 5.47 0.10 72.12 21:36:20 Average: 1 15.18 0.00 7.82 6.06 0.09 70.86 21:36:20 Average: 2 14.81 0.00 8.04 5.06 0.10 71.98 21:36:20 Average: 3 15.14 0.00 8.20 5.49 0.09 71.08 21:36:20 21:36:20 21:36:20