Branch indexing 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 435fc41d67987ddff12c535146ad4fc35898d092+d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 (e16991a35cb58dc653eb81afdf6092ecebf56242) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2179 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 Merge succeeded, producing b117e3d8c7cc1fe84e2185adeab542e4b027b3bd Checking out Revision b117e3d8c7cc1fe84e2185adeab542e4b027b3bd (PR-3391) > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b117e3d8c7cc1fe84e2185adeab542e4b027b3bd # timeout=10 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:02 ========================================================= 08:30:02 EdgeX Global Pipelines Version Info 08:30:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:30:04 ------------------- 08:30:04 stable info: 08:30:04 ------------------- 08:30:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:04 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:30:04 Message: update stable to v1.0.186 08:30:04 ------------------- 08:30:04 experimental info: 08:30:04 ------------------- 08:30:04 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:04 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 08:30:04 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b117e3d [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:05 provisioning config files... 08:30:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6342277228949001825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:05 ---> docker-login.sh 08:30:05 nexus3.edgexfoundry.org:10001 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10002 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10003 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10004 08:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:07 Configure a credential helper to remove this warning. See 08:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:07 08:30:07 Login Succeeded 08:30:07 docker.io 08:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:07 Configure a credential helper to remove this warning. See 08:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:07 08:30:07 Login Succeeded 08:30:07 ---> docker-login.sh ends [Pipeline] } 08:30:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:07 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/core-command/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo core-command,cmd/core-command/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/core-data/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo core-data,cmd/core-data/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/core-metadata/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/support-notifications/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/support-scheduler/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:07 + for file in '`ls cmd/**/Dockerfile`' 08:30:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:07 ++ cut -d/ -f2 08:30:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:07 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:30:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:09 08:30:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:09 latest: Pulling from edgex-devops/git-semver 08:30:09 31603596830f: Pulling fs layer 08:30:09 54011a49482f: Pulling fs layer 08:30:09 a6820b24f6d8: Pulling fs layer 08:30:09 f581987b2513: Pulling fs layer 08:30:09 f581987b2513: Waiting 08:30:09 54011a49482f: Verifying Checksum 08:30:09 54011a49482f: Download complete 08:30:09 31603596830f: Verifying Checksum 08:30:09 31603596830f: Download complete 08:30:09 f581987b2513: Verifying Checksum 08:30:09 f581987b2513: Download complete 08:30:09 a6820b24f6d8: Verifying Checksum 08:30:09 a6820b24f6d8: Download complete 08:30:09 31603596830f: Pull complete 08:30:10 54011a49482f: Pull complete 08:30:10 a6820b24f6d8: Pull complete 08:30:11 f581987b2513: Pull complete 08:30:11 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:11 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:30:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:30:13 $ docker top 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:13 [ssh-agent] Looking for ssh-agent implementation... 08:30:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:14 $ docker exec 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent 08:30:14 SSH_AUTH_SOCK=/tmp/ssh-pMS93hEltA2N/agent.11 08:30:14 SSH_AGENT_PID=16 08:30:14 Running ssh-add (command line suppressed) 08:30:14 Identity added: /w/workspace/edgex-go/8@tmp/private_key_8747798779963992092.key (/w/workspace/edgex-go/8@tmp/private_key_8747798779963992092.key) 08:30:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:14 + git tag --points-at HEAD [Pipeline] } 08:30:14 $ docker exec --env ******** --env ******** 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent -k 08:30:14 unset SSH_AUTH_SOCK; 08:30:14 unset SSH_AGENT_PID; 08:30:14 echo Agent pid 16 killed; 08:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:15 [ssh-agent] Looking for ssh-agent implementation... 08:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:15 $ docker exec 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent 08:30:15 SSH_AUTH_SOCK=/tmp/ssh-70vMQ0ERfMu4/agent.46 08:30:15 SSH_AGENT_PID=51 08:30:15 Running ssh-add (command line suppressed) 08:30:15 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5307859865348754035.key (/w/workspace/edgex-go/8@tmp/private_key_5307859865348754035.key) 08:30:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:15 + git semver init 08:30:15 # -> Open(): unable to determine branch for HEAD 08:30:15 # $GIT_DIR = /w/workspace/edgex-go/8/.git 08:30:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 08:30:15 # $SEMVER_REMOTE_NAME = origin 08:30:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:15 # $SEMVER_USER_NAME = edgex-jenkins 08:30:15 # $SEMVER_BRANCH = PR-3391 08:30:15 # $SEMVER_TEMP = /tmp/semver-915604214 08:30:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:37 # '/tmp/semver-915604214' -> '/w/workspace/edgex-go/8/.semver' 08:30:37 # -> Force: false 08:30:37 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 08:30:37 $ docker exec --env ******** --env ******** 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent -k 08:30:38 unset SSH_AUTH_SOCK; 08:30:38 unset SSH_AGENT_PID; 08:30:38 echo Agent pid 51 killed; 08:30:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:38 + git semver [Pipeline] } 08:30:38 $ docker stop --time=1 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 08:30:40 $ docker rm -f 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 [Pipeline] // withDockerContainer [Pipeline] sh 08:30:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:30:41 Stashed 1 file(s) [Pipeline] echo 08:30:41 [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 08:30:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:30:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:42 + sudo service docker restart 08:30:42 + true 08:30:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:30:43 ========================================================= 08:30:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:43 + 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 . 08:30:47 Sending build context to Docker daemon 329.9MB 08:30:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:30:47 Step 2/6 : FROM ${BASE} 08:30:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:47 188c0c94c7c5: Pulling fs layer 08:30:47 0ef7d3d256c8: Pulling fs layer 08:30:47 de9db76c5a1d: Pulling fs layer 08:30:47 bca2f99d35d6: Pulling fs layer 08:30:47 93359f2a8cfa: Pulling fs layer 08:30:47 7c6f9722023f: Pulling fs layer 08:30:47 a35cf1a2eb13: Pulling fs layer 08:30:47 93359f2a8cfa: Waiting 08:30:47 a35cf1a2eb13: Waiting 08:30:47 7c6f9722023f: Waiting 08:30:47 bca2f99d35d6: Waiting 08:30:47 de9db76c5a1d: Download complete 08:30:47 0ef7d3d256c8: Download complete 08:30:47 93359f2a8cfa: Verifying Checksum 08:30:47 93359f2a8cfa: Download complete 08:30:47 7c6f9722023f: Verifying Checksum 08:30:47 7c6f9722023f: Download complete 08:30:47 188c0c94c7c5: Download complete 08:30:47 188c0c94c7c5: Pull complete 08:30:47 0ef7d3d256c8: Pull complete 08:30:48 de9db76c5a1d: Pull complete 08:30:49 a35cf1a2eb13: Verifying Checksum 08:30:49 a35cf1a2eb13: Download complete 08:30:50 bca2f99d35d6: Verifying Checksum 08:30:50 bca2f99d35d6: Download complete 08:30:55 bca2f99d35d6: Pull complete 08:30:55 93359f2a8cfa: Pull complete 08:30:55 7c6f9722023f: Pull complete 08:30:56 Still waiting to schedule task 08:30:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:30:59 a35cf1a2eb13: Pull complete 08:30:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:30:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:30:59 ---> a62c8e92a672 08:30:59 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 08:30:59 ---> Running in 16403c88fa55 08:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:01 (1/12) Installing libmagic (5.38-r0) 08:31:02 (2/12) Installing file (5.38-r0) 08:31:02 (3/12) Installing libc-dev (0.7.2-r3) 08:31:02 (4/12) Installing g++ (9.3.0-r2) 08:31:07 (5/12) Installing fortify-headers (1.1-r0) 08:31:07 (6/12) Installing patch (2.7.6-r6) 08:31:07 (7/12) Installing build-base (0.5-r2) 08:31:07 (8/12) Installing libsodium (1.0.18-r0) 08:31:07 (9/12) Installing pkgconf (1.7.2-r0) 08:31:07 (10/12) Installing libsodium-dev (1.0.18-r0) 08:31:07 (11/12) Installing libzmq (4.3.3-r0) 08:31:07 (12/12) Installing zeromq-dev (4.3.3-r0) 08:31:07 Executing busybox-1.31.1-r19.trigger 08:31:07 OK: 233 MiB in 51 packages 08:31:10 Removing intermediate container 16403c88fa55 08:31:10 ---> d4308139843c 08:31:10 Step 4/6 : WORKDIR /edgex-go 08:31:10 ---> Running in 82b0eb05ec18 08:31:11 Removing intermediate container 82b0eb05ec18 08:31:11 ---> 6b7996b9d944 08:31:11 Step 5/6 : COPY go.mod . 08:31:11 ---> 7e4b3c3ea41f 08:31:11 Step 6/6 : RUN go mod download 08:31:11 ---> Running in 4230ba3c120c 08:31:33 Removing intermediate container 4230ba3c120c 08:31:33 ---> f0abdf2857d0 08:31:33 Successfully built f0abdf2857d0 08:31:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:33 + docker inspect -f . ci-base-image-x86_64 08:31:33 . [Pipeline] withDockerContainer 08:31:33 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:31:34 $ docker top 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:35 + go version 08:31:35 go version go1.15.5 linux/amd64 [Pipeline] } 08:31:35 $ docker stop --time=1 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 08:31:36 $ docker rm -f 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:37 + docker inspect -f . ci-base-image-x86_64 08:31:37 . [Pipeline] withDockerContainer 08:31:37 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:31:37 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:31:38 $ docker top 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 -eo pid,comm [Pipeline] { [Pipeline] echo 08:31:38 ========================================================= 08:31:38 [edgeXBuildGoParallel] Running Tests and Build... 08:31:38 ========================================================= [Pipeline] sh 08:31:38 + make test 08:31:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:31:46 ? github.com/edgexfoundry/edgex-go [no test files] 08:32:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:32:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:32:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:32:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:32:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:32:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:32:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:32:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:32:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:32:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:32:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:32:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:32:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:32:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:32:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.065s coverage: 19.8% of statements 08:32:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.225s coverage: 27.1% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 87.7% of statements 08:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements 08:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.438s coverage: 28.6% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.167s coverage: 86.7% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 95.1% of statements 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.9% of statements 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:32:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 08:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 08:32:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements 08:32:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 08:32:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.8% of statements 08:32:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:32:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2181 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:32:50 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.096s coverage: 92.9% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 85.4% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.2% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 66.9% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 41.5% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 92.6% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 28.7% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 97.6% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:32:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:32:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 08:32:55 GO111MODULE=on go vet ./... 08:32:56 using credential edgex-jenkins-ssh 08:32:56 Cloning the remote Git repository 08:32:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:56 > git init /w/workspace/edgex-go/8 # timeout=10 08:32:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:57 > git --version # timeout=10 08:32:57 > git --version # 'git version 2.17.1' 08:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:13 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 08:33:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:33:13 > git config core.sparsecheckout # timeout=10 08:33:13 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 08:33:13 Merge succeeded, producing 32a7eb15db79d08e4fdac65aa026b01364907b7c 08:33:13 Checking out Revision 32a7eb15db79d08e4fdac65aa026b01364907b7c (PR-3391) 08:33:13 > git remote # timeout=10 08:33:13 > git config --get remote.origin.url # timeout=10 08:33:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:13 > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 08:33:13 > git rev-parse HEAD^{commit} # timeout=10 08:33:13 > git config core.sparsecheckout # timeout=10 08:33:13 > git checkout -f 32a7eb15db79d08e4fdac65aa026b01364907b7c # timeout=10 08:33:18 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" 08:33:18 > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:33:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:33:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:20 + true 08:33:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:33:22 provisioning config files... 08:33:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1070744597588171679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:23 ---> docker-login.sh 08:33:23 nexus3.edgexfoundry.org:10001 08:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:24 Configure a credential helper to remove this warning. See 08:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:24 08:33:24 Login Succeeded 08:33:24 nexus3.edgexfoundry.org:10002 08:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:24 Configure a credential helper to remove this warning. See 08:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:24 08:33:24 Login Succeeded 08:33:24 nexus3.edgexfoundry.org:10003 08:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:25 Configure a credential helper to remove this warning. See 08:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:25 08:33:25 Login Succeeded 08:33:25 nexus3.edgexfoundry.org:10004 08:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:25 Configure a credential helper to remove this warning. See 08:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:25 08:33:25 Login Succeeded 08:33:25 docker.io 08:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:26 Configure a credential helper to remove this warning. See 08:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:26 08:33:26 Login Succeeded 08:33:26 ---> docker-login.sh ends [Pipeline] } 08:33:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:33:26 ========================================================= 08:33:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:33:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:27 + 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 . 08:33:27 gofmt -l . 08:33:27 [ "`gofmt -l .`" = "" ] 08:33:27 ./bin/test-go-mod-tidy.sh 08:33:27 ./bin/test-attribution-txt.sh [Pipeline] sh 08:33:27 + ls -al . 08:33:27 total 808 08:33:27 drwxrwxr-x 10 1001 1001 4096 Apr 28 08:33 . 08:33:27 drwxr-xr-x 4 root root 28 Apr 28 08:31 .. 08:33:27 -rw-rw-r-- 1 1001 1001 11 Apr 28 08:29 .dockerignore 08:33:27 drwxrwxr-x 8 1001 1001 179 Apr 28 08:30 .git 08:33:27 drwxrwxr-x 3 1001 1001 125 Apr 28 08:29 .github 08:33:27 -rw-rw-r-- 1 1001 1001 818 Apr 28 08:29 .gitignore 08:33:27 drwx------ 3 1001 1001 60 Apr 28 08:30 .semver 08:33:27 -rw-rw-r-- 1 1001 1001 166 Apr 28 08:29 .sonarcloud.properties 08:33:27 -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:29 Attribution.txt 08:33:27 -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:29 CONTRIBUTING.md 08:33:27 -rw-rw-r-- 1 1001 1001 931 Apr 28 08:29 Dockerfile.build 08:33:27 -rw-rw-r-- 1 1001 1001 863 Apr 28 08:29 Jenkinsfile 08:33:27 -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:29 LICENSE 08:33:27 -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:29 Makefile 08:33:27 -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:29 README.md 08:33:27 -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:29 SECURITY.md 08:33:27 -rw-rw-r-- 1 1001 1001 5 Apr 28 08:30 VERSION 08:33:27 -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:29 ZMQWindows.md 08:33:27 drwxrwxr-x 2 1001 1001 117 Apr 28 08:29 bin 08:33:27 drwxrwxr-x 14 1001 1001 4096 Apr 28 08:29 cmd 08:33:27 -rw-r--r-- 1 root root 697939 Apr 28 08:32 coverage.out 08:33:27 -rw-r--r-- 1 root root 1060 Apr 28 08:33 go.mod 08:33:27 -rw-r--r-- 1 root root 22420 Apr 28 08:33 go.sum 08:33:27 drwxrwxr-x 8 1001 1001 127 Apr 28 08:29 internal 08:33:27 drwxrwxr-x 4 1001 1001 26 Apr 28 08:29 openapi 08:33:27 drwxrwxr-x 4 1001 1001 71 Apr 28 08:29 snap 08:33:27 -rw-rw-r-- 1 1001 1001 168 Apr 28 08:29 version.go [Pipeline] sh 08:33:28 + '[' -e coverage.out ] 08:33:28 + chown 1001:1001 coverage.out [Pipeline] stash 08:33:28 Stashed 1 file(s) [Pipeline] sh 08:33:28 + make build 08:33:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:33:29 Sending build context to Docker daemon 167.6MB 08:33:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:33:29 Step 2/6 : FROM ${BASE} 08:33:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:33:29 5f621e34cdf4: Pulling fs layer 08:33:29 a4357932f1b6: Pulling fs layer 08:33:29 18c013af1878: Pulling fs layer 08:33:29 00ac8860ef70: Pulling fs layer 08:33:29 63d7cb157983: Pulling fs layer 08:33:29 b116817d02f9: Pulling fs layer 08:33:29 745a02a5169b: Pulling fs layer 08:33:29 63d7cb157983: Waiting 08:33:29 b116817d02f9: Waiting 08:33:29 745a02a5169b: Waiting 08:33:29 00ac8860ef70: Waiting 08:33:29 18c013af1878: Verifying Checksum 08:33:29 18c013af1878: Download complete 08:33:29 a4357932f1b6: Verifying Checksum 08:33:29 a4357932f1b6: Download complete 08:33:29 63d7cb157983: Verifying Checksum 08:33:29 63d7cb157983: Download complete 08:33:29 b116817d02f9: Verifying Checksum 08:33:29 b116817d02f9: Download complete 08:33:29 5f621e34cdf4: Download complete 08:33:30 5f621e34cdf4: Pull complete 08:33:31 a4357932f1b6: Pull complete 08:33:31 18c013af1878: Pull complete 08:33:31 745a02a5169b: Verifying Checksum 08:33:31 745a02a5169b: Download complete 08:33:33 00ac8860ef70: Download complete 08:33:34 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 08:33:42 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 08:33:43 00ac8860ef70: Pull complete 08:33:43 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 08:33:43 63d7cb157983: Pull complete 08:33:44 b116817d02f9: Pull complete 08:33:45 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 08:33:45 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 08:33:47 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 08:33:48 745a02a5169b: Pull complete 08:33:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:33:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:33:48 ---> b7e6874047d6 08:33:48 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 08:33:49 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 08:33:50 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 08:33:51 ---> Running in 61e6ec3ac326 08:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:52 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 08:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:33:53 (1/12) Installing libmagic (5.38-r0) 08:33:53 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 08:33:54 (2/12) Installing file (5.38-r0) 08:33:54 (3/12) Installing libc-dev (0.7.2-r3) 08:33:54 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 08:33:56 $ docker stop --time=1 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 08:33:58 $ docker rm -f 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 08:33:58 (5/12) Installing fortify-headers (1.1-r0) 08:33:58 (6/12) Installing patch (2.7.6-r6) 08:33:58 (7/12) Installing build-base (0.5-r2) 08:33:58 (8/12) Installing libsodium (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:33:58 (9/12) Installing pkgconf (1.7.2-r0) 08:33:58 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:58 (11/12) Installing libzmq (4.3.3-r0) 08:33:59 (12/12) Installing zeromq-dev (4.3.3-r0) 08:33:59 Executing busybox-1.31.1-r19.trigger 08:33:59 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 08:34:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:01 08:34:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:34:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:01 latest: Pulling from edgex-devops/edgex-compose 08:34:01 cbdbe7a5bc2a: Pulling fs layer 08:34:01 ca9280d653b3: Pulling fs layer 08:34:01 7e9c9ca2126c: Pulling fs layer 08:34:01 cbdbe7a5bc2a: Verifying Checksum 08:34:01 cbdbe7a5bc2a: Download complete 08:34:02 ca9280d653b3: Verifying Checksum 08:34:02 ca9280d653b3: Download complete 08:34:02 cbdbe7a5bc2a: Pull complete 08:34:03 ca9280d653b3: Pull complete 08:34:03 Removing intermediate container 61e6ec3ac326 08:34:03 ---> d9fe31d451f8 08:34:03 Step 4/6 : WORKDIR /edgex-go 08:34:03 ---> Running in ab5accc0bb3a 08:34:03 Removing intermediate container ab5accc0bb3a 08:34:03 ---> 39e67e2fb64b 08:34:03 Step 5/6 : COPY go.mod . 08:34:04 ---> 7d27bc0d6d5d 08:34:04 Step 6/6 : RUN go mod download 08:34:04 ---> Running in e1eccb6a4eba 08:34:13 7e9c9ca2126c: Pull complete 08:34:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:34:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:34:13 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:34:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:34:15 $ docker top 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:15 + docker-compose build --help 08:34:15 + grep parallel 08:34:16 --parallel Build images in parallel. [Pipeline] } 08:34:16 $ docker stop --time=1 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d 08:34:17 $ docker rm -f 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:18 . [Pipeline] withDockerContainer 08:34:18 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:34:18 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:34:19 $ docker top a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:19 + docker-compose -f ./docker-compose-build.yml build --parallel 08:34:20 Building docker-core-command-go ... 08:34:20 Building docker-core-data-go ... 08:34:20 Building docker-core-metadata-go ... 08:34:20 Building docker-security-bootstrapper-go ... 08:34:20 Building docker-security-proxy-setup-go ... 08:34:20 Building docker-security-secretstore-setup-go ... 08:34:20 Building docker-support-notifications-go ... 08:34:20 Building docker-support-scheduler-go ... 08:34:20 Building docker-sys-mgmt-agent-go ... 08:34:20 Building docker-security-bootstrapper-go 08:34:20 Building docker-security-secretstore-setup-go 08:34:20 Building docker-sys-mgmt-agent-go 08:34:20 Building docker-security-proxy-setup-go 08:34:20 Building docker-support-scheduler-go 08:34:31 Removing intermediate container e1eccb6a4eba 08:34:31 ---> 08ffbd325d91 08:34:31 Successfully built 08ffbd325d91 08:34:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:34:31 + docker inspect -f . ci-base-image-arm64 08:34:31 . [Pipeline] withDockerContainer 08:34:32 prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container 08:34:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:34:33 $ docker top 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:34 + go version 08:34:34 go version go1.15.5 linux/arm64 [Pipeline] } 08:34:34 $ docker stop --time=1 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 08:34:36 $ docker rm -f 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:37 + docker inspect -f . ci-base-image-arm64 08:34:37 . [Pipeline] withDockerContainer 08:34:37 prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container 08:34:37 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:34:39 $ docker top f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b -eo pid,comm [Pipeline] { [Pipeline] echo 08:34:39 ========================================================= 08:34:39 [edgeXBuildGoParallel] Running Tests and Build... 08:34:39 ========================================================= [Pipeline] sh 08:34:40 + make test 08:34:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:34:59 ---> f0abdf2857d0 08:34:59 Step 3/23 : WORKDIR /edgex-go 08:34:59 08:34:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:34:59 ---> f0abdf2857d0 08:34:59 Step 3/31 : WORKDIR /edgex-go 08:34:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:34:59 ---> f0abdf2857d0 08:34:59 Step 3/21 : WORKDIR /edgex-go 08:34:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:34:59 ---> f0abdf2857d0 08:34:59 Step 3/22 : WORKDIR /edgex-go 08:34:59 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:59 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:34:59 ---> f0abdf2857d0 08:34:59 Step 3/25 : WORKDIR /edgex-go 08:34:59 ---> Running in b6a74c6143a4 08:34:59 ---> Running in 77089aa5c8a2 08:34:59 ---> Running in 13e06d3162e2 08:34:59 ---> Running in e28cb7768409 08:34:59 ---> Running in 3b9fd8b49e73 08:34:59 Removing intermediate container 3b9fd8b49e73 08:34:59 ---> 7a6b13ce4dad 08:34:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:59 Removing intermediate container e28cb7768409 08:34:59 ---> 251a3f4d7e48 08:34:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:59 Removing intermediate container 77089aa5c8a2 08:34:59 ---> c717459a9027 08:34:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:59 Removing intermediate container b6a74c6143a4 08:34:59 ---> 90c7a49637a7 08:34:59 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:59 Removing intermediate container 13e06d3162e2 08:34:59 ---> 195175b85fae 08:34:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:59 ---> Running in dfb27d13f5dc 08:34:59 ---> Running in 48a20f5a3513 08:34:59 ---> Running in f471a1737b57 08:34:59 ---> Running in a924492727f9 08:34:59 ---> Running in 74c9a3717ce7 08:35:00 Removing intermediate container f471a1737b57 08:35:00 ---> d5685e87fae6 08:35:00 Step 5/25 : RUN apk add --update --no-cache make git 08:35:00 Removing intermediate container 48a20f5a3513 08:35:00 ---> b8dd703741e3 08:35:00 Step 5/21 : RUN apk add --update --no-cache make git 08:35:00 Removing intermediate container dfb27d13f5dc 08:35:00 ---> ee0065281630 08:35:00 Step 5/22 : RUN apk add --update --no-cache make git 08:35:00 ---> Running in 4e3b95ff4a96 08:35:00 Removing intermediate container 74c9a3717ce7 08:35:00 ---> 645ded799a7d 08:35:00 Step 5/31 : RUN apk add --update --no-cache make git 08:35:00 ---> Running in a719ceacc37a 08:35:00 Removing intermediate container a924492727f9 08:35:00 ---> ff40c7c4c69d 08:35:00 Step 5/23 : RUN apk add --update --no-cache make bash git 08:35:00 ---> Running in ee927e3fd3ef 08:35:00 ---> Running in a0e47bc52c17 08:35:00 ---> Running in 6a0f43b2f560 08:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:02 ? github.com/edgexfoundry/edgex-go [no test files] 08:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:02 OK: 233 MiB in 51 packages 08:35:02 OK: 233 MiB in 51 packages 08:35:02 OK: 233 MiB in 51 packages 08:35:02 OK: 233 MiB in 51 packages 08:35:02 OK: 233 MiB in 51 packages 08:35:03 Removing intermediate container ee927e3fd3ef 08:35:03 ---> b44467aece4d 08:35:03 Step 6/31 : COPY go.mod . 08:35:04 Removing intermediate container a719ceacc37a 08:35:04 ---> df5bef5a9770 08:35:04 Step 6/21 : COPY go.mod . 08:35:04 ---> efc3d23f486d 08:35:04 Step 7/31 : RUN go mod download 08:35:04 Removing intermediate container a0e47bc52c17 08:35:04 ---> 3fc4c1e04c50 08:35:04 Step 6/22 : COPY go.mod . 08:35:04 Removing intermediate container 6a0f43b2f560 08:35:04 ---> 6185d40d879d 08:35:04 Step 6/23 : COPY go.mod . 08:35:04 ---> Running in d5d09bd647f8 08:35:04 Removing intermediate container 4e3b95ff4a96 08:35:04 ---> 11532052fd3d 08:35:04 Step 6/25 : COPY go.mod . 08:35:05 ---> af02a2db3949 08:35:05 Step 7/21 : RUN go mod download 08:35:05 ---> 7e2ac20e05ce 08:35:05 Step 7/22 : RUN go mod download 08:35:05 ---> f628adc28967 08:35:05 Step 7/23 : RUN go mod download 08:35:05 ---> Running in b878a71ff19c 08:35:05 ---> Running in ead4f895e2fb 08:35:05 ---> 9b62654df851 08:35:05 Step 7/25 : RUN go mod download 08:35:05 ---> Running in 759b2c58b3e5 08:35:05 ---> Running in da2703dcf235 08:35:07 Removing intermediate container d5d09bd647f8 08:35:07 ---> 54a2382f0495 08:35:07 Step 8/31 : COPY . . 08:35:07 Removing intermediate container b878a71ff19c 08:35:07 ---> e0ec4073e20c 08:35:07 Step 8/21 : COPY . . 08:35:07 Removing intermediate container ead4f895e2fb 08:35:07 ---> c75482468052 08:35:07 Step 8/22 : COPY . . 08:35:08 Removing intermediate container da2703dcf235 08:35:08 ---> f4ac29741888 08:35:08 Step 8/25 : COPY . . 08:35:13 Removing intermediate container 759b2c58b3e5 08:35:13 ---> 14cc328ded2a 08:35:13 Step 8/23 : COPY . . 08:35:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:35:52 ---> b887b2c8266e 08:35:52 ---> f3072858b4f4 08:35:52 ---> f5a491edbd79 08:35:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:35:52 08:35:52 08:35:52 ---> Running in c938abc5b591 08:35:52 ---> Running in 661bb8dad9f1 08:35:52 ---> 83ccbac181ac 08:35:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:35:52 ---> 57803c43e7a3 08:35:52 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:35:52 ---> Running in 185e40b18c79 08:35:52 ---> Running in 48a2498a5b5a 08:35:52 ---> Running in 1c256f886b06 08:35:52 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 08:35:52 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 08:35:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:35:52 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 08:35:52 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 08:35:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:25 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 08:36:25 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 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 19.8% of statements 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements 08:36:28 Removing intermediate container 185e40b18c79 08:36:28 ---> aea3d33bc25b 08:36:28 08:36:28 Step 10/31 : FROM alpine:3.12 08:36:28 3.12: Pulling from library/alpine 08:36:29 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:36:29 Status: Downloaded newer image for alpine:3.12 08:36:29 ---> 13621d1b12d4 08:36:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:36:31 ---> Running in 355127f91d3f 08:36:32 Removing intermediate container 661bb8dad9f1 08:36:32 ---> fb7236e2a1c0 08:36:32 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:36:33 Removing intermediate container 355127f91d3f 08:36:33 ---> 4e630664e2de 08:36:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:36:33 Removing intermediate container 48a2498a5b5a 08:36:33 ---> 3dc46a8eb9e5 08:36:33 08:36:33 Step 10/22 : FROM alpine:3.12 08:36:33 ---> 13621d1b12d4 08:36:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:36:33 ---> Running in 396cfa9dddf0 08:36:33 ---> Running in 2690824f8a5d 08:36:33 ---> Running in daf0b053a1c0 08:36:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.145s coverage: 100.0% of statements 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:34 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 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.325s coverage: 71.3% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.456s coverage: 87.7% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:37 Removing intermediate container 1c256f886b06 08:36:37 ---> a681818f718d 08:36:37 08:36:37 Step 10/25 : FROM alpine:3.12 08:36:37 ---> 13621d1b12d4 08:36:37 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:36:37 Removing intermediate container c938abc5b591 08:36:37 ---> 8d8fd0cad95e 08:36:37 08:36:37 Step 10/21 : FROM alpine:3.12 08:36:37 ---> 13621d1b12d4 08:36:37 Step 11/21 : RUN apk add --update --no-cache curl 08:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 (1/2) Installing dumb-init (1.2.2-r1) 08:36:37 (2/2) Installing su-exec (0.2-r1) 08:36:37 Executing busybox-1.31.1-r20.trigger 08:36:37 ---> Running in f744c87b63e5 08:36:37 OK: 6 MiB in 16 packages 08:36:37 ---> Running in a1e070382c85 08:36:37 (1/1) Installing dumb-init (1.2.2-r1) 08:36:37 Executing busybox-1.31.1-r20.trigger 08:36:37 OK: 6 MiB in 15 packages 08:36:38 Removing intermediate container 396cfa9dddf0 08:36:38 ---> dce093cf041d 08:36:38 08:36:38 Step 11/23 : FROM docker:20.10.0 08:36:38 20.10.0: Pulling from library/docker 08:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:38 Removing intermediate container daf0b053a1c0 08:36:38 ---> 840c12839331 08:36:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:38 (1/6) Installing ca-certificates (20191127-r4) 08:36:38 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:36:38 (3/6) Installing libcurl (7.76.1-r0) 08:36:38 (4/6) Installing curl (7.76.1-r0) 08:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:38 (5/6) Installing dumb-init (1.2.2-r1) 08:36:38 (6/6) Installing su-exec (0.2-r1) 08:36:38 Executing busybox-1.31.1-r20.trigger 08:36:38 Executing ca-certificates-20191127-r4.trigger 08:36:39 ---> Running in 327b8130230c 08:36:39 Removing intermediate container 2690824f8a5d 08:36:39 ---> 47f151b4eb5e 08:36:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:36:39 OK: 7 MiB in 20 packages 08:36:39 (1/4) Installing ca-certificates (20191127-r4) 08:36:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:36:39 (3/4) Installing libcurl (7.76.1-r0) 08:36:39 (4/4) Installing curl (7.76.1-r0) 08:36:39 Executing busybox-1.31.1-r20.trigger 08:36:39 Executing ca-certificates-20191127-r4.trigger 08:36:39 OK: 7 MiB in 18 packages 08:36:40 ---> Running in fa7c68f48386 08:36:40 Removing intermediate container 327b8130230c 08:36:40 ---> 1f9e6ab515fa 08:36:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:36:41 Removing intermediate container fa7c68f48386 08:36:41 ---> 3fad4044efdb 08:36:41 Step 13/22 : ENV APP_PORT=48085 08:36:41 ---> Running in 10ab9bc0dc55 08:36:41 ---> Running in 7cbb84aad260 08:36:41 Removing intermediate container 10ab9bc0dc55 08:36:41 ---> 77d5d718250f 08:36:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:36:42 ---> Running in 927f3a03d30c 08:36:42 Removing intermediate container f744c87b63e5 08:36:42 ---> 517cf14feee9 08:36:42 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:36:42 Removing intermediate container 7cbb84aad260 08:36:42 ---> 7c467a569156 08:36:42 Step 14/22 : EXPOSE $APP_PORT 08:36:43 Removing intermediate container a1e070382c85 08:36:43 ---> a4c1e9b8a9c5 08:36:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:36:44 ---> Running in 18fb6898fff5 08:36:44 ---> Running in d4a6012b7df9 08:36:44 ---> Running in 3d3bc095b89f 08:36:44 Removing intermediate container 18fb6898fff5 08:36:44 ---> 2cc0e349797b 08:36:44 Step 13/25 : WORKDIR / 08:36:44 ---> Running in 8667f0ce7732 08:36:44 Removing intermediate container 3d3bc095b89f 08:36:44 ---> be9a9295f3cb 08:36:44 Step 13/21 : WORKDIR /edgex 08:36:44 Removing intermediate container d4a6012b7df9 08:36:44 ---> b3641d903276 08:36:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:44 ---> Running in 666d7d31c98a 08:36:44 Removing intermediate container 8667f0ce7732 08:36:44 ---> 851af994621a 08:36:44 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:36:45 ---> 4ddba17ce8e6 08:36:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:36:45 Removing intermediate container 666d7d31c98a 08:36:45 ---> 81770baaf44e 08:36:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:36:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:36:45 Status: Downloaded newer image for docker:20.10.0 08:36:45 ---> aefe523efa57 08:36:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:36:45 ---> Running in 3767e2c11447 08:36:45 ---> bd3dc3ac2b15 08:36:45 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:36:45 Removing intermediate container 927f3a03d30c 08:36:45 ---> edddd1915567 08:36:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:36:45 ---> 0c1317357005 08:36:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:36:45 ---> Running in 7af4aba5d837 08:36:45 ---> e9f819c4f9b5 08:36:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:36:45 Removing intermediate container 3767e2c11447 08:36:45 ---> 87be4ee5d596 08:36:45 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:36:46 ---> Running in d9f97c1f2aac 08:36:46 ---> ebd59786b462 08:36:46 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:36:46 Removing intermediate container 7af4aba5d837 08:36:46 ---> c87e14282093 08:36:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:36:46 ---> 38ce6e602f80 08:36:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:36:46 ---> 036d2329700c 08:36:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:36:46 ---> Running in 3af53dcec7c9 08:36:47 ---> f164b020375d 08:36:47 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:36:47 ---> 72a1b5eb7256 08:36:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:36:47 ---> Running in 12e93af38ad8 08:36:47 ---> 8bc140289e2c 08:36:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:36:47 Removing intermediate container 3af53dcec7c9 08:36:47 ---> 6bd7d3ad701f 08:36:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.238s coverage: 100.0% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.159s coverage: 100.0% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.450s coverage: 86.7% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.240s coverage: 78.3% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:47 (1/39) Installing readline (8.0.4-r0) 08:36:47 (2/39) Installing bash (5.0.17-r0) 08:36:47 ---> Running in 372304b80b78 08:36:47 Executing bash-5.0.17-r0.post-install 08:36:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:36:47 ---> Running in 3265bdfbe46b 08:36:47 (4/39) Installing libcurl (7.76.1-r0) 08:36:47 (5/39) Installing curl (7.76.1-r0) 08:36:47 (6/39) Installing dumb-init (1.2.2-r1) 08:36:47 (7/39) Installing libbz2 (1.0.8-r1) 08:36:47 (8/39) Installing expat (2.2.9-r1) 08:36:47 (9/39) Installing libffi (3.3-r2) 08:36:47 (10/39) Installing gdbm (1.13-r1) 08:36:47 (11/39) Installing xz-libs (5.2.5-r0) 08:36:47 (12/39) Installing sqlite-libs (3.32.1-r0) 08:36:47 (13/39) Installing python3 (3.8.8-r0) 08:36:47 ---> 854e49caa278 08:36:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:36:48 Removing intermediate container 3265bdfbe46b 08:36:48 ---> ee518b3c9587 08:36:48 Step 18/21 : CMD ["--init=true"] 08:36:50 Removing intermediate container 372304b80b78 08:36:50 ---> 0f929af7a431 08:36:50 Step 20/22 : LABEL arch=x86_64 08:36:50 ---> Running in dddace2edb49 08:36:50 ---> c5989280616d 08:36:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:36:50 (14/39) Installing py3-appdirs (1.4.4-r1) 08:36:50 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:36:50 (16/39) Installing py3-parsing (2.4.7-r0) 08:36:50 (17/39) Installing py3-six (1.15.0-r0) 08:36:50 (18/39) Installing py3-packaging (20.4-r0) 08:36:50 (19/39) Installing py3-setuptools (47.0.0-r0) 08:36:50 ---> Running in cf0a19bdfcdf 08:36:50 (20/39) Installing py3-chardet (3.0.4-r4) 08:36:50 (21/39) Installing py3-idna (2.9-r0) 08:36:51 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:36:51 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:36:51 (24/39) Installing py3-requests (2.23.0-r0) 08:36:51 (25/39) Installing py3-msgpack (1.0.0-r0) 08:36:51 Removing intermediate container dddace2edb49 08:36:51 ---> fb721849ae9b 08:36:51 Step 19/21 : LABEL arch=x86_64 08:36:51 (26/39) Installing py3-lockfile (0.12.2-r3) 08:36:52 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:36:52 (28/39) Installing py3-colorama (0.4.3-r0) 08:36:52 (29/39) Installing py3-distlib (0.3.0-r0) 08:36:52 ---> Running in ea1d85d43841 08:36:52 Removing intermediate container cf0a19bdfcdf 08:36:52 ---> 1f74609da9cd 08:36:52 Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:36:52 (30/39) Installing py3-distro (1.5.0-r1) 08:36:52 (31/39) Installing py3-webencodings (0.5.1-r3) 08:36:53 (32/39) Installing py3-html5lib (1.0.1-r4) 08:36:53 ---> 6c027514e32d 08:36:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:36:53 (33/39) Installing py3-pytoml (0.1.21-r0) 08:36:53 (34/39) Installing py3-pep517 (0.8.2-r0) 08:36:53 (35/39) Installing py3-progress (1.5-r0) 08:36:53 (36/39) Installing py3-toml (0.10.1-r0) 08:36:53 (37/39) Installing py3-retrying (1.3.3-r0) 08:36:53 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:36:53 (39/39) Installing py3-pip (20.1.1-r0) 08:36:53 ---> Running in e766c30116f3 08:36:53 Removing intermediate container ea1d85d43841 08:36:53 ---> c5c5ec27a717 08:36:53 Step 20/21 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 95.1% of statements 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.9% of statements 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.162s coverage: 47.1% of statements 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.186s coverage: 79.5% of statements 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.132s coverage: 94.1% of statements 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.142s coverage: 96.3% of statements 08:36:54 Executing busybox-1.31.1-r19.trigger 08:36:54 OK: 72 MiB in 59 packages 08:36:54 ---> 96c4b5b45b91 08:36:54 Step 21/25 : 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/ 08:36:54 Removing intermediate container 12e93af38ad8 08:36:54 ---> a5e3e40b7f21 08:36:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.144s coverage: 87.5% of statements 08:36:54 ---> Running in f506f6aeaea1 08:36:54 ---> Running in 27b08013270f 08:36:54 Removing intermediate container e766c30116f3 08:36:54 ---> 36cb265dd743 08:36:54 Step 22/22 : LABEL version=0.0.0 08:36:55 ---> Running in d097f4dbed01 08:36:55 ---> 3aacb0c79749 08:36:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:36:55 Removing intermediate container f506f6aeaea1 08:36:55 ---> 84c112b322ab 08:36:55 Step 21/21 : LABEL version=0.0.0 08:36:55 ---> Running in f43032d702a2 08:36:56 Removing intermediate container d097f4dbed01 08:36:56 ---> d36a807a9696 08:36:56 08:36:56 Collecting docker-compose==1.23.2 08:36:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:36:56 ---> d1e70a635eab 08:36:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:36:56 Removing intermediate container f43032d702a2 08:36:56 ---> 76ea426a6eaa 08:36:56 08:36:56 Successfully built d36a807a9696 08:36:56 Collecting PyYAML<4,>=3.10 08:36:56 Successfully tagged docker-support-scheduler-go:latest 08:36:56 Downloading PyYAML-3.13.tar.gz (270 kB) 08:36:56  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 08:36:56 Successfully built 76ea426a6eaa 08:36:57 Successfully tagged docker-security-proxy-setup-go:latest 08:36:57  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 08:36:57 ---> 76ee3cc6ae1c 08:36:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:36:57 Removing intermediate container 27b08013270f 08:36:57 ---> d98374680dce 08:36:57 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:36:57 Collecting texttable<0.10,>=0.9.0 08:36:57 Downloading texttable-0.9.1.tar.gz (11 kB) 08:36:58 ---> 3f2d9942b0a3 08:36:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:36:58 ---> Running in 70827a5667c5 08:37:00 Collecting jsonschema<3,>=2.5.1 08:37:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:37:00 ---> 20bb8355efd0 08:37:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:37:01 Removing intermediate container 70827a5667c5 08:37:01 ---> 2c44461e49f6 08:37:01 Step 23/25 : LABEL arch=x86_64 08:37:01 Collecting dockerpty<0.5,>=0.4.1 08:37:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:37:05 ---> Running in 9a2ffa932b59 08:37:05 Collecting docker<4.0,>=3.6.0 08:37:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:37:05 ---> Running in b81c5b6c9f93 08:37:05 Removing intermediate container 9a2ffa932b59 08:37:05 ---> a07500ee4827 08:37:05 Step 24/25 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:37:06 Collecting websocket-client<1.0,>=0.32.0 08:37:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:37:06 ---> Running in 967fa1bc6e88 08:37:06 Removing intermediate container b81c5b6c9f93 08:37:06 ---> 5ad6f815b330 08:37:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:37:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:37:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:37:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:37:06 Collecting docopt<0.7,>=0.6.1 08:37:06 Downloading docopt-0.6.2.tar.gz (25 kB) 08:37:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.152s coverage: 94.4% of statements 08:37:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.114s coverage: 44.8% of statements 08:37:08 Removing intermediate container 967fa1bc6e88 08:37:08 ---> 4a89dd14d8d9 08:37:08 Step 26/31 : RUN chmod +x /entrypoint.sh 08:37:08 ---> 75182f35d4eb 08:37:08 Step 25/25 : LABEL version=0.0.0 08:37:08 Collecting cached-property<2,>=1.2.0 08:37:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:37:11 Collecting docker-pycreds>=0.4.0 08:37:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:37:13 ---> Running in b5a90b754cc0 08:37:13 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) 08:37:13 Collecting idna<2.8,>=2.5 08:37:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:37:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.481s coverage: 81.8% of statements 08:37:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:37:14 ---> Running in a56462aa986e 08:37:14 Collecting urllib3<1.25,>=1.21.1 08:37:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:37:15 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) 08:37:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:37:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:37:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:37:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:37:15 Removing intermediate container b5a90b754cc0 08:37:15 ---> bc986701d2fc 08:37:15 08:37:15 Installing collected packages: PyYAML, texttable, jsonschema, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, cached-property, docker-compose 08:37:15 Running setup.py install for PyYAML: started 08:37:17 Successfully built bc986701d2fc 08:37:17 Successfully tagged docker-security-secretstore-setup-go:latest 08:37:17  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 08:37:18 Running setup.py install for PyYAML: finished with status 'done' 08:37:18 Running setup.py install for texttable: started 08:37:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> f0abdf2857d0 08:37:19 Step 3/23 : WORKDIR /edgex-go 08:37:19 ---> Using cache 08:37:19 ---> 195175b85fae 08:37:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 ---> Using cache 08:37:19 ---> 645ded799a7d 08:37:19 Step 5/23 : RUN apk add --update --no-cache make git 08:37:19 ---> Using cache 08:37:19 ---> b44467aece4d 08:37:19 Step 6/23 : COPY go.mod . 08:37:19 ---> Using cache 08:37:19 ---> efc3d23f486d 08:37:19 Step 7/23 : RUN go mod download 08:37:19 ---> Using cache 08:37:19 ---> 54a2382f0495 08:37:19 Step 8/23 : COPY . . 08:37:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:37:19 ---> f0abdf2857d0 08:37:19 Step 3/22 : WORKDIR /edgex-go 08:37:19 ---> Using cache 08:37:19 ---> 195175b85fae 08:37:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:19 ---> Using cache 08:37:19 ---> 645ded799a7d 08:37:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:37:19 Running setup.py install for texttable: finished with status 'done' 08:37:19 ---> Using cache 08:37:19 ---> b887b2c8266e 08:37:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:37:21 Running setup.py install for dockerpty: started 08:37:21 ---> Running in 5566a7e3cd26 08:37:21 ---> Running in 134c6688985c 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.183s coverage: 92.9% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.128s coverage: 79.1% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.0% of statements 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 85.4% of statements 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.2% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.588s coverage: 64.4% of statements 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:37:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 08:37:22 Running setup.py install for dockerpty: finished with status 'done' 08:37:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 08:37:24 Attempting uninstall: idna 08:37:24 Found existing installation: idna 2.9 08:37:24 Uninstalling idna-2.9: 08:37:24 Removing intermediate container a56462aa986e 08:37:24 ---> 689fad57706b 08:37:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] Successfully uninstalled idna-2.9 08:37:24 08:37:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 08:37:24 Attempting uninstall: urllib3 08:37:24 Found existing installation: urllib3 1.25.9 08:37:24 Uninstalling urllib3-1.25.9: 08:37:24 Successfully uninstalled urllib3-1.25.9 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 08:37:25 ---> Running in e2950cf13c47 08:37:25 Attempting uninstall: requests 08:37:25 Found existing installation: requests 2.23.0 08:37:25 Uninstalling requests-2.23.0: 08:37:25 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 08:37:25 Successfully uninstalled requests-2.23.0 08:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:26 Removing intermediate container e2950cf13c47 08:37:26 ---> eebef89716ba 08:37:26 Step 28/31 : CMD ["gate"] 08:37:27 OK: 233 MiB in 51 packages 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.021s coverage: 66.9% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:37:29 ---> Running in 7b71b01814bb 08:37:29 Running setup.py install for docopt: started 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.555s coverage: 41.5% of statements 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 08:37:30 Removing intermediate container 7b71b01814bb 08:37:30 ---> d6dbe822bec6 08:37:30 Step 29/31 : LABEL arch=x86_64 08:37:31 Removing intermediate container 5566a7e3cd26 08:37:31 ---> 07b36ac3c62f 08:37:31 Step 6/22 : COPY go.mod . 08:37:31 ---> Running in c8a7b3d80e89 08:37:31 Running setup.py install for docopt: finished with status 'done' 08:37:32 Removing intermediate container c8a7b3d80e89 08:37:32 ---> 8b577f0ef7aa 08:37:32 Step 30/31 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:37:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:37:32 ---> 638c780edbff 08:37:32 Step 7/22 : RUN go mod download 08:37:33 ---> Running in a0a44af3281d 08:37:33 ---> Running in 4a6c1cb72e18 08:37:35 Removing intermediate container a0a44af3281d 08:37:35 ---> b522aee73cd7 08:37:35 Step 31/31 : LABEL version=0.0.0 08:37:36 ---> Running in f810221d6264 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.170s coverage: 9.6% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:37:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:36 ---> f0abdf2857d0 08:37:36 Step 3/23 : WORKDIR /edgex-go 08:37:36 ---> Using cache 08:37:36 ---> 195175b85fae 08:37:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:36 ---> Using cache 08:37:36 ---> 645ded799a7d 08:37:36 Step 5/23 : RUN apk add --update --no-cache make git 08:37:36 ---> Using cache 08:37:36 ---> b44467aece4d 08:37:36 Step 6/23 : COPY go.mod . 08:37:36 ---> Using cache 08:37:36 ---> efc3d23f486d 08:37:36 Step 7/23 : RUN go mod download 08:37:36 ---> Using cache 08:37:36 ---> 54a2382f0495 08:37:36 Step 8/23 : COPY . . 08:37:37 ---> Using cache 08:37:37 ---> b887b2c8266e 08:37:37 Step 9/23 : RUN make cmd/core-command/core-command 08:37:38 Removing intermediate container f810221d6264 08:37:38 ---> 46b5e83c3d33 08:37:38 08:37:38 ---> Running in 2d2347a117ee 08:37:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 92.6% of statements 08:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:37:38 Successfully built 46b5e83c3d33 08:37:38 Successfully tagged docker-security-bootstrapper-go:latest 08:37:38 Building docker-core-data-go 08:37:39  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:37:40 Removing intermediate container 4a6c1cb72e18 08:37:40 ---> 42ed76fa81f5 08:37:40 Step 8/22 : COPY . . 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.146s coverage: 28.7% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.180s coverage: 100.0% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.171s coverage: 64.6% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.369s coverage: 97.6% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 08:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 08:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 08:37:49 GO111MODULE=on go vet ./... 08:38:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:38:07 ---> f0abdf2857d0 08:38:07 Step 3/23 : WORKDIR /edgex-go 08:38:07 ---> Using cache 08:38:07 ---> 195175b85fae 08:38:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:07 ---> Using cache 08:38:07 ---> 645ded799a7d 08:38:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:38:08 ---> Running in 59d77e3332c1 08:38:09 Removing intermediate container d9f97c1f2aac 08:38:09 ---> edafd00d071d 08:38:09 Step 14/23 : ENV APP_PORT=48090 08:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:13 ---> Running in 139390a166a3 08:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:13 OK: 233 MiB in 51 packages 08:38:14 ---> 5e13105ad30e 08:38:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:38:14 Removing intermediate container 139390a166a3 08:38:14 ---> 693009ba7a8a 08:38:14 Step 15/23 : EXPOSE $APP_PORT 08:38:14 Removing intermediate container 134c6688985c 08:38:14 ---> a0561145b6bf 08:38:14 08:38:14 Step 10/23 : FROM alpine:3.12 08:38:14 ---> 13621d1b12d4 08:38:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:14 ---> Using cache 08:38:14 ---> 47f151b4eb5e 08:38:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:14 ---> Using cache 08:38:14 ---> 3fad4044efdb 08:38:14 Step 13/23 : ENV APP_PORT=48081 08:38:14 ---> Running in 0a1af0088d94 08:38:15 ---> Running in 1d767356c0aa 08:38:15 ---> Running in 0af066e9ca16 08:38:16 Removing intermediate container 59d77e3332c1 08:38:16 ---> e8ebb2a0c152 08:38:16 Step 6/23 : COPY go.mod . 08:38:16 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 08:38:16 Removing intermediate container 1d767356c0aa 08:38:16 ---> 4bfbb943ee0e 08:38:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:38:16 Removing intermediate container 0af066e9ca16 08:38:16 ---> a6d69c54dad0 08:38:16 Step 14/23 : EXPOSE $APP_PORT 08:38:17 ---> Running in a15a807383b1 08:38:17 ---> 59d1557c8a22 08:38:17 Step 7/23 : RUN go mod download 08:38:17 Removing intermediate container 2d2347a117ee 08:38:17 ---> 6ce3f5f6be3c 08:38:17 08:38:17 Step 10/23 : FROM alpine:3.12 08:38:17 ---> 13621d1b12d4 08:38:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:17 ---> Using cache 08:38:17 ---> 47f151b4eb5e 08:38:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:17 ---> Using cache 08:38:17 ---> 3fad4044efdb 08:38:17 Step 13/23 : ENV APP_PORT=48082 08:38:17 ---> 9fbeed494e84 08:38:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:38:18 ---> Running in 5b99644a6232 08:38:18 ---> Running in 39602549178b 08:38:19 Removing intermediate container a15a807383b1 08:38:19 ---> d3f3b596d67b 08:38:19 Step 15/23 : WORKDIR / 08:38:19 ---> Running in 5d3b8c711dc7 08:38:19 ---> ec3cddcc131e 08:38:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:38:19 Removing intermediate container 39602549178b 08:38:19 ---> a4bff15e7e6b 08:38:19 Step 14/23 : EXPOSE $APP_PORT 08:38:19 ---> Running in 6f0d677dc23a 08:38:19 Removing intermediate container 5d3b8c711dc7 08:38:19 ---> 55fe47ad642a 08:38:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:20 Removing intermediate container 6f0d677dc23a 08:38:20 ---> f1e4ed643b82 08:38:20 Step 15/23 : WORKDIR / 08:38:20 ---> Running in 17517116692c 08:38:20 ---> d0b0cfb00570 08:38:20 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:38:20 ---> 88d89e955db5 08:38:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:38:20 ---> Running in 99d7b58bd288 08:38:20 Removing intermediate container 17517116692c 08:38:20 ---> df51f33860c0 08:38:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:21 Removing intermediate container 99d7b58bd288 08:38:21 ---> 7f1169f952cb 08:38:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:21 ---> Running in 22bfbbbf8670 08:38:21 ---> 4d0bca601a07 08:38:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:38:21 ---> 14b5de1d31fc 08:38:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:38:21 Removing intermediate container 22bfbbbf8670 08:38:21 ---> e49e3e94d185 08:38:21 Step 21/23 : LABEL arch=x86_64 08:38:22 ---> Running in bd9d9d9655d0 08:38:22 Removing intermediate container bd9d9d9655d0 08:38:22 ---> cdf6a35c122a 08:38:22 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:38:22 ---> 8af3e5106880 08:38:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:38:23 ---> Running in f80a8f2083f4 08:38:23 Removing intermediate container 5b99644a6232 08:38:23 ---> 4512f9efe73b 08:38:23 Step 8/23 : COPY . . 08:38:23 ---> ab9af0600f6c 08:38:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:38:23 ---> Running in 5154515b5fd9 08:38:23 Removing intermediate container f80a8f2083f4 08:38:23 ---> b80c602537db 08:38:23 Step 23/23 : LABEL version=0.0.0 08:38:23 ---> Running in aeefe5f0fcd1 08:38:23 Removing intermediate container 5154515b5fd9 08:38:23 ---> e6db4eb240b9 08:38:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:26 ---> Running in aa6bc3e84766 08:38:26 Removing intermediate container aeefe5f0fcd1 08:38:26 ---> cc455ded2a04 08:38:26 08:38:26 Successfully built cc455ded2a04 08:38:27 ---> 8d17397a53b8 08:38:27 Step 19/23 : ENTRYPOINT ["/core-command"] 08:38:27 Successfully tagged docker-sys-mgmt-agent-go:latest 08:38:30  Building docker-sys-mgmt-agent-go ... done Removing intermediate container aa6bc3e84766 08:38:30 ---> d3d16863ce22 08:38:30 Step 21/23 : LABEL arch=x86_64 08:38:31 ---> Running in 84e05687be38 08:38:32 ---> Running in 0eeb798ce792 08:38:33 Removing intermediate container 84e05687be38 08:38:33 ---> 36c262c2db4e 08:38:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:36 Removing intermediate container 0eeb798ce792 08:38:36 ---> 0c92fdd40630 08:38:36 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:38:36 ---> Running in 215459d1f64e 08:38:37 ---> Running in 6cbd79ecba17 08:38:38 Removing intermediate container 215459d1f64e 08:38:38 ---> 59767d54e6f9 08:38:38 Step 21/23 : LABEL arch=x86_64 08:38:40 ---> Running in 8a1d889a4f99 08:38:40 Removing intermediate container 6cbd79ecba17 08:38:40 ---> 0092927f5efc 08:38:40 Step 23/23 : LABEL version=0.0.0 08:38:41 ---> Running in eedab389a559 08:38:42 Removing intermediate container 8a1d889a4f99 08:38:42 ---> 511d726f57aa 08:38:42 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:38:43 Removing intermediate container eedab389a559 08:38:43 ---> 6dc29c77b896 08:38:43 08:38:43 ---> Running in 94af06143295 08:38:44 Successfully built 6dc29c77b896 08:38:44 Successfully tagged docker-core-metadata-go:latest 08:38:47  Building docker-core-metadata-go ... done Removing intermediate container 94af06143295 08:38:47 ---> 77c30ca92f3b 08:38:47 Step 23/23 : LABEL version=0.0.0 08:38:47 ---> Running in 5f5df541bee8 08:38:47 Removing intermediate container 0a1af0088d94 08:38:47 ---> 45484c781868 08:38:47 08:38:47 Step 10/22 : FROM alpine:3.12 08:38:47 ---> 13621d1b12d4 08:38:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:38:47 ---> 56cb0579ae26 08:38:47 Step 9/23 : RUN make cmd/core-data/core-data 08:38:47 ---> Running in f77897eff2ed 08:38:48 ---> Running in a41b2bcff3fc 08:38:48 Removing intermediate container 5f5df541bee8 08:38:48 ---> aee437122ee1 08:38:48 08:38:48 Successfully built aee437122ee1 08:38:48 Successfully tagged docker-core-command-go:latest 08:38:49  Building docker-core-command-go ... done 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 08:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:49 (1/2) Installing ca-certificates (20191127-r4) 08:38:49 (2/2) Installing dumb-init (1.2.2-r1) 08:38:49 Executing busybox-1.31.1-r20.trigger 08:38:49 Executing ca-certificates-20191127-r4.trigger 08:38:49 OK: 6 MiB in 16 packages 08:38:51 Removing intermediate container f77897eff2ed 08:38:51 ---> 7526004e8309 08:38:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:38:51 ---> Running in 7571ceb3f515 08:38:51 Removing intermediate container 7571ceb3f515 08:38:51 ---> ebb646b2c4ce 08:38:51 Step 13/22 : ENV APP_PORT=48060 08:38:51 ---> Running in 306cd9670856 08:38:51 Removing intermediate container 306cd9670856 08:38:51 ---> 96a2dc37a27d 08:38:51 Step 14/22 : EXPOSE $APP_PORT 08:38:53 ---> Running in 87730e2f334d 08:38:53 Removing intermediate container 87730e2f334d 08:38:53 ---> fc1ef71ab28d 08:38:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:53 ---> 3e7de578148e 08:38:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:38:53 ---> 6aa717ace02d 08:38:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:38:54 ---> 4a824d6ac366 08:38:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:38:55 ---> Running in 17de71605ce8 08:38:55 Removing intermediate container 17de71605ce8 08:38:55 ---> a684c933e746 08:38:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:55 ---> Running in 0b58f020569d 08:38:56 Removing intermediate container 0b58f020569d 08:38:56 ---> 99bcfffdffbc 08:38:56 Step 20/22 : LABEL arch=x86_64 08:38:56 ---> Running in 65e7a255152d 08:38:56 Removing intermediate container 65e7a255152d 08:38:56 ---> 969e7475538f 08:38:56 Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:38:56 ---> Running in 6a42a0d78d82 08:38:56 Removing intermediate container 6a42a0d78d82 08:38:56 ---> f19ec076c295 08:38:56 Step 22/22 : LABEL version=0.0.0 08:38:56 ---> Running in fd1c9ec81f8a 08:38:57 Removing intermediate container fd1c9ec81f8a 08:38:57 ---> 09d117cadb68 08:38:57 08:38:57 Successfully built 09d117cadb68 08:38:57 Successfully tagged docker-support-notifications-go:latest 08:39:09  Building docker-support-notifications-go ... done Removing intermediate container a41b2bcff3fc 08:39:09 ---> 89529b6726b8 08:39:09 08:39:09 Step 10/23 : FROM alpine:3.12 08:39:09 ---> 13621d1b12d4 08:39:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:39:09 ---> Running in 3c52a301192b 08:39:09 Removing intermediate container 3c52a301192b 08:39:09 ---> f344b7625348 08:39:09 Step 12/23 : ENV APP_PORT=48080 08:39:09 ---> Running in f55b89fe1e36 08:39:09 Removing intermediate container f55b89fe1e36 08:39:09 ---> 8a56d9984096 08:39:09 Step 13/23 : EXPOSE $APP_PORT 08:39:09 ---> Running in b7ee9fa0d76d 08:39:09 Removing intermediate container b7ee9fa0d76d 08:39:09 ---> 5d7df685114f 08:39:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:09 ---> Running in 3eb4495e1df8 08:39:09 Removing intermediate container 3eb4495e1df8 08:39:09 ---> ca7f3d689e50 08:39:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:39:09 ---> Running in 08578c501e44 08:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:10 gofmt -l . 08:39:10 [ "`gofmt -l .`" = "" ] 08:39:10 ./bin/test-go-mod-tidy.sh 08:39:10 ./bin/test-attribution-txt.sh 08:39:11 (1/6) Installing dumb-init (1.2.2-r1) 08:39:11 (2/6) Installing libgcc (9.3.0-r2) 08:39:11 (3/6) Installing libsodium (1.0.18-r0) 08:39:11 (4/6) Installing libstdc++ (9.3.0-r2) [Pipeline] sh 08:39:12 (5/6) Installing libzmq (4.3.3-r0) 08:39:12 (6/6) Installing zeromq (4.3.3-r0) 08:39:12 Executing busybox-1.31.1-r20.trigger 08:39:12 OK: 8 MiB in 20 packages 08:39:13 + ls -al . 08:39:13 total 836 08:39:13 drwxrwxr-x 9 1001 1001 4096 Apr 28 08:39 . 08:39:13 drwxr-xr-x 4 root root 4096 Apr 28 08:34 .. 08:39:13 -rw-rw-r-- 1 1001 1001 11 Apr 28 08:33 .dockerignore 08:39:13 drwxrwxr-x 8 1001 1001 4096 Apr 28 08:33 .git 08:39:13 drwxrwxr-x 3 1001 1001 4096 Apr 28 08:33 .github 08:39:13 -rw-rw-r-- 1 1001 1001 818 Apr 28 08:33 .gitignore 08:39:13 -rw-rw-r-- 1 1001 1001 166 Apr 28 08:33 .sonarcloud.properties 08:39:13 -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:33 Attribution.txt 08:39:13 -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:33 CONTRIBUTING.md 08:39:13 -rw-rw-r-- 1 1001 1001 931 Apr 28 08:33 Dockerfile.build 08:39:13 -rw-rw-r-- 1 1001 1001 863 Apr 28 08:33 Jenkinsfile 08:39:13 -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:33 LICENSE 08:39:13 -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:33 Makefile 08:39:13 -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:33 README.md 08:39:13 -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:33 SECURITY.md 08:39:13 -rw-rw-r-- 1 1001 1001 5 Apr 28 08:30 VERSION 08:39:13 -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:33 ZMQWindows.md 08:39:13 drwxrwxr-x 2 1001 1001 4096 Apr 28 08:33 bin 08:39:13 drwxrwxr-x 14 1001 1001 4096 Apr 28 08:33 cmd 08:39:13 -rw-r--r-- 1 root root 697939 Apr 28 08:37 coverage.out 08:39:13 -rw-r--r-- 1 root root 1060 Apr 28 08:39 go.mod 08:39:13 -rw-r--r-- 1 root root 22420 Apr 28 08:39 go.sum 08:39:13 drwxrwxr-x 8 1001 1001 4096 Apr 28 08:33 internal 08:39:13 drwxrwxr-x 4 1001 1001 4096 Apr 28 08:33 openapi 08:39:13 drwxrwxr-x 4 1001 1001 4096 Apr 28 08:33 snap 08:39:13 -rw-rw-r-- 1 1001 1001 168 Apr 28 08:33 version.go [Pipeline] sh 08:39:13 Removing intermediate container 08578c501e44 08:39:13 ---> 57c65bb2fb2b 08:39:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:13 ---> 8d6f1f4a449b 08:39:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:39:13 + '[' -e coverage.out ] 08:39:13 + chown 1001:1001 coverage.out [Pipeline] stash 08:39:13 Warning: overwriting stash ‘coverage-report’ 08:39:14 ---> ebf7f3c3f073 08:39:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:39:14 ---> ce258b5651f8 08:39:14 Step 19/23 : ENTRYPOINT ["/core-data"] 08:39:14 ---> Running in ea5beffec9f8 08:39:14 Removing intermediate container ea5beffec9f8 08:39:14 ---> 309a91bf146c 08:39:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:14 ---> Running in 264ce3ce42f6 08:39:15 Stashed 1 file(s) [Pipeline] sh 08:39:15 Removing intermediate container 264ce3ce42f6 08:39:15 ---> b23a8f6ac425 08:39:15 Step 21/23 : LABEL arch=x86_64 08:39:15 ---> Running in 56edfe0c0f2e 08:39:15 Removing intermediate container 56edfe0c0f2e 08:39:15 ---> 958c88f8bcab 08:39:15 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:39:15 ---> Running in 6f68f48d337d 08:39:15 Removing intermediate container 6f68f48d337d 08:39:15 ---> 3ccb1c7c5c3b 08:39:15 Step 23/23 : LABEL version=0.0.0 08:39:15 ---> Running in f5bc79c416e0 08:39:15 Removing intermediate container f5bc79c416e0 08:39:15 ---> 022b76e372ce 08:39:15 08:39:15 + make build 08:39:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:39:15 Successfully built 022b76e372ce 08:39:15 Successfully tagged docker-core-data-go:latest 08:39:16  Building docker-core-data-go ... done  [Pipeline] } 08:39:16 $ docker stop --time=1 a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b 08:39:17 $ docker rm -f a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b [Pipeline] // withDockerContainer [Pipeline] sh 08:39:18 + docker images 08:39:18 + grep docker 08:39:18 docker-core-data-go latest 022b76e372ce 3 seconds ago 22.9MB 08:39:18 docker-support-notifications-go latest 09d117cadb68 22 seconds ago 18.2MB 08:39:18 docker-core-command-go latest aee437122ee1 31 seconds ago 17.5MB 08:39:18 docker-core-metadata-go latest 6dc29c77b896 36 seconds ago 19.2MB 08:39:18 docker-sys-mgmt-agent-go latest cc455ded2a04 53 seconds ago 312MB 08:39:18 docker-security-bootstrapper-go latest 46b5e83c3d33 About a minute ago 19.3MB 08:39:18 docker-security-secretstore-setup-go latest bc986701d2fc 2 minutes ago 26.5MB 08:39:18 docker-security-proxy-setup-go latest 76ea426a6eaa 2 minutes ago 26.1MB 08:39:18 docker-support-scheduler-go latest d36a807a9696 2 minutes ago 17.7MB 08:39:18 docker 20.10.0 aefe523efa57 4 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 08:39:26 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 08:39:33 Still waiting to schedule task 08:39:33 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:39:52 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 08:39:53 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 08:39:58 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 08:40:00 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 08:40:05 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 08:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:40:16 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 08:40:20 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 08:40:25 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 08:40: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 08:40:29 Running on prd-ubuntu18.04-docker-8c-8g-2183 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:40:29 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 08:40:32 using credential edgex-jenkins-ssh 08:40:32 Cloning the remote Git repository 08:40:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:32 > git init /w/workspace/edgex-go/8 # timeout=10 08:40:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:32 > git --version # timeout=10 08:40:32 > git --version # 'git version 2.17.1' 08:40:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 08:40:34 $ docker stop --time=1 f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b 08:40:37 $ docker rm -f f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:39 08:40:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:40:39 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 08:40:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:39 latest: Pulling from edgex-devops/edgex-compose-arm64 08:40:39 29e5d40040c1: Pulling fs layer 08:40:39 1ce36da41761: Pulling fs layer 08:40:39 25b303627fd3: Pulling fs layer 08:40:39 Merge succeeded, producing e20b03fc91e1c79c6ab6e00982128154b0568862 08:40:39 Checking out Revision e20b03fc91e1c79c6ab6e00982128154b0568862 (PR-3391) 08:40:39 29e5d40040c1: Verifying Checksum 08:40:39 29e5d40040c1: Download complete 08:40:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:40:39 > git config core.sparsecheckout # timeout=10 08:40:39 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 08:40:39 > git remote # timeout=10 08:40:39 > git config --get remote.origin.url # timeout=10 08:40:39 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:39 > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 08:40:39 > git rev-parse HEAD^{commit} # timeout=10 08:40:39 > git config core.sparsecheckout # timeout=10 08:40:39 > git checkout -f e20b03fc91e1c79c6ab6e00982128154b0568862 # timeout=10 08:40:40 1ce36da41761: Download complete 08:40:40 29e5d40040c1: Pull complete 08:40:42 1ce36da41761: Pull complete 08:40:42 25b303627fd3: Verifying Checksum 08:40:42 25b303627fd3: Download complete 08:40:43 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" 08:40:43 > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:44 + echo snap-build.sh 08:40:44 snap-build.sh 08:40:44 + SNAP_BASE_DIR=. 08:40:44 + '[' '!' -z /w/workspace/edgex-go/8 ']' 08:40:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 08:40:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 08:40:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 08:40:44 + cd /w/workspace/edgex-go/8 08:40:44 + sudo apt-get remove -qy --purge lxd lxd-client 08:40:44 Reading package lists... 08:40:44 Building dependency tree... 08:40:44 Reading state information... 08:40:44 The following packages were automatically installed and are no longer required: 08:40:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:40:44 uidmap xdelta3 08:40:44 Use 'sudo apt autoremove' to remove them. 08:40:44 The following packages will be REMOVED: 08:40:44 lxd* lxd-client* 08:40:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:40:45 After this operation, 31.7 MB disk space will be freed. 08:40:46 (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.) 08:40:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:47 Removing lxd dnsmasq configuration 08:40:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:40:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:40:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:40:48 (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.) 08:40:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:50 Processing triggers for systemd (237-3ubuntu10.42) ... 08:40:50 Processing triggers for ureadahead (0.100.0-21) ... 08:40:51 + sudo snap remove --purge lxd 08:40:51 snap "lxd" is not installed 08:40:51 + sudo groupadd --force --system lxd 08:40:51 ++ whoami 08:40:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:40:51 + newgrp - lxd 08:40:51 + sudo snap install lxd 08:40:54 25b303627fd3: Pull complete 08:40:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:40:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:40:54 prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container 08:40:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:40:58 $ docker top 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:59 + grep parallel 08:40:59 + docker-compose build --help 08:41:01 2021-04-28T08:40:59Z INFO Waiting for automatic snapd restart... 08:41:02 --parallel Build images in parallel. [Pipeline] } 08:41:02 $ docker stop --time=1 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 08:41:04 $ docker rm -f 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:05 . [Pipeline] withDockerContainer 08:41:05 prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container 08:41:05 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:41:07 $ docker top 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:08 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:12 Building docker-core-command-go ... 08:41:12 Building docker-core-data-go ... 08:41:12 Building docker-core-metadata-go ... 08:41:12 Building docker-security-bootstrapper-go ... 08:41:12 Building docker-security-proxy-setup-go ... 08:41:12 Building docker-security-secretstore-setup-go ... 08:41:12 Building docker-support-notifications-go ... 08:41:12 Building docker-support-scheduler-go ... 08:41:12 Building docker-sys-mgmt-agent-go ... 08:41:12 Building docker-core-data-go 08:41:12 Building docker-security-bootstrapper-go 08:41:12 Building docker-core-command-go 08:41:12 Building docker-security-secretstore-setup-go 08:41:12 Building docker-security-proxy-setup-go 08:41:16 lxd 4.13 from Canonical* installed 08:41:16 + sudo lxd init --auto 08:41:24 + sudo snap install --classic snapcraft 08:41:33 snapcraft 4.6.2 from Canonical* installed 08:41:33 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:41:33 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:41:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:33 Dload Upload Total Spent Left Speed 08:41:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 1632 0 --:--:-- --:--:-- --:--:-- 1632 08:41:33 100 3325k 100 3325k 0 0 6369k 0 --:--:-- --:--:-- --:--:-- 6369k 08:41:33 ./yq_linux_amd64 08:41:33 + sudo snapcraft prime --use-lxd 08:41:34 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:41:34 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: 08:41:34 - README.md 08:41:34 08:41:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:41:34 Launching a container. 08:41:46 Waiting for container to be ready 08:41:46 To start your first instance, try: lxc launch ubuntu:18.04 08:41:46 08:41:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:41:50 Waiting for network to be ready... 08:41:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:41:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 08:41:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:41:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:41:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:41:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:41:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:41:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:41:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:41:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:41:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:41:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:41:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:41:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:41:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:41:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:41:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:41:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:41:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:41:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:41:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:41:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:41:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:41:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:41:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:41:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:41:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:41:54 Fetched 24.4 MB in 4s (6150 kB/s) 08:41:55 Reading package lists... 08:41:55 Reading package lists... 08:41:55 Building dependency tree... 08:41:55 Reading state information... 08:41:55 The following additional packages will be installed: 08:41:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:41:55 Suggested packages: 08:41:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:41:55 Recommended packages: 08:41:55 gnupg libsasl2-modules 08:41:55 The following NEW packages will be installed: 08:41:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:41:55 The following packages will be upgraded: 08:41:55 gpg gpg-agent gpgconf libudev1 08:41:55 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:41:55 Need to get 3529 kB of archives. 08:41:55 After this operation, 13.3 MB of additional disk space will be used. 08:41: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] 08:41:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:41:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:41:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:41:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:41:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:41:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:41:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:41:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:41:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:41:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:41:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:41:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:41:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:41:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:41:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:41:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:41:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:41:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:41:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:41:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:41:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:41:56 debconf: delaying package configuration, since apt-utils is not installed 08:41:56 Fetched 3529 kB in 1s (2850 kB/s) 08:41:56 (Reading database ... 12511 files and directories currently installed.) 08:41:56 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:41:56 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:41:56 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:41:57 Selecting previously unselected package udev. 08:41:57 (Reading database ... 12511 files and directories currently installed.) 08:41:57 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:41:57 Unpacking udev (237-3ubuntu10.46) ... 08:41:57 Selecting previously unselected package libfuse2:amd64. 08:41:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:41:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:57 Selecting previously unselected package fuse. 08:41:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:41:57 Unpacking fuse (2.9.7-1ubuntu1) ... 08:41:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:57 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:57 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:57 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:57 Selecting previously unselected package libksba8:amd64. 08:41:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:41:57 Unpacking libksba8:amd64 (1.3.5-2) ... 08:41:57 Selecting previously unselected package libroken18-heimdal:amd64. 08:41:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:41:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:41:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:41:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libwind0-heimdal:amd64. 08:41:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:41:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:41:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:41:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:41:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:59 Selecting previously unselected package libsasl2-modules-db:amd64. 08:41:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:59 Selecting previously unselected package libsasl2-2:amd64. 08:41:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:59 Selecting previously unselected package libldap-common. 08:41:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:41:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:59 Selecting previously unselected package libldap-2.4-2:amd64. 08:41:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:41:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:41:59 Selecting previously unselected package dirmngr. 08:41:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:59 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:41:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:59 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:41:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:00 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:42:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:00 Setting up libksba8:amd64 (1.3.5-2) ... 08:42:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:00 Setting up udev (237-3ubuntu10.46) ... 08:42:00 invoke-rc.d: policy-rc.d denied execution of start. 08:42:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Processing triggers for systemd (237-3ubuntu10) ... 08:42:01 Setting up fuse (2.9.7-1ubuntu1) ... 08:42:01 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:42:01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:01 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:42:01 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:42:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:02 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:42:02 settings in the [Install] section, and DefaultInstance for template units). 08:42:02 This means they are not meant to be enabled using systemctl. 08:42:02 Possible reasons for having this kind of units are: 08:42:02 1) A unit may be statically enabled by being symlinked from another unit's 08:42:02 .wants/ or .requires/ directory. 08:42:02 2) A unit's purpose may be to act as a helper for some other unit which has 08:42:02 a requirement dependency on it. 08:42:02 3) A unit may be started when needed via activation (socket, path, timer, 08:42:02 D-Bus, udev, scripted systemctl call, ...). 08:42:02 4) In case of template units, the unit is meant to be enabled with some 08:42:02 instance name specified. 08:42:02 Reading package lists... 08:42:02 Building dependency tree... 08:42:02 Reading state information... 08:42:02 The following additional packages will be installed: 08:42:02 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:42:02 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:42:02 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:42:02 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:42:02 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:42:02 Suggested packages: 08:42:02 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:42:02 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:42:02 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:42:02 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:42:02 systemd-container policykit-1 08:42:02 Recommended packages: 08:42:02 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:42:02 The following NEW packages will be installed: 08:42:02 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:42:02 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:42:02 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:42:02 multiarch-support openssh-client python3 python3-minimal python3.6 08:42:02 python3.6-minimal snapd squashfs-tools sudo 08:42:02 The following packages will be upgraded: 08:42:02 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:42:02 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:42:02 Need to get 35.2 MB of archives. 08:42:02 After this operation, 141 MB of additional disk space will be used. 08:42:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:42:02 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:42:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:42:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:42:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:42:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:42:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:42:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:42:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:42:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:42:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:42:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:42:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:42:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:42:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:42:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:42:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:42:03 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:42:03 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:42:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:42:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:42:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:42:03 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:42:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:42:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:42:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:42:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:42:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:42:03 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:42:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:42:04 debconf: delaying package configuration, since apt-utils is not installed 08:42:04 Fetched 35.2 MB in 1s (29.2 MB/s) 08:42:04 (Reading database ... 12757 files and directories currently installed.) 08:42:04 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:42:04 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:42:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:05 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:42:05 (Reading database ... 12757 files and directories currently installed.) 08:42:05 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:42:05 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:42:05 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:42:05 (Reading database ... 12757 files and directories currently installed.) 08:42:05 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:42:05 Unpacking apt (1.6.13) over (1.6.1) ... 08:42:05 Setting up apt (1.6.13) ... 08:42:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:42:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:42:06 (Reading database ... 12764 files and directories currently installed.) 08:42:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:06 Selecting previously unselected package libpython3.6-minimal:amd64. 08:42:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:06 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:06 Selecting previously unselected package libexpat1:amd64. 08:42:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:42:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:06 Selecting previously unselected package python3.6-minimal. 08:42:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:08 Checking for services that may need to be restarted...done. 08:42:08 Checking for services that may need to be restarted...done. 08:42:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:09 Selecting previously unselected package python3-minimal. 08:42:09 (Reading database ... 13012 files and directories currently installed.) 08:42:09 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:42:09 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:42:09 Selecting previously unselected package mime-support. 08:42:09 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:42:09 Unpacking mime-support (3.60ubuntu1) ... 08:42:09 Selecting previously unselected package libmpdec2:amd64. 08:42:09 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:42:09 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:09 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:42:09 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:09 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:09 Selecting previously unselected package python3.6. 08:42:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:09 Selecting previously unselected package libpython3-stdlib:amd64. 08:42:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:42:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:10 Setting up python3-minimal (3.6.7-1~18.04) ... 08:42:10 Selecting previously unselected package python3. 08:42:10 (Reading database ... 13442 files and directories currently installed.) 08:42:10 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:42:10 Unpacking python3 (3.6.7-1~18.04) ... 08:42:10 Selecting previously unselected package multiarch-support. 08:42:10 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:42:10 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:42:10 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:42:10 Selecting previously unselected package liblzo2-2:amd64. 08:42:10 (Reading database ... 13479 files and directories currently installed.) 08:42:10 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:42:10 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:42:10 Selecting previously unselected package libbsd0:amd64. 08:42:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:42:10 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:10 Selecting previously unselected package sudo. 08:42:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:42:10 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:42:11 Selecting previously unselected package apparmor. 08:42:11 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:42:11 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:42:11 Selecting previously unselected package libedit2:amd64. 08:42:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:42:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:42:11 Selecting previously unselected package libkrb5support0:amd64. 08:42:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:42:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:11 Selecting previously unselected package libk5crypto3:amd64. 08:42:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:42:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:11 Selecting previously unselected package libkeyutils1:amd64. 08:42:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:42:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:11 Selecting previously unselected package libkrb5-3:amd64. 08:42:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:42:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:42:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:42:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:11 Selecting previously unselected package libssl1.0.0:amd64. 08:42:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:42:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:11 Selecting previously unselected package openssh-client. 08:42:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:42:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:12 Selecting previously unselected package squashfs-tools. 08:42:12 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:42:12 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:12 Selecting previously unselected package snapd. 08:42:12 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:42:12 Unpacking snapd (2.48.3+18.04) ... 08:42:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:42:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:14 Setting up mime-support (3.60ubuntu1) ... 08:42:14 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:42:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:14 Setting up systemd (237-3ubuntu10.46) ... 08:42:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:42:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:42:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:16 Setting up python3 (3.6.7-1~18.04) ... 08:42:16 running python rtupdate hooks for python3.6... 08:42:16 running python post-rtupdate hooks for python3.6... 08:42:16 Setting up apparmor (2.12-4ubuntu5.1) ... 08:42:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:42:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:17 Setting up snapd (2.48.3+18.04) ... 08:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:42:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:42:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:42:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:42:19 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:42:19 /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' 08:42:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:19 Processing triggers for systemd (237-3ubuntu10.46) ... 08:42:20 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:42:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:42:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:42:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 08:42:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:42:22 Fetched 2909 kB in 2s (1910 kB/s) 08:42:23 Reading package lists... 08:42:23 Reading package lists... 08:42:23 Building dependency tree... 08:42:23 Reading state information... 08:42:23 Calculating upgrade... 08:42:23 The following packages will be upgraded: 08:42:23 advancecomp base-files bash binutils binutils-common 08:42:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:42:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:42:23 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:42:23 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:42:23 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:42:23 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:42:23 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:42:23 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:42:23 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:42:23 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:42:23 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:42:23 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:42:23 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:42:23 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:42:23 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:42:23 Need to get 64.0 MB of archives. 08:42:23 After this operation, 5034 kB of additional disk space will be used. 08:42:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:42:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:42:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:42:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:42:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:42:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:42:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:42:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:42:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:42:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:42:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:42:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:42:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:42:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:42:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:42:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:42:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:42:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:42:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:42:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:42:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:42:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:42:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:42:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:42:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:42:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:42:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:42:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:42:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:42:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:42:24 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:42:24 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:42:24 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:42:24 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:42:24 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:42:24 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:42:24 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:42:24 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:42:24 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:42:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:42:24 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:42:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:42:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:42:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:42:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:42:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:42:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:42:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:42:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:42:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:42:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:42:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:42:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:42:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:42:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:42:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:42:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:42:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:42:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:42:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:42:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:42:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:42:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:42:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:42:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:42:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:42:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:42:25 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:42:25 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:42:25 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:42:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:42:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:42:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:42:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:42:25 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:42:25 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:42:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:42:25 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:42:25 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:42:25 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:42:25 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:42:25 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:42:25 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:42:25 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:42:25 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:42:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:42:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:42:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:42:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:42:25 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:42:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:42:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:42:25 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:42:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:42:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:42:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:42:25 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:42:25 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:42:25 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:42:25 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:42:25 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:42:25 debconf: delaying package configuration, since apt-utils is not installed 08:42:25 Fetched 64.0 MB in 2s (30.2 MB/s) 08:42:25 (Reading database ... 13912 files and directories currently installed.) 08:42:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:42:26 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:42:27 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:42:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:28 (Reading database ... 13911 files and directories currently installed.) 08:42:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:42:29 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:42:29 (Reading database ... 13911 files and directories currently installed.) 08:42:29 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:29 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:29 (Reading database ... 13911 files and directories currently installed.) 08:42:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:42:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:42:30 (Reading database ... 13911 files and directories currently installed.) 08:42:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:42:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:42:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:42:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:42:31 Setting up base-files (10.1ubuntu2.10) ... 08:42:31 Installing new version of config file /etc/issue ... 08:42:31 Installing new version of config file /etc/issue.net ... 08:42:31 Installing new version of config file /etc/lsb-release ... 08:42:31 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:42:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:42:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:42:31 Removing obsolete conffile /etc/default/motd-news ... 08:42:31 (Reading database ... 13912 files and directories currently installed.) 08:42:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:42:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:42:31 Setting up bash (4.4.18-2ubuntu1.2) ... 08:42:31 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 08:42:32 (Reading database ... 13912 files and directories currently installed.) 08:42:32 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:32 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:42:32 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:42:32 (Reading database ... 13912 files and directories currently installed.) 08:42:32 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:42:32 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:42:32 Setting up tar (1.29b-2ubuntu0.2) ... 08:42:32 (Reading database ... 13912 files and directories currently installed.) 08:42:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:42:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:42:33 (Reading database ... 13912 files and directories currently installed.) 08:42:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:33 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:33 (Reading database ... 13912 files and directories currently installed.) 08:42:33 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:33 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:42:33 (Reading database ... 13912 files and directories currently installed.) 08:42:33 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:42:33 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:42:33 Setting up grep (3.1-2build1) ... 08:42:33 (Reading database ... 13912 files and directories currently installed.) 08:42:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:42:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:42:34 ---> 08ffbd325d91 08:42:34 Step 3/23 : WORKDIR /edgex-go 08:42:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:42:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:42:34 ---> 08ffbd325d91 08:42:34 Step 3/31 : WORKDIR /edgex-go 08:42:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:42:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:42:34 ---> 08ffbd325d91 08:42:34 Step 3/21 : WORKDIR /edgex-go 08:42:34 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:42:34 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:42:34 ---> 08ffbd325d91 08:42:34 Step 3/25 : WORKDIR /edgex-go 08:42:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:42:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:42:34 ---> 08ffbd325d91 08:42:34 Step 3/23 : WORKDIR /edgex-go 08:42:34 ---> Running in bf87a07bebaf 08:42:34 ---> Running in da369dbb877c 08:42:34 ---> Running in 205a8c5d64f2 08:42:34 ---> Running in a74f24b9a7f9 08:42:34 ---> Running in f37dc315f028 08:42:34 Removing intermediate container da369dbb877c 08:42:34 ---> 0b2190c79fac 08:42:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:34 Removing intermediate container f37dc315f028 08:42:34 ---> bbcc07707b29 08:42:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:34 ---> Running in 76fad20834b1 08:42:34 Removing intermediate container 205a8c5d64f2 08:42:34 ---> 2de155db373c 08:42:34 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:34 Removing intermediate container a74f24b9a7f9 08:42:34 ---> 0ebf95eb6b46 08:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:34 Removing intermediate container bf87a07bebaf 08:42:34 ---> bdace7f69caa 08:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:34 ---> Running in 610fbbbcff76 08:42:34 ---> Running in 5f81db3ba8ac 08:42:34 ---> Running in f6f53d01dd62 08:42:34 ---> Running in 9630d2e9d4e8 08:42:34 Removing intermediate container 76fad20834b1 08:42:34 ---> 79d666fb9865 08:42:34 Step 5/21 : RUN apk add --update --no-cache make git 08:42:34 Removing intermediate container 610fbbbcff76 08:42:34 ---> 3a0d293d97a8 08:42:34 Step 5/31 : RUN apk add --update --no-cache make git 08:42:34 ---> Running in 0b224c00ba1f 08:42:34 ---> Running in f29e1df4bdd2 08:42:34 Setting up login (1:4.5-1ubuntu2) ... 08:42:34 Removing intermediate container 5f81db3ba8ac 08:42:34 ---> c56d0e862130 08:42:34 (Reading database ... 13912 files and directories currently installed.) 08:42:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:42:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:42:34 Removing intermediate container f6f53d01dd62 08:42:34 ---> 57634f3ca842 08:42:34 Step 5/23 : RUN apk add --update --no-cache make git 08:42:34 Removing intermediate container 9630d2e9d4e8 08:42:34 ---> 1583c0a125a9 08:42:34 Step 5/25 : RUN apk add --update --no-cache make git 08:42:34 ---> Running in 36b35bbffb40 08:42:34 (Reading database ... 13912 files and directories currently installed.) 08:42:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:35 ---> Running in 175122f13fe7 08:42:35 ---> Running in 309df44cfd9d 08:42:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:42:35 (Reading database ... 13912 files and directories currently installed.) 08:42:35 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:42:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:42:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:42:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:38 OK: 217 MiB in 51 packages 08:42:38 OK: 217 MiB in 51 packages 08:42:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:38 OK: 217 MiB in 51 packages 08:42:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:38 OK: 217 MiB in 51 packages 08:42:38 OK: 217 MiB in 51 packages 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:39 (Reading database ... 13912 files and directories currently installed.) 08:42:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:42:39 (Reading database ... 13912 files and directories currently installed.) 08:42:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:40 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:42:40 (Reading database ... 13912 files and directories currently installed.) 08:42:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:40 Removing intermediate container 0b224c00ba1f 08:42:40 ---> f6807960ba6e 08:42:40 Step 6/31 : COPY go.mod . 08:42:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:42:40 (Reading database ... 13912 files and directories currently installed.) 08:42:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:42:41 Removing intermediate container f29e1df4bdd2 08:42:41 ---> 26ad9c1115f2 08:42:41 Step 6/21 : COPY go.mod . 08:42:41 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:41 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:42:41 (Reading database ... 13914 files and directories currently installed.) 08:42:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:42:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:42:41 Setting up debconf (1.5.66ubuntu1) ... 08:42:41 (Reading database ... 13914 files and directories currently installed.) 08:42:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:42:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:42:41 Removing intermediate container 36b35bbffb40 08:42:41 ---> 322de87148f9 08:42:41 Step 6/23 : COPY go.mod . 08:42:41 Removing intermediate container 175122f13fe7 08:42:41 ---> 3b74ac48d69b 08:42:41 Step 6/23 : COPY go.mod . 08:42:41 (Reading database ... 13914 files and directories currently installed.) 08:42:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:42:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:42:41 Removing intermediate container 309df44cfd9d 08:42:41 ---> 428cec0b6cd7 08:42:41 Step 6/25 : COPY go.mod . 08:42:41 ---> fa926c9341fe 08:42:41 Step 7/31 : RUN go mod download 08:42:42 (Reading database ... 13914 files and directories currently installed.) 08:42:42 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:42 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:42 ---> Running in 8f244ec7ab2f 08:42:42 (Reading database ... 13914 files and directories currently installed.) 08:42:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:42 (Reading database ... 13914 files and directories currently installed.) 08:42:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:42 ---> 0d295edc3632 08:42:42 Step 7/21 : RUN go mod download 08:42:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:42 ---> Running in cdfb5013ad8d 08:42:42 ---> a0ac7b438f27 08:42:42 Step 7/23 : RUN go mod download 08:42:42 (Reading database ... 13914 files and directories currently installed.) 08:42:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:43 ---> 49c3945bb888 08:42:43 Step 7/23 : RUN go mod download 08:42:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:42:43 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:43 ---> Running in 1f0b0f6596cd 08:42:43 ---> Running in 52e49ba8f195 08:42:43 ---> f424d8dddcff 08:42:43 Step 7/25 : RUN go mod download 08:42:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:43 (Reading database ... 13914 files and directories currently installed.) 08:42:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:42:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:42:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:42:43 (Reading database ... 13914 files and directories currently installed.) 08:42:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:42:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:43 ---> Running in 5abf1fee00dd 08:42:44 (Reading database ... 13914 files and directories currently installed.) 08:42:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:44 (Reading database ... 13914 files and directories currently installed.) 08:42:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:42:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:42:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:42:44 (Reading database ... 13914 files and directories currently installed.) 08:42:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:45 Setting up passwd (1:4.5-1ubuntu2) ... 08:42:45 (Reading database ... 13914 files and directories currently installed.) 08:42:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:45 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:45 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:42:45 (Reading database ... 13914 files and directories currently installed.) 08:42:45 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:42:45 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:45 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:42:45 (Reading database ... 13914 files and directories currently installed.) 08:42:45 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:42:45 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:45 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:42:46 (Reading database ... 13914 files and directories currently installed.) 08:42:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:42:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:42:47 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:42:47 (Reading database ... 13914 files and directories currently installed.) 08:42:47 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:42:47 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:42:47 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:42:47 (Reading database ... 13914 files and directories currently installed.) 08:42:47 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:42:47 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:42:47 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:42:47 (Reading database ... 13914 files and directories currently installed.) 08:42:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:42:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:42:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:42:48 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:42:48 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:42:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:42:48 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:42:48 (Reading database ... 13915 files and directories currently installed.) 08:42:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:48 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:48 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:49 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:42:49 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:42:49 Removing intermediate container 8f244ec7ab2f 08:42:49 ---> ea571b4daa2a 08:42:49 Step 8/31 : COPY . . 08:42:49 Removing intermediate container cdfb5013ad8d 08:42:49 ---> 1308114fdd58 08:42:49 Step 8/21 : COPY . . 08:42:49 Removing intermediate container 1f0b0f6596cd 08:42:49 ---> d70196bd6599 08:42:49 Step 8/23 : COPY . . 08:42:49 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:42:49 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:42:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:42:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:42:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:42:49 Removing intermediate container 52e49ba8f195 08:42:49 ---> 0e39496203ba 08:42:49 Step 8/23 : COPY . . 08:42:49 Removing intermediate container 5abf1fee00dd 08:42:49 ---> dce545d247a0 08:42:49 Step 8/25 : COPY . . 08:42:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:42:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:42:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:42:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:42:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:42:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:42:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:42:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:42:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:42:50 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:42:50 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:42:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:42:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:42:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:42:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:42:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:52 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:52 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:52 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:56 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:56 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:56 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:56 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:56 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:42:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:57 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:42:57 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:42:57 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:42:57 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:57 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:57 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:42:57 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:42:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:42:58 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:42:58 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:42:58 08:42:58 Current default time zone: 'Etc/UTC' 08:42:58 Local time is now: Wed Apr 28 08:42:58 UTC 2021. 08:42:58 Universal Time is now: Wed Apr 28 08:42:58 UTC 2021. 08:42:58 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:42:58 08:42:58 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:42:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:42:58 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:42:58 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:42:58 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:42:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:42:58 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:42:58 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:42:58 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:42:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:42:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:42:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:58 Setting up patch (2.7.6-2ubuntu1.1) ... 08:42:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:42:58 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:42:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:59 Installing new version of config file /etc/ssl/openssl.cnf ... 08:42:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:42:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:42:59 Setting up ca-certificates (20210119~18.04.1) ... 08:43:01 Updating certificates in /etc/ssl/certs... 08:43:01 23 added, 27 removed; done. 08:43:01 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:43:01 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:01 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:43:01 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:43:01 Setting up pkgbinarymangler (138.18.04.1) ... 08:43:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:43:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up perl (5.26.1-6ubuntu0.5) ... 08:43:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:43:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:43:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:43:02 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:43:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:43:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:43:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:43:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:43:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:02 Processing triggers for systemd (237-3ubuntu10.46) ... 08:43:02 Processing triggers for mime-support (3.60ubuntu1) ... 08:43:02 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:43:02 Updating certificates in /etc/ssl/certs... 08:43:03 0 added, 0 removed; done. 08:43:03 Running hooks in /etc/ca-certificates/update.d... 08:43:03 done. 08:43:03 Reading package lists... 08:43:03 Building dependency tree... 08:43:03 Reading state information... 08:43:04 The following NEW packages will be installed: 08:43:04 apt-transport-https 08:43:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:43:04 Need to get 1692 B of archives. 08:43:04 After this operation, 154 kB of additional disk space will be used. 08:43:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:43:04 debconf: delaying package configuration, since apt-utils is not installed 08:43:04 Fetched 1692 B in 0s (8522 B/s) 08:43:04 Selecting previously unselected package apt-transport-https. 08:43:04 (Reading database ... 13920 files and directories currently installed.) 08:43:04 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:43:04 Unpacking apt-transport-https (1.6.13) ... 08:43:04 Setting up apt-transport-https (1.6.13) ... 08:43:04 Waiting for network to be ready... 08:43:11 2021-04-28T08:43:08Z INFO Waiting for automatic snapd restart... 08:43:13 snapd 2.49.2 from Canonical* installed 08:43:14 "snapd" switched to the "latest/stable" channel 08:43:14 08:43:16 core18 20210309 from Canonical* installed 08:43:16 "core18" switched to the "latest/stable" channel 08:43:16 08:43:20 snapcraft 4.6.2 from Canonical* installed 08:43:20 "snapcraft" switched to the "latest/stable" channel 08:43:20 08:43:22 ---> c0c555a59959 08:43:22 Step 9/23 : RUN make cmd/core-command/core-command 08:43:22 ---> d92925de2289 08:43:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:43:22 ---> f800ed4b8a76 08:43:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:43:22 ---> 2661b253773b 08:43:22 Step 9/23 : RUN make cmd/core-data/core-data 08:43:22 ---> Running in 83a888a908be 08:43:22 ---> Running in 83d98b3a6e1a 08:43:22 ---> Running in d86762d10d10 08:43:22 ---> Running in 338d778f6e13 08:43:22 ---> 9b07b9074b15 08:43:22 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:43:22 ---> Running in a3c86b4ff918 08:43:22 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 08:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:43:22 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 08:43:22 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 08:43:22 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 08:43:24 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: 08:43:24 - README.md 08:43:24 08:43:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:43:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:43:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:43:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:43:31 Reading package lists... 08:43:32 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 08:43:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:38 Reading package lists... 08:43:38 Building dependency tree... 08:43:38 Reading state information... 08:43:38 Suggested packages: 08:43:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:43:38 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:43:38 Recommended packages: 08:43:38 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:43:38 The following NEW packages will be installed: 08:43:38 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:43:38 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:43:38 pkg-config zip 08:43:38 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:43:38 Need to get 7663 kB of archives. 08:43:38 After this operation, 43.8 MB of additional disk space will be used. 08:43:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:43:38 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:43:38 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:43:38 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:43:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:43:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:43:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:43:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:43:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:43:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:43:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:43:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:43:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:43:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:43:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:43:39 debconf: delaying package configuration, since apt-utils is not installed 08:43:39 Fetched 7663 kB in 1s (7175 kB/s) 08:43:39 Selecting previously unselected package libglib2.0-0:amd64. 08:43:39 (Reading database ... 13924 files and directories currently installed.) 08:43:39 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:43:39 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:39 Selecting previously unselected package libpsl5:amd64. 08:43:39 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:43:39 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:43:39 Selecting previously unselected package libnghttp2-14:amd64. 08:43:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:43:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:39 Selecting previously unselected package librtmp1:amd64. 08:43:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:43:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:40 Selecting previously unselected package libcurl3-gnutls:amd64. 08:43:40 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:43:40 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:40 Selecting previously unselected package liberror-perl. 08:43:40 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:43:40 Unpacking liberror-perl (0.17025-1) ... 08:43:40 Selecting previously unselected package git-man. 08:43:40 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:43:40 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:43:40 Selecting previously unselected package git. 08:43:40 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:43:40 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:43:41 Selecting previously unselected package libnorm1:amd64. 08:43:41 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:43:41 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:41 Selecting previously unselected package libpgm-5.2-0:amd64. 08:43:41 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:43:41 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:41 Selecting previously unselected package libsodium23:amd64. 08:43:41 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:43:41 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:43:41 Selecting previously unselected package libzmq5:amd64. 08:43:41 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:41 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:41 Selecting previously unselected package libzmq3-dev:amd64. 08:43:41 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:41 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:41 Selecting previously unselected package pkg-config. 08:43:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:43:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:43:41 Selecting previously unselected package zip. 08:43:41 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:43:41 Unpacking zip (3.0-11build1) ... 08:43:41 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:41 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:43:42 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:42 Setting up liberror-perl (0.17025-1) ... 08:43:42 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:43:42 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:42 No schema files found: doing nothing. 08:43:42 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:42 Setting up zip (3.0-11build1) ... 08:43:42 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:42 Setting up libsodium23:amd64 (1.0.16-2) ... 08:43:42 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:43:42 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:42 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:42 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:42 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:43:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:48 git set to automatically installed. 08:43:48 git-man set to automatically installed. 08:43:48 libcurl3-gnutls set to automatically installed. 08:43:48 liberror-perl set to automatically installed. 08:43:48 libglib2.0-0 set to automatically installed. 08:43:48 libnghttp2-14 set to automatically installed. 08:43:48 libnorm1 set to automatically installed. 08:43:48 libpgm-5.2-0 set to automatically installed. 08:43:48 libpsl5 set to automatically installed. 08:43:48 librtmp1 set to automatically installed. 08:43:48 libsodium23 set to automatically installed. 08:43:48 libzmq3-dev set to automatically installed. 08:43:48 libzmq5 set to automatically installed. 08:43:48 pkg-config set to automatically installed. 08:43:48 zip set to automatically installed. 08:43:50 snapd is not logged in, snap install commands will use sudo 08:43:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:57 snap "core18" has no updates available 08:43:58 snapd is not logged in, snap install commands will use sudo 08:44:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:15 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:44:16 Pulling go-build-helper 08:44:16 + snapcraftctl pull 08:44:17 'app-service-config' has dependencies that need to be staged: go-build-helper 08:44:17 Skipping pull go-build-helper (already ran) 08:44:17 Building go-build-helper 08:44:17 + snapcraftctl build 08:44:19 Staging go-build-helper 08:44:19 + snapcraftctl stage 08:44:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:29 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 08:44:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:44:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:44:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:44:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:44:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:44:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:44:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:44:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:44:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:44:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:44:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:44:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:29 Fetched 24.4 MB in 0s (0 B/s) 08:44:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:29 Fetched 224 kB in 0s (0 B/s) 08:44:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:29 Fetched 157 kB in 0s (0 B/s) 08:44:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:29 Fetched 221 kB in 0s (0 B/s) 08:44:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:29 Fetched 143 kB in 0s (0 B/s) 08:44:29 Pulling app-service-config 08:44:29 + snapcraftctl pull 08:44:29 Cloning into '/root/parts/app-service-config/src'... 08:44:30 Pulling config-common 08:44:30 + snapcraftctl pull 08:44:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:34 Fetched 0 B in 0s (0 B/s) 08:44:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:34 Fetched 0 B in 0s (0 B/s) 08:44:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:34 Fetched 0 B in 0s (0 B/s) 08:44:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:34 Fetched 0 B in 0s (0 B/s) 08:44:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:34 Fetched 0 B in 0s (0 B/s) 08:44:34 Pulling edgex-go 08:44:34 + snapcraftctl pull 08:44:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:56 Fetched 0 B in 0s (0 B/s) 08:44:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:44:56 Fetched 96.5 kB in 0s (0 B/s) 08:44:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:44:56 Fetched 279 kB in 0s (0 B/s) 08:44:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:44:56 Fetched 122 kB in 0s (0 B/s) 08:44:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:44:56 Fetched 77.8 kB in 0s (0 B/s) 08:44:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:44:56 Fetched 8848 B in 0s (0 B/s) 08:44:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:44:56 Fetched 47.8 kB in 0s (0 B/s) 08:44:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:44:56 Fetched 45.6 kB in 0s (0 B/s) 08:44:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:44:56 Fetched 15.0 kB in 0s (0 B/s) 08:44:56 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:44:56 Fetched 219 kB in 0s (0 B/s) 08:44:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:44:56 Fetched 154 kB in 0s (0 B/s) 08:44:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:44:56 Fetched 50.6 kB in 0s (0 B/s) 08:44:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:44:56 Fetched 14.8 kB in 0s (0 B/s) 08:44:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:44:56 Fetched 41.8 kB in 0s (0 B/s) 08:44:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:44:56 Fetched 499 kB in 0s (0 B/s) 08:44:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:44:56 Fetched 111 kB in 0s (0 B/s) 08:44:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:44:56 Fetched 240 kB in 0s (0 B/s) 08:44:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:44:56 Fetched 29.3 kB in 0s (0 B/s) 08:44:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:44:56 Fetched 85.5 kB in 0s (0 B/s) 08:44:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:44:56 Fetched 24.5 kB in 0s (0 B/s) 08:44:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:44:56 Fetched 49.2 kB in 0s (0 B/s) 08:44:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:44:56 Fetched 54.2 kB in 0s (0 B/s) 08:44:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:44:56 Fetched 30.8 kB in 0s (0 B/s) 08:44:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:44:56 Fetched 15.8 kB in 0s (0 B/s) 08:44:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:44:56 Fetched 85.9 kB in 0s (0 B/s) 08:44:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:44:56 Fetched 8720 B in 0s (0 B/s) 08:44:56 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:44:56 Fetched 137 kB in 0s (0 B/s) 08:44:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:44:56 Fetched 119 kB in 0s (0 B/s) 08:44:56 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:44:56 Fetched 110 kB in 0s (0 B/s) 08:44:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:44:56 Fetched 11.1 kB in 0s (0 B/s) 08:44:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:44:56 Fetched 645 kB in 0s (0 B/s) 08:44:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:44:56 Fetched 41.3 kB in 0s (0 B/s) 08:44:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:44:56 Fetched 17.9 kB in 0s (0 B/s) 08:44:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:44:56 Fetched 368 kB in 0s (0 B/s) 08:44:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:44:56 Fetched 187 kB in 0s (0 B/s) 08:44:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:44:56 Fetched 175 kB in 0s (0 B/s) 08:44:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:44:56 Fetched 206 kB in 0s (0 B/s) 08:44:56 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:44:56 Fetched 1301 kB in 0s (0 B/s) 08:44:56 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:44:56 Fetched 36.2 kB in 0s (0 B/s) 08:44:56 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:44:56 Fetched 159 kB in 0s (0 B/s) 08:44:56 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:44:56 Fetched 107 kB in 0s (0 B/s) 08:44:56 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:44:56 Fetched 48.7 kB in 0s (0 B/s) 08:44:56 Pulling static-packages 08:44:56 + snapcraftctl pull 08:44:56 Pulling version 08:44:56 + cd /root/project 08:44:56 + [ -f VERSION ] 08:44:56 + PROJECT_VERSION=local-dev 08:44:56 + git rev-parse --short HEAD 08:44:56 + GIT_REVISION=e20b03fc 08:44:56 + snapcraftctl set-version local-dev 08:44:56 Skipping build go-build-helper (already ran) 08:44:56 Building app-service-config 08:44:56 + make build 08:44:56 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:44:58 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:44:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:44:59 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 08:44:59 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 08:44:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:44:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:44:59 go: downloading github.com/google/uuid v1.2.0 08:44:59 go: downloading github.com/pelletier/go-toml v1.2.0 08:44:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:44:59 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:44:59 go: downloading github.com/gorilla/mux v1.8.0 08:44:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:44:59 go: downloading github.com/mitchellh/copystructure v1.0.0 08:44:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:44:59 go: downloading github.com/go-kit/kit v0.8.0 08:44:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:44:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:44:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:44:59 go: downloading github.com/BurntSushi/toml v0.3.1 08:44:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:44:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:44:59 go: downloading github.com/gorilla/websocket v1.4.2 08:44:59 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:44:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:44:59 go: downloading github.com/pebbe/zmq4 v1.2.7 08:45:00 go: downloading github.com/x448/float16 v0.8.4 08:45:00 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:45:00 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:45:00 go: downloading github.com/go-playground/universal-translator v0.17.0 08:45:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:45:00 go: downloading github.com/hashicorp/consul/api v1.8.1 08:45:00 go: downloading github.com/leodido/go-urn v1.2.0 08:45:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:45:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:45:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:45:00 go: downloading github.com/hashicorp/serf v0.9.5 08:45:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:45:00 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:45:00 go: downloading github.com/go-playground/locales v0.13.0 08:45:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:45:00 go: downloading github.com/fatih/color v1.9.0 08:45:00 go: downloading github.com/mattn/go-isatty v0.0.12 08:45:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:45:00 go: downloading github.com/mattn/go-colorable v0.1.6 08:45:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:45:00 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:45:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:45:10 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:45:10 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:45:10 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:45:10 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:45:10 Building config-common 08:45:10 + snapcraftctl build 08:45:11 Removing intermediate container 83d98b3a6e1a 08:45:11 ---> 9e66f19ed96a 08:45:11 08:45:11 Step 10/31 : FROM alpine:3.12 08:45:11 3.12: Pulling from library/alpine 08:45:13 Building edgex-go 08:45:13 + cd /root/parts/edgex-go/src 08:45:13 + make build 08:45:13 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 08:45:13 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:45:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 08:45:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:45:13 go: downloading github.com/imdario/mergo v0.3.12 08:45:13 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:45:13 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:45:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:45:13 go: downloading github.com/pkg/errors v0.8.1 08:45:13 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:45:13 go: downloading github.com/pelletier/go-toml v1.9.0 08:45:13 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:45:13 go: downloading golang.org/x/text v0.3.2 08:45:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:14 Status: Downloaded newer image for alpine:3.12 08:45:14 ---> 9852663dfa18 08:45:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:45:15 ---> Running in c403a1b08b6a 08:45:16 Removing intermediate container c403a1b08b6a 08:45:16 ---> 997f388e3ea2 08:45:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:45:16 ---> Running in 32d22d221d1f 08:45:18 Removing intermediate container 338d778f6e13 08:45:18 ---> cd25fe7bf63e 08:45:18 08:45:18 Step 10/21 : FROM alpine:3.12 08:45:18 ---> 9852663dfa18 08:45:18 Step 11/21 : RUN apk add --update --no-cache curl 08:45:18 Removing intermediate container a3c86b4ff918 08:45:18 ---> a7f11dd667b4 08:45:18 08:45:18 Step 10/25 : FROM alpine:3.12 08:45:18 ---> 9852663dfa18 08:45:18 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:45:18 go: downloading gopkg.in/yaml.v2 v2.4.0 08:45:18 ---> Running in a0c18183bc38 08:45:18 ---> Running in 7c9974115424 08:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:20 (1/2) Installing dumb-init (1.2.2-r1) 08:45:20 (2/2) Installing su-exec (0.2-r1) 08:45:20 Executing busybox-1.31.1-r20.trigger 08:45:20 OK: 5 MiB in 16 packages 08:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:22 (1/6) Installing ca-certificates (20191127-r4) 08:45:22 (1/4) Installing ca-certificates (20191127-r4) 08:45:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:45:22 (3/6) Installing libcurl (7.76.1-r0) 08:45:22 (4/6) Installing curl (7.76.1-r0) 08:45:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:45:22 (5/6) Installing dumb-init (1.2.2-r1) 08:45:22 (6/6) Installing su-exec (0.2-r1) 08:45:22 Executing busybox-1.31.1-r20.trigger 08:45:22 (3/4) Installing libcurl (7.76.1-r0) 08:45:22 (4/4) Installing curl (7.76.1-r0) 08:45:22 Executing busybox-1.31.1-r20.trigger 08:45:22 Executing ca-certificates-20191127-r4.trigger 08:45:22 Executing ca-certificates-20191127-r4.trigger 08:45:22 Removing intermediate container 83a888a908be 08:45:22 ---> d10112bcf150 08:45:22 08:45:22 Step 10/23 : FROM alpine:3.12 08:45:22 ---> 9852663dfa18 08:45:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:45:22 OK: 7 MiB in 18 packages 08:45:22 OK: 7 MiB in 20 packages 08:45: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 08:45:23 ---> Running in 7bab115b853a 08:45:23 Removing intermediate container 32d22d221d1f 08:45:23 ---> a11dae01de91 08:45:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:45:23 ---> Running in 60c6944d42fe 08:45:24 Removing intermediate container 60c6944d42fe 08:45:24 ---> 5583ad648fa0 08:45:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:45: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 08:45:24 ---> Running in c27001fbf81a 08:45: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 08:45:26 Removing intermediate container 7c9974115424 08:45:26 ---> 92f984d0d50c 08:45:26 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:26 Removing intermediate container a0c18183bc38 08:45:26 ---> 0d2440240e33 08:45:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:26 Removing intermediate container c27001fbf81a 08:45:26 ---> 00f1bed1bdb4 08:45:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:26 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 08:45:26 go: downloading github.com/stretchr/testify v1.7.0 08:45:26 ---> Running in 3e93eb6e54f6 08:45:26 ---> Running in 103f95ac9fd7 08:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:45:26 go: downloading github.com/davecgh/go-spew v1.1.1 08:45:26 go: downloading github.com/pmezard/go-difflib v1.0.0 08:45:26 ---> Running in 588a923b296d 08:45:27 (1/1) Installing dumb-init (1.2.2-r1) 08:45:27 Executing busybox-1.31.1-r20.trigger 08:45:27 OK: 5 MiB in 15 packages 08:45:27 Removing intermediate container 3e93eb6e54f6 08:45:27 ---> c53fd64f6f6a 08:45:27 Step 13/21 : WORKDIR /edgex 08:45:27 Removing intermediate container 103f95ac9fd7 08:45:27 ---> 06bb274372e5 08:45:27 Step 13/25 : WORKDIR / 08:45:27 ---> Running in 785e268c2108 08:45:27 ---> Running in cc6a25cf2a84 08:45:28 Removing intermediate container 785e268c2108 08:45:28 ---> c08d5a3caa27 08:45:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:45:28 Removing intermediate container cc6a25cf2a84 08:45:28 ---> bbedcc610256 08:45:28 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:45: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 08:45:28 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:45:28 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:45:29 Removing intermediate container 7bab115b853a 08:45:29 ---> cb06b60e011e 08:45:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:29 ---> Running in 9779190c4d85 08:45:29 ---> b95134eb1bcf 08:45:29 ---> 7678f06cab76 08:45:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:45:29 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:45:30 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 08:45:30 Removing intermediate container 9779190c4d85 08:45:30 ---> 968069924719 08:45:30 Step 13/23 : ENV APP_PORT=48082 08:45:30 ---> Running in 8893efe936f2 08:45:30 Removing intermediate container 588a923b296d 08:45:30 ---> ffd8a286bf5d 08:45:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:45:31 ---> Running in a391a2f70410 08:45:31 ---> 127c52583877 08:45:31 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:45:31 Removing intermediate container 8893efe936f2 08:45:31 ---> c5c9991fca1a 08:45:31 Step 14/23 : EXPOSE $APP_PORT 08:45:31 ---> e3da5356cafe 08:45:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:45:31 ---> Running in 780b7830916b 08:45:31 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 08:45:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:45:31 Removing intermediate container a391a2f70410 08:45:31 ---> 15a53b712f88 08:45:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:45:32 Removing intermediate container 780b7830916b 08:45:32 ---> b531d326c35f 08:45:32 Step 15/23 : WORKDIR / 08:45:32 ---> Running in cc0ff9792688 08:45:32 ---> 221642a1be00 08:45:32 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:45:32 ---> 09b3305d8958 08:45:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:45:33 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 08:45:33 ---> Running in 733715b4e650 08:45:33 Removing intermediate container cc0ff9792688 08:45:33 ---> a973b31fd3d0 08:45:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 873a971b1703 08:45:33 08:45:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:45:33 ---> cae18040b34c 08:45:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:45:33 ---> Running in e8159336b37d 08:45:34 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 08:45:34 Removing intermediate container e8159336b37d 08:45:34 ---> c7e40348a26c 08:45:34 Step 18/21 : CMD ["--init=true"] 08:45:34 ---> 2d9e7d0cca6a 08:45:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:45:35 ---> Running in 1ec1d55d4ade 08:45:35 ---> 88f5850883f9 08:45:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:45: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 08:45:35 Removing intermediate container 1ec1d55d4ade 08:45:35 ---> 450197e16eac 08:45:35 Step 19/21 : LABEL arch=arm64 08:45:36 go: downloading github.com/lib/pq v1.10.1 08:45:37 ---> Running in 19ea5caa8ea9 08:45:37 ---> 8fe9600cacf1 08:45:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:45:37 ---> bdea04a467f1 08:45:37 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:45:37 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:45:37 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:45:37 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:45:37 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:45:37 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:45:37 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:45:37 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:45:37 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:45:37 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:45:37 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:45:37 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:45:37 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:45:37 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:45:37 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:45:37 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:45:37 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:45:37 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:45:37 + 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 08:45:37 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:45:37 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:45:37 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:45:37 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:45:37 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:45:37 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:45:37 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:45:37 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:45:37 Removing intermediate container 19ea5caa8ea9 08:45:37 ---> 87ca9b842ec8 08:45:37 Step 20/21 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:45:37 Removing intermediate container d86762d10d10 08:45:37 ---> dc341e398663 08:45:37 08:45:37 Step 10/23 : FROM alpine:3.12 08:45:37 ---> 9852663dfa18 08:45:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:45:38 Removing intermediate container 733715b4e650 08:45:38 ---> 520b6cf5df38 08:45:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:38 ---> Running in cc495df7db11 08:45:38 ---> Running in 08846df8e308 08:45:38 ---> f056742d5c86 08:45:38 Step 19/23 : ENTRYPOINT ["/core-command"] 08:45:38 ---> 0ca857162a59 08:45:38 Step 21/25 : 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/ 08:45:38 ---> Running in 8d926a3a6660 08:45:38 ---> Running in f2bf19a5c784 08:45:39 Removing intermediate container 08846df8e308 08:45:39 ---> 084485274de7 08:45:39 Step 12/23 : ENV APP_PORT=48080 08:45:39 Removing intermediate container cc495df7db11 08:45:39 ---> 41ee18b03676 08:45:39 Step 21/21 : LABEL version=0.0.0 08:45:39 ---> 3e6c6bb6c29a 08:45:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:45:39 ---> Running in ff9bb8fc4208 08:45:39 ---> Running in 2f917f6500f9 08:45:39 Removing intermediate container 8d926a3a6660 08:45:39 ---> 1073a1d6fb5e 08:45:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:39 ---> Running in ad797b71ba85 08:45:39 Removing intermediate container ff9bb8fc4208 08:45:39 ---> 1a1634a37c03 08:45:39 08:45:39 Removing intermediate container 2f917f6500f9 08:45:39 ---> da1de078257c 08:45:39 Step 13/23 : EXPOSE $APP_PORT 08:45:40 ---> Running in f16e2b6bed1d 08:45:40 Removing intermediate container ad797b71ba85 08:45:40 ---> f0d82632012e 08:45:40 Step 21/23 : LABEL arch=arm64 08:45:40 Successfully built 1a1634a37c03 08:45:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:45:40 Building docker-sys-mgmt-agent-go 08:45:40  Building docker-security-proxy-setup-go ... done  ---> Running in a2f9af698569 08:45:41 Removing intermediate container f16e2b6bed1d 08:45:41 ---> 506a72618a7c 08:45:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:41 ---> 6bbc68fed72e 08:45:41 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:45:41 Building static-packages 08:45:41 + snapcraftctl build 08:45:41 ---> Running in 3f7f4456dcb6 08:45:41 Removing intermediate container a2f9af698569 08:45:41 ---> 6c54163c8dce 08:45:41 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:45:41 ---> Running in 3a9eb50dbff1 08:45:41 Removing intermediate container f2bf19a5c784 08:45:41 ---> dcabbb5330a6 08:45:41 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:45:42 ---> Running in de0601eb35cf 08:45:42 ---> 15e74420cb69 08:45:42 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:45:42 Removing intermediate container 3a9eb50dbff1 08:45:42 ---> 9608bf282110 08:45:42 Step 23/23 : LABEL version=0.0.0 08:45:42 Building version 08:45:42 + snapcraftctl build 08:45:43 ---> Running in cdbe943afce9 08:45:43 Removing intermediate container de0601eb35cf 08:45:43 ---> b44dbbe18c34 08:45:43 Step 23/25 : LABEL arch=arm64 08:45:44 ---> 436d157e3d35 08:45:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:45:44 Skipping stage go-build-helper (already ran) 08:45:44 Staging app-service-config 08:45:44 + snapcraftctl stage 08:45:44 ---> Running in 55d0fbce63a8 08:45:44 Removing intermediate container cdbe943afce9 08:45:44 ---> dbeec5e32f8b 08:45:44 08:45:45 ---> 5f536b356c98 08:45:45 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:45:45 Removing intermediate container 55d0fbce63a8 08:45:45 ---> 4be2862f6aa5 08:45:45 Step 24/25 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:45:45 Successfully built dbeec5e32f8b 08:45:45 Staging config-common 08:45:45 + snapcraftctl stage 08:45:45 Successfully tagged docker-core-command-go-arm64:latest 08:45:45  Building docker-core-command-go ... done Building docker-support-notifications-go 08:45:45 ---> Running in 68b84c1bbd7f 08:45:45 Removing intermediate container 3f7f4456dcb6 08:45:45 ---> 64092f012fe7 08:45:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:45:45 ---> Running in 561d5a67ab42 08:45:45 ---> Running in 58717394f522 08:45:46 Removing intermediate container 68b84c1bbd7f 08:45:46 ---> 28387d743a2f 08:45:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:45:46 Removing intermediate container 561d5a67ab42 08:45:46 ---> e881ab40ab78 08:45:46 Step 25/25 : LABEL version=0.0.0 08:45:46 ---> Running in 3f74a71e57ee 08:45:46 Staging edgex-go 08:45:46 + snapcraftctl stage 08:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:47 Removing intermediate container 3f74a71e57ee 08:45:47 ---> e90a1f05fd79 08:45:47 08:45:47 ---> dab96778b957 08:45:47 Step 26/31 : RUN chmod +x /entrypoint.sh 08:45:47 Staging static-packages 08:45:47 + snapcraftctl stage 08:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:47 Successfully built e90a1f05fd79 08:45:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:45:48  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 08:45:48 ---> Running in 0a4f3d6e51aa 08:45:48 (1/6) Installing dumb-init (1.2.2-r1) 08:45:48 (2/6) Installing libgcc (9.3.0-r2) 08:45:48 (3/6) Installing libsodium (1.0.18-r0) 08:45:48 Staging version 08:45:48 + snapcraftctl stage 08:45:48 (4/6) Installing libstdc++ (9.3.0-r2) 08:45:48 (5/6) Installing libzmq (4.3.3-r0) 08:45:49 (6/6) Installing zeromq (4.3.3-r0) 08:45:49 Executing busybox-1.31.1-r20.trigger 08:45:49 OK: 8 MiB in 20 packages 08:45:49 Priming go-build-helper 08:45:49 + snapcraftctl prime 08:45:50 Priming app-service-config 08:45:50 + snapcraftctl prime 08:45:51 Removing intermediate container 0a4f3d6e51aa 08:45:51 ---> 8d846d79b3f0 08:45:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:45:51 Priming config-common 08:45:51 + snapcraftctl prime 08:45:52 Removing intermediate container 58717394f522 08:45:52 ---> c81f9f1d5c88 08:45:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:52 ---> Running in 5f15ff9d569c 08:45:52 Priming edgex-go 08:45:52 + snapcraftctl prime 08:45:53 ---> 6c9766301116 08:45:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:45:53 Removing intermediate container 5f15ff9d569c 08:45:53 ---> 0f1d15d50613 08:45:53 Step 28/31 : CMD ["gate"] 08:45:53 Priming static-packages 08:45:53 + snapcraftctl prime 08:45:54 ---> Running in fea9ae9db4a8 08:45:55 ---> 420910ac22ae 08:45:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:45:55 Removing intermediate container fea9ae9db4a8 08:45:55 ---> 653a73ce5be2 08:45:55 Step 29/31 : LABEL arch=arm64 08:45:56 Priming version 08:45:56 + snapcraftctl prime 08:45:56 ---> Running in 7267938980aa 08:45:56 ---> 5d69ea3ba626 08:45:56 Step 19/23 : ENTRYPOINT ["/core-data"] 08:45:56 ---> Running in b46dbc31b3a5 08:45:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:45:57 Removing intermediate container 7267938980aa 08:45:57 ---> 1c0df1337168 08:45:57 Step 30/31 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:45:58 ---> Running in 85c7ab35fb3c 08:45:58 Removing intermediate container b46dbc31b3a5 08:45:58 ---> 0b407184653e 08:45:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:58 ---> Running in ec9b6c76ff81 [Pipeline] } [Pipeline] // withEnv 08:45:58 Removing intermediate container 85c7ab35fb3c 08:45:58 ---> 01f51e1a2557 08:45:58 Step 31/31 : LABEL version=0.0.0 08:45:58 Removing intermediate container ec9b6c76ff81 08:45:58 ---> e44c6f0ff019 08:45:58 Step 21/23 : LABEL arch=arm64 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:45:59 ---> Running in b003b4487d94 08:45:59 ---> Running in c66ba2fccb81 08:46:00 Removing intermediate container b003b4487d94 08:46:00 ---> 8d69b0974079 08:46:00 08:46:00 Removing intermediate container c66ba2fccb81 08:46:00 ---> 239fb41361ca 08:46:00 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:46:00 Successfully built 8d69b0974079 08:46:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:46:00 Building docker-core-metadata-go 08:46:00  Building docker-security-bootstrapper-go ... done  ---> Running in d906bd434f88 08:46:01 Removing intermediate container d906bd434f88 08:46:01 ---> 3d6e9d62822f 08:46:01 Step 23/23 : LABEL version=0.0.0 08:46:01 ---> Running in d89740422627 08:46:02 Removing intermediate container d89740422627 08:46:02 ---> 86d5627b5efd 08:46:02 08:46:02 Successfully built 86d5627b5efd 08:46:02 Successfully tagged docker-core-data-go-arm64:latest 08:46:35  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:46:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:46:35 ---> 08ffbd325d91 08:46:35 Step 3/23 : WORKDIR /edgex-go 08:46:35 ---> Using cache 08:46:35 ---> 2de155db373c 08:46:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:35 ---> Using cache 08:46:35 ---> 1583c0a125a9 08:46:35 Step 5/23 : RUN apk add --update --no-cache make bash git 08:46:40 ---> Running in 70f9b4d7cf85 08:46:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:46:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:46:41 ---> 08ffbd325d91 08:46:41 Step 3/22 : WORKDIR /edgex-go 08:46:41 ---> Using cache 08:46:41 ---> 2de155db373c 08:46:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:41 ---> Using cache 08:46:41 ---> 1583c0a125a9 08:46:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:46:41 ---> Running in 34592c1023cc 08:46:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:46:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:46:41 ---> 08ffbd325d91 08:46:41 Step 3/22 : WORKDIR /edgex-go 08:46:41 ---> Using cache 08:46:41 ---> 2de155db373c 08:46:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:41 ---> Using cache 08:46:41 ---> 1583c0a125a9 08:46:41 Step 5/22 : RUN apk add --update --no-cache make git 08:46:41 ---> Using cache 08:46:41 ---> 428cec0b6cd7 08:46:41 Step 6/22 : COPY go.mod . 08:46:41 ---> Using cache 08:46:41 ---> f424d8dddcff 08:46:41 Step 7/22 : RUN go mod download 08:46:41 ---> Using cache 08:46:41 ---> dce545d247a0 08:46:41 Step 8/22 : COPY . . 08:46:42 ---> Using cache 08:46:42 ---> 9b07b9074b15 08:46:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:42 ---> Running in 52691cd8616f 08:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:44 OK: 217 MiB in 51 packages 08:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:46:44 OK: 217 MiB in 51 packages 08:46:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:46:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:46:46 ---> 08ffbd325d91 08:46:46 Step 3/23 : WORKDIR /edgex-go 08:46:46 ---> Using cache 08:46:46 ---> 2de155db373c 08:46:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:46 ---> Using cache 08:46:46 ---> 1583c0a125a9 08:46:46 Step 5/23 : RUN apk add --update --no-cache make git 08:46:46 ---> Using cache 08:46:46 ---> 428cec0b6cd7 08:46:46 Step 6/23 : COPY go.mod . 08:46:46 ---> Using cache 08:46:46 ---> f424d8dddcff 08:46:46 Step 7/23 : RUN go mod download 08:46:46 ---> Using cache 08:46:46 ---> dce545d247a0 08:46:46 Step 8/23 : COPY . . 08:46:46 ---> Using cache 08:46:46 ---> 9b07b9074b15 08:46:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:46:46 Removing intermediate container 70f9b4d7cf85 08:46:46 ---> 7fbd91e0113a 08:46:46 Step 6/23 : COPY go.mod . 08:46:46 ---> Running in 21c63747926d 08:46:47 Removing intermediate container 34592c1023cc 08:46:47 ---> 26eaa6c15711 08:46:47 Step 6/22 : COPY go.mod . 08:46:48 ---> 4aebda4e5f0d 08:46:48 Step 7/23 : RUN go mod download 08:46:48 ---> Running in 0a826858e0ca 08:46:49 ---> 2afab1224b70 08:46:49 Step 7/22 : RUN go mod download 08:46:49 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 08:46:49 ---> Running in 84a58207a2e8 08:46:53 Removing intermediate container 0a826858e0ca 08:46:53 ---> 7e88e393cd3a 08:46:53 Step 8/23 : COPY . . 08:46:53 Removing intermediate container 84a58207a2e8 08:46:53 ---> d0ae8c691665 08:46:53 Step 8/22 : COPY . . 08:47:32 ---> 14a38b320051 08:47:32 ---> d4c82e8f5cca 08:47:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:47:32 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:47:32 ---> Running in 651ec3f1593a 08:47:32 ---> Running in 78528e2a280a 08:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:47:32 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 08:48:11 Removing intermediate container 52691cd8616f 08:48:11 ---> 136c7e97b336 08:48:11 08:48:11 Step 10/22 : FROM alpine:3.12 08:48:11 ---> 9852663dfa18 08:48:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:48:11 ---> Using cache 08:48:11 ---> cb06b60e011e 08:48:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:11 ---> Using cache 08:48:11 ---> 968069924719 08:48:11 Step 13/22 : ENV APP_PORT=48085 08:48:11 ---> Running in 4646df280375 08:48:11 Removing intermediate container 4646df280375 08:48:11 ---> 90e00a4e6eae 08:48:11 Step 14/22 : EXPOSE $APP_PORT 08:48:11 ---> Running in 97bd8ff2b49e 08:48:11 Removing intermediate container 97bd8ff2b49e 08:48:11 ---> a190ab73fd12 08:48:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:13 ---> c30e985406a9 08:48:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:14 ---> d0d9004582c1 08:48:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:15 ---> 9fe9fedbb230 08:48:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:15 ---> Running in 17005ab5483e 08:48:16 Removing intermediate container 17005ab5483e 08:48:16 ---> 5bcd668f9ef6 08:48:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:16 ---> Running in 5070873081d0 08:48:17 Removing intermediate container 5070873081d0 08:48:17 ---> 2fd29b9f5d3a 08:48:17 Step 20/22 : LABEL arch=arm64 08:48:17 ---> Running in ecd0f8f50276 08:48:18 Removing intermediate container ecd0f8f50276 08:48:18 ---> 2888e54f46df 08:48:18 Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:48:18 ---> Running in 42c8856cfc73 08:48:19 Removing intermediate container 42c8856cfc73 08:48:19 ---> 5ba0009d7e9f 08:48:19 Step 22/22 : LABEL version=0.0.0 08:48:19 ---> Running in 6fe951eca595 08:48:19 Removing intermediate container 6fe951eca595 08:48:19 ---> d6851437bdda 08:48:19 08:48:20 Successfully built d6851437bdda 08:48:20 Successfully tagged docker-support-scheduler-go-arm64:latest 08:48:28  Building docker-support-scheduler-go ... done Removing intermediate container 21c63747926d 08:48:28 ---> 38056c59b63a 08:48:28 08:48:28 Step 10/23 : FROM alpine:3.12 08:48:28 ---> 9852663dfa18 08:48:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:48:28 ---> Using cache 08:48:28 ---> cb06b60e011e 08:48:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:28 ---> Using cache 08:48:28 ---> 968069924719 08:48:28 Step 13/23 : ENV APP_PORT=48081 08:48:28 ---> Running in 8c0cca0e6ff1 08:48:29 Removing intermediate container 8c0cca0e6ff1 08:48:29 ---> a22d43b627e8 08:48:29 Step 14/23 : EXPOSE $APP_PORT 08:48:29 ---> Running in 89149f0cd933 08:48:30 Removing intermediate container 89149f0cd933 08:48:30 ---> 2b955e5aebde 08:48:30 Step 15/23 : WORKDIR / 08:48:30 ---> Running in f68177fe80fe 08:48:31 Removing intermediate container f68177fe80fe 08:48:31 ---> bb3598b3cdcc 08:48:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:32 ---> 728ad5bf1d07 08:48:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:48:34 ---> 42b7d84a016d 08:48:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:48:35 ---> d2978061ed4c 08:48:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:48:35 ---> Running in e6e39ac6fb3b 08:48:36 Removing intermediate container e6e39ac6fb3b 08:48:36 ---> 491505c132af 08:48:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:36 ---> Running in 0ff4db2f2448 08:48:37 Removing intermediate container 0ff4db2f2448 08:48:37 ---> c1c8ddea7580 08:48:37 Step 21/23 : LABEL arch=arm64 08:48:37 ---> Running in e3f05e27efe2 08:48:38 Removing intermediate container e3f05e27efe2 08:48:38 ---> fb370c0ad01b 08:48:38 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:48:38 ---> Running in b7f3868515fe 08:48:39 Removing intermediate container b7f3868515fe 08:48:39 ---> a96fae6e3cb8 08:48:39 Step 23/23 : LABEL version=0.0.0 08:48:39 ---> Running in d5c7af9bdefa 08:48:40 Removing intermediate container d5c7af9bdefa 08:48:40 ---> 71f40a95a32a 08:48:40 08:48:40 Successfully built 71f40a95a32a 08:48:40 Successfully tagged docker-core-metadata-go-arm64:latest 08:48:47  Building docker-core-metadata-go ... done Removing intermediate container 78528e2a280a 08:48:47 ---> c68eb41c46d2 08:48:47 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:48:47 ---> Running in b8cb1680e1a6 08:48:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:48:49 Removing intermediate container 651ec3f1593a 08:48:49 ---> c894242e3fb6 08:48:49 08:48:49 Step 10/22 : FROM alpine:3.12 08:48:49 ---> 9852663dfa18 08:48:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:48:49 ---> Running in 1bac0f7824ef 08:48:50 Removing intermediate container b8cb1680e1a6 08:48:50 ---> ea6eb5b3140c 08:48:50 08:48:50 Step 11/23 : FROM docker:20.10.0 08:48:50 20.10.0: Pulling from library/docker 08:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:51 (1/2) Installing ca-certificates (20191127-r4) 08:48:51 (2/2) Installing dumb-init (1.2.2-r1) 08:48:51 Executing busybox-1.31.1-r20.trigger 08:48:51 Executing ca-certificates-20191127-r4.trigger 08:48:51 OK: 6 MiB in 16 packages 08:48:54 Removing intermediate container 1bac0f7824ef 08:48:54 ---> a94e43c38b8c 08:48:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:48:54 ---> Running in 8f1e397afb84 08:48:55 Removing intermediate container 8f1e397afb84 08:48:55 ---> f16de20005b1 08:48:55 Step 13/22 : ENV APP_PORT=48060 08:48:55 ---> Running in d4a191188d39 08:48:56 Removing intermediate container d4a191188d39 08:48:56 ---> 9b798fb3e61b 08:48:56 Step 14/22 : EXPOSE $APP_PORT 08:48:57 ---> Running in f35fe018e3ac 08:48:57 Removing intermediate container f35fe018e3ac 08:48:57 ---> b7b45fafba1d 08:48:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:58 ---> 6a491b1ed30e 08:48:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:59 ---> becf8d6a035c 08:48:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:48:59 Status: Downloaded newer image for docker:20.10.0 08:48:59 ---> eeaf43b92773 08:48:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:48:59 ---> Running in c1442b34c753 08:49:00 Removing intermediate container c1442b34c753 08:49:00 ---> d2b8aab851be 08:49:00 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:49:00 ---> b38983b1a80c 08:49:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:49:00 ---> Running in d8885f3d97b0 08:49:00 ---> Running in aa9e1813e054 08:49:01 Removing intermediate container aa9e1813e054 08:49:01 ---> 69b23ac3e089 08:49:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:01 ---> Running in 24c9bc39c0f9 08:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:01 Removing intermediate container 24c9bc39c0f9 08:49:01 ---> 6ba0f67bec25 08:49:01 Step 20/22 : LABEL arch=arm64 08:49:01 ---> Running in cfd84d1f8a20 08:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:02 Removing intermediate container cfd84d1f8a20 08:49:02 ---> 0cb1e6307af5 08:49:02 Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:49:02 ---> Running in e8bf5665d3c8 08:49:02 (1/39) Installing readline (8.0.4-r0) 08:49:02 (2/39) Installing bash (5.0.17-r0) 08:49:02 Executing bash-5.0.17-r0.post-install 08:49:02 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:49:02 (4/39) Installing libcurl (7.76.1-r0) 08:49:02 (5/39) Installing curl (7.76.1-r0) 08:49:02 (6/39) Installing dumb-init (1.2.2-r1) 08:49:02 (7/39) Installing libbz2 (1.0.8-r1) 08:49:02 (8/39) Installing expat (2.2.9-r1) 08:49:02 (9/39) Installing libffi (3.3-r2) 08:49:02 (10/39) Installing gdbm (1.13-r1) 08:49:02 (11/39) Installing xz-libs (5.2.5-r0) 08:49:02 (12/39) Installing sqlite-libs (3.32.1-r0) 08:49:02 (13/39) Installing python3 (3.8.8-r0) 08:49:03 Removing intermediate container e8bf5665d3c8 08:49:03 ---> c8a40a4c4dc0 08:49:03 Step 22/22 : LABEL version=0.0.0 08:49:03 ---> Running in 1918c230d717 08:49:04 Removing intermediate container 1918c230d717 08:49:04 ---> f545fa231a2c 08:49:04 08:49:04 (14/39) Installing py3-appdirs (1.4.4-r1) 08:49:04 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:49:04 (16/39) Installing py3-parsing (2.4.7-r0) 08:49:04 (17/39) Installing py3-six (1.15.0-r0) 08:49:04 (18/39) Installing py3-packaging (20.4-r0) 08:49:04 Successfully built f545fa231a2c 08:49:04 (19/39) Installing py3-setuptools (47.0.0-r0) 08:49:04 Successfully tagged docker-support-notifications-go-arm64:latest 08:49:04  Building docker-support-notifications-go ... done (20/39) Installing py3-chardet (3.0.4-r4) 08:49:04 (21/39) Installing py3-idna (2.9-r0) 08:49:04 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:49:04 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:49:04 (24/39) Installing py3-requests (2.23.0-r0) 08:49:04 (25/39) Installing py3-msgpack (1.0.0-r0) 08:49:04 (26/39) Installing py3-lockfile (0.12.2-r3) 08:49:04 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:49:05 (28/39) Installing py3-colorama (0.4.3-r0) 08:49:05 (29/39) Installing py3-distlib (0.3.0-r0) 08:49:05 (30/39) Installing py3-distro (1.5.0-r1) 08:49:05 (31/39) Installing py3-webencodings (0.5.1-r3) 08:49:05 (32/39) Installing py3-html5lib (1.0.1-r4) 08:49:05 (33/39) Installing py3-pytoml (0.1.21-r0) 08:49:05 (34/39) Installing py3-pep517 (0.8.2-r0) 08:49:05 (35/39) Installing py3-progress (1.5-r0) 08:49:05 (36/39) Installing py3-toml (0.10.1-r0) 08:49:05 (37/39) Installing py3-retrying (1.3.3-r0) 08:49:05 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:49:05 (39/39) Installing py3-pip (20.1.1-r0) 08:49:05 Executing busybox-1.31.1-r19.trigger 08:49:05 OK: 72 MiB in 59 packages 08:49:09 Collecting docker-compose==1.23.2 08:49:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:49:09 Collecting websocket-client<1.0,>=0.32.0 08:49:09 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:49:10 Collecting texttable<0.10,>=0.9.0 08:49:10 Downloading texttable-0.9.1.tar.gz (11 kB) 08:49:12 Collecting jsonschema<3,>=2.5.1 08:49:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:49:12 Collecting docker<4.0,>=3.6.0 08:49:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:49:13 Collecting cached-property<2,>=1.2.0 08:49:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:49:13 Collecting docopt<0.7,>=0.6.1 08:49:13 Downloading docopt-0.6.2.tar.gz (25 kB) 08:49:16 Collecting PyYAML<4,>=3.10 08:49:16 Downloading PyYAML-3.13.tar.gz (270 kB) 08:49:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:49:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:49:20 Collecting dockerpty<0.5,>=0.4.1 08:49:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:49:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:49:22 Collecting docker-pycreds>=0.4.0 08:49:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:49:23 Collecting urllib3<1.25,>=1.21.1 08:49:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:49:23 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) 08:49:23 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) 08:49:23 Collecting idna<2.8,>=2.5 08:49:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:49:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:49:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:49:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:49:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:49:24 Installing collected packages: websocket-client, texttable, jsonschema, docker-pycreds, urllib3, idna, requests, docker, cached-property, docopt, PyYAML, dockerpty, docker-compose 08:49:24 Running setup.py install for texttable: started 08:49:26 Running setup.py install for texttable: finished with status 'done' 08:49:27 Attempting uninstall: urllib3 08:49:27 Found existing installation: urllib3 1.25.9 08:49:27 Uninstalling urllib3-1.25.9: 08:49:27 Successfully uninstalled urllib3-1.25.9 08:49:28 Attempting uninstall: idna 08:49:28 Found existing installation: idna 2.9 08:49:28 Uninstalling idna-2.9: 08:49:28 Successfully uninstalled idna-2.9 08:49:28 Attempting uninstall: requests 08:49:28 Found existing installation: requests 2.23.0 08:49:28 Uninstalling requests-2.23.0: 08:49:28 Successfully uninstalled requests-2.23.0 08:49:29 Running setup.py install for docopt: started 08:49:31 Running setup.py install for docopt: finished with status 'done' 08:49:31 Running setup.py install for PyYAML: started 08:49:33 Running setup.py install for PyYAML: finished with status 'done' 08:49:33 Running setup.py install for dockerpty: started 08:49:35 Running setup.py install for dockerpty: finished with status 'done' 08:49:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:49:44 Removing intermediate container d8885f3d97b0 08:49:44 ---> 35155cb16c02 08:49:44 Step 14/23 : ENV APP_PORT=48090 08:49:44 ---> Running in bc61d3f654fc 08:49:44 Removing intermediate container bc61d3f654fc 08:49:44 ---> de93608181c9 08:49:44 Step 15/23 : EXPOSE $APP_PORT 08:49:44 ---> Running in 47797b554c16 08:49:45 Removing intermediate container 47797b554c16 08:49:45 ---> fde877deb39f 08:49:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:49:46 ---> d23306b72835 08:49:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:49:47 ---> cc129f7c1808 08:49:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:49:48 ---> 89de189ee8ee 08:49:48 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:49:48 ---> Running in d113eb1e1c5d 08:49:48 Removing intermediate container d113eb1e1c5d 08:49:48 ---> d5aef4d32993 08:49:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:48 ---> Running in 770170bc8147 08:49:49 Removing intermediate container 770170bc8147 08:49:49 ---> 57e5cff78f7a 08:49:49 Step 21/23 : LABEL arch=arm64 08:49:49 ---> Running in 561bada06335 08:49:50 Removing intermediate container 561bada06335 08:49:50 ---> 8e1c57280a70 08:49:50 Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd 08:49:50 ---> Running in 94860e2f1332 08:49:50 Removing intermediate container 94860e2f1332 08:49:50 ---> fa40e76953bf 08:49:50 Step 23/23 : LABEL version=0.0.0 08:49:50 ---> Running in 9094890614c2 08:49:50 Removing intermediate container 9094890614c2 08:49:50 ---> 78255f647f67 08:49:50 08:49:51 Successfully built 78255f647f67 08:49:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:49:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:49:51 $ docker stop --time=1 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb 08:49:53 $ docker rm -f 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb [Pipeline] // withDockerContainer [Pipeline] sh 08:49:54 + grep docker 08:49:54 + docker images 08:49:54 docker-sys-mgmt-agent-go-arm64 latest 78255f647f67 4 seconds ago 299MB 08:49:54 docker-support-notifications-go-arm64 latest f545fa231a2c 51 seconds ago 17.1MB 08:49:54 docker-core-metadata-go-arm64 latest 71f40a95a32a About a minute ago 18.1MB 08:49:54 docker-support-scheduler-go-arm64 latest d6851437bdda About a minute ago 16.6MB 08:49:54 docker-core-data-go-arm64 latest 86d5627b5efd 3 minutes ago 21.6MB 08:49:54 docker-security-bootstrapper-go-arm64 latest 8d69b0974079 3 minutes ago 18.2MB 08:49:54 docker-security-secretstore-setup-go-arm64 latest e90a1f05fd79 4 minutes ago 25MB 08:49:54 docker-core-command-go-arm64 latest dbeec5e32f8b 4 minutes ago 16.5MB 08:49:54 docker-security-proxy-setup-go-arm64 latest 1a1634a37c03 4 minutes ago 24.7MB 08:49:54 docker 20.10.0 eeaf43b92773 4 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 08:49:55 ---> job-cost.sh 08:49:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EKJQ 08:50:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:52:10 lf-activate-venv(): INFO: Adding /tmp/venv-EKJQ/bin to PATH 08:52:10 INFO: No Stack... 08:52:10 INFO: Retrieving Pricing Info for: lf-standard-4 08:52:10 INFO: Archiving Costs [Pipeline] sh 08:52:11 + cat /w/workspace/edgex-go/8/archives/cost.csv 08:52:11 + cut -d, -f6 [Pipeline] lock 08:52:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] 08:52:11 Resource [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] did not exist. Created. 08:52:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:52:11 + echo total: 0.20999999344348907 [Pipeline] stash 08:52:12 Stashed 1 file(s) [Pipeline] } 08:52:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-8-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 08:52:12 provisioning config files... 08:52:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5227982295241966007tmp [Pipeline] { [Pipeline] sh 08:52:13 + set +x 08:52:13 + curl -s https://codecov.io/bash 08:52:13 + bash -s -- 08:52:13 08:52:13 _____ _ 08:52:13 / ____| | | 08:52:13 | | ___ __| | ___ ___ _____ __ 08:52:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:52:13 | |___| (_) | (_| | __/ (_| (_) \ V / 08:52:13 \_____\___/ \__,_|\___|\___\___/ \_/ 08:52:13 Bash-1.0.2 08:52:13 08:52:13 08:52:13 ==> git version 2.24.3 found 08:52:13 ==> 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 08:52:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:52:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:52:13 ==> Jenkins CI detected. 08:52:13 project root: . 08:52:13 --> token set from env 08:52:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:52:13 ==> Running gcov in . (disable via -X gcov) 08:52:14 ==> Python coveragepy not found 08:52:14 ==> Searching for coverage reports in: 08:52:14 + . 08:52:14 -> Found 1 reports 08:52:14 ==> Detecting git/mercurial file structure 08:52:14 ==> Reading reports 08:52:14 + ./coverage.out bytes=697939 08:52:14 ==> Appending adjustments 08:52:14 https://docs.codecov.io/docs/fixing-reports 08:52:18 + Found adjustments 08:52:18 ==> Gzipping contents 08:52:18 100K /tmp/codecov.vilAjM.gz 08:52:18 ==> Uploading reports 08:52:18 url: https://codecov.io 08:52:18 query: branch=PR-3391&commit=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:52:18 -> Pinging Codecov 08:52:18 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:52:18 -> Uploading to 08:52:18 https://storage.googleapis.com/codecov/v4/raw/2021-04-28/00271124DB129430A58F1EEE437C3FCB/b117e3d8c7cc1fe84e2185adeab542e4b027b3bd/0cdd635e-d89b-4fbb-a15b-4169e8725bd1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T085217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f452a73f38186ab60dd41f2605ae8617b4b2cffac0e2b9f0705b0997c4dd994c 08:52:18 % Total % Received % Xferd Average Speed Time Time Time Current 08:52:18 Dload Upload Total Spent Left Speed 08:52:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 227k --:--:-- --:--:-- --:--:-- 228k 08:52:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [Pipeline] } 08:52:18 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 08:52:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:52:20 ---> package-listing.sh 08:52:20 ++ facter osfamily 08:52:20 ++ tr '[:upper:]' '[:lower:]' 08:52:20 + OS_FAMILY=redhat 08:52:20 + workspace=/w/workspace/edgex-go/8 08:52:20 + START_PACKAGES=/tmp/packages_start.txt 08:52:20 + END_PACKAGES=/tmp/packages_end.txt 08:52:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:52:20 + PACKAGES=/tmp/packages_start.txt 08:52:20 + '[' /w/workspace/edgex-go/8 ']' 08:52:20 + PACKAGES=/tmp/packages_end.txt 08:52:20 + case "${OS_FAMILY}" in 08:52:20 + rpm -qa 08:52:20 + sort 08:52:25 + '[' -f /tmp/packages_start.txt ']' 08:52:25 + '[' -f /tmp/packages_end.txt ']' 08:52:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:52:25 + '[' /w/workspace/edgex-go/8 ']' 08:52:25 + mkdir -p /w/workspace/edgex-go/8/archives/ 08:52:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 08:52:25 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:52:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:52:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:26 08:52:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:52:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:26 alpine: Pulling from edgex-lftools-log-publisher 08:52:26 df20fa9351a1: Pulling fs layer 08:52:26 36b3adc4ff6f: Pulling fs layer 08:52:26 8ad3a11d3b57: Pulling fs layer 08:52:26 46f8f816bc3b: Pulling fs layer 08:52:26 93b61091891f: Pulling fs layer 08:52:26 93b9cdb0e59b: Pulling fs layer 08:52:26 5e14af77c1be: Pulling fs layer 08:52:26 01666e4c0597: Pulling fs layer 08:52:26 aa168da1d23b: Pulling fs layer 08:52:26 93b9cdb0e59b: Waiting 08:52:26 01666e4c0597: Waiting 08:52:26 5e14af77c1be: Waiting 08:52:26 46f8f816bc3b: Waiting 08:52:26 aa168da1d23b: Waiting 08:52:26 93b61091891f: Waiting 08:52:26 36b3adc4ff6f: Verifying Checksum 08:52:26 36b3adc4ff6f: Download complete 08:52:26 46f8f816bc3b: Verifying Checksum 08:52:26 46f8f816bc3b: Download complete 08:52:27 df20fa9351a1: Verifying Checksum 08:52:27 df20fa9351a1: Download complete 08:52:27 93b61091891f: Verifying Checksum 08:52:27 93b61091891f: Download complete 08:52:27 93b9cdb0e59b: Verifying Checksum 08:52:27 93b9cdb0e59b: Download complete 08:52:27 5e14af77c1be: Verifying Checksum 08:52:27 5e14af77c1be: Download complete 08:52:27 01666e4c0597: Verifying Checksum 08:52:27 01666e4c0597: Download complete 08:52:27 8ad3a11d3b57: Verifying Checksum 08:52:27 8ad3a11d3b57: Download complete 08:52:27 df20fa9351a1: Pull complete 08:52:27 36b3adc4ff6f: Pull complete 08:52:28 8ad3a11d3b57: Pull complete 08:52:29 aa168da1d23b: Verifying Checksum 08:52:29 aa168da1d23b: Download complete 08:52:30 46f8f816bc3b: Pull complete 08:52:32 93b61091891f: Pull complete 08:52:32 93b9cdb0e59b: Pull complete 08:52:32 5e14af77c1be: Pull complete 08:52:32 01666e4c0597: Pull complete 08:52:40 aa168da1d23b: Pull complete 08:52:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:52:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:52:42 prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container 08:52:42 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 08:52:47 $ docker top d00873ebf5eb4418a9300a8c56f9a9981811e84736c20cf2c1487861ec775b89 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:47 + touch /tmp/pre-build-complete [Pipeline] sh 08:52:48 + mkdir -p /var/log/sa [Pipeline] sh 08:52:48 + ls /var/log/sa-host 08:52:48 + sadf -c /var/log/sa-host/sa23 08:52:48 file_magic: OK 08:52:48 HZ: Using current value: 100 08:52:48 file_header: OK 08:52:48 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 08:52:48 Statistics: 08:52:48 Hnuu...uuuununununu... 08:52:48 File successfully converted to sysstat format version 12.2.1 08:52:48 + sadf -c /var/log/sa-host/sa28 08:52:48 file_magic: OK 08:52:48 HZ: Using current value: 100 08:52:48 file_header: OK 08:52:48 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 08:52:48 Statistics: 08:52:48 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... 08:52:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:52:49 provisioning config files... 08:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5269845683902291781tmp [Pipeline] { [Pipeline] echo 08:52:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:52:49 ---> create-netrc.sh [Pipeline] } 08:52:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:52:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:52:49 ---> python-tools-install.sh [Pipeline] echo 08:52:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:52:50 ---> sudo-logs.sh 08:52:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:52:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:52:50 ---> job-cost.sh 08:52:50 lf-activate-venv: SKIPPING 08:52:50 DEBUG: total: 0.20999999344348907 08:52:50 INFO: Retrieving Stack Cost... 08:52:51 INFO: Retrieving Pricing Info for: v1-standard-2 08:52:51 INFO: Archiving Costs [Pipeline] echo 08:52:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:52:52 ---> logs-deploy.sh 08:52:52 lf-activate-venv: SKIPPING 08:52:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/8 08:52:52 INFO: archiving workspace using pattern(s): 08:52:53 Archives upload complete. 08:52:53 INFO: archiving logs to Nexus