Pull request #3192 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 ee855b84a3992fd3379a3585cb94a6f17aa86547+73dc428bea26e7bc953b08348183f35641f26ad3 (00f5751117ccb8e40f1861c89f4f179038bc7313) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27864 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit ee855b84a3992fd3379a3585cb94a6f17aa86547 Merge succeeded, producing ee855b84a3992fd3379a3585cb94a6f17aa86547 Checking out Revision ee855b84a3992fd3379a3585cb94a6f17aa86547 (PR-3192) > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 Commit message: "fix: address PR comments" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:07:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 8169d6f9dbb9436f30978f6876eee20ed64a2b49 # timeout=10 19:07:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:07:26 ========================================================= 19:07:26 EdgeX Global Pipelines Version Info 19:07:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:07:27 ------------------- 19:07:27 stable info: 19:07:27 ------------------- 19:07:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:07:27 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 19:07:27 Message: update stable to v1.0.181 19:07:28 ------------------- 19:07:28 experimental info: 19:07:28 ------------------- 19:07:28 Commited By: **** collab-it+edgex@linuxfoundation.org 19:07:28 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 19:07:28 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:07:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:07:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee855b84a3992fd3379a3585cb94a6f17aa86547 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee855b8 [Pipeline] echo 19:07:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:07:32 provisioning config files... 19:07:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7827773301652415229tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:07:32 ---> docker-login.sh 19:07:32 nexus3.edgexfoundry.org:10001 19:07:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:32 Configure a credential helper to remove this warning. See 19:07:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:32 19:07:32 Login Succeeded 19:07:32 nexus3.edgexfoundry.org:10002 19:07:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:32 Configure a credential helper to remove this warning. See 19:07:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:32 19:07:32 Login Succeeded 19:07:32 nexus3.edgexfoundry.org:10003 19:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:33 Configure a credential helper to remove this warning. See 19:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:33 19:07:33 Login Succeeded 19:07:33 nexus3.edgexfoundry.org:10004 19:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:33 Configure a credential helper to remove this warning. See 19:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:33 19:07:33 Login Succeeded 19:07:33 docker.io 19:07:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:07:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:07:33 Configure a credential helper to remove this warning. See 19:07:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:07:33 19:07:33 Login Succeeded 19:07:33 ---> docker-login.sh ends [Pipeline] } 19:07:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:34 ++ 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 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/core-command/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo core-command,cmd/core-command/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/core-data/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo core-data,cmd/core-data/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/core-metadata/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo core-metadata,cmd/core-metadata/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/security-bootstrapper/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/security-proxy-setup/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/support-notifications/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo support-notifications,cmd/support-notifications/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/support-scheduler/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:07:34 + for file in '`ls cmd/**/Dockerfile`' 19:07:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:07:34 ++ cut -d/ -f2 19:07:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:07:34 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 19:07:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:35 19:07:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:07:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:36 latest: Pulling from edgex-devops/git-semver 19:07:36 31603596830f: Pulling fs layer 19:07:36 2a8b12db71e7: Pulling fs layer 19:07:36 6ca5941a6612: Pulling fs layer 19:07:36 ecc8261a40a4: Pulling fs layer 19:07:36 ecc8261a40a4: Waiting 19:07:36 2a8b12db71e7: Verifying Checksum 19:07:36 2a8b12db71e7: Download complete 19:07:36 31603596830f: Verifying Checksum 19:07:36 31603596830f: Download complete 19:07:36 ecc8261a40a4: Verifying Checksum 19:07:36 ecc8261a40a4: Download complete 19:07:36 6ca5941a6612: Verifying Checksum 19:07:36 6ca5941a6612: Download complete 19:07:36 31603596830f: Pull complete 19:07:36 2a8b12db71e7: Pull complete 19:07:37 6ca5941a6612: Pull complete 19:07:37 ecc8261a40a4: Pull complete 19:07:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:07:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:07:38 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:07:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:40 $ docker top d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:40 [ssh-agent] Looking for ssh-agent implementation... 19:07:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:41 $ docker exec d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 ssh-agent 19:07:41 SSH_AUTH_SOCK=/tmp/ssh-rP9ttRVmp2n0/agent.12 19:07:41 SSH_AGENT_PID=17 19:07:41 Running ssh-add (command line suppressed) 19:07:41 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4154437220329177459.key (/w/workspace/edgex-go/6@tmp/private_key_4154437220329177459.key) 19:07:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:41 + git tag --points-at HEAD [Pipeline] } 19:07:41 $ docker exec --env ******** --env ******** d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 ssh-agent -k 19:07:41 unset SSH_AUTH_SOCK; 19:07:41 unset SSH_AGENT_PID; 19:07:41 echo Agent pid 17 killed; 19:07:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:07:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:42 [ssh-agent] Looking for ssh-agent implementation... 19:07:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:42 $ docker exec d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 ssh-agent 19:07:42 SSH_AUTH_SOCK=/tmp/ssh-8gOo6WCZCXBl/agent.46 19:07:42 SSH_AGENT_PID=51 19:07:42 Running ssh-add (command line suppressed) 19:07:42 Identity added: /w/workspace/edgex-go/6@tmp/private_key_326578231872863869.key (/w/workspace/edgex-go/6@tmp/private_key_326578231872863869.key) 19:07:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:43 + git semver init 19:07:43 # -> Open(): unable to determine branch for HEAD 19:07:43 # $GIT_DIR = /w/workspace/edgex-go/6/.git 19:07:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 19:07:43 # $SEMVER_REMOTE_NAME = origin 19:07:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:43 # $SEMVER_USER_NAME = edgex-jenkins 19:07:43 # $SEMVER_BRANCH = PR-3192 19:07:43 # $SEMVER_TEMP = /tmp/semver-518684301 19:07:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:08:09 # '/tmp/semver-518684301' -> '/w/workspace/edgex-go/6/.semver' 19:08:09 # -> Force: false 19:08:09 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 19:08:09 $ docker exec --env ******** --env ******** d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 ssh-agent -k 19:08:09 unset SSH_AUTH_SOCK; 19:08:09 unset SSH_AGENT_PID; 19:08:09 echo Agent pid 51 killed; 19:08:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:10 + git semver [Pipeline] } 19:08:10 $ docker stop --time=1 d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 19:08:12 $ docker rm -f d5c8898f5c29ad693b2535d060299fe181dcba14db6c4cb50c24b51c829a5db0 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:13 Stashed 1 file(s) [Pipeline] echo 19:08:13 [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 19:08:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:08:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:08:15 + sudo service docker restart 19:08:15 + true 19:08:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:08:15 ========================================================= 19:08:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:08:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:08:16 + 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 . 19:08:19 Sending build context to Docker daemon 328.1MB 19:08:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:08:19 Step 2/6 : FROM ${BASE} 19:08:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:19 188c0c94c7c5: Pulling fs layer 19:08:19 0ef7d3d256c8: Pulling fs layer 19:08:19 de9db76c5a1d: Pulling fs layer 19:08:19 bca2f99d35d6: Pulling fs layer 19:08:19 93359f2a8cfa: Pulling fs layer 19:08:19 7c6f9722023f: Pulling fs layer 19:08:19 a35cf1a2eb13: Pulling fs layer 19:08:19 93359f2a8cfa: Waiting 19:08:19 7c6f9722023f: Waiting 19:08:19 a35cf1a2eb13: Waiting 19:08:19 bca2f99d35d6: Waiting 19:08:19 de9db76c5a1d: Verifying Checksum 19:08:19 de9db76c5a1d: Download complete 19:08:19 0ef7d3d256c8: Verifying Checksum 19:08:19 0ef7d3d256c8: Download complete 19:08:19 93359f2a8cfa: Verifying Checksum 19:08:19 93359f2a8cfa: Download complete 19:08:19 188c0c94c7c5: Verifying Checksum 19:08:19 188c0c94c7c5: Download complete 19:08:19 7c6f9722023f: Verifying Checksum 19:08:19 7c6f9722023f: Download complete 19:08:20 188c0c94c7c5: Pull complete 19:08:20 0ef7d3d256c8: Pull complete 19:08:20 de9db76c5a1d: Pull complete 19:08:21 a35cf1a2eb13: Verifying Checksum 19:08:21 a35cf1a2eb13: Download complete 19:08:22 bca2f99d35d6: Verifying Checksum 19:08:22 bca2f99d35d6: Download complete 19:08:27 bca2f99d35d6: Pull complete 19:08:27 93359f2a8cfa: Pull complete 19:08:27 7c6f9722023f: Pull complete 19:08:29 Still waiting to schedule task 19:08:29 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 19:08:32 a35cf1a2eb13: Pull complete 19:08:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:08:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:08:32 ---> a62c8e92a672 19:08:32 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 19:08:32 ---> Running in 527e5c8ea9bd 19:08:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:33 (1/12) Installing libmagic (5.38-r0) 19:08:34 (2/12) Installing file (5.38-r0) 19:08:34 (3/12) Installing libc-dev (0.7.2-r3) 19:08:34 (4/12) Installing g++ (9.3.0-r2) 19:08:40 (5/12) Installing fortify-headers (1.1-r0) 19:08:40 (6/12) Installing patch (2.7.6-r6) 19:08:40 (7/12) Installing build-base (0.5-r2) 19:08:40 (8/12) Installing libsodium (1.0.18-r0) 19:08:40 (9/12) Installing pkgconf (1.7.2-r0) 19:08:40 (10/12) Installing libsodium-dev (1.0.18-r0) 19:08:40 (11/12) Installing libzmq (4.3.3-r0) 19:08:40 (12/12) Installing zeromq-dev (4.3.3-r0) 19:08:40 Executing busybox-1.31.1-r19.trigger 19:08:40 OK: 233 MiB in 51 packages 19:08:45 Removing intermediate container 527e5c8ea9bd 19:08:45 ---> 7fc38817e5af 19:08:45 Step 4/6 : WORKDIR /edgex-go 19:08:45 ---> Running in 4ce7a48ccef6 19:08:45 Removing intermediate container 4ce7a48ccef6 19:08:45 ---> 168fb8e7349e 19:08:45 Step 5/6 : COPY go.mod . 19:08:45 ---> 8da1027c8104 19:08:45 Step 6/6 : RUN go mod download 19:08:45 ---> Running in 52aba540adba 19:09:11 Removing intermediate container 52aba540adba 19:09:11 ---> 7cf52b9b0832 19:09:11 Successfully built 7cf52b9b0832 19:09:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:09:12 + docker inspect -f . ci-base-image-x86_64 19:09:12 . [Pipeline] withDockerContainer 19:09:12 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:09:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:13 $ docker top 78f96dce6261cf1da091622ee9badf86ee1b7c4a2fc74f5604eb70ca05b3aa93 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:13 + go version 19:09:13 go version go1.15.5 linux/amd64 [Pipeline] } 19:09:13 $ docker stop --time=1 78f96dce6261cf1da091622ee9badf86ee1b7c4a2fc74f5604eb70ca05b3aa93 19:09:15 $ docker rm -f 78f96dce6261cf1da091622ee9badf86ee1b7c4a2fc74f5604eb70ca05b3aa93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:15 + docker inspect -f . ci-base-image-x86_64 19:09:15 . [Pipeline] withDockerContainer 19:09:16 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:09:16 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:16 $ docker top 78ef03866bad8a283d5c9c1da0f3c2f17ab70d8e9ee512e74b907365e96e8b2b -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:17 ========================================================= 19:09:17 [edgeXBuildGoParallel] Running Tests and Build... 19:09:17 ========================================================= [Pipeline] sh 19:09:17 + make test 19:09:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:09:27 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 45.9% of statements 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 19:09:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 65.8% of statements 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:10:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.395s coverage: 28.6% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 92.8% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:10:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 19:10:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 19:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 19:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 19:10:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27865 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 19:10:21 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:10:26 using credential edgex-jenkins-ssh 19:10:26 Cloning the remote Git repository 19:10:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:26 > git init /w/workspace/edgex-go/6 # timeout=10 19:10:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:26 > git --version # timeout=10 19:10:26 > git --version # 'git version 2.17.1' 19:10:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.278s coverage: 68.9% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.117s coverage: 89.4% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 92.9% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:10:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 19:10:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:10:28 GO111MODULE=on go vet ./... 19:10:42 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit ee855b84a3992fd3379a3585cb94a6f17aa86547 19:10:43 Merge succeeded, producing ee855b84a3992fd3379a3585cb94a6f17aa86547 19:10:43 Checking out Revision ee855b84a3992fd3379a3585cb94a6f17aa86547 (PR-3192) 19:10:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:10:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:10:42 > git config core.sparsecheckout # timeout=10 19:10:42 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 19:10:43 > git remote # timeout=10 19:10:43 > git config --get remote.origin.url # timeout=10 19:10:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:43 > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 19:10:43 > git rev-parse HEAD^{commit} # timeout=10 19:10:43 > git config core.sparsecheckout # timeout=10 19:10:43 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 19:10:47 Commit message: "fix: address PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:10:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:10:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:10:50 + true 19:10:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:10:52 provisioning config files... 19:10:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1717436098222674345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:10:52 ---> docker-login.sh 19:10:52 nexus3.edgexfoundry.org:10001 19:10:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:53 Configure a credential helper to remove this warning. See 19:10:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:53 19:10:53 Login Succeeded 19:10:53 nexus3.edgexfoundry.org:10002 19:10:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:54 Configure a credential helper to remove this warning. See 19:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:54 19:10:54 Login Succeeded 19:10:54 nexus3.edgexfoundry.org:10003 19:10:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:54 Configure a credential helper to remove this warning. See 19:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:54 19:10:54 Login Succeeded 19:10:54 nexus3.edgexfoundry.org:10004 19:10:55 gofmt -l . 19:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:55 Configure a credential helper to remove this warning. See 19:10:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:55 19:10:55 Login Succeeded 19:10:55 [ "`gofmt -l .`" = "" ] 19:10:55 docker.io 19:10:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:10:55 ./bin/test-go-mod-tidy.sh 19:10:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:10:56 Configure a credential helper to remove this warning. See 19:10:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:10:56 19:10:56 Login Succeeded 19:10:56 ---> docker-login.sh ends [Pipeline] } 19:10:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:10:56 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:56 ========================================================= 19:10:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:10:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:10:56 + 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 . [Pipeline] sh 19:10:57 + ls -al . 19:10:57 total 712 19:10:57 drwxrwxr-x 10 1001 1001 4096 Feb 26 19:10 . 19:10:57 drwxr-xr-x 4 root root 28 Feb 26 19:09 .. 19:10:57 -rw-rw-r-- 1 1001 1001 11 Feb 26 19:07 .dockerignore 19:10:57 drwxrwxr-x 8 1001 1001 179 Feb 26 19:07 .git 19:10:57 drwxrwxr-x 3 1001 1001 125 Feb 26 19:07 .github 19:10:57 -rw-rw-r-- 1 1001 1001 818 Feb 26 19:07 .gitignore 19:10:57 drwx------ 3 1001 1001 60 Feb 26 19:08 .semver 19:10:57 -rw-rw-r-- 1 1001 1001 166 Feb 26 19:07 .sonarcloud.properties 19:10:57 -rw-rw-r-- 1 1001 1001 8475 Feb 26 19:07 Attribution.txt 19:10:57 -rw-rw-r-- 1 1001 1001 3804 Feb 26 19:07 CONTRIBUTING.md 19:10:57 -rw-rw-r-- 1 1001 1001 931 Feb 26 19:07 Dockerfile.build 19:10:57 -rw-rw-r-- 1 1001 1001 863 Feb 26 19:07 Jenkinsfile 19:10:57 -rw-rw-r-- 1 1001 1001 10775 Feb 26 19:07 LICENSE 19:10:57 -rw-rw-r-- 1 1001 1001 5774 Feb 26 19:07 Makefile 19:10:57 -rw-rw-r-- 1 1001 1001 6524 Feb 26 19:07 README.md 19:10:57 -rw-rw-r-- 1 1001 1001 6755 Feb 26 19:07 SECURITY.md 19:10:57 -rw-rw-r-- 1 1001 1001 5 Feb 26 19:08 VERSION 19:10:57 -rw-rw-r-- 1 1001 1001 4131 Feb 26 19:07 ZMQWindows.md 19:10:57 drwxrwxr-x 2 1001 1001 117 Feb 26 19:07 bin 19:10:57 drwxrwxr-x 14 1001 1001 4096 Feb 26 19:07 cmd 19:10:57 -rw-r--r-- 1 root root 599431 Feb 26 19:10 coverage.out 19:10:57 -rw-r--r-- 1 root root 1055 Feb 26 19:10 go.mod 19:10:57 -rw-r--r-- 1 root root 21699 Feb 26 19:10 go.sum 19:10:57 drwxrwxr-x 8 1001 1001 127 Feb 26 19:07 internal 19:10:57 drwxrwxr-x 4 1001 1001 26 Feb 26 19:07 openapi 19:10:57 drwxrwxr-x 4 1001 1001 71 Feb 26 19:07 snap 19:10:57 -rw-rw-r-- 1 1001 1001 168 Feb 26 19:07 version.go [Pipeline] sh 19:10:57 + '[' -e coverage.out ] 19:10:57 + chown 1001:1001 coverage.out [Pipeline] stash 19:10:57 Stashed 1 file(s) [Pipeline] sh 19:10:58 + make build 19:10:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:10:59 Sending build context to Docker daemon 166.5MB 19:10:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:10:59 Step 2/6 : FROM ${BASE} 19:10:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:10:59 5f621e34cdf4: Pulling fs layer 19:10:59 a4357932f1b6: Pulling fs layer 19:10:59 18c013af1878: Pulling fs layer 19:10:59 00ac8860ef70: Pulling fs layer 19:10:59 63d7cb157983: Pulling fs layer 19:10:59 b116817d02f9: Pulling fs layer 19:10:59 745a02a5169b: Pulling fs layer 19:10:59 00ac8860ef70: Waiting 19:10:59 b116817d02f9: Waiting 19:10:59 745a02a5169b: Waiting 19:10:59 63d7cb157983: Waiting 19:10:59 18c013af1878: Verifying Checksum 19:10:59 18c013af1878: Download complete 19:10:59 a4357932f1b6: Verifying Checksum 19:10:59 a4357932f1b6: Download complete 19:10:59 63d7cb157983: Download complete 19:10:59 5f621e34cdf4: Verifying Checksum 19:10:59 b116817d02f9: Verifying Checksum 19:10:59 b116817d02f9: Download complete 19:11:00 5f621e34cdf4: Pull complete 19:11:01 a4357932f1b6: Pull complete 19:11:01 18c013af1878: Pull complete 19:11:01 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 19:11:02 745a02a5169b: Verifying Checksum 19:11:02 745a02a5169b: Download complete 19:11:03 00ac8860ef70: Verifying Checksum 19:11:03 00ac8860ef70: Download complete 19:11:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:11:11 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 19:11:12 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 19:11:13 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 19:11:13 00ac8860ef70: Pull complete 19:11:14 63d7cb157983: Pull complete 19:11:14 b116817d02f9: Pull complete 19:11:14 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 19:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:17 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 19:11:18 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 19:11:18 745a02a5169b: Pull complete 19:11:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:11:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:11:18 ---> b7e6874047d6 19:11:18 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 19:11:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:11:21 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 19:11:22 ---> Running in cbb9e5094346 [Pipeline] } 19:11:23 $ docker stop --time=1 78ef03866bad8a283d5c9c1da0f3c2f17ab70d8e9ee512e74b907365e96e8b2b 19:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:24 (1/12) Installing libmagic (5.38-r0) 19:11:24 (2/12) Installing file (5.38-r0) 19:11:24 (3/12) Installing libc-dev (0.7.2-r3) 19:11:24 (4/12) Installing g++ (9.3.0-r2) 19:11:24 $ docker rm -f 78ef03866bad8a283d5c9c1da0f3c2f17ab70d8e9ee512e74b907365e96e8b2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:28 19:11:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:11:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:28 latest: Pulling from edgex-devops/edgex-compose 19:11:28 cbdbe7a5bc2a: Pulling fs layer 19:11:28 ca9280d653b3: Pulling fs layer 19:11:28 7e9c9ca2126c: Pulling fs layer 19:11:28 cbdbe7a5bc2a: Download complete 19:11:29 ca9280d653b3: Verifying Checksum 19:11:29 ca9280d653b3: Download complete 19:11:29 cbdbe7a5bc2a: Pull complete 19:11:30 ca9280d653b3: Pull complete 19:11:30 7e9c9ca2126c: Download complete 19:11:32 (5/12) Installing fortify-headers (1.1-r0) 19:11:32 (6/12) Installing patch (2.7.6-r6) 19:11:32 (7/12) Installing build-base (0.5-r2) 19:11:33 (8/12) Installing libsodium (1.0.18-r0) 19:11:33 (9/12) Installing pkgconf (1.7.2-r0) 19:11:33 (10/12) Installing libsodium-dev (1.0.18-r0) 19:11:33 (11/12) Installing libzmq (4.3.3-r0) 19:11:33 (12/12) Installing zeromq-dev (4.3.3-r0) 19:11:33 Executing busybox-1.31.1-r19.trigger 19:11:33 OK: 217 MiB in 51 packages 19:11:35 7e9c9ca2126c: Pull complete 19:11:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:11:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:11:35 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:11:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:37 Removing intermediate container cbb9e5094346 19:11:37 ---> 794d5a126cf9 19:11:37 Step 4/6 : WORKDIR /edgex-go 19:11:37 ---> Running in 2488e972c2cc 19:11:38 Removing intermediate container 2488e972c2cc 19:11:38 ---> 6774f4883581 19:11:38 Step 5/6 : COPY go.mod . 19:11:38 $ docker top 76c54f5d1ffe17c6ab6e087f108470fd2f0931ff4231b31b189f4819e41e6e3b -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:39 ---> edca3f3f7b9d 19:11:39 Step 6/6 : RUN go mod download 19:11:39 ---> Running in 213b95316342 19:11:39 + docker-compose build --help 19:11:39 + grep parallel 19:11:40 --parallel Build images in parallel. [Pipeline] } 19:11:40 $ docker stop --time=1 76c54f5d1ffe17c6ab6e087f108470fd2f0931ff4231b31b189f4819e41e6e3b 19:11:41 $ docker rm -f 76c54f5d1ffe17c6ab6e087f108470fd2f0931ff4231b31b189f4819e41e6e3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:42 . [Pipeline] withDockerContainer 19:11:42 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:11:42 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 19:11:43 $ docker top 43361f9a3409c3cb6eed0cc5a5a70250f8cf4da7cc81277689bf6d37f4779540 -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:43 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:44 Building docker-core-command-go ... 19:11:44 Building docker-core-data-go ... 19:11:44 Building docker-core-metadata-go ... 19:11:44 Building docker-security-bootstrapper-go ... 19:11:44 Building docker-security-proxy-setup-go ... 19:11:44 Building docker-security-secretstore-setup-go ... 19:11:44 Building docker-support-notifications-go ... 19:11:44 Building docker-support-scheduler-go ... 19:11:44 Building docker-sys-mgmt-agent-go ... 19:11:44 Building docker-support-notifications-go 19:11:44 Building docker-security-proxy-setup-go 19:11:44 Building docker-core-metadata-go 19:11:44 Building docker-core-command-go 19:11:44 Building docker-security-secretstore-setup-go 19:12:05 Removing intermediate container 213b95316342 19:12:05 ---> 63e0d3c42fed 19:12:05 Successfully built 63e0d3c42fed 19:12:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:12:06 + docker inspect -f . ci-base-image-arm64 19:12:06 . [Pipeline] withDockerContainer 19:12:06 prd-ubuntu18.04-docker-arm64-4c-16g-27865 does not seem to be running inside a container 19:12:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:08 $ docker top 534c789aacfe699d4d9cb71f0dc21e86abaf3534ad5b03e10517712106038bf9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:09 + go version 19:12:09 go version go1.15.5 linux/arm64 [Pipeline] } 19:12:09 $ docker stop --time=1 534c789aacfe699d4d9cb71f0dc21e86abaf3534ad5b03e10517712106038bf9 19:12:11 $ docker rm -f 534c789aacfe699d4d9cb71f0dc21e86abaf3534ad5b03e10517712106038bf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:12:12 + docker inspect -f . ci-base-image-arm64 19:12:12 . [Pipeline] withDockerContainer 19:12:12 prd-ubuntu18.04-docker-arm64-4c-16g-27865 does not seem to be running inside a container 19:12:12 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:13 $ docker top de8e6243ddaa25cc44bd9bd40fee07e0d5c3a4f16e540c4905a20ab9b891077d -eo pid,comm [Pipeline] { [Pipeline] echo 19:12:14 ========================================================= 19:12:14 [edgeXBuildGoParallel] Running Tests and Build... 19:12:14 ========================================================= [Pipeline] sh 19:12:14 + make test 19:12:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:12:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> 7cf52b9b0832 19:12:16 Step 3/23 : WORKDIR /edgex-go 19:12:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> 7cf52b9b0832 19:12:16 Step 3/24 : WORKDIR /edgex-go 19:12:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> 7cf52b9b0832 19:12:16 Step 3/23 : WORKDIR /edgex-go 19:12:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> 7cf52b9b0832 19:12:16 Step 3/22 : WORKDIR /edgex-go 19:12:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:12:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:12:16 ---> 7cf52b9b0832 19:12:16 Step 3/21 : WORKDIR /edgex-go 19:12:16 ---> Running in 5383f9187eb5 19:12:16 ---> Running in 7f1c99eee4e6 19:12:16 ---> Running in fea3276a7765 19:12:16 ---> Running in 7de9b01d4b1f 19:12:16 ---> Running in 1c2775e2b7b5 19:12:16 Removing intermediate container 5383f9187eb5 19:12:16 ---> c339f5ad4c49 19:12:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:16 Removing intermediate container fea3276a7765 19:12:16 ---> 4bc3fb04e97f 19:12:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:16 Removing intermediate container 7f1c99eee4e6 19:12:16 ---> 9e209e3826fe 19:12:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:16 Removing intermediate container 1c2775e2b7b5 19:12:16 ---> ecadacbbba98 19:12:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:17 Removing intermediate container 7de9b01d4b1f 19:12:17 ---> c708c529119e 19:12:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:17 ---> Running in fec05cba5ccf 19:12:17 ---> Running in 06194dcca8a1 19:12:17 ---> Running in c0e7902417b9 19:12:17 ---> Running in 56698fbf2afc 19:12:17 ---> Running in 11cb88bb8dfd 19:12:19 Removing intermediate container c0e7902417b9 19:12:19 ---> 4cbcbd22886d 19:12:19 Step 5/23 : RUN apk add --update --no-cache make git 19:12:19 Removing intermediate container fec05cba5ccf 19:12:19 ---> 308ceb2c33c7 19:12:19 Step 5/21 : RUN apk add --update --no-cache make git 19:12:19 Removing intermediate container 06194dcca8a1 19:12:19 ---> 81d46132a683 19:12:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:19 ---> Running in fab5840081d7 19:12:19 ---> Running in 28b0cd207932 19:12:19 Removing intermediate container 56698fbf2afc 19:12:19 ---> e46ca6c16262 19:12:19 Step 5/23 : RUN apk add --update --no-cache make git 19:12:19 ---> Running in e6d9f3e339d6 19:12:19 Removing intermediate container 11cb88bb8dfd 19:12:19 ---> b317d22fa277 19:12:19 Step 5/24 : RUN apk add --update --no-cache make git 19:12:20 ---> Running in 8c50da0d4f1a 19:12:20 ---> Running in 56dabdbc732f 19:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:22 OK: 233 MiB in 51 packages 19:12:22 OK: 233 MiB in 51 packages 19:12:22 OK: 233 MiB in 51 packages 19:12:22 OK: 233 MiB in 51 packages 19:12:22 OK: 233 MiB in 51 packages 19:12:23 Removing intermediate container fab5840081d7 19:12:23 ---> f88a171d1041 19:12:23 Step 6/23 : COPY go.mod . 19:12:23 Removing intermediate container 28b0cd207932 19:12:23 ---> bcd3558cfc06 19:12:23 Step 6/21 : COPY go.mod . 19:12:23 ---> 65e3689840e3 19:12:23 Step 7/23 : RUN go mod download 19:12:23 ---> f733ece8983b 19:12:23 Step 7/21 : RUN go mod download 19:12:23 Removing intermediate container e6d9f3e339d6 19:12:23 ---> 48ca756480fc 19:12:23 Step 6/22 : COPY go.mod . 19:12:23 ---> Running in 4214c40bd342 19:12:23 ---> Running in 066a979fbc4f 19:12:24 Removing intermediate container 8c50da0d4f1a 19:12:24 ---> db24704afb21 19:12:24 Step 6/23 : COPY go.mod . 19:12:24 Removing intermediate container 56dabdbc732f 19:12:24 ---> e00bed2ac820 19:12:24 Step 6/24 : COPY go.mod . 19:12:24 ---> a2c7b92e714e 19:12:24 Step 7/22 : RUN go mod download 19:12:24 ---> Running in d070593a541a 19:12:24 ---> 606dbd737951 19:12:24 Step 7/23 : RUN go mod download 19:12:24 ---> cb17912af84a 19:12:24 Step 7/24 : RUN go mod download 19:12:25 ---> Running in 269fc9017083 19:12:25 ---> Running in ea4f4b0ddcca 19:12:26 Removing intermediate container 066a979fbc4f 19:12:26 ---> 8621fe2d7b29 19:12:26 Step 8/23 : COPY . . 19:12:27 Removing intermediate container 269fc9017083 19:12:27 ---> 50335f36d6d3 19:12:27 Step 8/24 : COPY . . 19:12:27 Removing intermediate container d070593a541a 19:12:27 ---> 1547e5ff2a81 19:12:27 Step 8/22 : COPY . . 19:12:27 Removing intermediate container 4214c40bd342 19:12:27 ---> 422f907251db 19:12:27 Step 8/21 : COPY . . 19:12:27 Removing intermediate container ea4f4b0ddcca 19:12:27 ---> c15fb6ad25a8 19:12:27 Step 8/23 : COPY . . 19:12:37 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:06 ---> 5175bb2accc8 19:13:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:13:06 ---> 4888b5fee423 19:13:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:06 ---> 7faeac5e2a65 19:13:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:13:06 ---> 1198113613c5 19:13:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:13:06 ---> 43273686de80 19:13:06 Step 9/23 : RUN make cmd/core-command/core-command 19:13:06 ---> Running in 481f5bfb21ee 19:13:06 ---> Running in 75edc1e92a24 19:13:06 ---> Running in edbe95fce32b 19:13:06 ---> Running in ff6644ec813b 19:13:06 ---> Running in 6eb58f6030bc 19:13:06 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 19:13:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:13:06 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 19:13:06 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 19:13:06 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 19:13:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:13:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:13:33 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 19:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:13:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:13:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:13:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:13:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:13:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:13:41 Removing intermediate container 75edc1e92a24 19:13:41 ---> da11699383c8 19:13:41 19:13:41 Step 10/24 : FROM alpine:3.12 19:13:41 3.12: Pulling from library/alpine 19:13:41 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:13:41 Status: Downloaded newer image for alpine:3.12 19:13:41 ---> 88dd2752d2ea 19:13:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:13:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:13:44 Removing intermediate container ff6644ec813b 19:13:44 ---> cf584a7eca9f 19:13:44 19:13:44 Step 10/21 : FROM alpine:3.12 19:13:44 ---> 88dd2752d2ea 19:13:44 Step 11/21 : RUN apk add --update --no-cache curl 19:13:44 ---> Running in dc80afd9f89e 19:13:44 ---> Running in 94a88dc34c97 19:13:44 Removing intermediate container edbe95fce32b 19:13:44 ---> 554013de4b5d 19:13:44 19:13:44 Step 10/23 : FROM alpine:3.12 19:13:44 ---> 88dd2752d2ea 19:13:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:45 ---> Running in b1c3ffd3b924 19:13:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:13:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:13:47 Removing intermediate container 481f5bfb21ee 19:13:47 ---> 8b66745f49c4 19:13:47 19:13:47 Step 10/22 : FROM alpine:3.12 19:13:47 ---> 88dd2752d2ea 19:13:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:13:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:47 (1/5) Installing ca-certificates (20191127-r4) 19:13:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:13:47 (3/5) Installing libcurl (7.69.1-r3) 19:13:47 (4/5) Installing curl (7.69.1-r3) 19:13:47 (5/5) Installing dumb-init (1.2.2-r1) 19:13:47 Executing busybox-1.31.1-r19.trigger 19:13:47 Executing ca-certificates-20191127-r4.trigger 19:13:47 OK: 7 MiB in 19 packages 19:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:49 ---> Running in 872c33fc9a31 19:13:49 (1/1) Installing dumb-init (1.2.2-r1) 19:13:49 Executing busybox-1.31.1-r19.trigger 19:13:49 OK: 6 MiB in 15 packages 19:13:49 Removing intermediate container 6eb58f6030bc 19:13:49 ---> fe5a07acbbf6 19:13:49 19:13:49 Step 10/23 : FROM alpine:3.12 19:13:49 ---> 88dd2752d2ea 19:13:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:13:49 ---> Running in bc9658ccf7cf 19:13:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:49 (1/4) Installing ca-certificates (20191127-r4) 19:13:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:13:49 (3/4) Installing libcurl (7.69.1-r3) 19:13:49 (4/4) Installing curl (7.69.1-r3) 19:13:49 Executing busybox-1.31.1-r19.trigger 19:13:49 Executing ca-certificates-20191127-r4.trigger 19:13:49 OK: 7 MiB in 18 packages 19:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:51 Removing intermediate container dc80afd9f89e 19:13:51 ---> 3b3264a31cbc 19:13:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:51 (1/2) Installing ca-certificates (20191127-r4) 19:13:51 (2/2) Installing dumb-init (1.2.2-r1) 19:13:51 Executing busybox-1.31.1-r19.trigger 19:13:51 Executing ca-certificates-20191127-r4.trigger 19:13:51 OK: 6 MiB in 16 packages 19:13:51 ---> Running in 8902dc3d6989 19:13:51 Removing intermediate container b1c3ffd3b924 19:13:51 ---> 45dc54c8cd42 19:13:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:13:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:13:51 ---> Running in 105ad2039c66 19:13:51 (1/1) Installing dumb-init (1.2.2-r1) 19:13:51 Executing busybox-1.31.1-r19.trigger 19:13:51 OK: 6 MiB in 15 packages 19:13:52 Removing intermediate container 8902dc3d6989 19:13:52 ---> 5c34840f9f53 19:13:52 Step 13/24 : WORKDIR / 19:13:52 Removing intermediate container 94a88dc34c97 19:13:52 ---> 6b55640242b6 19:13:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:52 ---> Running in 0b19d81df7d5 19:13:52 Removing intermediate container 105ad2039c66 19:13:52 ---> 7554215c1a7f 19:13:52 Step 13/23 : ENV APP_PORT=48082 19:13:53 ---> Running in 9d375a2c8c2d 19:13:53 ---> Running in 5b5fc1e11118 19:13:54 Removing intermediate container 872c33fc9a31 19:13:54 ---> 2b0c491d917d 19:13:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:13:54 Removing intermediate container 0b19d81df7d5 19:13:54 ---> 914e3e4be70b 19:13:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:13:54 Removing intermediate container bc9658ccf7cf 19:13:54 ---> 097a532fc270 19:13:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:13:54 Removing intermediate container 9d375a2c8c2d 19:13:54 ---> 389e2f408d2c 19:13:54 Step 13/21 : WORKDIR /edgex 19:13:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:13:54 ---> Running in fdad6c6d2075 19:13:54 ---> Running in d2b379d79fde 19:13:54 Removing intermediate container 5b5fc1e11118 19:13:54 ---> f43f6806f921 19:13:54 Step 14/23 : EXPOSE $APP_PORT 19:13:54 ---> Running in 1ff937ba5e73 19:13:54 ---> 5d6625b380a1 19:13:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:13:54 ---> Running in af99786d7415 19:13:54 Removing intermediate container fdad6c6d2075 19:13:54 ---> fbfb8839359a 19:13:54 Step 13/22 : ENV APP_PORT=48060 19:13:55 Removing intermediate container d2b379d79fde 19:13:55 ---> 1adb1766f65b 19:13:55 Step 13/23 : ENV APP_PORT=48081 19:13:55 Removing intermediate container 1ff937ba5e73 19:13:55 ---> 848e0e9a7e71 19:13:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:55 ---> Running in 2d0af5173d71 19:13:55 ---> Running in 89a66832a368 19:13:55 Removing intermediate container af99786d7415 19:13:55 ---> d9cc855adaeb 19:13:55 Step 15/23 : WORKDIR / 19:13:55 ---> 74a80a10e0d2 19:13:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:13:55 ---> Running in fa1cfcebc74c 19:13:55 Removing intermediate container 2d0af5173d71 19:13:55 ---> 67b4b4c59cfe 19:13:55 Step 14/22 : EXPOSE $APP_PORT 19:13:55 ---> Running in ddbd425b8414 19:13:55 Removing intermediate container 89a66832a368 19:13:55 ---> ddd8a2352d28 19:13:55 Step 14/23 : EXPOSE $APP_PORT 19:13:55 ---> c06223b6ce1d 19:13:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:55 ---> 0f269e39accb 19:13:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:55 Removing intermediate container fa1cfcebc74c 19:13:55 ---> f250731f6d93 19:13:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:55 ---> Running in faa5d50c8e7a 19:13:55 Removing intermediate container ddbd425b8414 19:13:55 ---> ad0bd316fa8d 19:13:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:56 ---> 75ca76890a5a 19:13:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:56 Removing intermediate container faa5d50c8e7a 19:13:56 ---> 47bbc5a84809 19:13:56 Step 15/23 : WORKDIR / 19:13:56 ---> 3dd3a2807c72 19:13:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:56 ---> ef3c4940bee6 19:13:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:56 ---> ec6490c469ac 19:13:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:56 ---> Running in aafb4da56cb8 19:13:57 ---> cddfbc35555b 19:13:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:57 Removing intermediate container aafb4da56cb8 19:13:57 ---> e712573b1419 19:13:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:13:57 ---> 4c61d8ba0960 19:13:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:13:57 ---> 94013cc29403 19:13:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:57 ---> 303fa0221f21 19:13:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:13:57 ---> Running in 556b4ddd683f 19:13:57 ---> 63677f331a65 19:13:57 Step 19/23 : ENTRYPOINT ["/core-command"] 19:13:57 ---> Running in a44fd942b91c 19:13:57 ---> 1785f3eabe86 19:13:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:57 ---> 14258c963496 19:13:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:13:57 ---> 137a5071ab73 19:13:57 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/ 19:13:57 Removing intermediate container 556b4ddd683f 19:13:57 ---> 12829180e816 19:13:57 Step 18/21 : CMD ["--init=true"] 19:13:58 ---> Running in 42f05c4a0cad 19:13:58 ---> Running in 5b7007d3c815 19:13:58 ---> Running in cc1e48bc85b8 19:13:58 Removing intermediate container a44fd942b91c 19:13:58 ---> ddc4e3cbe74a 19:13:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:58 Removing intermediate container 42f05c4a0cad 19:13:58 ---> 3b871cf58ea3 19:13:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:58 ---> 07c7b60fafa9 19:13:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:58 ---> Running in 0dffe769f68f 19:13:58 ---> Running in 19f608df4db0 19:13:58 Removing intermediate container cc1e48bc85b8 19:13:58 ---> 29098e9c3e1e 19:13:58 Step 19/21 : LABEL arch=x86_64 19:13:59 ---> Running in 5c780c1355c0 19:13:59 Removing intermediate container 0dffe769f68f 19:13:59 ---> 9eb6764b9ac0 19:13:59 Step 21/23 : LABEL arch=x86_64 19:13:59 ---> 01d9de972660 19:13:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:13:59 Removing intermediate container 19f608df4db0 19:13:59 ---> b30177711ee2 19:13:59 Step 20/22 : LABEL arch=x86_64 19:13:59 ---> Running in c046176a6f0d 19:13:59 ---> Running in c11b55c94fa9 19:13:59 ---> Running in e2c69e8a2030 19:13:59 Removing intermediate container 5c780c1355c0 19:13:59 ---> 8a18fc76ae90 19:13:59 Step 20/21 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:13:59 ---> Running in 01ad8446aaf7 19:13:59 Removing intermediate container c11b55c94fa9 19:13:59 ---> 661e19e0b536 19:13:59 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:13:59 Removing intermediate container c046176a6f0d 19:13:59 ---> 023ab9919238 19:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:59 Removing intermediate container e2c69e8a2030 19:13:59 ---> 65f3d1b9af43 19:13:59 Step 21/22 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.332s coverage: 45.9% of statements 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:13:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 19:13:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 19:14:00 ---> Running in 81396c618ba9 19:14:00 ---> Running in 62d191686482 19:14:00 ---> Running in c6ca1704eb10 19:14:00 Removing intermediate container 5b7007d3c815 19:14:00 ---> 9d079e059b1d 19:14:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:14:00 Removing intermediate container 01ad8446aaf7 19:14:00 ---> 5e024a15be8a 19:14:00 Step 21/21 : LABEL version=0.0.0 19:14:00 ---> Running in 0bda135dfa62 19:14:00 ---> Running in 5eb155606f02 19:14:00 Removing intermediate container 81396c618ba9 19:14:00 ---> 9e5a327a78a3 19:14:00 Step 23/23 : LABEL version=0.0.0 19:14:00 Removing intermediate container 62d191686482 19:14:00 ---> 6df9037fa209 19:14:00 Step 21/23 : LABEL arch=x86_64 19:14:00 Removing intermediate container c6ca1704eb10 19:14:00 ---> fc8e8a7f9493 19:14:00 Step 22/22 : LABEL version=0.0.0 19:14:00 ---> Running in 37a2bc088d56 19:14:00 ---> Running in db70e0220768 19:14:00 ---> Running in 6cc29f5e0f86 19:14:00 Removing intermediate container 0bda135dfa62 19:14:00 ---> c90257618d5e 19:14:00 19:14:00 Removing intermediate container 5eb155606f02 19:14:00 ---> 0ce563cf63fd 19:14:00 Step 22/24 : LABEL arch=x86_64 19:14:01 ---> Running in d3d12a5691b5 19:14:01 Successfully built c90257618d5e 19:14:01 Removing intermediate container 37a2bc088d56 19:14:01 ---> ca7fdb29a3b4 19:14:01 19:14:01 Successfully tagged docker-security-proxy-setup-go:latest 19:14:01  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 19:14:01 Removing intermediate container db70e0220768 19:14:01 ---> c6570b2a67a1 19:14:01 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:14:01 Successfully built ca7fdb29a3b4 19:14:01 Removing intermediate container 6cc29f5e0f86 19:14:01 ---> 19a444fca5ae 19:14:01 19:14:01 Successfully tagged docker-core-command-go:latest 19:14:01  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 19:14:01 ---> Running in 388364d99e23 19:14:01 Removing intermediate container d3d12a5691b5 19:14:01 ---> 072347ead1f3 19:14:01 Step 23/24 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:14:01 Successfully built 19a444fca5ae 19:14:01 Successfully tagged docker-support-notifications-go:latest 19:14:01 Building docker-core-data-go 19:14:01  Building docker-support-notifications-go ... done  ---> Running in 19b6eaf5d0ac 19:14:01 Removing intermediate container 388364d99e23 19:14:01 ---> 5a8ab85eff7e 19:14:01 Step 23/23 : LABEL version=0.0.0 19:14:02 ---> Running in 8458defa7f88 19:14:02 Removing intermediate container 19b6eaf5d0ac 19:14:02 ---> 533b33c7e7c4 19:14:02 Step 24/24 : LABEL version=0.0.0 19:14:02 ---> Running in 2c441cf610e9 19:14:02 Removing intermediate container 8458defa7f88 19:14:02 ---> 93e75fddf5b0 19:14:02 19:14:02 Successfully built 93e75fddf5b0 19:14:02 Removing intermediate container 2c441cf610e9 19:14:02 ---> 726543603e76 19:14:02 19:14:02 Successfully tagged docker-core-metadata-go:latest 19:14:02  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 19:14:02 Successfully built 726543603e76 19:14:02 Successfully tagged docker-security-secretstore-setup-go:latest 19:14:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.1% of statements 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:14:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:14:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:14:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 65.8% of statements 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:14:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:14:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 82.3% of statements 19:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.192s coverage: 28.6% of statements 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 19:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:14:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 19:14:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.285s coverage: 92.8% of statements 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:14:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 19:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 19:14:29  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:14:29 ---> 7cf52b9b0832 19:14:29 Step 3/26 : WORKDIR /edgex-go 19:14:29 ---> Using cache 19:14:29 ---> c708c529119e 19:14:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> b317d22fa277 19:14:29 Step 5/26 : RUN apk add --update --no-cache make bash git 19:14:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:14:29 ---> 7cf52b9b0832 19:14:29 Step 3/22 : WORKDIR /edgex-go 19:14:29 ---> Using cache 19:14:29 ---> c708c529119e 19:14:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> b317d22fa277 19:14:29 Step 5/22 : RUN apk add --update --no-cache make git 19:14:29 ---> Using cache 19:14:29 ---> e00bed2ac820 19:14:29 Step 6/22 : COPY go.mod . 19:14:29 ---> Using cache 19:14:29 ---> cb17912af84a 19:14:29 Step 7/22 : RUN go mod download 19:14:29 ---> Using cache 19:14:29 ---> 50335f36d6d3 19:14:29 Step 8/22 : COPY . . 19:14:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:14:29 ---> 7cf52b9b0832 19:14:29 Step 3/23 : WORKDIR /edgex-go 19:14:29 ---> Using cache 19:14:29 ---> c708c529119e 19:14:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> b317d22fa277 19:14:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:14:29 ---> Using cache 19:14:29 ---> 4888b5fee423 19:14:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:14:29 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:14:29 Step 2/30 : FROM ${BUILDER_BASE} AS builder 19:14:29 ---> 7cf52b9b0832 19:14:29 Step 3/30 : WORKDIR /edgex-go 19:14:29 ---> Using cache 19:14:29 ---> c708c529119e 19:14:29 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:14:29 ---> Using cache 19:14:29 ---> b317d22fa277 19:14:29 Step 5/30 : RUN apk add --update --no-cache make git 19:14:29 ---> Using cache 19:14:29 ---> e00bed2ac820 19:14:29 Step 6/30 : COPY go.mod . 19:14:29 ---> Using cache 19:14:29 ---> cb17912af84a 19:14:29 Step 7/30 : RUN go mod download 19:14:29 ---> Using cache 19:14:29 ---> 50335f36d6d3 19:14:29 Step 8/30 : COPY . . 19:14:29 ---> Using cache 19:14:29 ---> 4888b5fee423 19:14:29 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:14:29 ---> Running in c82ec5090abd 19:14:29 ---> Running in f59d467c35ab 19:14:29 ---> Running in 9b23e5baa3ee 19:14:29 ---> Running in efb9406e8227 19:14: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 19:14:29 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 19:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:31 OK: 233 MiB in 51 packages 19:14:31 OK: 233 MiB in 51 packages 19:14:33 Removing intermediate container efb9406e8227 19:14:33 ---> ed122c889f92 19:14:33 Step 6/26 : COPY go.mod . 19:14:33 Removing intermediate container f59d467c35ab 19:14:33 ---> dd20b5ea13b5 19:14:33 Step 6/23 : COPY go.mod . 19:14:33 ---> bac44ad392aa 19:14:33 Step 7/26 : RUN go mod download 19:14:34 ---> Running in fea696a8aeef 19:14:34 ---> 1933f9c62cb1 19:14:34 Step 7/23 : RUN go mod download 19:14:34 ---> Running in bf90a2fa9fae 19:14:37 Removing intermediate container fea696a8aeef 19:14:37 ---> 7f02b48beb4c 19:14:37 Step 8/26 : COPY . . 19:14:37 Removing intermediate container bf90a2fa9fae 19:14:37 ---> d88360e74dae 19:14:37 Step 8/23 : COPY . . 19:14:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 19:14:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.117s coverage: 92.9% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 84.6% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.6% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.509s coverage: 62.4% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.798s coverage: 68.9% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.344s coverage: 38.4% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements 19:14:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:15:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.372s coverage: 89.4% of statements 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:15:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:15:04 Removing intermediate container 9b23e5baa3ee 19:15:04 ---> dfddc5e74f76 19:15:04 19:15:04 Step 10/30 : FROM alpine:3.12 19:15:04 ---> 88dd2752d2ea 19:15:04 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:15:04 ---> Running in 6bdcb66272d3 19:15:05 Removing intermediate container 6bdcb66272d3 19:15:05 ---> b092edaa39ce 19:15:05 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 19:15:05 ---> 58fbc300381f 19:15:05 Step 9/23 : RUN make cmd/core-data/core-data 19:15:05 Removing intermediate container c82ec5090abd 19:15:05 ---> d89cee9536bf 19:15:05 19:15:05 Step 10/22 : FROM alpine:3.12 19:15:05 ---> 88dd2752d2ea 19:15:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:15:05 ---> Using cache 19:15:05 ---> 097a532fc270 19:15:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:05 ---> c0bc60480f20 19:15:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:15:05 ---> Using cache 19:15:05 ---> 1adb1766f65b 19:15:05 Step 13/22 : ENV APP_PORT=48085 19:15:05 ---> Running in 12e753782c34 19:15:05 ---> Running in 150d8bdace64 19:15:05 ---> Running in 18858678ffbc 19:15:05 ---> Running in 946d8e6f3862 19:15:05 Removing intermediate container 946d8e6f3862 19:15:05 ---> 82ec587c100e 19:15:05 Step 14/22 : EXPOSE $APP_PORT 19:15:05 ---> Running in bec9d9f170e3 19:15:06 Removing intermediate container bec9d9f170e3 19:15:06 ---> 7ce91a3f5a7c 19:15:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:06 ---> ce643b65c2f0 19:15:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:15:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:06 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 19:15:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:15:06 (1/2) Installing dumb-init (1.2.2-r1) 19:15:06 (2/2) Installing su-exec (0.2-r1) 19:15:06 Executing busybox-1.31.1-r19.trigger 19:15:06 OK: 6 MiB in 16 packages 19:15:07 ---> 6d4384f2d2a8 19:15:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:15:07 Removing intermediate container 12e753782c34 19:15:07 ---> c64bd7a8ac91 19:15:07 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 19:15:08 ---> Running in b9e62b0653c6 19:15:09 ---> 794a48f17e96 19:15:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:15:09 ---> Running in 3a172a5cc682 19:15:09 Removing intermediate container b9e62b0653c6 19:15:09 ---> 04535ce6b868 19:15:09 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:15:09 ---> Running in eb66730536fd 19:15:09 Removing intermediate container 3a172a5cc682 19:15:09 ---> 10ae9139f544 19:15:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:09 ---> Running in dab715b796fa 19:15:09 Removing intermediate container eb66730536fd 19:15:09 ---> 6d794fb26602 19:15:09 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:15:10 ---> Running in 7de156eafe56 19:15:10 Removing intermediate container dab715b796fa 19:15:10 ---> f9adfec20a9e 19:15:10 Step 20/22 : LABEL arch=x86_64 19:15:10 ---> Running in f2b2d0b43f05 19:15:11 Removing intermediate container f2b2d0b43f05 19:15:11 ---> 2b3e7736cf5f 19:15:11 Step 21/22 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:15:11 ---> Running in 188a35f0ad27 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.332s coverage: 29.1% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 92.9% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:15:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:15:11 Removing intermediate container 188a35f0ad27 19:15:11 ---> 0140801b5bc3 19:15:11 Step 22/22 : LABEL version=0.0.0 19:15:11 ---> Running in a81a89926d3b 19:15:11 Removing intermediate container a81a89926d3b 19:15:11 ---> be6b6bca801c 19:15:11 19:15:12 Removing intermediate container 7de156eafe56 19:15:12 ---> 3799124546ed 19:15:12 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 19:15:12 GO111MODULE=on go vet ./... 19:15:12 Successfully built be6b6bca801c 19:15:12 Successfully tagged docker-support-scheduler-go:latest 19:15:12  Building docker-support-scheduler-go ... done  ---> Running in 2735cb59e074 19:15:12 Removing intermediate container 2735cb59e074 19:15:12 ---> 711135beea47 19:15:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:15:13 ---> f2f596da757d 19:15:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:15:13 ---> Running in 642c4b6f6fb2 19:15:15 Removing intermediate container 642c4b6f6fb2 19:15:15 ---> 3985371d1d50 19:15:15 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:15 ---> a4d6b19c923a 19:15:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:15:17 ---> aee9a6f6bd3e 19:15:17 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:15:17 ---> 88e65d7f3bae 19:15:17 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:15:18 ---> c44c328d4238 19:15:18 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:15:19 ---> Running in 767e829bb1a6 19:15:19 Removing intermediate container 767e829bb1a6 19:15:19 ---> fd9c6085d29a 19:15:19 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:15:20 ---> cea5a00ac8b6 19:15:20 Step 25/30 : RUN chmod +x /entrypoint.sh 19:15:20 ---> Running in b897c9649b79 19:15:22 Removing intermediate container b897c9649b79 19:15:22 ---> 824475adc01c 19:15:22 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:15:22 ---> Running in 90fd3d90edf5 19:15:23 Removing intermediate container 90fd3d90edf5 19:15:23 ---> 526e3ab7981f 19:15:23 Step 27/30 : CMD ["gate"] 19:15:23 ---> Running in cf852cbf1dcc 19:15:23 Removing intermediate container cf852cbf1dcc 19:15:23 ---> 22809fa37530 19:15:23 Step 28/30 : LABEL arch=x86_64 19:15:24 ---> Running in 5259393c9e2f 19:15:25 Removing intermediate container 18858678ffbc 19:15:25 ---> cac6a0910a85 19:15:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:15:25 Removing intermediate container 5259393c9e2f 19:15:25 ---> f42ab0efed56 19:15:25 Step 29/30 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:15:25 ---> Running in 60eeccff074f 19:15:25 ---> Running in 87729f74d432 19:15:27 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 19:15:27 Removing intermediate container 87729f74d432 19:15:27 ---> 191fbd29a9af 19:15:27 Step 30/30 : LABEL version=0.0.0 19:15:27 ---> Running in 26e8d3db48bf 19:15:27 Removing intermediate container 26e8d3db48bf 19:15:27 ---> c69a1876b69d 19:15:27 19:15:27 Successfully built c69a1876b69d 19:15:27 Successfully tagged docker-security-bootstrapper-go:latest 19:15:29  Building docker-security-bootstrapper-go ... done Removing intermediate container 150d8bdace64 19:15:29 ---> 6fa266de89f4 19:15:29 19:15:29 Step 10/23 : FROM alpine:3.12 19:15:29 ---> 88dd2752d2ea 19:15:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:15:29 Removing intermediate container 60eeccff074f 19:15:29 ---> 8e9bc23bc22a 19:15:29 19:15:29 Step 11/26 : FROM docker:20.10.0 19:15:29 ---> Running in 6919b0bfa316 19:15:29 20.10.0: Pulling from library/docker 19:15:30 Removing intermediate container 6919b0bfa316 19:15:30 ---> 1ce2e6583a24 19:15:30 Step 12/23 : ENV APP_PORT=48080 19:15:30 ---> Running in ad01023fc7f8 19:15:30 Removing intermediate container ad01023fc7f8 19:15:30 ---> 1dfd154ba004 19:15:30 Step 13/23 : EXPOSE $APP_PORT 19:15:31 ---> Running in 9d1c03590ea3 19:15:31 Removing intermediate container 9d1c03590ea3 19:15:31 ---> c220eb69064e 19:15:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:31 ---> Running in b82d5da9e966 19:15:32 Removing intermediate container b82d5da9e966 19:15:32 ---> 795e9402a88b 19:15:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:15:33 ---> Running in 78ac39691140 19:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:15:34 Status: Downloaded newer image for docker:20.10.0 19:15:34 ---> aefe523efa57 19:15:34 Step 12/26 : RUN apk add --no-cache bash 19:15:34 ---> Running in e08c3c24da9d 19:15:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:35 (1/2) Installing readline (8.0.4-r0) 19:15:35 (2/2) Installing bash (5.0.17-r0) 19:15:35 Executing bash-5.0.17-r0.post-install 19:15:35 Executing busybox-1.31.1-r19.trigger 19:15:35 OK: 12 MiB in 22 packages 19:15:35 (1/6) Installing dumb-init (1.2.2-r1) 19:15:35 (2/6) Installing libgcc (9.3.0-r2) 19:15:35 (3/6) Installing libsodium (1.0.18-r0) 19:15:35 (4/6) Installing libstdc++ (9.3.0-r2) 19:15:35 Removing intermediate container e08c3c24da9d 19:15:35 ---> ec6d7a7930fb 19:15:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:15:35 ---> Running in 87cb923c4b32 19:15:36 (5/6) Installing libzmq (4.3.3-r0) 19:15:36 Removing intermediate container 87cb923c4b32 19:15:36 ---> 2902c9485b6f 19:15:36 Step 14/26 : ENV APP_PORT=48090 19:15:36 ---> Running in c629b4e3889c 19:15:36 (6/6) Installing zeromq (4.3.3-r0) 19:15:36 Executing busybox-1.31.1-r19.trigger 19:15:36 OK: 8 MiB in 20 packages 19:15:36 Removing intermediate container c629b4e3889c 19:15:36 ---> c8cd1bda1485 19:15:36 Step 15/26 : EXPOSE $APP_PORT 19:15:36 ---> Running in 85ad4592a7f4 19:15:36 Removing intermediate container 85ad4592a7f4 19:15:36 ---> 987bccebeace 19:15:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:15:36 Removing intermediate container 78ac39691140 19:15:36 ---> 5e30534961eb 19:15:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:37 ---> 3558c1ba0342 19:15:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:15:37 ---> b35717438058 19:15:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:15:37 ---> 7599869a75cc 19:15:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:15:37 ---> fda52f54f439 19:15:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:15:38 ---> b1b746363ccf 19:15:38 Step 19/26 : RUN apk --no-cache add py3-pip 19:15:39 ---> 5335b4016d59 19:15:39 Step 19/23 : ENTRYPOINT ["/core-data"] 19:15:39 ---> Running in 1913b400bf10 19:15:39 ---> Running in 213a269f5603 19:15:39 Removing intermediate container 213a269f5603 19:15:39 ---> 695870f3579d 19:15:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:39 ---> Running in 6d6cca03b420 19:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:15:39 Removing intermediate container 6d6cca03b420 19:15:39 ---> 5ca6ac7ca848 19:15:39 Step 21/23 : LABEL arch=x86_64 19:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:15:39 ---> Running in 5c71853272d5 19:15:40 (1/33) Installing libbz2 (1.0.8-r1) 19:15:40 (2/33) Installing expat (2.2.9-r1) 19:15:40 (3/33) Installing libffi (3.3-r2) 19:15:40 (4/33) Installing gdbm (1.13-r1) 19:15:40 (5/33) Installing xz-libs (5.2.5-r0) 19:15:40 (6/33) Installing sqlite-libs (3.32.1-r0) 19:15:40 (7/33) Installing python3 (3.8.5-r1) 19:15:40 Removing intermediate container 5c71853272d5 19:15:40 ---> a3dd7da4542c 19:15:40 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:15:42 ---> Running in 580692e6ec39 19:15:42 (8/33) Installing py3-appdirs (1.4.4-r1) 19:15:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:15:42 (10/33) Installing py3-parsing (2.4.7-r0) 19:15:42 (11/33) Installing py3-six (1.15.0-r0) 19:15:42 (12/33) Installing py3-packaging (20.4-r0) 19:15:42 (13/33) Installing py3-setuptools (47.0.0-r0) 19:15:42 (14/33) Installing py3-chardet (3.0.4-r4) 19:15:43 (15/33) Installing py3-idna (2.9-r0) 19:15:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:15:43 Removing intermediate container 580692e6ec39 19:15:43 ---> a92619258d0d 19:15:43 Step 23/23 : LABEL version=0.0.0 19:15:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:15:43 (18/33) Installing py3-requests (2.23.0-r0) 19:15:43 (19/33) Installing py3-msgpack (1.0.0-r0) 19:15:43 (20/33) Installing py3-lockfile (0.12.2-r3) 19:15:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:15:43 ---> Running in 75635d7b361d 19:15:43 (22/33) Installing py3-colorama (0.4.3-r0) 19:15:43 (23/33) Installing py3-distlib (0.3.0-r0) 19:15:44 (24/33) Installing py3-distro (1.5.0-r1) 19:15:44 (25/33) Installing py3-webencodings (0.5.1-r3) 19:15:44 (26/33) Installing py3-html5lib (1.0.1-r4) 19:15:44 (27/33) Installing py3-pytoml (0.1.21-r0) 19:15:44 (28/33) Installing py3-pep517 (0.8.2-r0) 19:15:44 (29/33) Installing py3-progress (1.5-r0) 19:15:44 (30/33) Installing py3-toml (0.10.1-r0) 19:15:44 (31/33) Installing py3-retrying (1.3.3-r0) 19:15:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:15:44 (33/33) Installing py3-pip (20.1.1-r0) 19:15:44 Removing intermediate container 75635d7b361d 19:15:44 ---> ab1dc4886fbb 19:15:44 19:15:44 Executing busybox-1.31.1-r19.trigger 19:15:44 OK: 71 MiB in 55 packages 19:15:44 Successfully built ab1dc4886fbb 19:15:44 Successfully tagged docker-core-data-go:latest 19:15:51  Building docker-core-data-go ... done Removing intermediate container 1913b400bf10 19:15:51 ---> e76b435cbbc8 19:15:51 Step 20/26 : RUN pip install docker-compose==1.23.2 19:15:51 ---> Running in 2acb030fcfa5 19:15:52 Collecting docker-compose==1.23.2 19:15:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:15:52 Collecting cached-property<2,>=1.2.0 19:15:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:15:52 Collecting websocket-client<1.0,>=0.32.0 19:15:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:15:52 Collecting docker<4.0,>=3.6.0 19:15:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:15:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:15:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:15:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:15:53 Collecting dockerpty<0.5,>=0.4.1 19:15:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:15:53 Collecting jsonschema<3,>=2.5.1 19:15:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:15:53 Collecting PyYAML<4,>=3.10 19:15:53 Downloading PyYAML-3.13.tar.gz (270 kB) 19:15:54 Collecting docopt<0.7,>=0.6.1 19:15:54 Downloading docopt-0.6.2.tar.gz (25 kB) 19:15:55 Collecting texttable<0.10,>=0.9.0 19:15:55 Downloading texttable-0.9.1.tar.gz (11 kB) 19:15:55 Collecting docker-pycreds>=0.4.0 19:15:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:15:55 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) 19:15:55 Collecting idna<2.8,>=2.5 19:15:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:15:55 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) 19:15:55 Collecting urllib3<1.25,>=1.21.1 19:15:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:15:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:15:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:15:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:15:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:15:56 Installing collected packages: cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, PyYAML, docopt, texttable, docker-compose 19:15:56 Attempting uninstall: idna 19:15:56 Found existing installation: idna 2.9 19:15:56 Uninstalling idna-2.9: 19:15:56 Successfully uninstalled idna-2.9 19:15:56 Attempting uninstall: urllib3 19:15:56 Found existing installation: urllib3 1.25.9 19:15:56 Uninstalling urllib3-1.25.9: 19:15:56 Successfully uninstalled urllib3-1.25.9 19:15:56 Attempting uninstall: requests 19:15:56 Found existing installation: requests 2.23.0 19:15:56 Uninstalling requests-2.23.0: 19:15:56 Successfully uninstalled requests-2.23.0 19:15:56 Running setup.py install for dockerpty: started 19:15:57 Running setup.py install for dockerpty: finished with status 'done' 19:15:57 Running setup.py install for PyYAML: started 19:15:58 Running setup.py install for PyYAML: finished with status 'done' 19:15:58 Running setup.py install for docopt: started 19:15:58 Running setup.py install for docopt: finished with status 'done' 19:15:58 Running setup.py install for texttable: started 19:15:59 Running setup.py install for texttable: finished with status 'done' 19:15:59 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 19:16:03 Removing intermediate container 2acb030fcfa5 19:16:03 ---> 4769573659b5 19:16:03 Step 21/26 : RUN apk --no-cache add curl 19:16:03 ---> Running in bbea69441949 19:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:16:03 (2/3) Installing libcurl (7.69.1-r3) 19:16:03 (3/3) Installing curl (7.69.1-r3) 19:16:03 Executing busybox-1.31.1-r19.trigger 19:16:03 OK: 72 MiB in 58 packages 19:16:04 Removing intermediate container bbea69441949 19:16:04 ---> ccfaebc16cba 19:16:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:16:04 ---> Running in b984f5cfa193 19:16:04 Removing intermediate container b984f5cfa193 19:16:04 ---> 6b6f01fcd9d4 19:16:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:04 ---> Running in 32f5e3880ca9 19:16:04 Removing intermediate container 32f5e3880ca9 19:16:04 ---> 5e7f2a84cdcd 19:16:04 Step 24/26 : LABEL arch=x86_64 19:16:04 ---> Running in 893d2d518fc7 19:16:04 Removing intermediate container 893d2d518fc7 19:16:04 ---> 248290b81e23 19:16:04 Step 25/26 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:16:04 ---> Running in fc9ffaaf546c 19:16:05 Removing intermediate container fc9ffaaf546c 19:16:05 ---> 7ad9c5c954f8 19:16:05 Step 26/26 : LABEL version=0.0.0 19:16:05 ---> Running in 7948aa740e7d 19:16:05 Removing intermediate container 7948aa740e7d 19:16:05 ---> c8a49b801933 19:16:05 19:16:05 Successfully built c8a49b801933 19:16:05 Successfully tagged docker-sys-mgmt-agent-go:latest 19:16:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:16:05 $ docker stop --time=1 43361f9a3409c3cb6eed0cc5a5a70250f8cf4da7cc81277689bf6d37f4779540 19:16:07 $ docker rm -f 43361f9a3409c3cb6eed0cc5a5a70250f8cf4da7cc81277689bf6d37f4779540 [Pipeline] // withDockerContainer [Pipeline] sh 19:16:07 + docker images 19:16:07 + grep docker 19:16:08 docker-sys-mgmt-agent-go latest c8a49b801933 3 seconds ago 313MB 19:16:08 docker-core-data-go latest ab1dc4886fbb 25 seconds ago 22.4MB 19:16:08 docker-security-bootstrapper-go latest c69a1876b69d 41 seconds ago 18.7MB 19:16:08 docker-support-scheduler-go latest be6b6bca801c 57 seconds ago 17.2MB 19:16:08 docker-security-secretstore-setup-go latest 726543603e76 2 minutes ago 24.9MB 19:16:08 docker-core-metadata-go latest 93e75fddf5b0 2 minutes ago 19MB 19:16:08 docker-support-notifications-go latest 19a444fca5ae 2 minutes ago 17.8MB 19:16:08 docker-security-proxy-setup-go latest c90257618d5e 2 minutes ago 24.7MB 19:16:08 docker-core-command-go latest ca7fdb29a3b4 2 minutes ago 17MB 19:16:08 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 19:16:24 Still waiting to schedule task 19:16:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:16:33 gofmt -l . 19:16:33 [ "`gofmt -l .`" = "" ] 19:16:33 ./bin/test-go-mod-tidy.sh 19:16:33 ./bin/test-attribution-txt.sh [Pipeline] sh 19:16:34 + ls -al . 19:16:34 total 740 19:16:34 drwxrwxr-x 9 1001 1001 4096 Feb 26 19:16 . 19:16:34 drwxr-xr-x 4 root root 4096 Feb 26 19:12 .. 19:16:34 -rw-rw-r-- 1 1001 1001 11 Feb 26 19:10 .dockerignore 19:16:34 drwxrwxr-x 8 1001 1001 4096 Feb 26 19:10 .git 19:16:34 drwxrwxr-x 3 1001 1001 4096 Feb 26 19:10 .github 19:16:34 -rw-rw-r-- 1 1001 1001 818 Feb 26 19:10 .gitignore 19:16:34 -rw-rw-r-- 1 1001 1001 166 Feb 26 19:10 .sonarcloud.properties 19:16:34 -rw-rw-r-- 1 1001 1001 8475 Feb 26 19:10 Attribution.txt 19:16:34 -rw-rw-r-- 1 1001 1001 3804 Feb 26 19:10 CONTRIBUTING.md 19:16:34 -rw-rw-r-- 1 1001 1001 931 Feb 26 19:10 Dockerfile.build 19:16:34 -rw-rw-r-- 1 1001 1001 863 Feb 26 19:10 Jenkinsfile 19:16:34 -rw-rw-r-- 1 1001 1001 10775 Feb 26 19:10 LICENSE 19:16:34 -rw-rw-r-- 1 1001 1001 5774 Feb 26 19:10 Makefile 19:16:34 -rw-rw-r-- 1 1001 1001 6524 Feb 26 19:10 README.md 19:16:34 -rw-rw-r-- 1 1001 1001 6755 Feb 26 19:10 SECURITY.md 19:16:34 -rw-rw-r-- 1 1001 1001 5 Feb 26 19:08 VERSION 19:16:34 -rw-rw-r-- 1 1001 1001 4131 Feb 26 19:10 ZMQWindows.md 19:16:34 drwxrwxr-x 2 1001 1001 4096 Feb 26 19:10 bin 19:16:34 drwxrwxr-x 14 1001 1001 4096 Feb 26 19:10 cmd 19:16:34 -rw-r--r-- 1 root root 599431 Feb 26 19:15 coverage.out 19:16:34 -rw-r--r-- 1 root root 1055 Feb 26 19:16 go.mod 19:16:34 -rw-r--r-- 1 root root 21699 Feb 26 19:16 go.sum 19:16:34 drwxrwxr-x 8 1001 1001 4096 Feb 26 19:10 internal 19:16:34 drwxrwxr-x 4 1001 1001 4096 Feb 26 19:10 openapi 19:16:34 drwxrwxr-x 4 1001 1001 4096 Feb 26 19:10 snap 19:16:34 -rw-rw-r-- 1 1001 1001 168 Feb 26 19:10 version.go [Pipeline] sh 19:16:34 + '[' -e coverage.out ] 19:16:34 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:35 Warning: overwriting stash ‘coverage-report’ 19:16:36 Stashed 1 file(s) [Pipeline] sh 19:16:37 + make build 19:16:37 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 19:16:47 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 19:17: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 19:17:14 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 19:17:22 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 19:17:22 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 19:17:26 Running on prd-ubuntu18.04-docker-8c-8g-27866 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 19:17:26 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:17:28 using credential edgex-jenkins-ssh 19:17: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 19:17:28 Cloning the remote Git repository 19:17:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:17:28 > git init /w/workspace/edgex-go/6 # timeout=10 19:17:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:28 > git --version # timeout=10 19:17:28 > git --version # 'git version 2.17.1' 19:17:28 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17: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 19:17:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:17:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:17:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:17:35 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:17:36 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit ee855b84a3992fd3379a3585cb94a6f17aa86547 19:17:36 Merge succeeded, producing ee855b84a3992fd3379a3585cb94a6f17aa86547 19:17:36 Checking out Revision ee855b84a3992fd3379a3585cb94a6f17aa86547 (PR-3192) 19:17:37 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 19:17:36 > git config core.sparsecheckout # timeout=10 19:17:36 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 19:17:36 > git remote # timeout=10 19:17:36 > git config --get remote.origin.url # timeout=10 19:17:36 using GIT_SSH to set credentials SSH Credentials for GitHub 19:17:36 > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 19:17:36 > git rev-parse HEAD^{commit} # timeout=10 19:17:36 > git config core.sparsecheckout # timeout=10 19:17:36 > git checkout -f ee855b84a3992fd3379a3585cb94a6f17aa86547 # timeout=10 19:17:40 Commit message: "fix: address PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:17:41 + echo snap-build.sh 19:17:41 snap-build.sh 19:17:41 + SNAP_BASE_DIR=. 19:17:41 + '[' '!' -z /w/workspace/edgex-go/6 ']' 19:17:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 19:17:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 19:17:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 19:17:41 + cd /w/workspace/edgex-go/6 19:17:41 + sudo apt-get remove -qy --purge lxd lxd-client 19:17:41 Reading package lists... 19:17:41 Building dependency tree... 19:17:41 Reading state information... 19:17:41 The following packages were automatically installed and are no longer required: 19:17:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:17:41 uidmap xdelta3 19:17:41 Use 'sudo apt autoremove' to remove them. 19:17:41 The following packages will be REMOVED: 19:17:41 lxd* lxd-client* 19:17:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:17:41 After this operation, 31.7 MB disk space will be freed. 19:17:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:17:42 (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.) 19:17:42 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:17:43 Removing lxd dnsmasq configuration 19:17:43 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:17:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:17:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:17:45 (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.) 19:17:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:17:46 Processing triggers for systemd (237-3ubuntu10.42) ... 19:17:46 Processing triggers for ureadahead (0.100.0-21) ... 19:17:46 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 19:17:48 + sudo snap remove --purge lxd 19:17:48 snap "lxd" is not installed 19:17:48 + sudo groupadd --force --system lxd 19:17:48 ++ whoami 19:17:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:17:48 + newgrp - lxd 19:17:48 + sudo snap install lxd 19:17:50 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] } 19:17:58 $ docker stop --time=1 de8e6243ddaa25cc44bd9bd40fee07e0d5c3a4f16e540c4905a20ab9b891077d 19:18:01 $ docker rm -f de8e6243ddaa25cc44bd9bd40fee07e0d5c3a4f16e540c4905a20ab9b891077d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:18:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:03 19:18:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:03 2021-02-26T19:17:59Z INFO Waiting for automatic snapd restart... [Pipeline] isUnix [Pipeline] sh 19:18:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:04 latest: Pulling from edgex-devops/edgex-compose-arm64 19:18:04 29e5d40040c1: Pulling fs layer 19:18:04 1ce36da41761: Pulling fs layer 19:18:04 25b303627fd3: Pulling fs layer 19:18:04 29e5d40040c1: Verifying Checksum 19:18:04 29e5d40040c1: Download complete 19:18:05 1ce36da41761: Verifying Checksum 19:18:05 1ce36da41761: Download complete 19:18:05 29e5d40040c1: Pull complete 19:18:06 1ce36da41761: Pull complete 19:18:06 25b303627fd3: Verifying Checksum 19:18:06 25b303627fd3: Download complete 19:18:15 lxd 4.11 from Canonical* installed 19:18:15 + sudo lxd init --auto 19:18:16 25b303627fd3: Pull complete 19:18:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:18:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:18:17 prd-ubuntu18.04-docker-arm64-4c-16g-27865 does not seem to be running inside a container 19:18:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:18:20 $ docker top d56d5f57a423a160658cc2cbe424cad358f24222a929ffad23b385cbe4831335 -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:21 + docker-compose build --help 19:18:21 + grep parallel 19:18:24 --parallel Build images in parallel. [Pipeline] } 19:18:25 $ docker stop --time=1 d56d5f57a423a160658cc2cbe424cad358f24222a929ffad23b385cbe4831335 19:18:25 + sudo snap install --classic snapcraft 19:18:27 $ docker rm -f d56d5f57a423a160658cc2cbe424cad358f24222a929ffad23b385cbe4831335 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:18:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:18:27 . [Pipeline] withDockerContainer 19:18:28 prd-ubuntu18.04-docker-arm64-4c-16g-27865 does not seem to be running inside a container 19:18:28 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 19:18:29 $ docker top 57ad741f424540cc47a5ddc45e2ac0aaeb7a79ec8fee8b0ecb83f48f785f656c -eo pid,comm [Pipeline] { [Pipeline] sh 19:18:30 + docker-compose -f ./docker-compose-build.yml build --parallel 19:18:32 snapcraft 4.5.1 from Canonical* installed 19:18:32 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:18:32 + patch --verbose -p1 19:18:32 Hmm... Looks like a unified diff to me... 19:18:32 The text leading up to this was: 19:18:32 -------------------------- 19:18:32 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:18:32 |From: Tony Espy 19:18:32 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:18:32 |Subject: [PATCH] optimize snap build for pipeline CI check 19:18:32 | 19:18:32 |This patch is used by the EdgeX CI pipeline builds to 19:18:32 |optimize the snap CI check run for pull requests. When 19:18:32 |applied, it essentially strips out everything (apps and 19:18:32 |parts) from the snapcraft.yaml file except those required 19:18:32 |to build edgex-go, as the whole idea of the CI check is to 19:18:32 |catch changes to edgex-go that break the snap build. 19:18:32 | 19:18:32 |In general, anyone updating snapcraft.yaml will also need 19:18:32 |to update this patch file, otherwise it may fail to apply, 19:18:32 |resulting in a failed snap build CI check in the associated 19:18:32 |pull request. 19:18:32 | 19:18:32 |Note - in addition to applying this patch, the pipeline also 19:18:32 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:18:32 |need to build the finally binary .snap file (and it won't 19:18:32 |work with the patch applied). This further reduces the build 19:18:32 |time. 19:18:32 |--- 19:18:32 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:18:32 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:18:32 | 19:18:32 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:18:32 |index 1e537489..faf42425 100644 19:18:32 |--- a/snap/snapcraft.yaml 19:18:32 |+++ b/snap/snapcraft.yaml 19:18:32 -------------------------- 19:18:32 patching file snap/snapcraft.yaml 19:18:32 Using Plan A... 19:18:32 Hunk #1 succeeded at 73. 19:18:32 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 19:18:32 Hunk #3 succeeded at 217 (offset 3 lines). 19:18:32 Hunk #4 succeeded at 225 (offset 3 lines). 19:18:32 Hunk #5 succeeded at 232 (offset 3 lines). 19:18:32 Hunk #6 succeeded at 259 (offset 3 lines). 19:18:32 Hunk #7 succeeded at 293 (offset 3 lines). 19:18:32 Hunk #8 succeeded at 352 (offset 11 lines). 19:18:32 Hmm... Ignoring the trailing garbage. 19:18:32 done 19:18:32 + sudo snapcraft prime --use-lxd 19:18:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:18:32 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: 19:18:32 - README.md 19:18:32 - snapcraft.yaml.orig 19:18:32 19:18:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:18:33 Launching a container. 19:18:34 Building docker-core-command-go ... 19:18:34 Building docker-core-data-go ... 19:18:34 Building docker-core-metadata-go ... 19:18:34 Building docker-security-bootstrapper-go ... 19:18:34 Building docker-security-proxy-setup-go ... 19:18:34 Building docker-security-secretstore-setup-go ... 19:18:34 Building docker-support-notifications-go ... 19:18:34 Building docker-support-scheduler-go ... 19:18:34 Building docker-sys-mgmt-agent-go ... 19:18:34 Building docker-security-bootstrapper-go 19:18:34 Building docker-security-secretstore-setup-go 19:18:34 Building docker-core-metadata-go 19:18:34 Building docker-core-command-go 19:18:34 Building docker-support-notifications-go 19:18:45 Waiting for container to be ready 19:18:45 To start your first instance, try: lxc launch ubuntu:18.04 19:18:45 19:18:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:18:48 Waiting for network to be ready... 19:18:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:18:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:18:49 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:18:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:18:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 19:18:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 19:18:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 19:18:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 19:18:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 19:18:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:18:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:18:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:18:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:18:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:18:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:18:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:18:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:18:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:18:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:18:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 19:18:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:18:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 19:18:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 19:18:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 19:18:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 19:18:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 19:18:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:18:53 Fetched 24.0 MB in 5s (4871 kB/s) 19:18:54 Reading package lists... 19:18:55 Reading package lists... 19:18:55 Building dependency tree... 19:18:55 Reading state information... 19:18:55 The following additional packages will be installed: 19:18:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:18:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:18:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:18:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:18:55 Suggested packages: 19:18:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:18:55 Recommended packages: 19:18:55 gnupg libsasl2-modules 19:18:55 The following NEW packages will be installed: 19:18:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:18:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:18:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:18:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:18:55 The following packages will be upgraded: 19:18:55 gpg gpg-agent gpgconf libudev1 19:18:55 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:18:55 Need to get 3530 kB of archives. 19:18:55 After this operation, 13.3 MB of additional disk space will be used. 19:18:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:18:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:18:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:18:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:18:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 19:18:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 19:18:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:18:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:18:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:18:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:18:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:18:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:18:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:18:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:18:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:18:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:18:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:18:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:18:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:18:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:18:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:18:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:18:56 debconf: delaying package configuration, since apt-utils is not installed 19:18:56 Fetched 3530 kB in 1s (3192 kB/s) 19:18:56 (Reading database ... 12511 files and directories currently installed.) 19:18:56 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 19:18:56 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:18:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 19:18:57 Selecting previously unselected package udev. 19:18:57 (Reading database ... 12511 files and directories currently installed.) 19:18:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 19:18:57 Unpacking udev (237-3ubuntu10.44) ... 19:18:57 Selecting previously unselected package libfuse2:amd64. 19:18:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:18:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:18:57 Selecting previously unselected package fuse. 19:18:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:18:57 Unpacking fuse (2.9.7-1ubuntu1) ... 19:18:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:18:57 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:18:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:18:57 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:18:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:18:57 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:18:58 Selecting previously unselected package libksba8:amd64. 19:18:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:18:58 Unpacking libksba8:amd64 (1.3.5-2) ... 19:18:58 Selecting previously unselected package libroken18-heimdal:amd64. 19:18:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:18:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:18:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:18:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libwind0-heimdal:amd64. 19:18:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:18:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:18:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:18:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:18:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:18:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:59 Selecting previously unselected package libsasl2-modules-db:amd64. 19:18:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:18:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:18:59 Selecting previously unselected package libsasl2-2:amd64. 19:18:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:18:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:18:59 Selecting previously unselected package libldap-common. 19:18:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:18:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:18:59 Selecting previously unselected package libldap-2.4-2:amd64. 19:18:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:18:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:18:59 Selecting previously unselected package dirmngr. 19:18:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:18:59 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:18:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:18:59 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:18:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:18:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:18:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:18:59 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:18:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:18:59 Setting up libksba8:amd64 (1.3.5-2) ... 19:18:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:00 Setting up udev (237-3ubuntu10.44) ... 19:19:00 invoke-rc.d: policy-rc.d denied execution of start. 19:19:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Processing triggers for systemd (237-3ubuntu10) ... 19:19:00 Setting up fuse (2.9.7-1ubuntu1) ... 19:19:00 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:19:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:19:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:19:00 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:19:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:19:01 settings in the [Install] section, and DefaultInstance for template units). 19:19:01 This means they are not meant to be enabled using systemctl. 19:19:01 Possible reasons for having this kind of units are: 19:19:01 1) A unit may be statically enabled by being symlinked from another unit's 19:19:01 .wants/ or .requires/ directory. 19:19:01 2) A unit's purpose may be to act as a helper for some other unit which has 19:19:01 a requirement dependency on it. 19:19:01 3) A unit may be started when needed via activation (socket, path, timer, 19:19:01 D-Bus, udev, scripted systemctl call, ...). 19:19:01 4) In case of template units, the unit is meant to be enabled with some 19:19:01 instance name specified. 19:19:01 Reading package lists... 19:19:02 Building dependency tree... 19:19:02 Reading state information... 19:19:02 The following additional packages will be installed: 19:19:02 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:19:02 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:19:02 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:19:02 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:19:02 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:19:02 Suggested packages: 19:19:02 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:19:02 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:19:02 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:19:02 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:19:02 systemd-container policykit-1 19:19:02 Recommended packages: 19:19:02 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:19:02 The following NEW packages will be installed: 19:19:02 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:19:02 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:19:02 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:19:02 multiarch-support openssh-client python3 python3-minimal python3.6 19:19:02 python3.6-minimal snapd squashfs-tools sudo 19:19:02 The following packages will be upgraded: 19:19:02 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:19:02 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:19:02 Need to get 35.2 MB of archives. 19:19:02 After this operation, 141 MB of additional disk space will be used. 19:19:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:19:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:19:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 19:19:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:19:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:19:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:19:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:19:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:19:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:19:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:19:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:19:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:19:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:19:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:19:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:19:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:19:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:19:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:19:02 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:19:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 19:19:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:19:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:19:03 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:19:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:19:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:19:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:19:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:19:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:19:03 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:19:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:19:03 debconf: delaying package configuration, since apt-utils is not installed 19:19:03 Fetched 35.2 MB in 1s (26.5 MB/s) 19:19:03 (Reading database ... 12757 files and directories currently installed.) 19:19:03 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 19:19:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:19:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 19:19:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:19:04 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 19:19:04 (Reading database ... 12757 files and directories currently installed.) 19:19:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:19:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:19:04 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:19:05 (Reading database ... 12757 files and directories currently installed.) 19:19:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:19:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:19:05 Setting up apt (1.6.12ubuntu0.2) ... 19:19:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:19:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:19:06 (Reading database ... 12764 files and directories currently installed.) 19:19:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:19:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:19:06 Selecting previously unselected package libpython3.6-minimal:amd64. 19:19:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:19:06 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:19:06 Selecting previously unselected package libexpat1:amd64. 19:19:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:19:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:19:06 Selecting previously unselected package python3.6-minimal. 19:19:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:19:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:19:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:19:07 Checking for services that may need to be restarted...done. 19:19:07 Checking for services that may need to be restarted...done. 19:19:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:19:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:19:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:19:07 Selecting previously unselected package python3-minimal. 19:19:07 (Reading database ... 13012 files and directories currently installed.) 19:19:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:19:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:19:08 Selecting previously unselected package mime-support. 19:19:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:19:08 Unpacking mime-support (3.60ubuntu1) ... 19:19:09 Selecting previously unselected package libmpdec2:amd64. 19:19:09 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:19:09 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:19:09 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:19:09 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:19:09 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:19:09 Selecting previously unselected package python3.6. 19:19:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:19:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:19:09 Selecting previously unselected package libpython3-stdlib:amd64. 19:19:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:19:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:19:10 Setting up python3-minimal (3.6.7-1~18.04) ... 19:19:10 Selecting previously unselected package python3. 19:19:10 (Reading database ... 13442 files and directories currently installed.) 19:19:10 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:19:10 Unpacking python3 (3.6.7-1~18.04) ... 19:19:10 Selecting previously unselected package multiarch-support. 19:19:10 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:19:10 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:19:10 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:19:11 Selecting previously unselected package liblzo2-2:amd64. 19:19:11 (Reading database ... 13479 files and directories currently installed.) 19:19:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:19:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:19:12 Selecting previously unselected package libbsd0:amd64. 19:19:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:19:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:19:13 Selecting previously unselected package sudo. 19:19:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:19:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:19:13 Selecting previously unselected package apparmor. 19:19:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:19:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:19:13 Selecting previously unselected package libedit2:amd64. 19:19:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:19:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:19:13 Selecting previously unselected package libkrb5support0:amd64. 19:19:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:19:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:19:14 Selecting previously unselected package libk5crypto3:amd64. 19:19:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:19:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:19:15 Selecting previously unselected package libkeyutils1:amd64. 19:19:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:19:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:19:15 Selecting previously unselected package libkrb5-3:amd64. 19:19:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:19:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:19:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:19:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:19:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:19:15 Selecting previously unselected package libssl1.0.0:amd64. 19:19:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:19:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:19:16 Selecting previously unselected package openssh-client. 19:19:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:19:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:19:16 Selecting previously unselected package squashfs-tools. 19:19:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:19:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:19:16 Selecting previously unselected package snapd. 19:19:16 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:19:16 Unpacking snapd (2.48.3+18.04) ... 19:19:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:19:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:19:18 Setting up mime-support (3.60ubuntu1) ... 19:19:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:19:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:19:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:19:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:19 Setting up systemd (237-3ubuntu10.44) ... 19:19:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:19:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:19:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:19:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:19:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:19:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:19:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:19:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:19:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:19:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:19:22 Setting up python3 (3.6.7-1~18.04) ... 19:19:22 running python rtupdate hooks for python3.6... 19:19:22 running python post-rtupdate hooks for python3.6... 19:19:22 Setting up apparmor (2.12-4ubuntu5.1) ... 19:19:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:19:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:19:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:19:29 Setting up snapd (2.48.3+18.04) ... 19:19:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:19:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:19:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:19:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:19:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:19:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:19:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:19:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:19:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:19:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:19:31 /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' 19:19:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:19:31 Processing triggers for systemd (237-3ubuntu10.44) ... 19:19:32 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:19:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:19:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:19:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:19:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 19:19:34 Fetched 2770 kB in 1s (1871 kB/s) 19:19:35 Reading package lists... 19:19:35 Reading package lists... 19:19:35 Building dependency tree... 19:19:35 Reading state information... 19:19:35 Calculating upgrade... 19:19:35 The following packages will be upgraded: 19:19:35 advancecomp base-files bash binutils binutils-common 19:19:35 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:19:35 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:19:35 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:19:35 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:19:35 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:19:35 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:19:35 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:19:35 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:19:35 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:19:35 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:19:35 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:19:35 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:19:35 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:19:35 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:19:36 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:19:36 Need to get 63.8 MB of archives. 19:19:36 After this operation, 5201 kB of additional disk space will be used. 19:19:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 19:19:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:19:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:19:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:19:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:19:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:19:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:19:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:19:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:19:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:19:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:19:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:19:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:19:36 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:19:36 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:19:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:19:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:19:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:19:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:19:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:19:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:19:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:19:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:19:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:19:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:19:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:19:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:19:36 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:19:36 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:19:36 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:19:37 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:19:37 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:19:37 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:19:37 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:19:37 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:19:37 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:19:37 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:19:37 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:19:37 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:19:37 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 19:19:37 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:19:37 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:19:37 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:19:37 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:19:37 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:19:37 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:19:37 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:19:37 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:19:37 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:19:37 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:19:37 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:19:37 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:19:37 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:19:37 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:19:37 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:19:37 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:19:37 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:19:37 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:19:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:19:37 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:19:37 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:19:37 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:19:37 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:19:37 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:19:37 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:19:37 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:19:37 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:19:37 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:19:37 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:19:37 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:19:37 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:19:37 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:19:37 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:19:37 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:19:37 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:19:37 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:19:37 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:19:37 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:19:37 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:19:37 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:19:37 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:19:37 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:19:37 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] 19:19:38 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:19:38 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:19:38 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:19:38 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:19:38 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:19:38 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:19:38 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:19:38 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:19:38 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:19:38 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:19:38 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:19:39 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:19:39 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:19:39 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:19:39 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:19:39 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:19:39 debconf: delaying package configuration, since apt-utils is not installed 19:19:39 Fetched 63.8 MB in 3s (20.2 MB/s) 19:19:39 (Reading database ... 13912 files and directories currently installed.) 19:19:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:19:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:40 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:19:40 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:40 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 19:19:40 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 19:19:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:41 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:42 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:42 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:42 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:19:42 (Reading database ... 13911 files and directories currently installed.) 19:19:42 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:42 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:19:42 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:19:42 (Reading database ... 13911 files and directories currently installed.) 19:19:42 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:19:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:19:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:19:43 (Reading database ... 13911 files and directories currently installed.) 19:19:43 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:19:43 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:19:43 (Reading database ... 13911 files and directories currently installed.) 19:19:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:19:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:19:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:19:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:19:44 Setting up base-files (10.1ubuntu2.10) ... 19:19:44 Installing new version of config file /etc/issue ... 19:19:44 Installing new version of config file /etc/issue.net ... 19:19:44 Installing new version of config file /etc/lsb-release ... 19:19:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:19:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:19:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:19:44 Removing obsolete conffile /etc/default/motd-news ... 19:19:44 (Reading database ... 13912 files and directories currently installed.) 19:19:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:19:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:19:44 Setting up bash (4.4.18-2ubuntu1.2) ... 19:19:44 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 19:19:45 (Reading database ... 13912 files and directories currently installed.) 19:19:45 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:45 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:19:45 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:19:45 (Reading database ... 13912 files and directories currently installed.) 19:19:45 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:19:45 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:19:45 Setting up tar (1.29b-2ubuntu0.2) ... 19:19:45 (Reading database ... 13912 files and directories currently installed.) 19:19:45 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:19:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:19:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:19:45 (Reading database ... 13912 files and directories currently installed.) 19:19:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:19:46 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:19:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:19:46 (Reading database ... 13912 files and directories currently installed.) 19:19:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:19:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:19:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:19:46 (Reading database ... 13912 files and directories currently installed.) 19:19:46 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:19:46 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:19:46 Setting up grep (3.1-2build1) ... 19:19:46 (Reading database ... 13912 files and directories currently installed.) 19:19:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:19:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:19:47 Setting up login (1:4.5-1ubuntu2) ... 19:19:47 (Reading database ... 13912 files and directories currently installed.) 19:19:47 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:47 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:19:49 (Reading database ... 13912 files and directories currently installed.) 19:19:49 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:49 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:19:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:19:52 (Reading database ... 13912 files and directories currently installed.) 19:19:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:19:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:19:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:19:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:19:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:19:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:19:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:19:53 (Reading database ... 13912 files and directories currently installed.) 19:19:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:19:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:19:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:19:54 (Reading database ... 13912 files and directories currently installed.) 19:19:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:54 (Reading database ... 13912 files and directories currently installed.) 19:19:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:54 (Reading database ... 13912 files and directories currently installed.) 19:19:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:54 (Reading database ... 13912 files and directories currently installed.) 19:19:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:19:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:19:55 (Reading database ... 13912 files and directories currently installed.) 19:19:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:55 ---> 63e0d3c42fed 19:19:55 Step 3/23 : WORKDIR /edgex-go 19:19:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:19:55 ---> 63e0d3c42fed 19:19:55 Step 3/24 : WORKDIR /edgex-go 19:19:55 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:55 Step 2/30 : FROM ${BUILDER_BASE} AS builder 19:19:55 ---> 63e0d3c42fed 19:19:55 Step 3/30 : WORKDIR /edgex-go 19:19:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:55 ---> 63e0d3c42fed 19:19:55 Step 3/23 : WORKDIR /edgex-go 19:19:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:19:55 ---> 63e0d3c42fed 19:19:55 Step 3/22 : WORKDIR /edgex-go 19:19:55 ---> Running in 1a9f52628e8a 19:19:55 ---> Running in 998da4e2acb7 19:19:55 ---> Running in 761a3e7474d0 19:19:55 ---> Running in 13b1823e14fd 19:19:55 ---> Running in 626eba0813cf 19:19:55 Removing intermediate container 761a3e7474d0 19:19:55 ---> de73a117acfe 19:19:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:55 Removing intermediate container 1a9f52628e8a 19:19:55 ---> 021ccb8c8f2b 19:19:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 998da4e2acb7 19:19:55 19:19:55 ---> 384491fc05a3 19:19:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:55 Removing intermediate container 626eba0813cf 19:19:55 ---> f6cd15f27b04 19:19:55 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:55 Removing intermediate container 13b1823e14fd 19:19:55 ---> f6678e2bb1f5 19:19:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:55 ---> Running in 54db1220353d 19:19:55 ---> Running in 9efd22a86f65 19:19:55 ---> Running in e1980316cccb 19:19:55 ---> Running in 261841684d18 19:19:55 ---> Running in b5faf1bf3284 19:19:55 Removing intermediate container 54db1220353d 19:19:55 ---> 902d81cef99b 19:19:55 Step 5/24 : RUN apk add --update --no-cache make git 19:19:55 ---> Running in 9471d7d5fb5f 19:19:55 Removing intermediate container 9efd22a86f65 19:19:55 ---> 8ede0f821085 19:19:55 Step 5/30 : RUN apk add --update --no-cache make git 19:19:55 ---> Running in 58ae30d6dd17 19:19:55 Removing intermediate container e1980316cccb 19:19:55 ---> 873cf1dd53c9 19:19:55 Step 5/23 : RUN apk add --update --no-cache make git 19:19:55 ---> Running in fbee243f5ab8 19:19:55 Removing intermediate container b5faf1bf3284 19:19:55 ---> 3a378da35670 19:19:55 Step 5/23 : RUN apk add --update --no-cache make git 19:19:55 Removing intermediate container 261841684d18 19:19:55 ---> 414c0d250f80 19:19:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:19:55 ---> Running in 515eb7df63da 19:19:55 ---> Running in 7fac79777403 19:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:19:56 (Reading database ... 13912 files and directories currently installed.) 19:19:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:19:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:57 (Reading database ... 13912 files and directories currently installed.) 19:19:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:19:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:19:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:19:57 (Reading database ... 13912 files and directories currently installed.) 19:19:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:57 OK: 217 MiB in 51 packages 19:19:57 OK: 217 MiB in 51 packages 19:19:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:19:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:19:58 (Reading database ... 13914 files and directories currently installed.) 19:19:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:19:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:19:58 Setting up debconf (1.5.66ubuntu1) ... 19:19:58 OK: 217 MiB in 51 packages 19:19:58 (Reading database ... 13914 files and directories currently installed.) 19:19:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:19:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:19:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:19:58 OK: 217 MiB in 51 packages 19:19:58 OK: 217 MiB in 51 packages 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:19:59 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:19:59 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:19:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:19:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:19:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:19:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:19:59 (Reading database ... 13914 files and directories currently installed.) 19:19:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:19:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:19:59 Removing intermediate container 58ae30d6dd17 19:19:59 ---> d9e1fb25eb6b 19:19:59 Step 6/30 : COPY go.mod . 19:19:59 Removing intermediate container 9471d7d5fb5f 19:19:59 ---> 9759d15d8579 19:19:59 Step 6/24 : COPY go.mod . 19:20:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:20:00 Removing intermediate container fbee243f5ab8 19:20:00 ---> 77b6f207f0dc 19:20:00 Step 6/23 : COPY go.mod . 19:20:00 (Reading database ... 13914 files and directories currently installed.) 19:20:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:20:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:20:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 19:20:00 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:20:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:20:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:20:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:20:00 Removing intermediate container 515eb7df63da 19:20:00 ---> 6023e3bd9e7a 19:20:00 Step 6/23 : COPY go.mod . 19:20:00 Removing intermediate container 7fac79777403 19:20:00 ---> 1bddde24ab80 19:20:00 Step 6/22 : COPY go.mod . 19:20:00 ---> 46f5ba38185e 19:20:00 Step 7/30 : RUN go mod download 19:20:00 (Reading database ... 13914 files and directories currently installed.) 19:20:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:20:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:20:01 ---> Running in 4cf470f97e8f 19:20:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:20:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:20:01 ---> fb61b9cc7733 19:20:01 Step 7/24 : RUN go mod download 19:20:01 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:20:01 ---> bdb6729ca7f0 19:20:01 Step 7/23 : RUN go mod download 19:20:01 ---> Running in 6d4f4f956920 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:20:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:20:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:20:01 ---> 50608ee2ca7a 19:20:01 Step 7/23 : RUN go mod download 19:20:01 ---> Running in 3b16ee44f22b 19:20:01 ---> 5ddd9f416d16 19:20:01 Step 7/22 : RUN go mod download 19:20:01 (Reading database ... 13914 files and directories currently installed.) 19:20:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:20:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:20:02 ---> Running in 8b2a0007b93e 19:20:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:20:02 (Reading database ... 13914 files and directories currently installed.) 19:20:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:20:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:20:02 ---> Running in 2139f8b877d9 19:20:02 Setting up passwd (1:4.5-1ubuntu2) ... 19:20:02 (Reading database ... 13914 files and directories currently installed.) 19:20:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:20:02 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:20:02 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:20:02 (Reading database ... 13914 files and directories currently installed.) 19:20:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:20:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:20:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:20:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:20:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:20:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:20:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:20:03 (Reading database ... 13914 files and directories currently installed.) 19:20:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:20:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:20:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:20:04 (Reading database ... 13914 files and directories currently installed.) 19:20:04 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:20:04 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:20:04 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:20:04 (Reading database ... 13914 files and directories currently installed.) 19:20:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:20:04 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:20:04 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:20:04 (Reading database ... 13915 files and directories currently installed.) 19:20:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:20:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:20:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:20:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:20:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:20:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:20:05 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:20:05 Removing intermediate container 4cf470f97e8f 19:20:05 ---> bda6347a97b4 19:20:05 Step 8/30 : COPY . . 19:20:06 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:20:06 Removing intermediate container 6d4f4f956920 19:20:06 ---> 08e5e02e43c1 19:20:06 Step 8/24 : COPY . . 19:20:07 Removing intermediate container 3b16ee44f22b 19:20:07 ---> c029cf3e50db 19:20:07 Step 8/23 : COPY . . 19:20:07 Removing intermediate container 2139f8b877d9 19:20:07 ---> 5482ae057d1f 19:20:07 Step 8/22 : COPY . . 19:20:07 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:20:07 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:20:07 Removing intermediate container 8b2a0007b93e 19:20:07 ---> 85e30ce3fcc7 19:20:07 Step 8/23 : COPY . . 19:20:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:20:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:20:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:20:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:20:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:20:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:20:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:20:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:20:10 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:20:10 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:20:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:20:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:20:10 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:20:10 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:20:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:20:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:20:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:20:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:20:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:12 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:20:12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:20:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:15 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:20:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:20:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:20:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:20:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:20:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:20:17 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:20:17 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:20:17 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:17 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:17 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:20:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:20:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:20:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:20:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:20:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:20:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:20:17 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:20:17 19:20:17 Current default time zone: 'Etc/UTC' 19:20:17 Local time is now: Fri Feb 26 19:20:17 UTC 2021. 19:20:17 Universal Time is now: Fri Feb 26 19:20:17 UTC 2021. 19:20:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:20:17 19:20:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 19:20:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:18 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 19:20:18 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:20:18 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:20:18 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:20:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:20:18 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:20:18 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:20:18 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:20:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:20:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:20:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:18 Setting up patch (2.7.6-2ubuntu1.1) ... 19:20:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:20:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:20:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:20:18 Installing new version of config file /etc/ssl/openssl.cnf ... 19:20:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:20:19 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:20:19 Setting up ca-certificates (20210119~18.04.1) ... 19:20:20 Updating certificates in /etc/ssl/certs... 19:20:21 23 added, 27 removed; done. 19:20:21 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:20:21 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:20:21 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:20:21 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:20:21 Setting up pkgbinarymangler (138.18.04.1) ... 19:20:21 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:20:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up perl (5.26.1-6ubuntu0.5) ... 19:20:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:20:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:20:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:20:22 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:20:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:20:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:20:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:20:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:20:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:20:22 Processing triggers for systemd (237-3ubuntu10.44) ... 19:20:22 Processing triggers for mime-support (3.60ubuntu1) ... 19:20:22 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:20:22 Updating certificates in /etc/ssl/certs... 19:20:23 0 added, 0 removed; done. 19:20:23 Running hooks in /etc/ca-certificates/update.d... 19:20:23 done. 19:20:23 Reading package lists... 19:20:24 Building dependency tree... 19:20:24 Reading state information... 19:20:24 The following NEW packages will be installed: 19:20:24 apt-transport-https 19:20:24 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:20:24 Need to get 1696 B of archives. 19:20:24 After this operation, 153 kB of additional disk space will be used. 19:20:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:20:24 debconf: delaying package configuration, since apt-utils is not installed 19:20:24 Fetched 1696 B in 0s (8114 B/s) 19:20:24 Selecting previously unselected package apt-transport-https. 19:20:24 (Reading database ... 13920 files and directories currently installed.) 19:20:24 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:20:24 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:20:24 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:20:25 Waiting for network to be ready... 19:20:30 2021-02-26T19:20:28Z INFO Waiting for automatic snapd restart... 19:20:30 snapd 2.48.2.1 from Canonical* installed 19:20:30 "snapd" switched to the "latest/stable" channel 19:20:30 19:20:33 core18 20210128 from Canonical* installed 19:20:33 "core18" switched to the "latest/stable" channel 19:20:33 19:20:34 ---> 840a8a0512ff 19:20:34 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:20:34 ---> b658c49691ae 19:20:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:20:34 ---> cbae8e6e508a 19:20:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:20:34 ---> 95a0e03356f8 19:20:34 Step 9/23 : RUN make cmd/core-command/core-command 19:20:34 ---> 081f35eda672 19:20:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:20:34 ---> Running in 27646538a9c1 19:20:34 ---> Running in eb135507a328 19:20:34 ---> Running in d7d00215757c 19:20:34 ---> Running in d92801b33664 19:20:34 ---> Running in 9a2dce14f4ca 19:20:35 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 19:20:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:20:36 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 19:20:36 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 19:20:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:20:37 snapcraft 4.5.1 from Canonical* installed 19:20:37 "snapcraft" switched to the "latest/stable" channel 19:20:37 19:20:41 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: 19:20:41 - README.md 19:20:41 - snapcraft.yaml.orig 19:20:41 19:20:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:20:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:20:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:20:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:20:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:20:48 Reading package lists... 19:20:48 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 19:20:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:20:55 Reading package lists... 19:20:55 Building dependency tree... 19:20:55 Reading state information... 19:20:55 Suggested packages: 19:20:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:20:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:20:55 Recommended packages: 19:20:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:20:55 The following NEW packages will be installed: 19:20:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:20:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:20:55 pkg-config zip 19:20:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:20:55 Need to get 7655 kB of archives. 19:20:55 After this operation, 43.7 MB of additional disk space will be used. 19:20:55 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:20:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:20:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:20:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:20:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:20:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:20:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:20:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:20:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:20:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:20:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:20:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:20:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:20:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:20:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:20:56 debconf: delaying package configuration, since apt-utils is not installed 19:20:56 Fetched 7655 kB in 1s (7021 kB/s) 19:20:56 Selecting previously unselected package libglib2.0-0:amd64. 19:20:56 (Reading database ... 13924 files and directories currently installed.) 19:20:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:20:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:20:56 Selecting previously unselected package libpsl5:amd64. 19:20:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:20:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:20:56 Selecting previously unselected package libnghttp2-14:amd64. 19:20:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:20:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:20:57 Selecting previously unselected package librtmp1:amd64. 19:20:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:20:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:20:57 Selecting previously unselected package libcurl3-gnutls:amd64. 19:20:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:20:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:20:57 Selecting previously unselected package liberror-perl. 19:20:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:20:57 Unpacking liberror-perl (0.17025-1) ... 19:20:57 Selecting previously unselected package git-man. 19:20:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:20:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:20:57 Selecting previously unselected package git. 19:20:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:20:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:20:58 Selecting previously unselected package libnorm1:amd64. 19:20:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:20:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:20:58 Selecting previously unselected package libpgm-5.2-0:amd64. 19:20:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:20:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:20:58 Selecting previously unselected package libsodium23:amd64. 19:20:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:20:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:20:58 Selecting previously unselected package libzmq5:amd64. 19:20:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:20:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:20:58 Selecting previously unselected package libzmq3-dev:amd64. 19:20:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:20:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:20:58 Selecting previously unselected package pkg-config. 19:20:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:20:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:20:59 Selecting previously unselected package zip. 19:20:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:20:59 Unpacking zip (3.0-11build1) ... 19:20:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:20:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:20:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:20:59 Setting up liberror-perl (0.17025-1) ... 19:20:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:20:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:20:59 No schema files found: doing nothing. 19:20:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:20:59 Setting up zip (3.0-11build1) ... 19:20:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:20:59 Setting up libsodium23:amd64 (1.0.16-2) ... 19:20:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:20:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:20:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:20:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:20:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:20:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:21:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:21:06 git set to automatically installed. 19:21:06 git-man set to automatically installed. 19:21:06 libcurl3-gnutls set to automatically installed. 19:21:06 liberror-perl set to automatically installed. 19:21:06 libglib2.0-0 set to automatically installed. 19:21:06 libnghttp2-14 set to automatically installed. 19:21:06 libnorm1 set to automatically installed. 19:21:06 libpgm-5.2-0 set to automatically installed. 19:21:06 libpsl5 set to automatically installed. 19:21:06 librtmp1 set to automatically installed. 19:21:06 libsodium23 set to automatically installed. 19:21:06 libzmq3-dev set to automatically installed. 19:21:06 libzmq5 set to automatically installed. 19:21:06 pkg-config set to automatically installed. 19:21:06 zip set to automatically installed. 19:21:08 snapd is not logged in, snap install commands will use sudo 19:21:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:21:14 snap "core18" has no updates available 19:21:15 Pulling config-common 19:21:15 + snapcraftctl pull 19:21:16 Pulling go-build-helper 19:21:16 + snapcraftctl pull 19:21:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:21:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:21:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:21:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:21:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:21:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:21:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:21:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:21:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:21:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:21:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:21:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:21:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 19:21:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 19:21:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 19:21:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 19:21:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 19:21:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:21:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:21:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 19:21:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:21:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 19:21:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 19:21:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 19:21:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 19:21:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 19:21:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:21:38 Fetched 24.0 MB in 0s (0 B/s) 19:21:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:21:38 Fetched 96.5 kB in 0s (0 B/s) 19:21:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:21:38 Fetched 279 kB in 0s (0 B/s) 19:21:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:21:38 Fetched 122 kB in 0s (0 B/s) 19:21:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:21:38 Fetched 77.8 kB in 0s (0 B/s) 19:21:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:21:38 Fetched 8848 B in 0s (0 B/s) 19:21:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:21:38 Fetched 47.8 kB in 0s (0 B/s) 19:21:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:21:38 Fetched 45.6 kB in 0s (0 B/s) 19:21:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:21:38 Fetched 15.0 kB in 0s (0 B/s) 19:21:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:21:38 Fetched 214 kB in 0s (0 B/s) 19:21:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:21:38 Fetched 154 kB in 0s (0 B/s) 19:21:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:21:38 Fetched 50.6 kB in 0s (0 B/s) 19:21:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:21:38 Fetched 14.8 kB in 0s (0 B/s) 19:21:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:21:38 Fetched 41.8 kB in 0s (0 B/s) 19:21:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:21:38 Fetched 499 kB in 0s (0 B/s) 19:21:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:21:38 Fetched 111 kB in 0s (0 B/s) 19:21:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:21:38 Fetched 240 kB in 0s (0 B/s) 19:21:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:21:38 Fetched 29.3 kB in 0s (0 B/s) 19:21:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:21:38 Fetched 85.5 kB in 0s (0 B/s) 19:21:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:21:38 Fetched 24.5 kB in 0s (0 B/s) 19:21:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:21:38 Fetched 49.2 kB in 0s (0 B/s) 19:21:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:21:38 Fetched 54.2 kB in 0s (0 B/s) 19:21:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:21:38 Fetched 30.8 kB in 0s (0 B/s) 19:21:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:21:38 Fetched 15.8 kB in 0s (0 B/s) 19:21:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:21:38 Fetched 85.9 kB in 0s (0 B/s) 19:21:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:21:38 Fetched 8720 B in 0s (0 B/s) 19:21:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:21:38 Fetched 137 kB in 0s (0 B/s) 19:21:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:21:38 Fetched 119 kB in 0s (0 B/s) 19:21:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:21:38 Fetched 109 kB in 0s (0 B/s) 19:21:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:21:38 Fetched 11.1 kB in 0s (0 B/s) 19:21:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:21:38 Fetched 645 kB in 0s (0 B/s) 19:21:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:21:38 Fetched 41.3 kB in 0s (0 B/s) 19:21:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:21:38 Fetched 17.9 kB in 0s (0 B/s) 19:21:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:21:38 Fetched 368 kB in 0s (0 B/s) 19:21:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:21:38 Fetched 187 kB in 0s (0 B/s) 19:21:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:21:38 Fetched 175 kB in 0s (0 B/s) 19:21:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:21:42 Fetched 206 kB in 0s (0 B/s) 19:21:42 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:21:42 Fetched 1301 kB in 0s (0 B/s) 19:21:42 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:21:42 Fetched 36.2 kB in 0s (0 B/s) 19:21:42 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:21:42 Fetched 159 kB in 0s (0 B/s) 19:21:42 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:21:42 Fetched 107 kB in 0s (0 B/s) 19:21:42 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:21:42 Fetched 48.7 kB in 0s (0 B/s) 19:21:42 Pulling static-packages 19:21:42 + snapcraftctl pull 19:21:42 'go115' has dependencies that need to be staged: static-packages go-build-helper 19:21:42 Skipping pull go-build-helper (already ran) 19:21:42 Skipping pull static-packages (already ran) 19:21:42 Building go-build-helper 19:21:43 + snapcraftctl build 19:21:47 Building static-packages 19:21:47 + snapcraftctl build 19:21:48 Staging go-build-helper 19:21:48 + snapcraftctl stage 19:21:49 Staging static-packages 19:21:49 + snapcraftctl stage 19:21:50 Pulling go115 19:21:50 + snapcraftctl pull 19:21:51 'edgex-go' has dependencies that need to be staged: go115 19:21:51 Skipping pull go115 (already ran) 19:21:51 Building go115 19:21:51 + dpkg --print-architecture 19:21:51 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 19:21:51 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 19:21:51 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 19:21:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:21:51 Dload Upload Total Spent Left Speed 19:21:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.7M 0 0 28.5M 0 0:00:04 --:--:-- 0:00:04 28.5M 55 115M 55 63.9M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 32.9M 88 115M 88 102M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.8M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 19:21:54 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 19:21:54 + sha256sum -c sha256 19:21:54 + grep OK 19:21:55 go1.15.2.linux-amd64.tar.gz: OK 19:21:55 + mkdir -p /root/stage/go1.15 19:21:55 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 19:21:59 Staging go115 19:21:59 + snapcraftctl stage 19:22:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:22:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:22:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:22:04 Fetched 0 B in 0s (0 B/s) 19:22:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:22:04 Fetched 224 kB in 0s (0 B/s) 19:22:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:22:04 Fetched 157 kB in 0s (0 B/s) 19:22:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:22:04 Fetched 221 kB in 0s (0 B/s) 19:22:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:22:04 Fetched 143 kB in 0s (0 B/s) 19:22:04 Pulling edgex-go 19:22:04 + snapcraftctl pull 19:22:05 Pulling version 19:22:06 + cd /root/project 19:22:06 + [ -f VERSION ] 19:22:06 + PROJECT_VERSION=local-dev 19:22:06 + git rev-parse --short HEAD 19:22:06 + GIT_REVISION=ee855b84 19:22:06 + snapcraftctl set-version local-dev 19:22:07 Building config-common 19:22:07 + snapcraftctl build 19:22:08 Skipping build go-build-helper (already ran) 19:22:08 Skipping build static-packages (already ran) 19:22:08 Skipping build go115 (already ran) 19:22:08 Building edgex-go 19:22:09 + 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 19:22:09 + cd /root/parts/edgex-go/src 19:22:09 + make build 19:22:09 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 19:22:11 go: downloading github.com/gorilla/mux v1.8.0 19:22:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:22:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:22:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:22:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:22:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 19:22:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:22:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:22:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:22:11 go: downloading github.com/BurntSushi/toml v0.3.1 19:22:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:22:11 go: downloading github.com/imdario/mergo v0.3.11 19:22:11 go: downloading github.com/pelletier/go-toml v1.2.0 19:22:11 go: downloading github.com/x448/float16 v0.8.4 19:22:11 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:22:11 go: downloading github.com/hashicorp/consul/api v1.8.1 19:22:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:22:11 go: downloading github.com/pkg/errors v0.8.1 19:22:11 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:22:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:22:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:22:11 go: downloading github.com/google/uuid v1.2.0 19:22:11 go: downloading github.com/go-kit/kit v0.8.0 19:22:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:22:11 go: downloading github.com/mitchellh/copystructure v1.0.0 19:22:11 go: downloading github.com/pebbe/zmq4 v1.2.5 19:22:11 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:22:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:22:11 go: downloading github.com/hashicorp/serf v0.9.5 19:22:11 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:22:11 go: downloading github.com/go-playground/universal-translator v0.17.0 19:22:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:22:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:22:11 go: downloading github.com/leodido/go-urn v1.2.0 19:22:11 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:22:11 go: downloading github.com/go-playground/locales v0.13.0 19:22:11 go: downloading github.com/fatih/color v1.9.0 19:22:11 go: downloading github.com/mattn/go-isatty v0.0.12 19:22:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:22:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:22:11 go: downloading github.com/mattn/go-colorable v0.1.6 19:22:11 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:22:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:22:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:22:13 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 19:22:20 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 19:22:20 go: downloading gopkg.in/yaml.v2 v2.4.0 19:22:21 Removing intermediate container d92801b33664 19:22:21 ---> a030c07aac5e 19:22:21 19:22:21 Step 10/24 : FROM alpine:3.12 19:22:21 3.12: Pulling from library/alpine 19:22:21 Removing intermediate container eb135507a328 19:22:21 ---> 5feea4ff17ac 19:22:21 19:22:21 Step 10/30 : FROM alpine:3.12 19:22:21 3.12: Pulling from library/alpine 19:22:21 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:22:21 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:22:21 Status: Downloaded newer image for alpine:3.12 19:22:21 ---> d10569e2745f 19:22:21 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:22:21 Status: Image is up to date for alpine:3.12 19:22:21 ---> d10569e2745f 19:22:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:22:22 ---> Running in 7034b81c8761 19:22:22 ---> Running in 19ab4ddcffdb 19:22:23 Removing intermediate container 7034b81c8761 19:22:23 ---> 1168bd97869f 19:22:23 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 19:22:23 ---> Running in 618522e0d71d 19:22:23 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 19:22:24 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 19:22:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:25 (1/5) Installing ca-certificates (20191127-r4) 19:22:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:22:25 (3/5) Installing libcurl (7.69.1-r3) 19:22:25 (4/5) Installing curl (7.69.1-r3) 19:22:25 (5/5) Installing dumb-init (1.2.2-r1) 19:22:25 Executing busybox-1.31.1-r19.trigger 19:22:25 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 19:22:25 Executing ca-certificates-20191127-r4.trigger 19:22:25 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 19:22:25 go: downloading github.com/stretchr/testify v1.7.0 19:22:26 OK: 7 MiB in 19 packages 19:22:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:22:26 go: downloading github.com/davecgh/go-spew v1.1.1 19:22:26 go: downloading github.com/pmezard/go-difflib v1.0.0 19:22:26 (1/2) Installing dumb-init (1.2.2-r1) 19:22:26 (2/2) Installing su-exec (0.2-r1) 19:22:26 Executing busybox-1.31.1-r19.trigger 19:22:26 OK: 5 MiB in 16 packages 19:22:27 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 19:22:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:22:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:22:28 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 19:22:29 Removing intermediate container 618522e0d71d 19:22:29 ---> 8fff7ced931d 19:22:29 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 19:22:29 Removing intermediate container 19ab4ddcffdb 19:22:29 ---> ad117e26dea1 19:22:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:22:29 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 19:22:29 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:22:30 ---> Running in 8258b314fe7c 19:22:30 ---> Running in 9db7a2f4f76c 19:22:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:22:31 Removing intermediate container 8258b314fe7c 19:22:31 Removing intermediate container 9db7a2f4f76c 19:22:31 ---> 9da9912fe84b 19:22:31 Step 13/24 : WORKDIR / 19:22:31 ---> b3aac0e15330 19:22:31 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:22:31 ---> Running in 05d915326275 19:22:31 ---> Running in 318ede51a6a6 19:22:32 Removing intermediate container 9a2dce14f4ca 19:22:32 ---> f7591364677b 19:22:32 19:22:32 Step 10/23 : FROM alpine:3.12 19:22:32 ---> d10569e2745f 19:22:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:22:32 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 19:22:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:22:32 ---> Running in 43a08d0a4087 19:22:33 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 19:22:33 go: downloading github.com/lib/pq v1.9.0 19:22:33 Removing intermediate container 318ede51a6a6 19:22:33 ---> db5fafbb46d7 19:22:33 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:22:33 Removing intermediate container 05d915326275 19:22:33 ---> 8b7f31244ae0 19:22:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:22:33 ---> Running in 96dc6db13158 19:22:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:22:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:22:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:22:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:22:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:22:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:22:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:22:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:22:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:22:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:22:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:22:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:22:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:22:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:22:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:22:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:22:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:22:34 + 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 19:22:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:22:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:22:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:22:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:22:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:22:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:22:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:22:35 Removing intermediate container 27646538a9c1 19:22:35 ---> 08c1e9937440 19:22:35 19:22:35 Step 10/22 : FROM alpine:3.12 19:22:35 ---> d10569e2745f 19:22:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:22:35 ---> fae69a1d37ce 19:22:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:22:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:35 ---> Running in ef11acf28475 19:22:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:35 Building version 19:22:35 + snapcraftctl build 19:22:36 (1/1) Installing dumb-init (1.2.2-r1) 19:22:36 Executing busybox-1.31.1-r19.trigger 19:22:36 OK: 5 MiB in 15 packages 19:22:36 ---> f1e8f9533e81 19:22:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:37 Removing intermediate container 96dc6db13158 19:22:37 ---> e6f1605c3a31 19:22:37 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 19:22:37 ---> f897666a8492 19:22:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:22:37 (1/2) Installing ca-certificates (20191127-r4) 19:22:37 Staging config-common 19:22:37 + snapcraftctl stage 19:22:38 ---> Running in ce5566494cdc 19:22:38 (2/2) Installing dumb-init (1.2.2-r1) 19:22:38 Executing busybox-1.31.1-r19.trigger 19:22:38 Executing ca-certificates-20191127-r4.trigger 19:22:38 Removing intermediate container 43a08d0a4087 19:22:38 ---> aa72adf90871 19:22:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:22:38 OK: 6 MiB in 16 packages 19:22:38 ---> Running in 3d4fd3f429a1 19:22:38 Skipping stage go-build-helper (already ran) 19:22:38 Skipping stage static-packages (already ran) 19:22:38 Skipping stage go115 (already ran) 19:22:38 Staging edgex-go 19:22:38 + snapcraftctl stage 19:22:39 Removing intermediate container ce5566494cdc 19:22:39 ---> e500285042c9 19:22:39 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:22:39 ---> 808806881e52 19:22:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:22:39 Staging version 19:22:39 + snapcraftctl stage 19:22:40 Removing intermediate container 3d4fd3f429a1 19:22:40 ---> a42325d049b6 19:22:40 Step 13/23 : ENV APP_PORT=48082 19:22:40 Priming config-common 19:22:40 + snapcraftctl prime 19:22:41 ---> a081a4ba63bd 19:22:41 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:22:41 ---> Running in 4d12513375ea 19:22:41 Removing intermediate container ef11acf28475 19:22:41 ---> b8a3f0d38986 19:22:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:22:41 ---> Running in 583df66fcd74 19:22:41 ---> 095d5f019810 19:22:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:22:41 ---> Running in 8b09ad2b0e3e 19:22:41 Priming go-build-helper 19:22:41 + snapcraftctl prime 19:22:41 Removing intermediate container 4d12513375ea 19:22:41 ---> 3f504db7c04a 19:22:41 Step 14/23 : EXPOSE $APP_PORT 19:22:42 Removing intermediate container d7d00215757c 19:22:42 ---> 072c1df2afe0 19:22:42 19:22:42 Step 10/23 : FROM alpine:3.12 19:22:42 ---> d10569e2745f 19:22:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:22:42 ---> Using cache 19:22:42 ---> aa72adf90871 19:22:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:22:42 ---> Using cache 19:22:42 ---> a42325d049b6 19:22:42 Step 13/23 : ENV APP_PORT=48081 19:22:42 Priming static-packages 19:22:42 + snapcraftctl prime 19:22:42 ---> Running in 726963d4e849 19:22:42 ---> Running in 74f8a0434dd2 19:22:42 Removing intermediate container 8b09ad2b0e3e 19:22:42 ---> af78d7bcaeee 19:22:42 Step 13/22 : ENV APP_PORT=48060 19:22:42 ---> 4ebdfe9e5f38 19:22:42 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/ 19:22:42 ---> Running in 490b7c6660f8 19:22:43 ---> Running in 52e28a46a6d8 19:22:43 Removing intermediate container 726963d4e849 19:22:43 ---> 01383fc3a3c3 19:22:43 Step 14/23 : EXPOSE $APP_PORT 19:22:43 Removing intermediate container 74f8a0434dd2 19:22:43 ---> 95721f2ea00f 19:22:43 Step 15/23 : WORKDIR / 19:22:43 ---> Running in 429bf537a54b 19:22:43 ---> Running in 64bf722595bf 19:22:43 Removing intermediate container 490b7c6660f8 19:22:43 ---> f266dea15257 19:22:43 Step 14/22 : EXPOSE $APP_PORT 19:22:43 ---> Running in e453100e6de6 19:22:44 Removing intermediate container 64bf722595bf 19:22:44 ---> c18340ff332d 19:22:44 Step 15/23 : WORKDIR / 19:22:44 Removing intermediate container 429bf537a54b 19:22:44 ---> a97f769e7173 19:22:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:44 ---> Running in caedd8c773a5 19:22:44 Removing intermediate container e453100e6de6 19:22:44 ---> a1d9dc359b0c 19:22:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:44 Removing intermediate container 583df66fcd74 19:22:44 ---> ad33839510de 19:22:44 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:44 Priming go115 19:22:44 + snapcraftctl prime 19:22:45 Removing intermediate container caedd8c773a5 19:22:45 ---> 2747270d6300 19:22:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:45 Priming edgex-go 19:22:45 + snapcraftctl prime 19:22:45 ---> 882521a08b49 19:22:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:22:45 ---> 6a328f5c6062 19:22:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:22:45 ---> 60fc7740947e 19:22:45 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:22:45 Removing intermediate container 52e28a46a6d8 19:22:45 ---> 89154f87f46e 19:22:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:22:46 ---> Running in 32e25da4daf1 19:22:46 ---> 921c16b76dfb 19:22:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:22:46 Priming version 19:22:46 + snapcraftctl prime 19:22:47 Removing intermediate container 32e25da4daf1 19:22:47 ---> b68c43cd324e 19:22:47 Step 22/24 : LABEL arch=arm64 19:22:47 ---> f5017f4b9a9f 19:22:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:22:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:22:47 ---> Running in da700f133440 19:22:47 ---> 6ce4c6e4e4e8 19:22:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:22:48 ---> 75ef3dfac8ec 19:22:48 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:22:48 ---> 59e4d833ecc7 19:22:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:22:48 Removing intermediate container da700f133440 19:22:48 ---> 23fca7f1ec78 19:22:48 Step 23/24 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:22:49 ---> 04a4ba900f12 19:22:49 Step 19/23 : ENTRYPOINT ["/core-command"] 19:22:49 ---> Running in ada9030f1302 19:22:49 ---> Running in c281632bfa2c [Pipeline] } [Pipeline] // withEnv 19:22:49 ---> 9bb6612a2ca2 19:22:49 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:22:49 ---> 0dc51073bc97 19:22:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 19:22:49 ---> Running in 86f09d50dcea 19:22:49 Removing intermediate container ada9030f1302 19:22:49 ---> 62938a3c3845 19:22:49 Step 24/24 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 19:22:49 ---> Running in 998a906b3950 19:22:49 ---> b775a4bf0e31 19:22:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:22:49 Removing intermediate container c281632bfa2c 19:22:49 ---> e3b5626bbd3a 19:22:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } 19:22:50 Removing intermediate container 86f09d50dcea 19:22:50 ---> dc5686670e93 19:22:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:50 ---> Running in 7c7b78997a19 19:22:50 ---> Running in 029191f3aba5 19:22:50 ---> Running in a7493290a1f2 19:22:50 Removing intermediate container 998a906b3950 19:22:50 ---> bffb70df5bf7 19:22:50 19:22:50 ---> 191f4743e341 19:22:50 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:22:51 Successfully built bffb70df5bf7 19:22:51 ---> Running in 092ebb068fea 19:22:51 Removing intermediate container 7c7b78997a19 19:22:51 ---> 864481053366 19:22:51 Step 21/23 : LABEL arch=arm64 19:22:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:22:51  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 19:22:51 Removing intermediate container 029191f3aba5 19:22:51 ---> 6d3f92028101 19:22:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:51 ---> Running in c7ec78945a2f 19:22:51 Removing intermediate container a7493290a1f2 19:22:51 ---> 139a0a80fe94 19:22:51 Step 20/22 : LABEL arch=arm64 19:22:51 ---> Running in 1fa5520d3f68 19:22:51 ---> Running in 8a3693f12c8b 19:22:51 Removing intermediate container 092ebb068fea 19:22:51 ---> a3d9b2950020 19:22:51 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:22:51 Removing intermediate container c7ec78945a2f 19:22:51 ---> 4ad70e122494 19:22:51 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:22:52 ---> Running in c20b2405dd89 19:22:52 Removing intermediate container 8a3693f12c8b 19:22:52 Removing intermediate container 1fa5520d3f68 19:22:52 ---> f1021ad8299a 19:22:52 Step 21/23 : LABEL arch=arm64 19:22:52 ---> 78f92ccf7eb3 19:22:52 Step 21/22 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:22:53 ---> Running in cc55876425c9 19:22:53 ---> Running in d2994315a257 19:22:54 ---> 681362bc071f 19:22:54 Step 25/30 : RUN chmod +x /entrypoint.sh 19:22:54 Removing intermediate container c20b2405dd89 19:22:54 ---> 373e14ef130f 19:22:54 Step 23/23 : LABEL version=0.0.0 19:22:54 Removing intermediate container cc55876425c9 19:22:54 ---> 57739da6cc32 19:22:54 Step 22/22 : LABEL version=0.0.0 19:22:54 ---> Running in 0560a77e4f02 19:22:54 Removing intermediate container d2994315a257 19:22:54 ---> 10080489e200 19:22:54 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:22:55 ---> Running in 15d6c37720fe 19:22:55 ---> Running in 24b44a4c985a 19:22:55 ---> Running in f9e5fcbb7190 19:22:55 Removing intermediate container 0560a77e4f02 19:22:55 ---> 425c0648f6ce 19:22:55 19:22:56 Removing intermediate container 24b44a4c985a 19:22:56 ---> c8de3d69a415 19:22:56 19:22:56 Removing intermediate container f9e5fcbb7190 19:22:56 ---> 58812d97b015 19:22:56 Step 23/23 : LABEL version=0.0.0 19:22:56 Successfully built 425c0648f6ce 19:22:56 Successfully tagged docker-core-command-go-arm64:latest 19:22:56  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 19:22:56 Successfully built c8de3d69a415 19:22:56 Successfully tagged docker-support-notifications-go-arm64:latest 19:22:56 Building docker-core-data-go 19:22:56  Building docker-support-notifications-go ... done  ---> Running in e20f9dd287d7 19:22:57 Removing intermediate container e20f9dd287d7 19:22:57 ---> 696e81707472 19:22:57 19:22:58 Successfully built 696e81707472 19:22:58 Successfully tagged docker-core-metadata-go-arm64:latest 19:22:58  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 19:22:58 Removing intermediate container 15d6c37720fe 19:22:58 ---> 0bebf42d4ca6 19:22:58 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:22:58 ---> Running in 5ec8dd5794f6 19:22:59 Removing intermediate container 5ec8dd5794f6 19:22:59 ---> 9aab22dbe5b9 19:22:59 Step 27/30 : CMD ["gate"] 19:22:59 ---> Running in 300826c40cee 19:22:59 Removing intermediate container 300826c40cee 19:22:59 ---> d55877cf8ad4 19:22:59 Step 28/30 : LABEL arch=arm64 19:23:00 ---> Running in e607bbc69a0e 19:23:00 Removing intermediate container e607bbc69a0e 19:23:00 ---> d7c051fa3deb 19:23:00 Step 29/30 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:23:00 ---> Running in 35dcf5e70824 19:23:01 Removing intermediate container 35dcf5e70824 19:23:01 ---> 676587bd573b 19:23:01 Step 30/30 : LABEL version=0.0.0 19:23:02 ---> Running in bcd12d006ace 19:23:04 Removing intermediate container bcd12d006ace 19:23:04 ---> 6bc5a314c2d0 19:23:04 19:23:04 Successfully built 6bc5a314c2d0 19:23:04 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:23:37  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:23:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:23:37 ---> 63e0d3c42fed 19:23:37 Step 3/21 : WORKDIR /edgex-go 19:23:37 ---> Using cache 19:23:37 ---> f6678e2bb1f5 19:23:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:37 ---> Using cache 19:23:37 ---> 873cf1dd53c9 19:23:37 Step 5/21 : RUN apk add --update --no-cache make git 19:23:37 ---> Using cache 19:23:37 ---> 77b6f207f0dc 19:23:37 Step 6/21 : COPY go.mod . 19:23:37 ---> Using cache 19:23:37 ---> bdb6729ca7f0 19:23:37 Step 7/21 : RUN go mod download 19:23:37 ---> Using cache 19:23:37 ---> c029cf3e50db 19:23:37 Step 8/21 : COPY . . 19:23:37 ---> Using cache 19:23:37 ---> 081f35eda672 19:23:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:23:43 ---> Running in fc5f78c7961f 19:23:44 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 19:23:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:23:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:23:47 ---> 63e0d3c42fed 19:23:47 Step 3/23 : WORKDIR /edgex-go 19:23:47 ---> Using cache 19:23:47 ---> f6678e2bb1f5 19:23:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:47 ---> Using cache 19:23:47 ---> 873cf1dd53c9 19:23:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:23:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:23:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:23:47 ---> 63e0d3c42fed 19:23:47 Step 3/26 : WORKDIR /edgex-go 19:23:47 ---> Using cache 19:23:47 ---> f6678e2bb1f5 19:23:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:47 ---> Using cache 19:23:47 ---> 873cf1dd53c9 19:23:47 Step 5/26 : RUN apk add --update --no-cache make bash git 19:23:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:23:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:23:47 ---> 63e0d3c42fed 19:23:47 Step 3/22 : WORKDIR /edgex-go 19:23:47 ---> Using cache 19:23:47 ---> f6678e2bb1f5 19:23:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:23:47 ---> Using cache 19:23:47 ---> 873cf1dd53c9 19:23:47 Step 5/22 : RUN apk add --update --no-cache make git 19:23:47 ---> Using cache 19:23:47 ---> 77b6f207f0dc 19:23:47 Step 6/22 : COPY go.mod . 19:23:47 ---> Using cache 19:23:47 ---> bdb6729ca7f0 19:23:47 Step 7/22 : RUN go mod download 19:23:47 ---> Using cache 19:23:47 ---> c029cf3e50db 19:23:47 Step 8/22 : COPY . . 19:23:47 ---> Using cache 19:23:47 ---> 081f35eda672 19:23:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:23:48 ---> Running in d9245e7bbff8 19:23:48 ---> Running in e803e05538b1 19:23:48 ---> Running in e320456902dd 19:23:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:53 OK: 217 MiB in 51 packages 19:23:53 OK: 217 MiB in 51 packages 19:23:55 Removing intermediate container d9245e7bbff8 19:23:55 ---> c168ff052106 19:23:55 Step 6/26 : COPY go.mod . 19:23:55 Removing intermediate container e803e05538b1 19:23:55 ---> 23e0f31e077d 19:23:55 Step 6/23 : COPY go.mod . 19:23:56 ---> b1a3474cc023 19:23:56 Step 7/26 : RUN go mod download 19:23:56 ---> Running in ee5420dbd4a7 19:23:56 ---> 5404d82f81c1 19:23:56 Step 7/23 : RUN go mod download 19:23:57 ---> Running in 550cc123f6b2 19:24:02 Removing intermediate container ee5420dbd4a7 19:24:02 ---> cbdba889c92d 19:24:02 Step 8/26 : COPY . . 19:24:02 Removing intermediate container 550cc123f6b2 19:24:02 ---> 8e9a9dfeff6a 19:24:02 Step 8/23 : COPY . . 19:24:35 ---> 51f66349bfdb 19:24:35 Step 9/23 : RUN make cmd/core-data/core-data 19:24:35 ---> 1715ec3c5ca6 19:24:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:24:35 ---> Running in a9e9a6364ad4 19:24:35 ---> Running in 2c5ae503f4ed 19:24:35 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 19:24:35 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 19:24:35 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 19:24:50 Removing intermediate container fc5f78c7961f 19:24:50 ---> 28b3ca11a7c0 19:24:50 19:24:50 Step 10/21 : FROM alpine:3.12 19:24:50 ---> d10569e2745f 19:24:50 Step 11/21 : RUN apk add --update --no-cache curl 19:24:50 ---> Running in 5502cd3f0c07 19:24:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:53 (1/4) Installing ca-certificates (20191127-r4) 19:24:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:24:53 (3/4) Installing libcurl (7.69.1-r3) 19:24:53 (4/4) Installing curl (7.69.1-r3) 19:24:53 Executing busybox-1.31.1-r19.trigger 19:24:53 Executing ca-certificates-20191127-r4.trigger 19:24:54 OK: 7 MiB in 18 packages 19:24:56 Removing intermediate container 5502cd3f0c07 19:24:56 ---> 58c597be292e 19:24:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:24:57 ---> Running in 1332b4b942c7 19:24:57 Removing intermediate container 1332b4b942c7 19:24:57 ---> 1569a16338d2 19:24:57 Step 13/21 : WORKDIR /edgex 19:24:57 ---> Running in 90e274a31ac1 19:24:58 Removing intermediate container 90e274a31ac1 19:24:58 ---> ba6264bdf270 19:24:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:24:59 ---> ebf9442bd3a1 19:24:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:25:01 ---> afb91d8a6059 19:25:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:25:02 ---> fce4d7534f59 19:25:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:25:03 ---> Running in f9abd1c524ab 19:25:03 Removing intermediate container f9abd1c524ab 19:25:03 ---> af07fd2b2fbd 19:25:03 Step 18/21 : CMD ["--init=true"] 19:25:04 ---> Running in 3dbadf369bb2 19:25:04 Removing intermediate container 3dbadf369bb2 19:25:04 ---> bb7056282217 19:25:04 Step 19/21 : LABEL arch=arm64 19:25:04 ---> Running in 754716e9e98a 19:25:05 Removing intermediate container 754716e9e98a 19:25:05 ---> be499e69ec93 19:25:05 Step 20/21 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:25:05 ---> Running in 62c14a3d2a8e 19:25:06 Removing intermediate container 62c14a3d2a8e 19:25:06 ---> 86b603458318 19:25:06 Step 21/21 : LABEL version=0.0.0 19:25:07 ---> Running in f091fffd0d19 19:25:07 Removing intermediate container f091fffd0d19 19:25:07 ---> 9913b610edc6 19:25:07 19:25:08 Successfully built 9913b610edc6 19:25:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:25:12  Building docker-security-proxy-setup-go ... done Removing intermediate container e320456902dd 19:25:12 ---> fb0086ad5a18 19:25:12 19:25:12 Step 10/22 : FROM alpine:3.12 19:25:12 ---> d10569e2745f 19:25:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:25:12 ---> Using cache 19:25:12 ---> aa72adf90871 19:25:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:25:12 ---> Using cache 19:25:12 ---> a42325d049b6 19:25:12 Step 13/22 : ENV APP_PORT=48085 19:25:12 ---> Running in c58d24359a17 19:25:12 Removing intermediate container c58d24359a17 19:25:12 ---> 3a4b9ad669f3 19:25:12 Step 14/22 : EXPOSE $APP_PORT 19:25:13 ---> Running in a6934f77787d 19:25:13 Removing intermediate container a6934f77787d 19:25:13 ---> 39f41ddba2b3 19:25:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:14 ---> 20b1879e959d 19:25:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:25:16 ---> dea1464a5db4 19:25:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:25:17 ---> 5c1ba61593e3 19:25:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:25:18 ---> Running in 476c48c0b115 19:25:18 Removing intermediate container 476c48c0b115 19:25:18 ---> 8ea78b5da8cc 19:25:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:19 ---> Running in 117ab8a865e2 19:25:19 Removing intermediate container 117ab8a865e2 19:25:19 ---> fb3b16aafbd2 19:25:19 Step 20/22 : LABEL arch=arm64 19:25:19 ---> Running in 8923216c0cde 19:25:20 Removing intermediate container 8923216c0cde 19:25:20 ---> 6c3a1d5df395 19:25:20 Step 21/22 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:25:20 ---> Running in 1815702970c1 19:25:21 Removing intermediate container 1815702970c1 19:25:21 ---> 6c91a1b4c993 19:25:21 Step 22/22 : LABEL version=0.0.0 19:25:21 ---> Running in cdae540f0785 19:25:22 Removing intermediate container cdae540f0785 19:25:22 ---> 0bdaf11c2f84 19:25:22 19:25:22 Successfully built 0bdaf11c2f84 19:25:22 Successfully tagged docker-support-scheduler-go-arm64:latest 19:25:40  Building docker-support-scheduler-go ... done Removing intermediate container 2c5ae503f4ed 19:25:40 ---> 53d837c94ac4 19:25:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:25:40 ---> Running in a150eeb2fab4 19:25:40 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 19:25:42 Removing intermediate container a150eeb2fab4 19:25:42 ---> f8a5a9af8988 19:25:42 19:25:42 Step 11/26 : FROM docker:20.10.0 19:25:42 20.10.0: Pulling from library/docker 19:25:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:25:53 Status: Downloaded newer image for docker:20.10.0 19:25:53 ---> eeaf43b92773 19:25:53 Step 12/26 : RUN apk add --no-cache bash 19:25:53 ---> Running in 670030c5bb84 19:25:53 Removing intermediate container a9e9a6364ad4 19:25:53 ---> a1b7262c2222 19:25:53 19:25:53 Step 10/23 : FROM alpine:3.12 19:25:53 ---> d10569e2745f 19:25:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:25:53 ---> Running in 3ab02663134e 19:25:53 Removing intermediate container 3ab02663134e 19:25:53 ---> 1fd87e721dec 19:25:53 Step 12/23 : ENV APP_PORT=48080 19:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:53 ---> Running in 063eb97374f4 19:25:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:54 Removing intermediate container 063eb97374f4 19:25:54 ---> 05f96fc647ec 19:25:54 Step 13/23 : EXPOSE $APP_PORT 19:25:54 ---> Running in 00f6a39a892d 19:25:54 (1/2) Installing readline (8.0.4-r0) 19:25:54 (2/2) Installing bash (5.0.17-r0) 19:25:54 Executing bash-5.0.17-r0.post-install 19:25:54 Executing busybox-1.31.1-r19.trigger 19:25:54 OK: 12 MiB in 22 packages 19:25:54 Removing intermediate container 00f6a39a892d 19:25:54 ---> 7b1539fa68dd 19:25:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:54 ---> Running in 19c2e3f997fc 19:25:56 Removing intermediate container 670030c5bb84 19:25:56 ---> aacc97cdf7a8 19:25:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:25:56 ---> Running in 8c3259bb5fc0 19:25:56 Removing intermediate container 8c3259bb5fc0 19:25:56 ---> fd989f3a9959 19:25:56 Step 14/26 : ENV APP_PORT=48090 19:25:56 ---> Running in 7075e8475a7e 19:25:57 Removing intermediate container 7075e8475a7e 19:25:57 ---> 863247d85625 19:25:57 Step 15/26 : EXPOSE $APP_PORT 19:25:57 Removing intermediate container 19c2e3f997fc 19:25:57 ---> 7f23fb774c4a 19:25:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:25:57 ---> Running in 274a3596ef16 19:25:57 ---> Running in e24316ef72d0 19:25:58 Removing intermediate container 274a3596ef16 19:25:58 ---> 79089b35b9ba 19:25:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:59 ---> 638a560f3526 19:25:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:00 ---> 00e7df34ddd1 19:26:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:26:00 (1/6) Installing dumb-init (1.2.2-r1) 19:26:00 (2/6) Installing libgcc (9.3.0-r2) 19:26:00 (3/6) Installing libsodium (1.0.18-r0) 19:26:00 (4/6) Installing libstdc++ (9.3.0-r2) 19:26:00 ---> 80f79d71597f 19:26:00 Step 19/26 : RUN apk --no-cache add py3-pip 19:26:01 ---> Running in 7a09980ee8b7 19:26:01 (5/6) Installing libzmq (4.3.3-r0) 19:26:01 (6/6) Installing zeromq (4.3.3-r0) 19:26:01 Executing busybox-1.31.1-r19.trigger 19:26:01 OK: 8 MiB in 20 packages 19:26:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:02 Removing intermediate container e24316ef72d0 19:26:02 ---> e23d18b186c6 19:26:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:26:02 (1/33) Installing libbz2 (1.0.8-r1) 19:26:02 (2/33) Installing expat (2.2.9-r1) 19:26:02 (3/33) Installing libffi (3.3-r2) 19:26:02 (4/33) Installing gdbm (1.13-r1) 19:26:02 (5/33) Installing xz-libs (5.2.5-r0) 19:26:02 (6/33) Installing sqlite-libs (3.32.1-r0) 19:26:02 (7/33) Installing python3 (3.8.5-r1) 19:26:04 ---> 2b2035228351 19:26:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:26:04 (8/33) Installing py3-appdirs (1.4.4-r1) 19:26:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:26:04 (10/33) Installing py3-parsing (2.4.7-r0) 19:26:04 (11/33) Installing py3-six (1.15.0-r0) 19:26:04 (12/33) Installing py3-packaging (20.4-r0) 19:26:04 (13/33) Installing py3-setuptools (47.0.0-r0) 19:26:04 (14/33) Installing py3-chardet (3.0.4-r4) 19:26:04 (15/33) Installing py3-idna (2.9-r0) 19:26:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:26:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:26:04 (18/33) Installing py3-requests (2.23.0-r0) 19:26:05 (19/33) Installing py3-msgpack (1.0.0-r0) 19:26:05 (20/33) Installing py3-lockfile (0.12.2-r3) 19:26:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:26:05 (22/33) Installing py3-colorama (0.4.3-r0) 19:26:05 (23/33) Installing py3-distlib (0.3.0-r0) 19:26:05 (24/33) Installing py3-distro (1.5.0-r1) 19:26:05 (25/33) Installing py3-webencodings (0.5.1-r3) 19:26:05 (26/33) Installing py3-html5lib (1.0.1-r4) 19:26:05 (27/33) Installing py3-pytoml (0.1.21-r0) 19:26:05 (28/33) Installing py3-pep517 (0.8.2-r0) 19:26:05 (29/33) Installing py3-progress (1.5-r0) 19:26:05 (30/33) Installing py3-toml (0.10.1-r0) 19:26:05 (31/33) Installing py3-retrying (1.3.3-r0) 19:26:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:26:05 (33/33) Installing py3-pip (20.1.1-r0) 19:26:05 Executing busybox-1.31.1-r19.trigger 19:26:05 OK: 71 MiB in 55 packages 19:26:06 ---> 318106b256f6 19:26:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:26:07 ---> 8bae6b9cc89c 19:26:07 Step 19/23 : ENTRYPOINT ["/core-data"] 19:26:07 ---> Running in 0846bb0f50c2 19:26:07 Removing intermediate container 0846bb0f50c2 19:26:07 ---> 1c125b6cb976 19:26:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:08 ---> Running in 76fcc7029d4c 19:26:08 Removing intermediate container 76fcc7029d4c 19:26:08 ---> af632b16662e 19:26:08 Step 21/23 : LABEL arch=arm64 19:26:08 ---> Running in 401f8b09556f 19:26:09 Removing intermediate container 401f8b09556f 19:26:09 ---> b246810986aa 19:26:09 Step 22/23 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:26:09 ---> Running in 9011c8cc99e6 19:26:10 Removing intermediate container 9011c8cc99e6 19:26:10 ---> 7ce49727d944 19:26:10 Step 23/23 : LABEL version=0.0.0 19:26:10 ---> Running in 47f43b845a96 19:26:11 Removing intermediate container 47f43b845a96 19:26:11 ---> 66bb1b595c03 19:26:11 19:26:11 Removing intermediate container 7a09980ee8b7 19:26:11 ---> cf27810b4e7e 19:26:11 Step 20/26 : RUN pip install docker-compose==1.23.2 19:26:11 Successfully built 66bb1b595c03 19:26:11 Successfully tagged docker-core-data-go-arm64:latest 19:26:11  Building docker-core-data-go ... done  ---> Running in 59bbaa620d66 19:26:16 Collecting docker-compose==1.23.2 19:26:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:26:16 Collecting docker<4.0,>=3.6.0 19:26:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:26:17 Collecting websocket-client<1.0,>=0.32.0 19:26:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:26:18 Collecting PyYAML<4,>=3.10 19:26:18 Downloading PyYAML-3.13.tar.gz (270 kB) 19:26:21 Collecting texttable<0.10,>=0.9.0 19:26:21 Downloading texttable-0.9.1.tar.gz (11 kB) 19:26:23 Collecting jsonschema<3,>=2.5.1 19:26:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:26:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:26:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:26:24 Collecting cached-property<2,>=1.2.0 19:26:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:26:25 Collecting docopt<0.7,>=0.6.1 19:26:25 Downloading docopt-0.6.2.tar.gz (25 kB) 19:26:26 Collecting dockerpty<0.5,>=0.4.1 19:26:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:26:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:26:28 Collecting docker-pycreds>=0.4.0 19:26:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:26:28 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) 19:26:28 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) 19:26:28 Collecting idna<2.8,>=2.5 19:26:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:26:29 Collecting urllib3<1.25,>=1.21.1 19:26:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:26:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:26:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:26:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:26:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:26:30 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, jsonschema, cached-property, docopt, dockerpty, docker-compose 19:26:30 Attempting uninstall: idna 19:26:30 Found existing installation: idna 2.9 19:26:30 Uninstalling idna-2.9: 19:26:30 Successfully uninstalled idna-2.9 19:26:33 Attempting uninstall: urllib3 19:26:33 Found existing installation: urllib3 1.25.9 19:26:33 Uninstalling urllib3-1.25.9: 19:26:33 Successfully uninstalled urllib3-1.25.9 19:26:33 Attempting uninstall: requests 19:26:33 Found existing installation: requests 2.23.0 19:26:33 Uninstalling requests-2.23.0: 19:26:33 Successfully uninstalled requests-2.23.0 19:26:33 Running setup.py install for PyYAML: started 19:26:35 Running setup.py install for PyYAML: finished with status 'done' 19:26:35 Running setup.py install for texttable: started 19:26:37 Running setup.py install for texttable: finished with status 'done' 19:26:37 Running setup.py install for docopt: started 19:26:39 Running setup.py install for docopt: finished with status 'done' 19:26:39 Running setup.py install for dockerpty: started 19:26:42 Running setup.py install for dockerpty: finished with status 'done' 19:26:42 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 19:26:46 Removing intermediate container 59bbaa620d66 19:26:46 ---> 6f81160a6a2b 19:26:46 Step 21/26 : RUN apk --no-cache add curl 19:26:46 ---> Running in fb71292d776f 19:26:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:26:48 (2/3) Installing libcurl (7.69.1-r3) 19:26:48 (3/3) Installing curl (7.69.1-r3) 19:26:48 Executing busybox-1.31.1-r19.trigger 19:26:48 OK: 71 MiB in 58 packages 19:26:49 Removing intermediate container fb71292d776f 19:26:49 ---> 9e08e470004f 19:26:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:26:49 ---> Running in 4a0d0e548fd6 19:26:50 Removing intermediate container 4a0d0e548fd6 19:26:50 ---> e1fb22664c79 19:26:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:26:50 ---> Running in 99cfa8ad74c2 19:26:50 Removing intermediate container 99cfa8ad74c2 19:26:50 ---> 08ac8cdf0f6c 19:26:50 Step 24/26 : LABEL arch=arm64 19:26:50 ---> Running in 84dd62aee870 19:26:51 Removing intermediate container 84dd62aee870 19:26:51 ---> dea5469fd210 19:26:51 Step 25/26 : LABEL git_sha=ee855b84a3992fd3379a3585cb94a6f17aa86547 19:26:51 ---> Running in 5f81eb6ebc3c 19:26:51 Removing intermediate container 5f81eb6ebc3c 19:26:51 ---> c587a76bdb93 19:26:51 Step 26/26 : LABEL version=0.0.0 19:26:51 ---> Running in b016e8d4cc64 19:26:52 Removing intermediate container b016e8d4cc64 19:26:52 ---> b5270bbbc737 19:26:52 19:26:52 Successfully built b5270bbbc737 19:26:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:26:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:26:53 $ docker stop --time=1 57ad741f424540cc47a5ddc45e2ac0aaeb7a79ec8fee8b0ecb83f48f785f656c 19:26:55 $ docker rm -f 57ad741f424540cc47a5ddc45e2ac0aaeb7a79ec8fee8b0ecb83f48f785f656c [Pipeline] // withDockerContainer [Pipeline] sh 19:26:56 + docker images 19:26:56 + grep docker 19:26:56 docker-sys-mgmt-agent-go-arm64 latest b5270bbbc737 4 seconds ago 300MB 19:26:56 docker-core-data-go-arm64 latest 66bb1b595c03 46 seconds ago 21.1MB 19:26:56 docker-support-scheduler-go-arm64 latest 0bdaf11c2f84 About a minute ago 16.3MB 19:26:56 docker-security-proxy-setup-go-arm64 latest 9913b610edc6 About a minute ago 23.4MB 19:26:56 docker-security-bootstrapper-go-arm64 latest 6bc5a314c2d0 3 minutes ago 17.6MB 19:26:56 docker-core-metadata-go-arm64 latest 696e81707472 3 minutes ago 17.9MB 19:26:56 docker-core-command-go-arm64 latest 425c0648f6ce 4 minutes ago 16.2MB 19:26:56 docker-support-notifications-go-arm64 latest c8de3d69a415 4 minutes ago 16.8MB 19:26:56 docker-security-secretstore-setup-go-arm64 latest bffb70df5bf7 4 minutes ago 23.7MB 19:26:56 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:26:57 ---> job-cost.sh 19:26:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AYvm 19:27:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:29:58 lf-activate-venv(): INFO: Adding /tmp/venv-AYvm/bin to PATH 19:29:58 INFO: No Stack... 19:29:58 INFO: Retrieving Pricing Info for: lf-standard-4 19:29:58 INFO: Archiving Costs [Pipeline] sh 19:29:58 + + cat /w/workspace/edgex-go/6/archives/cost.csvcut 19:29:58 -d, -f6 [Pipeline] lock 19:29:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3192-6-stack-cost] 19:29:58 Resource [jenkins-edgexfoundry-edgex-go-PR-3192-6-stack-cost] did not exist. Created. 19:29:58 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3192-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:29:59 + echo total: 0.20999999344348907 [Pipeline] stash 19:29:59 Stashed 1 file(s) [Pipeline] } 19:29:59 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3192-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:30:01 provisioning config files... 19:30:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config159692714071926913tmp [Pipeline] { [Pipeline] sh 19:30:01 + set +x 19:30:01 + curl -s https://codecov.io/bash 19:30:01 + bash -s -- 19:30:01 19:30:01 _____ _ 19:30:01 / ____| | | 19:30:01 | | ___ __| | ___ ___ _____ __ 19:30:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:30:01 | |___| (_) | (_| | __/ (_| (_) \ V / 19:30:01 \_____\___/ \__,_|\___|\___\___/ \_/ 19:30:01 Bash-20210226-7100762 19:30:01 19:30:01 19:30:01 ==> git version 2.24.3 found 19:30:01 ==> 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 19:30:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:30:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:30:02 ==> Jenkins CI detected. 19:30:02 project root: . 19:30:02 --> token set from env 19:30:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:30:02 ==> Running gcov in . (disable via -X gcov) 19:30:02 ==> Python coveragepy not found 19:30:02 ==> Searching for coverage reports in: 19:30:02 + . 19:30:02 -> Found 1 reports 19:30:02 ==> Detecting git/mercurial file structure 19:30:02 ==> Reading reports 19:30:02 + ./coverage.out bytes=599431 19:30:02 ==> Appending adjustments 19:30:02 https://docs.codecov.io/docs/fixing-reports 19:30:05 + Found adjustments 19:30:05 ==> Gzipping contents 19:30:05 88K /tmp/codecov.ICGERM.gz 19:30:05 ==> Uploading reports 19:30:05 url: https://codecov.io 19:30:05 query: branch=PR-3192&commit=ee855b84a3992fd3379a3585cb94a6f17aa86547&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 19:30:05 -> Pinging Codecov 19:30:05 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3192&commit=ee855b84a3992fd3379a3585cb94a6f17aa86547&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 19:30:06 -> Uploading to 19:30:06 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/ee855b84a3992fd3379a3585cb94a6f17aa86547/682ffe37-ae45-4b0a-b83a-4197dc61ee65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T193006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2844b0d58f6abda42100ca7efbb1d77e30f7a2da387c86cacdb7d7b87a04647c 19:30:06 % Total % Received % Xferd Average Speed Time Time Time Current 19:30:06 Dload Upload Total Spent Left Speed 19:30:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89401 0 0 100 89401 0 165k --:--:-- --:--:-- --:--:-- 165k 19:30:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ee855b84a3992fd3379a3585cb94a6f17aa86547 [Pipeline] } 19:30:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:30:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:30:09 ---> package-listing.sh 19:30:09 ++ facter osfamily 19:30:09 ++ tr '[:upper:]' '[:lower:]' 19:30:09 + OS_FAMILY=redhat 19:30:09 + workspace=/w/workspace/edgex-go/6 19:30:09 + START_PACKAGES=/tmp/packages_start.txt 19:30:09 + END_PACKAGES=/tmp/packages_end.txt 19:30:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:30:09 + PACKAGES=/tmp/packages_start.txt 19:30:09 + '[' /w/workspace/edgex-go/6 ']' 19:30:09 + PACKAGES=/tmp/packages_end.txt 19:30:09 + case "${OS_FAMILY}" in 19:30:09 + rpm -qa 19:30:09 + sort 19:30:14 + '[' -f /tmp/packages_start.txt ']' 19:30:14 + '[' -f /tmp/packages_end.txt ']' 19:30:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:30:14 + '[' /w/workspace/edgex-go/6 ']' 19:30:14 + mkdir -p /w/workspace/edgex-go/6/archives/ 19:30:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 19:30:14 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:30:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:30:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:30:15 19:30:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:30:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:30:15 alpine: Pulling from edgex-lftools-log-publisher 19:30:15 df20fa9351a1: Pulling fs layer 19:30:15 36b3adc4ff6f: Pulling fs layer 19:30:15 8ad3a11d3b57: Pulling fs layer 19:30:15 46f8f816bc3b: Pulling fs layer 19:30:15 93b61091891f: Pulling fs layer 19:30:15 93b9cdb0e59b: Pulling fs layer 19:30:15 5e14af77c1be: Pulling fs layer 19:30:15 01666e4c0597: Pulling fs layer 19:30:15 aa168da1d23b: Pulling fs layer 19:30:15 46f8f816bc3b: Waiting 19:30:15 93b61091891f: Waiting 19:30:15 93b9cdb0e59b: Waiting 19:30:15 5e14af77c1be: Waiting 19:30:15 aa168da1d23b: Waiting 19:30:15 01666e4c0597: Waiting 19:30:15 36b3adc4ff6f: Verifying Checksum 19:30:15 36b3adc4ff6f: Download complete 19:30:15 46f8f816bc3b: Download complete 19:30:15 df20fa9351a1: Verifying Checksum 19:30:15 df20fa9351a1: Download complete 19:30:15 93b9cdb0e59b: Verifying Checksum 19:30:15 93b9cdb0e59b: Download complete 19:30:15 93b61091891f: Verifying Checksum 19:30:15 93b61091891f: Download complete 19:30:15 5e14af77c1be: Verifying Checksum 19:30:15 5e14af77c1be: Download complete 19:30:15 01666e4c0597: Verifying Checksum 19:30:15 01666e4c0597: Download complete 19:30:16 df20fa9351a1: Pull complete 19:30:16 8ad3a11d3b57: Verifying Checksum 19:30:16 8ad3a11d3b57: Download complete 19:30:16 36b3adc4ff6f: Pull complete 19:30:17 8ad3a11d3b57: Pull complete 19:30:17 46f8f816bc3b: Pull complete 19:30:17 aa168da1d23b: Verifying Checksum 19:30:17 aa168da1d23b: Download complete 19:30:18 93b61091891f: Pull complete 19:30:19 93b9cdb0e59b: Pull complete 19:30:19 5e14af77c1be: Pull complete 19:30:19 01666e4c0597: Pull complete 19:30:29 aa168da1d23b: Pull complete 19:30:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:30:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:30:29 prd-centos7-docker-4c-2g-27864 does not seem to be running inside a container 19:30:29 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:30:33 $ docker top 327089742d07e284e8f73f7f481d96db35b254c2d25f6400026c86a2b60d7b56 -eo pid,comm [Pipeline] { [Pipeline] sh 19:30:34 + touch /tmp/pre-build-complete [Pipeline] sh 19:30:34 + mkdir -p /var/log/sa [Pipeline] sh 19:30:34 + ls /var/log/sa-host 19:30:34 + sadf -c /var/log/sa-host/sa23 19:30:34 file_magic: OK 19:30:34 HZ: Using current value: 100 19:30:34 file_header: OK 19:30:34 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 19:30:34 Statistics: 19:30:34 Hnuu...uuuununununu... 19:30:34 File successfully converted to sysstat format version 12.2.1 19:30:34 + sadf -c /var/log/sa-host/sa26 19:30:34 file_magic: OK 19:30:34 HZ: Using current value: 100 19:30:34 file_header: OK 19:30:34 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 19:30:34 Statistics: 19:30:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:30:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:30:34 provisioning config files... 19:30:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8626977759784586866tmp [Pipeline] { [Pipeline] echo 19:30:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:30:35 ---> create-netrc.sh [Pipeline] } 19:30:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:30:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:30:35 ---> python-tools-install.sh [Pipeline] echo 19:30:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:30:35 ---> sudo-logs.sh 19:30:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:30:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:30:36 ---> job-cost.sh 19:30:36 lf-activate-venv: SKIPPING 19:30:36 DEBUG: total: 0.20999999344348907 19:30:36 INFO: Retrieving Stack Cost... 19:30:37 INFO: Retrieving Pricing Info for: v1-standard-2 19:30:37 INFO: Archiving Costs [Pipeline] echo 19:30:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:30:38 ---> logs-deploy.sh 19:30:38 lf-activate-venv: SKIPPING 19:30:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/6 19:30:38 INFO: archiving workspace using pattern(s): 19:30:39 Archives upload complete. 19:30:39 INFO: archiving logs to Nexus