hahattan commented: recheck 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd rather than 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Obtained Jenkinsfile from 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3933 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) > 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/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # 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 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 Commit message: "feat(sma): implement v2 GET /health/{services} API" > git rev-list --no-walk 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:46:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:46:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:46:09 ========================================================= 04:46:09 EdgeX Global Pipelines Version Info 04:46:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:46:11 ------------------- 04:46:11 stable info: 04:46:11 ------------------- 04:46:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:11 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 04:46:11 Message: update stable to v1.0.191 04:46:12 ------------------- 04:46:12 experimental info: 04:46:12 ------------------- 04:46:12 Commited By: **** collab-it+edgex@linuxfoundation.org 04:46:12 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 04:46:12 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3420 [Pipeline] echo 04:46:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3420 [Pipeline] echo 04:46:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3420 [Pipeline] echo 04:46:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [Pipeline] echo 04:46:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 954dc71 [Pipeline] echo 04:46:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:46:13 provisioning config files... 04:46:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config100387026515355106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:13 ---> docker-login.sh 04:46:13 nexus3.edgexfoundry.org:10001 04:46:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:14 Configure a credential helper to remove this warning. See 04:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:14 04:46:14 Login Succeeded 04:46:14 nexus3.edgexfoundry.org:10002 04:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:14 Configure a credential helper to remove this warning. See 04:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:14 04:46:14 Login Succeeded 04:46:14 nexus3.edgexfoundry.org:10003 04:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:14 Configure a credential helper to remove this warning. See 04:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:14 04:46:14 Login Succeeded 04:46:14 nexus3.edgexfoundry.org:10004 04:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:14 Configure a credential helper to remove this warning. See 04:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:14 04:46:14 Login Succeeded 04:46:14 docker.io 04:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:14 Configure a credential helper to remove this warning. See 04:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:14 04:46:14 Login Succeeded 04:46:14 ---> docker-login.sh ends [Pipeline] } 04:46:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:15 ++ 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 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/core-command/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo core-command,cmd/core-command/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/core-data/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo core-data,cmd/core-data/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/core-metadata/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo core-metadata,cmd/core-metadata/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/security-bootstrapper/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/security-proxy-setup/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/support-notifications/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo support-notifications,cmd/support-notifications/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/support-scheduler/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:46:15 + for file in '`ls cmd/**/Dockerfile`' 04:46:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:46:15 ++ cut -d/ -f2 04:46:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:46:15 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 04:46:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:16 04:46:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:46:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:16 latest: Pulling from edgex-devops/git-semver 04:46:16 31603596830f: Pulling fs layer 04:46:16 54011a49482f: Pulling fs layer 04:46:16 a6820b24f6d8: Pulling fs layer 04:46:16 f581987b2513: Pulling fs layer 04:46:16 f581987b2513: Waiting 04:46:16 54011a49482f: Download complete 04:46:16 31603596830f: Download complete 04:46:17 f581987b2513: Verifying Checksum 04:46:17 f581987b2513: Download complete 04:46:17 a6820b24f6d8: Verifying Checksum 04:46:17 a6820b24f6d8: Download complete 04:46:17 31603596830f: Pull complete 04:46:17 54011a49482f: Pull complete 04:46:18 a6820b24f6d8: Pull complete 04:46:18 f581987b2513: Pull complete 04:46:18 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 04:46:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:46:18 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 04:46:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 04:46:21 $ docker top 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:21 [ssh-agent] Looking for ssh-agent implementation... 04:46:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:21 $ docker exec 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent 04:46:21 SSH_AUTH_SOCK=/tmp/ssh-8pGjgeJOgHlc/agent.12 04:46:21 SSH_AGENT_PID=18 04:46:21 Running ssh-add (command line suppressed) 04:46:21 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4846784569895524317.key (/w/workspace/edgex-go/4@tmp/private_key_4846784569895524317.key) 04:46:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:22 + git tag --points-at HEAD [Pipeline] } 04:46:22 $ docker exec --env ******** --env ******** 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent -k 04:46:22 unset SSH_AUTH_SOCK; 04:46:22 unset SSH_AGENT_PID; 04:46:22 echo Agent pid 18 killed; 04:46:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:46:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:22 [ssh-agent] Looking for ssh-agent implementation... 04:46:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:22 $ docker exec 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent 04:46:22 SSH_AUTH_SOCK=/tmp/ssh-QdvHjsmwrxGF/agent.46 04:46:22 SSH_AGENT_PID=51 04:46:22 Running ssh-add (command line suppressed) 04:46:22 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3596738785186967899.key (/w/workspace/edgex-go/4@tmp/private_key_3596738785186967899.key) 04:46:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:23 + git semver init 04:46:23 # -> Open(): unable to determine branch for HEAD 04:46:23 # $GIT_DIR = /w/workspace/edgex-go/4/.git 04:46:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 04:46:23 # $SEMVER_REMOTE_NAME = origin 04:46:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:46:23 # $SEMVER_USER_NAME = edgex-jenkins 04:46:23 # $SEMVER_BRANCH = PR-3420 04:46:23 # $SEMVER_TEMP = /tmp/semver-080341235 04:46:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:46:41 # '/tmp/semver-080341235' -> '/w/workspace/edgex-go/4/.semver' 04:46:41 # -> Force: false 04:46:41 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 04:46:41 $ docker exec --env ******** --env ******** 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c ssh-agent -k 04:46:41 unset SSH_AUTH_SOCK; 04:46:41 unset SSH_AGENT_PID; 04:46:41 echo Agent pid 51 killed; 04:46:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:42 + git semver [Pipeline] } 04:46:42 $ docker stop --time=1 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c 04:46:44 $ docker rm -f 19247bc0f4894a1176e71364afe325fd18b34f2100a1c82ed37dac65f24a659c [Pipeline] // withDockerContainer [Pipeline] sh 04:46:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:46:44 Stashed 1 file(s) [Pipeline] echo 04:46:44 [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 04:46:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:46:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:46:47 + sudo service docker restart 04:46:47 + true 04:46:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:46:47 ========================================================= 04:46:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:46:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:46:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 04:46:52 Sending build context to Docker daemon 330MB 04:46:52 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 04:46:52 Step 2/6 : FROM ${BASE} 04:46:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:46:52 540db60ca938: Pulling fs layer 04:46:52 adcc1eea9eea: Pulling fs layer 04:46:52 4c4ab2625f07: Pulling fs layer 04:46:52 0510c868ecb4: Pulling fs layer 04:46:52 afea3b2eda06: Pulling fs layer 04:46:52 7809a108b3ef: Pulling fs layer 04:46:52 f706445af74f: Pulling fs layer 04:46:52 afea3b2eda06: Waiting 04:46:52 0510c868ecb4: Waiting 04:46:52 7809a108b3ef: Waiting 04:46:52 4c4ab2625f07: Verifying Checksum 04:46:52 4c4ab2625f07: Download complete 04:46:52 adcc1eea9eea: Verifying Checksum 04:46:52 adcc1eea9eea: Download complete 04:46:52 afea3b2eda06: Verifying Checksum 04:46:52 afea3b2eda06: Download complete 04:46:52 7809a108b3ef: Verifying Checksum 04:46:52 7809a108b3ef: Download complete 04:46:52 540db60ca938: Download complete 04:46:52 540db60ca938: Pull complete 04:46:52 adcc1eea9eea: Pull complete 04:46:52 4c4ab2625f07: Pull complete 04:46:54 f706445af74f: Verifying Checksum 04:46:54 f706445af74f: Download complete 04:46:55 0510c868ecb4: Verifying Checksum 04:46:55 0510c868ecb4: Download complete 04:47:01 Still waiting to schedule task 04:47:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 04:47:01 0510c868ecb4: Pull complete 04:47:01 afea3b2eda06: Pull complete 04:47:01 7809a108b3ef: Pull complete 04:47:06 f706445af74f: Pull complete 04:47:06 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 04:47:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:47:06 ---> b068be0155e3 04:47:06 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 04:47:06 ---> Running in bafc3806e386 04:47:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:47:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:47:08 (1/12) Installing libmagic (5.39-r0) 04:47:09 (2/12) Installing file (5.39-r0) 04:47:09 (3/12) Installing libc-dev (0.7.2-r3) 04:47:09 (4/12) Installing g++ (10.2.1_pre1-r3) 04:47:16 (5/12) Installing fortify-headers (1.1-r0) 04:47:16 (6/12) Installing patch (2.7.6-r6) 04:47:16 (7/12) Installing build-base (0.5-r2) 04:47:16 (8/12) Installing libsodium (1.0.18-r0) 04:47:16 (9/12) Installing pkgconf (1.7.3-r0) 04:47:16 (10/12) Installing libsodium-dev (1.0.18-r0) 04:47:16 (11/12) Installing libzmq (4.3.3-r1) 04:47:16 (12/12) Installing zeromq-dev (4.3.3-r1) 04:47:16 Executing busybox-1.32.1-r6.trigger 04:47:16 OK: 219 MiB in 52 packages 04:47:19 Removing intermediate container bafc3806e386 04:47:19 ---> 37eece0af6f0 04:47:19 Step 4/6 : WORKDIR /edgex-go 04:47:20 ---> Running in bfa7920f5a74 04:47:20 Removing intermediate container bfa7920f5a74 04:47:20 ---> 21e0bd48ee4d 04:47:20 Step 5/6 : COPY go.mod . 04:47:20 ---> f444d00de2fc 04:47:20 Step 6/6 : RUN go mod download 04:47:20 ---> Running in de094bda668a 04:47:46 Removing intermediate container de094bda668a 04:47:46 ---> 2c85e0c2ce5f 04:47:46 Successfully built 2c85e0c2ce5f 04:47:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:47:47 + docker inspect -f . ci-base-image-x86_64 04:47:47 . [Pipeline] withDockerContainer 04:47:47 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 04:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:47:48 $ docker top 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:48 + go version 04:47:48 go version go1.16.3 linux/amd64 [Pipeline] } 04:47:48 $ docker stop --time=1 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb 04:47:50 $ docker rm -f 3044e26f1047802d944993e05ca0400b6203061515b61842b0fb424ca8c120eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:47:50 + docker inspect -f . ci-base-image-x86_64 04:47:50 . [Pipeline] withDockerContainer 04:47:50 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 04:47:50 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:47:51 $ docker top b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb -eo pid,comm [Pipeline] { [Pipeline] echo 04:47:51 ========================================================= 04:47:51 [edgeXBuildGoParallel] Running Tests and Build... 04:47:51 ========================================================= [Pipeline] sh 04:47:51 + go mod tidy [Pipeline] sh 04:47:54 + make test 04:47:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:48:02 ? github.com/edgexfoundry/edgex-go [no test files] 04:48:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:48:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:48:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:48:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:48:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:48:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:48:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:48:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:48:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:48:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:48:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:48:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:48:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 45.9% of statements 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:48:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements 04:48:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.144s coverage: 87.7% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.090s coverage: 78.9% of statements 04:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.300s coverage: 28.6% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:48:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:48:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 95.1% of statements 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.9% of statements 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements 04:48:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 04:48:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 04:48:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3934 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws 04:48:55 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 04:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 04:49:00 using credential edgex-jenkins-ssh 04:49:00 Cloning the remote Git repository 04:49:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:49:00 > git init /w/workspace/edgex-go/4 # timeout=10 04:49:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:49:00 > git --version # timeout=10 04:49:00 > git --version # 'git version 2.17.1' 04:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.222s coverage: 81.8% of statements 04:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 76.0% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.2% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 64.4% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 66.9% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 43.4% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.0% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 9.6% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:49:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 92.6% of statements 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:49:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 28.7% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.094s coverage: 64.6% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 97.6% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:49:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:49:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 04:49:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements 04:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 04:49:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.026s coverage: 85.7% of statements 04:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 04:49:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements 04:49:12 GO111MODULE=on go vet ./... 04:49:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:49:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:49:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:49:18 Merging remotes/origin/master commit 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:49:18 Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:49:18 Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) 04:49:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:49:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:49:18 > git config core.sparsecheckout # timeout=10 04:49:18 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 04:49:18 > git remote # timeout=10 04:49:18 > git config --get remote.origin.url # timeout=10 04:49:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:18 > git merge 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 04:49:18 > git rev-parse HEAD^{commit} # timeout=10 04:49:18 > git config core.sparsecheckout # timeout=10 04:49:18 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 04:49:23 Commit message: "feat(sma): implement v2 GET /health/{services} API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:49:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:49:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:49:25 + true 04:49:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:49:28 provisioning config files... 04:49:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4752767567860976596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:49:28 ---> docker-login.sh 04:49:28 nexus3.edgexfoundry.org:10001 04:49:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:30 Configure a credential helper to remove this warning. See 04:49:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:30 04:49:30 Login Succeeded 04:49:30 nexus3.edgexfoundry.org:10002 04:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:30 Configure a credential helper to remove this warning. See 04:49:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:30 04:49:30 Login Succeeded 04:49:30 nexus3.edgexfoundry.org:10003 04:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:30 Configure a credential helper to remove this warning. See 04:49:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:30 04:49:30 Login Succeeded 04:49:30 nexus3.edgexfoundry.org:10004 04:49:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:31 Configure a credential helper to remove this warning. See 04:49:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:31 04:49:31 Login Succeeded 04:49:31 docker.io 04:49:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:32 Configure a credential helper to remove this warning. See 04:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:32 04:49:32 Login Succeeded 04:49:32 ---> docker-login.sh ends [Pipeline] } 04:49:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:49:32 ========================================================= 04:49:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:49:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:49:33 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 04:49:35 Sending build context to Docker daemon 167.6MB 04:49:35 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 04:49:35 Step 2/6 : FROM ${BASE} 04:49:35 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:49:35 595b0fe564bb: Pulling fs layer 04:49:35 7186ed65a4f7: Pulling fs layer 04:49:35 316046926c0a: Pulling fs layer 04:49:35 4ebd0625c992: Pulling fs layer 04:49:35 207e8628e3a3: Pulling fs layer 04:49:35 c791037a9be2: Pulling fs layer 04:49:35 ffd874e62e21: Pulling fs layer 04:49:35 4ebd0625c992: Waiting 04:49:35 207e8628e3a3: Waiting 04:49:35 c791037a9be2: Waiting 04:49:35 ffd874e62e21: Waiting 04:49:35 316046926c0a: Verifying Checksum 04:49:35 316046926c0a: Download complete 04:49:35 7186ed65a4f7: Verifying Checksum 04:49:35 7186ed65a4f7: Download complete 04:49:35 207e8628e3a3: Verifying Checksum 04:49:35 207e8628e3a3: Download complete 04:49:35 595b0fe564bb: Verifying Checksum 04:49:35 595b0fe564bb: Download complete 04:49:35 c791037a9be2: Download complete 04:49:36 595b0fe564bb: Pull complete 04:49:36 7186ed65a4f7: Pull complete 04:49:37 316046926c0a: Pull complete 04:49:38 ffd874e62e21: Verifying Checksum 04:49:38 ffd874e62e21: Download complete 04:49:39 4ebd0625c992: Verifying Checksum 04:49:39 4ebd0625c992: Download complete 04:49:44 gofmt -l . 04:49:44 [ "`gofmt -l .`" = "" ] 04:49:45 ./bin/test-go-mod-tidy.sh 04:49:45 ./bin/test-attribution-txt.sh [Pipeline] sh 04:49:47 + ls -al . 04:49:47 total 816 04:49:47 drwxrwxr-x 10 1001 1001 4096 May 10 04:49 . 04:49:47 drwxr-xr-x 4 root root 28 May 10 04:47 .. 04:49:47 -rw-rw-r-- 1 1001 1001 11 May 10 04:46 .dockerignore 04:49:47 drwxrwxr-x 8 1001 1001 179 May 10 04:46 .git 04:49:47 drwxrwxr-x 3 1001 1001 125 May 10 04:46 .github 04:49:47 -rw-rw-r-- 1 1001 1001 818 May 10 04:46 .gitignore 04:49:47 drwx------ 3 1001 1001 60 May 10 04:46 .semver 04:49:47 -rw-rw-r-- 1 1001 1001 166 May 10 04:46 .sonarcloud.properties 04:49:47 -rw-rw-r-- 1 1001 1001 8609 May 10 04:46 Attribution.txt 04:49:47 -rw-rw-r-- 1 1001 1001 3804 May 10 04:46 CONTRIBUTING.md 04:49:47 -rw-rw-r-- 1 1001 1001 931 May 10 04:46 Dockerfile.build 04:49:47 -rw-rw-r-- 1 1001 1001 863 May 10 04:46 Jenkinsfile 04:49:47 -rw-rw-r-- 1 1001 1001 10775 May 10 04:46 LICENSE 04:49:47 -rw-rw-r-- 1 1001 1001 5774 May 10 04:46 Makefile 04:49:47 -rw-rw-r-- 1 1001 1001 7978 May 10 04:46 README.md 04:49:47 -rw-rw-r-- 1 1001 1001 6755 May 10 04:46 SECURITY.md 04:49:47 -rw-rw-r-- 1 1001 1001 5 May 10 04:46 VERSION 04:49:47 -rw-rw-r-- 1 1001 1001 4131 May 10 04:46 ZMQWindows.md 04:49:47 drwxrwxr-x 2 1001 1001 117 May 10 04:46 bin 04:49:47 drwxrwxr-x 14 1001 1001 4096 May 10 04:46 cmd 04:49:47 -rw-r--r-- 1 root root 706092 May 10 04:49 coverage.out 04:49:47 -rw-r--r-- 1 root root 1060 May 10 04:49 go.mod 04:49:47 -rw-r--r-- 1 root root 22169 May 10 04:47 go.sum 04:49:47 drwxrwxr-x 8 1001 1001 127 May 10 04:46 internal 04:49:47 drwxrwxr-x 4 1001 1001 26 May 10 04:46 openapi 04:49:47 drwxrwxr-x 4 1001 1001 71 May 10 04:46 snap 04:49:47 -rw-rw-r-- 1 1001 1001 168 May 10 04:46 version.go [Pipeline] sh 04:49:47 + '[' -e coverage.out ] 04:49:47 + chown 1001:1001 coverage.out [Pipeline] stash 04:49:47 Stashed 1 file(s) [Pipeline] sh 04:49:48 + make build 04:49:48 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 04:49: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 04:49:50 4ebd0625c992: Pull complete 04:49:50 207e8628e3a3: Pull complete 04:49:50 c791037a9be2: Pull complete 04:49:52 ffd874e62e21: Pull complete 04:49:52 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 04:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:49:52 ---> cfc18b08335c 04:49:52 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 04:49:57 ---> Running in cb13f8255414 04:49:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:49:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:50:00 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 04:50:00 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 04:50:01 (1/12) Installing libmagic (5.39-r0) 04:50:02 (2/12) Installing file (5.39-r0) 04:50:02 (3/12) Installing libc-dev (0.7.2-r3) 04:50:02 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 04:50:02 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 04:50:02 (4/12) Installing g++ (10.2.1_pre1-r3) 04:50:03 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 04:50:05 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 04:50:06 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 04:50:07 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 04:50:08 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 04:50:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:50:11 $ docker stop --time=1 b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb 04:50:13 $ docker rm -f b4010180abed028e6ed368ee63edf61c79be1ab6624371cdd0e470ade600e7fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:50:16 04:50:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:50:16 latest: Pulling from edgex-devops/edgex-compose 04:50:16 cbdbe7a5bc2a: Pulling fs layer 04:50:16 ca9280d653b3: Pulling fs layer 04:50:16 7e9c9ca2126c: Pulling fs layer 04:50:17 cbdbe7a5bc2a: Verifying Checksum 04:50:17 cbdbe7a5bc2a: Download complete 04:50:17 cbdbe7a5bc2a: Pull complete 04:50:17 (5/12) Installing fortify-headers (1.1-r0) 04:50:17 (6/12) Installing patch (2.7.6-r6) 04:50:17 (7/12) Installing build-base (0.5-r2) 04:50:17 (8/12) Installing libsodium (1.0.18-r0) 04:50:17 ca9280d653b3: Verifying Checksum 04:50:17 ca9280d653b3: Download complete 04:50:18 (9/12) Installing pkgconf (1.7.3-r0) 04:50:18 (10/12) Installing libsodium-dev (1.0.18-r0) 04:50:18 (11/12) Installing libzmq (4.3.3-r1) 04:50:18 ca9280d653b3: Pull complete 04:50:19 7e9c9ca2126c: Download complete 04:50:19 (12/12) Installing zeromq-dev (4.3.3-r1) 04:50:19 Executing busybox-1.32.1-r6.trigger 04:50:19 OK: 218 MiB in 52 packages 04:50:23 Removing intermediate container cb13f8255414 04:50:23 ---> 4590fb69ad3c 04:50:23 Step 4/6 : WORKDIR /edgex-go 04:50:23 ---> Running in 0d60bddd12ce 04:50:24 Removing intermediate container 0d60bddd12ce 04:50:24 ---> 87b23bb56bb1 04:50:24 Step 5/6 : COPY go.mod . 04:50:25 ---> 40810e23b823 04:50:25 Step 6/6 : RUN go mod download 04:50:25 ---> Running in 4c306e378986 04:50:25 7e9c9ca2126c: Pull complete 04:50:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:50:26 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 04:50:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:50:29 $ docker top 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:29 + docker-compose build --help 04:50:29 + grep parallel 04:50:30 --parallel Build images in parallel. [Pipeline] } 04:50:30 $ docker stop --time=1 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 04:50:31 $ docker rm -f 7ffa1f2e85f71cb2d918a1b7d45a79733664d2bae7da6183fad52d041b9c7638 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:50:32 . [Pipeline] withDockerContainer 04:50:32 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 04:50:32 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:50:33 $ docker top 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:33 + docker-compose -f ./docker-compose-build.yml build --parallel 04:50:34 Building docker-core-command-go ... 04:50:34 Building docker-core-data-go ... 04:50:34 Building docker-core-metadata-go ... 04:50:34 Building docker-security-bootstrapper-go ... 04:50:34 Building docker-security-proxy-setup-go ... 04:50:34 Building docker-security-secretstore-setup-go ... 04:50:34 Building docker-support-notifications-go ... 04:50:34 Building docker-support-scheduler-go ... 04:50:34 Building docker-sys-mgmt-agent-go ... 04:50:34 Building docker-core-data-go 04:50:34 Building docker-security-bootstrapper-go 04:50:34 Building docker-support-notifications-go 04:50:34 Building docker-security-proxy-setup-go 04:50:34 Building docker-support-scheduler-go 04:50:51 Removing intermediate container 4c306e378986 04:50:51 ---> f1680b57551c 04:50:51 Successfully built f1680b57551c 04:50:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker inspect -f . ci-base-image-arm64 04:50:52 . [Pipeline] withDockerContainer 04:50:52 prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container 04:50:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:50:54 $ docker top 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:54 + go version 04:50:54 go version go1.16.3 linux/arm64 [Pipeline] } 04:50:54 $ docker stop --time=1 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e 04:50:56 $ docker rm -f 8e781277728877a4aa41b599a9ed9df32654cba4fe9c2e917e386b9f995e7b4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:57 + docker inspect -f . ci-base-image-arm64 04:50:57 . [Pipeline] withDockerContainer 04:50:57 prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container 04:50:57 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:50:59 $ docker top 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a -eo pid,comm [Pipeline] { [Pipeline] echo 04:50:59 ========================================================= 04:50:59 [edgeXBuildGoParallel] Running Tests and Build... 04:50:59 ========================================================= [Pipeline] sh 04:51:00 + go mod tidy [Pipeline] sh 04:51:01 + make test 04:51:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:51:07 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:51:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:51:07 ---> 2c85e0c2ce5f 04:51:07 Step 3/22 : WORKDIR /edgex-go 04:51:07 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:51:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:51:07 ---> 2c85e0c2ce5f 04:51:07 Step 3/21 : WORKDIR /edgex-go 04:51:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:51:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:51:07 ---> 2c85e0c2ce5f 04:51:07 Step 3/23 : WORKDIR /edgex-go 04:51:07 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:51:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:51:07 ---> 2c85e0c2ce5f 04:51:07 Step 3/22 : WORKDIR /edgex-go 04:51:07 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:51:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:51:07 ---> 2c85e0c2ce5f 04:51:07 Step 3/31 : WORKDIR /edgex-go 04:51:07 ---> Running in 5dce82675998 04:51:07 ---> Running in f1d9d80d7f0a 04:51:07 ---> Running in a4abae3ada53 04:51:07 ---> Running in aedceb831a55 04:51:07 ---> Running in e7a81a723532 04:51:07 Removing intermediate container e7a81a723532 04:51:07 ---> 2619023649bd 04:51:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:07 Removing intermediate container 5dce82675998 04:51:07 ---> 81bc96108679 04:51:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:07 Removing intermediate container a4abae3ada53 04:51:07 ---> aa54350885c8 04:51:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:07 Removing intermediate container aedceb831a55 04:51:07 ---> a038686d551d 04:51:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:07 Removing intermediate container f1d9d80d7f0a 04:51:07 ---> e458a1b13e55 04:51:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:08 ---> Running in 29a7f0313c69 04:51:08 ---> Running in 97b01de846e4 04:51:08 ---> Running in 5e97bee0fce4 04:51:08 ---> Running in cdf86f362a7b 04:51:08 ---> Running in 01eb422a22d4 04:51:10 Removing intermediate container cdf86f362a7b 04:51:10 ---> 3ecb0dde7daa 04:51:10 Step 5/31 : RUN apk add --update --no-cache make git 04:51:10 ---> Running in dbc0e2ed8b55 04:51:10 Removing intermediate container 29a7f0313c69 04:51:10 ---> da3df7a242fd 04:51:10 Step 5/21 : RUN apk add --update --no-cache make git 04:51:10 Removing intermediate container 5e97bee0fce4 04:51:10 ---> 7e39502fe7d4 04:51:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:51:10 Removing intermediate container 01eb422a22d4 04:51:10 ---> c21a603a1649 04:51:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:51:10 Removing intermediate container 97b01de846e4 04:51:10 ---> 4baf8f8bf741 04:51:10 Step 5/22 : RUN apk add --update --no-cache make git 04:51:10 ---> Running in 5e51e04101e0 04:51:10 ---> Running in b0c14384b2f8 04:51:10 ---> Running in 06e8def30ba5 04:51:10 ---> Running in 05616277f50b 04:51:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:13 OK: 219 MiB in 52 packages 04:51:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:13 OK: 219 MiB in 52 packages 04:51:14 Removing intermediate container dbc0e2ed8b55 04:51:14 ---> 72d3462b669b 04:51:14 Step 6/31 : COPY go.mod . 04:51:14 ---> 04e9b0e796c7 04:51:14 Step 7/31 : RUN go mod download 04:51:14 ---> Running in 32599b70bb64 04:51:14 Removing intermediate container b0c14384b2f8 04:51:14 ---> 06fc7e5c02ef 04:51:14 Step 6/22 : COPY go.mod . 04:51:14 OK: 219 MiB in 52 packages 04:51:14 OK: 219 MiB in 52 packages 04:51:15 OK: 219 MiB in 52 packages 04:51:15 ---> 4e325a10f959 04:51:15 Step 7/22 : RUN go mod download 04:51:15 ---> Running in 82f28199a3e9 04:51:15 Removing intermediate container 5e51e04101e0 04:51:15 ---> c3127bcc72fc 04:51:15 Step 6/21 : COPY go.mod . 04:51:16 Removing intermediate container 06e8def30ba5 04:51:16 ---> fb2ba7adf71e 04:51:16 Step 6/23 : COPY go.mod . 04:51:16 ---> 9eaeb6731a71 04:51:16 Step 7/21 : RUN go mod download 04:51:16 Removing intermediate container 05616277f50b 04:51:16 ---> b349adaf80d6 04:51:16 Step 6/22 : COPY go.mod . 04:51:16 ---> Running in 6932e67dc08e 04:51:16 Removing intermediate container 32599b70bb64 04:51:16 ---> eb0b45bbc6b1 04:51:16 Step 8/31 : COPY . . 04:51:16 ---> 29920591a139 04:51:16 Step 7/23 : RUN go mod download 04:51:16 ---> fe75ffcabc57 04:51:16 Step 7/22 : RUN go mod download 04:51:16 ---> Running in 4521e7f4f22f 04:51:17 ---> Running in 2b2c96dad8f2 04:51:21 Removing intermediate container 82f28199a3e9 04:51:21 ---> 99a944967541 04:51:21 Step 8/22 : COPY . . 04:51:24 Removing intermediate container 6932e67dc08e 04:51:24 ---> ded1145f9dc0 04:51:24 Step 8/21 : COPY . . 04:51:28 ? github.com/edgexfoundry/edgex-go [no test files] 04:51:37 Removing intermediate container 4521e7f4f22f 04:51:37 ---> 4946a28768cf 04:51:37 Step 8/23 : COPY . . 04:51:37 Removing intermediate container 2b2c96dad8f2 04:51:37 ---> 9a0a387d8768 04:51:37 Step 8/22 : COPY . . 04:51:52 ---> b82934c47bd9 04:51:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:51:58 ---> Running in 65c31bab3655 04:51:59 ---> 82a5825d16ff 04:51:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:52:01 ---> 422a7c153419 04:52:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:52:06 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 04:52:06 ---> Running in db4e0a7a592f 04:52:07 ---> Running in 5320879b14b8 04:52:07 ---> 890a70faac45 04:52:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:52:09 ---> Running in 7a9fbcb2fc38 04:52:09 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 04:52:10 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 04:52:11 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 04:52:12 ---> 97264a947fd1 04:52:12 Step 9/23 : RUN make cmd/core-data/core-data 04:52:12 ---> Running in 316b641be623 04:52: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 04:52:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:52:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:52:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:52:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:52:45 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 04:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:52:47 Removing intermediate container 65c31bab3655 04:52:47 ---> 659e328b81db 04:52:47 04:52:47 Step 10/31 : FROM alpine:3.12 04:52:47 3.12: Pulling from library/alpine 04:52:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:52:48 Status: Downloaded newer image for alpine:3.12 04:52:48 ---> 13621d1b12d4 04:52:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:52:48 ---> Running in 32c4367cb650 04:52:49 Removing intermediate container 32c4367cb650 04:52:49 ---> eb4eb9d042e6 04:52:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:52:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:52:50 ---> Running in 2c761bcc3199 04:52:51 Removing intermediate container db4e0a7a592f 04:52:51 ---> 92d149c81507 04:52:51 04:52:51 Step 10/22 : FROM alpine:3.12 04:52:51 ---> 13621d1b12d4 04:52:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:52:51 ---> Running in 7433ad868afc 04:52:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:52:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:52 (1/2) Installing dumb-init (1.2.2-r1) 04:52:52 (2/2) Installing su-exec (0.2-r1) 04:52:52 Executing busybox-1.31.1-r20.trigger 04:52:52 OK: 6 MiB in 16 packages 04:52:52 (1/2) Installing ca-certificates (20191127-r4) 04:52:52 (2/2) Installing dumb-init (1.2.2-r1) 04:52:52 Executing busybox-1.31.1-r20.trigger 04:52:52 Executing ca-certificates-20191127-r4.trigger 04:52:52 OK: 6 MiB in 16 packages 04:52:57 Removing intermediate container 7a9fbcb2fc38 04:52:57 ---> 2eb7675a51b0 04:52:57 04:52:57 Step 10/22 : FROM alpine:3.12 04:52:57 ---> 13621d1b12d4 04:52:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:52:57 Removing intermediate container 5320879b14b8 04:52:57 ---> dd2e28c23e6e 04:52:57 04:52:57 Step 10/21 : FROM alpine:3.12 04:52:57 ---> 13621d1b12d4 04:52:57 Step 11/21 : RUN apk add --update --no-cache curl 04:52:57 ---> Running in fc84580abdfd 04:52:57 ---> Running in 93390e4ef915 04:52:57 Removing intermediate container 2c761bcc3199 04:52:57 ---> a5309b7b557c 04:52:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:52:57 Removing intermediate container 7433ad868afc 04:52:57 ---> 8d4aa78da6f3 04:52:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:52:58 ---> Running in 63c4a52656b5 04:52:58 ---> Running in 7133e82ac9ad 04:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:53:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:53:00 Removing intermediate container 63c4a52656b5 04:53:00 ---> 2fbd0a3b4b88 04:53:00 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:53:00 Removing intermediate container 7133e82ac9ad 04:53:00 ---> 5fb3075ddb88 04:53:00 Step 13/22 : ENV APP_PORT=48060 04:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:00 ---> Running in e664b0826a5f 04:53:00 ---> Running in 13e3c21c65b6 04:53:00 (1/4) Installing ca-certificates (20191127-r4) 04:53:00 (1/1) Installing dumb-init (1.2.2-r1) 04:53:00 Executing busybox-1.31.1-r20.trigger 04:53:00 OK: 6 MiB in 15 packages 04:53:00 Removing intermediate container 316b641be623 04:53:00 ---> 9b4b9051b744 04:53:00 04:53:00 Step 10/23 : FROM alpine:3.12 04:53:00 ---> 13621d1b12d4 04:53:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:53:00 (3/4) Installing libcurl (7.76.1-r0) 04:53:00 (4/4) Installing curl (7.76.1-r0) 04:53:00 Executing busybox-1.31.1-r20.trigger 04:53:00 Executing ca-certificates-20191127-r4.trigger 04:53:00 OK: 7 MiB in 18 packages 04:53:00 ---> Running in 94d986cf93f7 04:53:00 Removing intermediate container e664b0826a5f 04:53:00 ---> a04eac9236b4 04:53:00 Step 14/22 : EXPOSE $APP_PORT 04:53:01 Removing intermediate container 13e3c21c65b6 04:53:01 ---> 2f8d0a5860b3 04:53:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:53:01 ---> Running in 6f80f5994654 04:53:01 ---> Running in 78e10342caad 04:53:02 Removing intermediate container 94d986cf93f7 04:53:02 ---> e030a230bbfd 04:53:02 Step 12/23 : ENV APP_PORT=48080 04:53:02 Removing intermediate container 93390e4ef915 04:53:02 ---> aacb213b5d71 04:53:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:53:02 Removing intermediate container 6f80f5994654 04:53:02 ---> 74e2b0fca459 04:53:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:02 ---> Running in 8c653b91579e 04:53:02 ---> Running in 15550a12f2a4 04:53:02 Removing intermediate container fc84580abdfd 04:53:02 ---> eb2922bfaabe 04:53:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:53:02 ---> Running in a0e3f5327860 04:53:02 ---> 2ba4d3596a52 04:53:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:53:03 Removing intermediate container 8c653b91579e 04:53:03 ---> edc0481bf14d 04:53:03 Step 13/23 : EXPOSE $APP_PORT 04:53:03 Removing intermediate container 15550a12f2a4 04:53:03 ---> 09fe25b855c3 04:53:03 Step 13/22 : ENV APP_PORT=48085 04:53:03 ---> Running in 6bc883ec334e 04:53:03 Removing intermediate container a0e3f5327860 04:53:03 ---> 0dba329b6167 04:53:03 Step 13/21 : WORKDIR /edgex 04:53:03 ---> Running in 77aaf1ec376d 04:53:03 ---> Running in f60a136d9ccd 04:53:04 Removing intermediate container 6bc883ec334e 04:53:04 ---> 3641c23d7a1c 04:53:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:04 ---> a8df6f084fbe 04:53:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:53:04 Removing intermediate container 77aaf1ec376d 04:53:04 ---> 081f5e2a7c42 04:53:04 Step 14/22 : EXPOSE $APP_PORT 04:53:04 ---> Running in f46de1b41c22 04:53:04 ---> Running in a6576f29aeae 04:53:04 Removing intermediate container f60a136d9ccd 04:53:04 ---> 66fff6f699bb 04:53:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:53:04 Removing intermediate container 78e10342caad 04:53:04 ---> aeb55e4d747b 04:53:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:53:04 ---> f90e59acddc1 04:53:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:53:04 ---> Running in f797e086bba6 04:53:04 ---> Running in 1900f5edd6be 04:53:04 Removing intermediate container a6576f29aeae 04:53:04 ---> 79f9cd38eb57 04:53:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:05 ---> 1fa3afc42bf0 04:53:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:53:05 Removing intermediate container f797e086bba6 04:53:05 ---> 84a9c5a83313 04:53:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:53:05 Removing intermediate container 1900f5edd6be 04:53:05 ---> 7cf2a5a16c37 04:53:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements 04:53:05 ---> 91a3a8a2a663 04:53:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:53:05 ---> Running in 62511e8ad5d5 04:53:05 ---> bcb5e04ba8bb 04:53:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:53:05 ---> b16a9b61fe74 04:53:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:53:06 ---> Running in cdb8694664ff 04:53:06 Removing intermediate container 62511e8ad5d5 04:53:06 ---> 3ce09cb6a2eb 04:53:06 Step 20/22 : LABEL arch=x86_64 04:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements 04:53:06 Removing intermediate container f46de1b41c22 04:53:06 ---> 96e7cdbe8826 04:53:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:53:06 ---> Running in d0f60046030e 04:53:06 ---> Running in a01f2c4b38b2 04:53:06 ---> 39a266b8174b 04:53:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:53:06 ---> a86259448f04 04:53:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:53:07 ---> Running in ded772c6f594 04:53:07 Removing intermediate container d0f60046030e 04:53:07 ---> 1746b63a1610 04:53:07 Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:53:07 ---> 71319f972fe1 04:53:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:53:07 ---> Running in 23de4e02cea4 04:53:07 Removing intermediate container ded772c6f594 04:53:07 ---> 1123015f70c9 04:53:07 Step 18/21 : CMD ["--init=true"] 04:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:07 ---> Running in 52f4e002c886 04:53:07 ---> Running in 175fb2c17492 04:53:07 Removing intermediate container 23de4e02cea4 04:53:07 ---> 75b95e9bf973 04:53:07 Step 22/22 : LABEL version=0.0.0 04:53:07 Removing intermediate container 52f4e002c886 04:53:07 ---> 3d6882bfc53f 04:53:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:09 Removing intermediate container 175fb2c17492 04:53:09 ---> f0278f3f27b5 04:53:09 Step 19/21 : LABEL arch=x86_64 04:53:09 ---> Running in 01e2ef5b6cf4 04:53:09 Removing intermediate container cdb8694664ff 04:53:09 ---> fd6ceb85eb42 04:53:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:09 ---> Running in 3406ef62b56d 04:53:09 ---> Running in 79b672c2c921 04:53:09 Removing intermediate container 01e2ef5b6cf4 04:53:09 ---> 97fa733a0ef6 04:53:09 04:53:09 Removing intermediate container 3406ef62b56d 04:53:09 ---> 49094984d737 04:53:09 Step 20/22 : LABEL arch=x86_64 04:53:09 ---> e590f7564af4 04:53:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:53:09 Successfully built 97fa733a0ef6 04:53:09 Removing intermediate container 79b672c2c921 04:53:09 ---> 04f0b81d5f21 04:53:09 Step 20/21 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:53:09 Successfully tagged docker-support-notifications-go:latest 04:53:09 Building docker-sys-mgmt-agent-go 04:53:09  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:09 ---> Running in d0e1815de8cd 04:53:09 ---> Running in eb5ee81523a7 04:53:09 Removing intermediate container d0e1815de8cd 04:53:09 ---> 2e8823c6a459 04:53:09 Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:53:09 Removing intermediate container eb5ee81523a7 04:53:09 ---> 0d78dba35a61 04:53:09 Step 21/21 : LABEL version=0.0.0 04:53:09 ---> Running in 84903d36c90b 04:53:09 ---> Running in f0172fe8f1eb 04:53:09 (1/6) Installing dumb-init (1.2.2-r1) 04:53:09 (2/6) Installing libgcc (9.3.0-r2) 04:53:09 ---> c788e1a0400d 04:53:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:53:09 (3/6) Installing libsodium (1.0.18-r0) 04:53:09 Removing intermediate container 84903d36c90b 04:53:09 ---> 9b54ae815b79 04:53:09 Step 22/22 : LABEL version=0.0.0 04:53:10 (4/6) Installing libstdc++ (9.3.0-r2) 04:53:10 Removing intermediate container f0172fe8f1eb 04:53:10 ---> 922e5ba70436 04:53:10 04:53:10 Successfully built 922e5ba70436 04:53:11 Successfully tagged docker-security-proxy-setup-go:latest 04:53:11 Building docker-security-secretstore-setup-go 04:53:11  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) 04:53:12 (6/6) Installing zeromq (4.3.3-r0) 04:53:12 Executing busybox-1.31.1-r20.trigger 04:53:12 OK: 8 MiB in 20 packages 04:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.651s coverage: 27.1% of statements 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.307s coverage: 71.3% of statements 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:53:14 ---> 090a417e2165 04:53:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:53:14 ---> Running in 5f2d9ba90876 04:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 87.7% of statements 04:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements 04:53:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:53:16 Removing intermediate container 5f2d9ba90876 04:53:16 ---> 108f44fe7aa0 04:53:16 04:53:16 ---> 589e4a7e4667 04:53:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:53:17 Removing intermediate container a01f2c4b38b2 04:53:17 ---> 406d567ac3b6 04:53:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:17 Successfully built 108f44fe7aa0 04:53:17 Successfully tagged docker-support-scheduler-go:latest 04:53:17 Building docker-core-metadata-go 04:53:23  Building docker-support-scheduler-go ... done  ---> 1d5a708e0e22 04:53:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.220s coverage: 28.6% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.247s coverage: 100.0% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.466s coverage: 97.5% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.243s coverage: 78.3% of statements 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:53:27 ---> 2b0513d3a5ae 04:53:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:53:29 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:53:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:53:29 ---> 2c85e0c2ce5f 04:53:29 Step 3/23 : WORKDIR /edgex-go 04:53:29 ---> Using cache 04:53:29 ---> e458a1b13e55 04:53:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:29 ---> Using cache 04:53:29 ---> c21a603a1649 04:53:29 Step 5/23 : RUN apk add --update --no-cache make bash git 04:53:30 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:53:30 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:53:30 ---> 2c85e0c2ce5f 04:53:30 Step 3/25 : WORKDIR /edgex-go 04:53:30 ---> Using cache 04:53:30 ---> e458a1b13e55 04:53:30 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:30 ---> Using cache 04:53:30 ---> c21a603a1649 04:53:30 Step 5/25 : RUN apk add --update --no-cache make git 04:53:30 ---> Running in a09f08fd5c7c 04:53:30 ---> Running in e544daeb8a28 04:53:31 ---> Running in a1654c5217a2 04:53:31 ---> 5a9a1cd2d257 04:53:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:53:31 Removing intermediate container a09f08fd5c7c 04:53:31 ---> 13f2e4c41cd6 04:53:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.301s coverage: 95.1% of statements 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.244s coverage: 0.9% of statements 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.115s coverage: 22.6% of statements 04:53:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.161s coverage: 79.5% of statements 04:53:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.138s coverage: 94.1% of statements 04:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.220s coverage: 96.3% of statements 04:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.145s coverage: 87.5% of statements 04:53:34 ---> 44bcc7ede663 04:53:34 Step 19/23 : ENTRYPOINT ["/core-data"] 04:53:34 ---> 069735fd2cf4 04:53:34 Step 26/31 : RUN chmod +x /entrypoint.sh 04:53:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:53:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:53:34 ---> Running in a6b640ea0dd9 04:53:35 ---> Running in 4b396d967ee7 04:53:36 Removing intermediate container a6b640ea0dd9 04:53:36 ---> 1e05927290c9 04:53:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:53:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:53:36 ---> Running in ce3e68387d18 04:53:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:53:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:53:37 ---> 2c85e0c2ce5f 04:53:37 Step 3/23 : WORKDIR /edgex-go 04:53:37 ---> Using cache 04:53:37 ---> e458a1b13e55 04:53:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:37 ---> Using cache 04:53:37 ---> c21a603a1649 04:53:37 Step 5/23 : RUN apk add --update --no-cache make git 04:53:37 OK: 219 MiB in 52 packages 04:53:37 OK: 219 MiB in 52 packages 04:53:37 Removing intermediate container ce3e68387d18 04:53:37 ---> 71858bfd1b3d 04:53:37 Step 21/23 : LABEL arch=x86_64 04:53:37 ---> Running in 9a27ba9c0b84 04:53:37 ---> Running in 4cec412d74f2 04:53:38 Removing intermediate container 4cec412d74f2 04:53:38 ---> cab00a6dc03f 04:53:38 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:53:38 Removing intermediate container a1654c5217a2 04:53:38 ---> db1273305df6 04:53:38 Step 6/25 : COPY go.mod . 04:53:38 Removing intermediate container e544daeb8a28 04:53:38 ---> de0694195a14 04:53:38 Step 6/23 : COPY go.mod . 04:53:38 ---> Running in 8e4b28ff7eae 04:53:39 Removing intermediate container 4b396d967ee7 04:53:39 ---> a3c922444359 04:53:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:53:39 Removing intermediate container 8e4b28ff7eae 04:53:39 ---> 96011caf1395 04:53:39 Step 23/23 : LABEL version=0.0.0 04:53:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:53:39 ---> c57f97ca5093 04:53:39 Step 7/25 : RUN go mod download 04:53:39 ---> Running in c4aee27222a4 04:53:39 ---> 4e309e549de8 04:53:39 Step 7/23 : RUN go mod download 04:53:39 ---> Running in 4b77bec40a90 04:53:39 ---> Running in 52b0cf391832 04:53:39 ---> Running in 5a15781f0c0e 04:53:39 Removing intermediate container c4aee27222a4 04:53:39 ---> 33a06bc13482 04:53:39 Step 28/31 : CMD ["gate"] 04:53:39 Removing intermediate container 4b77bec40a90 04:53:39 ---> 0674683471ac 04:53:39 04:53:39 Successfully built 0674683471ac 04:53:40 Successfully tagged docker-core-data-go:latest 04:53:40  Building docker-core-data-go ... done Building docker-core-command-go 04:53:40 ---> Running in 3ed054d11e62 04:53:40 Removing intermediate container 3ed054d11e62 04:53:40 ---> 04a7bd43807c 04:53:40 Step 29/31 : LABEL arch=x86_64 04:53:40 ---> Running in ac18e6c24991 04:53:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:53:40 Removing intermediate container ac18e6c24991 04:53:40 ---> 466491ddb87e 04:53:40 Step 30/31 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:53:41 ---> Running in 6356637200b0 04:53:41 Removing intermediate container 6356637200b0 04:53:41 ---> c02b741eb9e1 04:53:41 Step 31/31 : LABEL version=0.0.0 04:53:41 ---> Running in f877b28a556b 04:53:41 Removing intermediate container f877b28a556b 04:53:41 ---> e593fcc8ccd6 04:53:41 04:53:41 OK: 219 MiB in 52 packages 04:53:42 Successfully built e593fcc8ccd6 04:53:42 Removing intermediate container 5a15781f0c0e 04:53:42 ---> 4390ec17a55b 04:53:42 Step 8/23 : COPY . . 04:53:42 Successfully tagged docker-security-bootstrapper-go:latest 04:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.169s coverage: 94.4% of statements 04:53:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements 04:53:46  Building docker-security-bootstrapper-go ... done Removing intermediate container 52b0cf391832 04:53:46 ---> 3979ea89a79a 04:53:46 Step 8/25 : COPY . . 04:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.569s coverage: 81.8% of statements 04:53:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:53:52 Removing intermediate container 9a27ba9c0b84 04:53:52 ---> 2e010c93850d 04:53:52 Step 6/23 : COPY go.mod . 04:53:56 ---> 959f109f18ee 04:53:56 Step 7/23 : RUN go mod download 04:53:57 ---> Running in 3f8fa8a24160 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.203s coverage: 92.9% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.082s coverage: 87.2% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 76.0% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.155s coverage: 80.0% of statements 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.227s coverage: 87.2% of statements 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 85.4% of statements 04:53:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.2% of statements 04:53:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:53:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 64.4% of statements 04:53:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:53:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:53:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.138s coverage: 100.0% of statements 04:53:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 04:53:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 04:53:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 04:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 04:54:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:54:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:54:00 ---> 2c85e0c2ce5f 04:54:00 Step 3/23 : WORKDIR /edgex-go 04:54:00 ---> Using cache 04:54:00 ---> e458a1b13e55 04:54:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:00 ---> Using cache 04:54:00 ---> c21a603a1649 04:54:00 Step 5/23 : RUN apk add --update --no-cache make git 04:54:01 ---> Using cache 04:54:01 ---> 2e010c93850d 04:54:01 Step 6/23 : COPY go.mod . 04:54:01 ---> Using cache 04:54:01 ---> 959f109f18ee 04:54:01 Step 7/23 : RUN go mod download 04:54:05 ---> Running in 6a48330fc9b0 04:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 66.9% of statements 04:54:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:54:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:54:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:54:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.629s coverage: 43.4% of statements 04:54:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:54:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:54:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements 04:54:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:54:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.120s coverage: 84.8% of statements 04:54:06 Removing intermediate container 3f8fa8a24160 04:54:06 ---> c562a1231afc 04:54:06 Step 8/23 : COPY . . 04:54:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.472s coverage: 47.0% of statements 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:54:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:54:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:54:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.141s coverage: 9.6% of statements 04:54:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:54:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.531s coverage: 92.6% of statements 04:54:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:54:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:54:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:54:19 Removing intermediate container 6a48330fc9b0 04:54:19 ---> 0cea48c68d6a 04:54:19 Step 8/23 : COPY . . 04:54:19 ---> 6ff91e1d4264 04:54:19 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:54:19 ---> afa3d23a191a 04:54:19 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.532s coverage: 28.7% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.200s coverage: 100.0% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.185s coverage: 64.6% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.348s coverage: 97.6% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.136s coverage: 28.1% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.087s coverage: 85.7% of statements 04:54:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 04:54:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 04:54:24 GO111MODULE=on go vet ./... 04:54:24 ---> Running in c8fcc07aa3d2 04:54:24 ---> Running in 9326dbc05631 04:54:27 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 04:54:27 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 04:54:32 ---> 2ceac5337479 04:54:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:54:33 ---> Running in 25c4ddb203dd 04:54: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 04:54:42 ---> 94c0cc596282 04:54:42 Step 9/23 : RUN make cmd/core-command/core-command 04:54:42 ---> Running in a044d37fc9b8 04:54:43 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 04:54:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:55:01 Removing intermediate container c8fcc07aa3d2 04:55:01 ---> 31d4560e0920 04:55:01 04:55:01 Step 10/25 : FROM alpine:3.12 04:55:01 ---> 13621d1b12d4 04:55:01 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:55:01 Removing intermediate container 9326dbc05631 04:55:01 ---> 58fc8675d561 04:55:01 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:55:01 ---> Running in f3d5659ef1f8 04:55:01 ---> Running in 661e76fdffea 04:55:02 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 04:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:03 (1/6) Installing ca-certificates (20191127-r4) 04:55:03 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:55:03 (3/6) Installing libcurl (7.76.1-r0) 04:55:03 (4/6) Installing curl (7.76.1-r0) 04:55:03 (5/6) Installing dumb-init (1.2.2-r1) 04:55:03 (6/6) Installing su-exec (0.2-r1) 04:55:03 Executing busybox-1.31.1-r20.trigger 04:55:03 Executing ca-certificates-20191127-r4.trigger 04:55:03 OK: 7 MiB in 20 packages 04:55:07 Removing intermediate container f3d5659ef1f8 04:55:07 ---> 3f5b496869ea 04:55:07 04:55:07 Step 11/23 : FROM docker:20.10.0 04:55:07 Removing intermediate container 661e76fdffea 04:55:07 ---> 6c1cafcebb8d 04:55:07 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:55:07 20.10.0: Pulling from library/docker 04:55:07 ---> Running in 7c751d3b4104 04:55:07 Removing intermediate container 7c751d3b4104 04:55:07 ---> 7f046ee28a79 04:55:07 Step 13/25 : WORKDIR / 04:55:09 ---> Running in 28ac444cc2cf 04:55:12 Removing intermediate container 25c4ddb203dd 04:55:12 ---> dc75919d6512 04:55:12 04:55:12 Step 10/23 : FROM alpine:3.12 04:55:12 ---> 13621d1b12d4 04:55:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:55:12 ---> Using cache 04:55:12 ---> aacb213b5d71 04:55:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:55:12 ---> Using cache 04:55:12 ---> 09fe25b855c3 04:55:12 Step 13/23 : ENV APP_PORT=48081 04:55:12 Removing intermediate container 28ac444cc2cf 04:55:12 ---> 441e2ce66559 04:55:12 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:55:12 ---> Running in cf27024168ba 04:55:12 Removing intermediate container a044d37fc9b8 04:55:13 ---> fbc20fe84d52 04:55:13 04:55:13 Step 10/23 : FROM alpine:3.12 04:55:13 ---> 13621d1b12d4 04:55:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:55:13 ---> Using cache 04:55:13 ---> aacb213b5d71 04:55:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:55:13 ---> Using cache 04:55:13 ---> 09fe25b855c3 04:55:13 Step 13/23 : ENV APP_PORT=48082 04:55:13 ---> Running in 3b547ae0a4ab 04:55:13 Removing intermediate container cf27024168ba 04:55:13 ---> 9f3641eed566 04:55:13 Step 14/23 : EXPOSE $APP_PORT 04:55:13 ---> 055e0bfa8e9d 04:55:13 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:55:13 ---> Running in ee71f3c9c891 04:55:13 Removing intermediate container 3b547ae0a4ab 04:55:13 ---> fc575bb0b58a 04:55:13 Step 14/23 : EXPOSE $APP_PORT 04:55:13 ---> Running in 1cf622ed5b31 04:55:13 Removing intermediate container ee71f3c9c891 04:55:13 ---> d370931b532d 04:55:13 Step 15/23 : WORKDIR / 04:55:13 ---> 6ee0860c51e9 04:55:13 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:55:13 ---> Running in 706487ea346c 04:55:14 Removing intermediate container 1cf622ed5b31 04:55:14 ---> e49058223217 04:55:14 Step 15/23 : WORKDIR / 04:55:14 ---> ead928b681de 04:55:14 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:55:14 ---> Running in a21b62ceb8d7 04:55:14 Removing intermediate container 706487ea346c 04:55:14 ---> 59c8bd51b968 04:55:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:16 ---> 138434910e9f 04:55:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:55:16 Removing intermediate container a21b62ceb8d7 04:55:16 ---> 6da55df514bb 04:55:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:16 ---> 15513f38d679 04:55:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:55:17 ---> d8adf427ea0f 04:55:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:55:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:55:17 Status: Downloaded newer image for docker:20.10.0 04:55:17 ---> aefe523efa57 04:55:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:55:17 ---> e0c3a9332e9f 04:55:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:55:17 ---> f7aa164fa095 04:55:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:55:17 ---> Running in 85993b0b0a61 04:55:17 Removing intermediate container 85993b0b0a61 04:55:17 ---> dc6253a2f0a4 04:55:17 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 04:55:17 ---> 08badad149fc 04:55:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:55:17 ---> Running in f1fb38557c75 04:55:17 ---> 345ac51b4d73 04:55:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:55:17 ---> fc4544ff230d 04:55:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:55:17 ---> Running in 13837362d372 04:55:17 Removing intermediate container 13837362d372 04:55:17 ---> 07acc8dc79e3 04:55:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:18 ---> Running in 100ebe4ca181 04:55:18 ---> 8bb7e9b0ee26 04:55:18 Step 19/23 : ENTRYPOINT ["/core-command"] 04:55:18 ---> 1bf9c0744b6d 04:55:18 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/ 04:55:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:18 ---> Running in bbb0f069978f 04:55:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:18 ---> Running in 6f5abda8c7ae 04:55:18 Removing intermediate container 100ebe4ca181 04:55:18 ---> b04fb15f733e 04:55:18 Step 21/23 : LABEL arch=x86_64 04:55:18 (1/39) Installing readline (8.0.4-r0) 04:55:18 (2/39) Installing bash (5.0.17-r0) 04:55:18 Executing bash-5.0.17-r0.post-install 04:55:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:55:18 (4/39) Installing libcurl (7.76.1-r0) 04:55:18 (5/39) Installing curl (7.76.1-r0) 04:55:18 (6/39) Installing dumb-init (1.2.2-r1) 04:55:18 (7/39) Installing libbz2 (1.0.8-r1) 04:55:18 (8/39) Installing expat (2.2.9-r1) 04:55:18 (9/39) Installing libffi (3.3-r2) 04:55:18 (10/39) Installing gdbm (1.13-r1) 04:55:18 (11/39) Installing xz-libs (5.2.5-r0) 04:55:18 (12/39) Installing sqlite-libs (3.32.1-r0) 04:55:18 (13/39) Installing python3 (3.8.10-r0) 04:55:18 ---> Running in 0e9fd9152472 04:55:18 Removing intermediate container bbb0f069978f 04:55:18 ---> 23b306c03999 04:55:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:22 ---> Running in 7b7d52714534 04:55:22 Removing intermediate container 0e9fd9152472 04:55:22 ---> fdf9729a592c 04:55:22 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:55:22 (14/39) Installing py3-appdirs (1.4.4-r1) 04:55:22 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:55:22 ---> Running in a02588797f64 04:55:22 (16/39) Installing py3-parsing (2.4.7-r0) 04:55:22 (17/39) Installing py3-six (1.15.0-r0) 04:55:22 (18/39) Installing py3-packaging (20.4-r0) 04:55:22 (19/39) Installing py3-setuptools (47.0.0-r0) 04:55:22 (20/39) Installing py3-chardet (3.0.4-r4) 04:55:22 Removing intermediate container 7b7d52714534 04:55:22 ---> 93daeddfabd7 04:55:22 Step 21/23 : LABEL arch=x86_64 04:55:22 (21/39) Installing py3-idna (2.9-r0) 04:55:22 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:55:23 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:55:23 (24/39) Installing py3-requests (2.23.0-r0) 04:55:23 (25/39) Installing py3-msgpack (1.0.0-r0) 04:55:23 Removing intermediate container a02588797f64 04:55:23 ---> ca08d720e1da 04:55:23 Step 23/23 : LABEL version=0.0.0 04:55:23 (26/39) Installing py3-lockfile (0.12.2-r3) 04:55:24 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:55:24 (28/39) Installing py3-colorama (0.4.3-r0) 04:55:24 ---> Running in a9e460d72b40 04:55:24 (29/39) Installing py3-distlib (0.3.0-r0) 04:55:24 (30/39) Installing py3-distro (1.5.0-r1) 04:55:24 ---> Running in 0550b2c972ac 04:55:24 (31/39) Installing py3-webencodings (0.5.1-r3) 04:55:24 Removing intermediate container 6f5abda8c7ae 04:55:24 ---> b60120abc490 04:55:24 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 04:55:24 (32/39) Installing py3-html5lib (1.0.1-r4) 04:55:24 (33/39) Installing py3-pytoml (0.1.21-r0) 04:55:24 (34/39) Installing py3-pep517 (0.8.2-r0) 04:55:24 (35/39) Installing py3-progress (1.5-r0) 04:55:24 Removing intermediate container a9e460d72b40 04:55:24 ---> 5f7d07261e24 04:55:24 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:55:24 (36/39) Installing py3-toml (0.10.1-r0) 04:55:24 (37/39) Installing py3-retrying (1.3.3-r0) 04:55:24 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:55:24 (39/39) Installing py3-pip (20.1.1-r0) 04:55:24 ---> Running in 9f16437f6081 04:55:25 Removing intermediate container 0550b2c972ac 04:55:25 ---> a6660a125b22 04:55:25 04:55:25 ---> Running in 8df991f7e03e 04:55:25 Executing busybox-1.31.1-r19.trigger 04:55:25 OK: 72 MiB in 59 packages 04:55:26 Removing intermediate container 9f16437f6081 04:55:26 ---> 4d1f10df22d0 04:55:26 Step 23/25 : LABEL arch=x86_64 04:55:26 Successfully built a6660a125b22 04:55:26 Successfully tagged docker-core-metadata-go:latest 04:55:26  Building docker-core-metadata-go ... done  ---> Running in 6ef1b95f6ba3 04:55:26 Removing intermediate container 8df991f7e03e 04:55:26 ---> 40cdc95183c7 04:55:26 Step 23/23 : LABEL version=0.0.0 04:55:26 ---> Running in 3fded8c9677b 04:55:26 Removing intermediate container 6ef1b95f6ba3 04:55:26 ---> 0b58e2c01505 04:55:26 Step 24/25 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:55:26 ---> Running in b0e74f6952e2 04:55:26 Removing intermediate container 3fded8c9677b 04:55:26 ---> 9fccca24646c 04:55:26 04:55:27 Removing intermediate container b0e74f6952e2 04:55:27 ---> 6e4de495695f 04:55:27 Step 25/25 : LABEL version=0.0.0 04:55:27 Collecting docker-compose==1.23.2 04:55:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:55:27 Successfully built 9fccca24646c 04:55:27 Successfully tagged docker-core-command-go:latest 04:55:27  Building docker-core-command-go ... done  ---> Running in bb5f762cd7c1 04:55:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:55:27 Collecting dockerpty<0.5,>=0.4.1 04:55:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:55:27 Removing intermediate container bb5f762cd7c1 04:55:27 ---> 7bb7e18ca268 04:55:27 04:55:27 Successfully built 7bb7e18ca268 04:55:27 Successfully tagged docker-security-secretstore-setup-go:latest 04:55:28  Building docker-security-secretstore-setup-go ... done Collecting docker<4.0,>=3.6.0 04:55:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:55:28 Collecting jsonschema<3,>=2.5.1 04:55:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:55:28 Collecting PyYAML<4,>=3.10 04:55:28 Downloading PyYAML-3.13.tar.gz (270 kB) 04:55:29 Collecting websocket-client<1.0,>=0.32.0 04:55:29 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:55:29 Collecting docopt<0.7,>=0.6.1 04:55:29 Downloading docopt-0.6.2.tar.gz (25 kB) 04:55:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:55:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:55:30 Collecting cached-property<2,>=1.2.0 04:55:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:55:30 Collecting texttable<0.10,>=0.9.0 04:55:30 Downloading texttable-0.9.1.tar.gz (11 kB) 04:55:30 Collecting docker-pycreds>=0.4.0 04:55:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:55:30 Collecting idna<2.8,>=2.5 04:55:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:55:30 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) 04:55:30 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) 04:55:31 Collecting urllib3<1.25,>=1.21.1 04:55:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:55:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:55:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:55:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:55:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:55:31 Installing collected packages: dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, PyYAML, docopt, cached-property, texttable, docker-compose 04:55:31 Running setup.py install for dockerpty: started 04:55:31 Running setup.py install for dockerpty: finished with status 'done' 04:55:31 Attempting uninstall: idna 04:55:31 Found existing installation: idna 2.9 04:55:31 Uninstalling idna-2.9: 04:55:31 Successfully uninstalled idna-2.9 04:55:32 Attempting uninstall: urllib3 04:55:32 Found existing installation: urllib3 1.25.9 04:55:32 Uninstalling urllib3-1.25.9: 04:55:32 Successfully uninstalled urllib3-1.25.9 04:55:32 Attempting uninstall: requests 04:55:32 Found existing installation: requests 2.23.0 04:55:32 Uninstalling requests-2.23.0: 04:55:32 Successfully uninstalled requests-2.23.0 04:55:32 Running setup.py install for PyYAML: started 04:55:33 Running setup.py install for PyYAML: finished with status 'done' 04:55:33 Running setup.py install for docopt: started 04:55:33 Running setup.py install for docopt: finished with status 'done' 04:55:34 Running setup.py install for texttable: started 04:55:34 Running setup.py install for texttable: finished with status 'done' 04:55:34 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.59.0 04:55:42 Removing intermediate container f1fb38557c75 04:55:42 ---> 15fa6c648641 04:55:42 Step 14/23 : ENV APP_PORT=48090 04:55:42 ---> Running in 0e8de07dddcd 04:55:42 Removing intermediate container 0e8de07dddcd 04:55:42 ---> 778147f078d2 04:55:42 Step 15/23 : EXPOSE $APP_PORT 04:55:42 ---> Running in e6ebcf7eaed1 04:55:42 Removing intermediate container e6ebcf7eaed1 04:55:42 ---> d8d8b488db2e 04:55:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:55:43 ---> b428fda426dc 04:55:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:55:43 ---> 0faf740761c7 04:55:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:55:43 ---> 73e8ab559120 04:55:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 04:55:43 ---> Running in 27e0998c352d 04:55:43 Removing intermediate container 27e0998c352d 04:55:43 ---> b39ab3ea1526 04:55:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:44 ---> Running in 9bd277e3b6c9 04:55:44 Removing intermediate container 9bd277e3b6c9 04:55:44 ---> f57547c7d569 04:55:44 Step 21/23 : LABEL arch=x86_64 04:55:44 ---> Running in 83beeb6d82c3 04:55:44 Removing intermediate container 83beeb6d82c3 04:55:44 ---> 0bfc4c4464af 04:55:44 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:55:44 ---> Running in 7609b77c679a 04:55:44 Removing intermediate container 7609b77c679a 04:55:44 ---> 7625b19ed79a 04:55:44 Step 23/23 : LABEL version=0.0.0 04:55:44 ---> Running in e9f9220b3ed0 04:55:44 Removing intermediate container e9f9220b3ed0 04:55:44 ---> 6d3897965522 04:55:44 04:55:44 Successfully built 6d3897965522 04:55:45 Successfully tagged docker-sys-mgmt-agent-go:latest 04:55:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:55:45 $ docker stop --time=1 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 04:55:47 $ docker rm -f 4d23fe7c2d45a1158231edd1a2f8b871a97ac28cad301aab1ac28652d97105e0 [Pipeline] // withDockerContainer [Pipeline] sh 04:55:48 + docker images 04:55:48 + grep docker 04:55:48 docker-sys-mgmt-agent-go latest 6d3897965522 4 seconds ago 312MB 04:55:48 docker-security-secretstore-setup-go latest 7bb7e18ca268 21 seconds ago 25.7MB 04:55:48 docker-core-command-go latest 9fccca24646c 22 seconds ago 17MB 04:55:48 docker-core-metadata-go latest a6660a125b22 24 seconds ago 18.6MB 04:55:48 docker-security-bootstrapper-go latest e593fcc8ccd6 2 minutes ago 18.2MB 04:55:48 docker-core-data-go latest 0674683471ac 2 minutes ago 21.5MB 04:55:48 docker-support-scheduler-go latest 108f44fe7aa0 2 minutes ago 17.1MB 04:55:48 docker-security-proxy-setup-go latest 922e5ba70436 2 minutes ago 25.3MB 04:55:48 docker-support-notifications-go latest 97fa733a0ef6 2 minutes ago 17.6MB 04:55:48 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 04:56:01 gofmt -l . 04:56:01 [ "`gofmt -l .`" = "" ] 04:56:03 ./bin/test-go-mod-tidy.sh 04:56:03 Still waiting to schedule task 04:56:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:56:03 ./bin/test-attribution-txt.sh [Pipeline] sh 04:56:07 + ls -al . 04:56:07 total 844 04:56:07 drwxrwxr-x 9 1001 1001 4096 May 10 04:56 . 04:56:07 drwxr-xr-x 4 root root 4096 May 10 04:50 .. 04:56:07 -rw-rw-r-- 1 1001 1001 11 May 10 04:49 .dockerignore 04:56:07 drwxrwxr-x 8 1001 1001 4096 May 10 04:49 .git 04:56:07 drwxrwxr-x 3 1001 1001 4096 May 10 04:49 .github 04:56:07 -rw-rw-r-- 1 1001 1001 818 May 10 04:49 .gitignore 04:56:07 -rw-rw-r-- 1 1001 1001 166 May 10 04:49 .sonarcloud.properties 04:56:07 -rw-rw-r-- 1 1001 1001 8609 May 10 04:49 Attribution.txt 04:56:07 -rw-rw-r-- 1 1001 1001 3804 May 10 04:49 CONTRIBUTING.md 04:56:07 -rw-rw-r-- 1 1001 1001 931 May 10 04:49 Dockerfile.build 04:56:07 -rw-rw-r-- 1 1001 1001 863 May 10 04:49 Jenkinsfile 04:56:07 -rw-rw-r-- 1 1001 1001 10775 May 10 04:49 LICENSE 04:56:07 -rw-rw-r-- 1 1001 1001 5774 May 10 04:49 Makefile 04:56:07 -rw-rw-r-- 1 1001 1001 7978 May 10 04:49 README.md 04:56:07 -rw-rw-r-- 1 1001 1001 6755 May 10 04:49 SECURITY.md 04:56:07 -rw-rw-r-- 1 1001 1001 5 May 10 04:46 VERSION 04:56:07 -rw-rw-r-- 1 1001 1001 4131 May 10 04:49 ZMQWindows.md 04:56:07 drwxrwxr-x 2 1001 1001 4096 May 10 04:49 bin 04:56:07 drwxrwxr-x 14 1001 1001 4096 May 10 04:49 cmd 04:56:07 -rw-r--r-- 1 root root 706092 May 10 04:54 coverage.out 04:56:07 -rw-r--r-- 1 root root 1060 May 10 04:56 go.mod 04:56:07 -rw-r--r-- 1 root root 22169 May 10 04:51 go.sum 04:56:07 drwxrwxr-x 8 1001 1001 4096 May 10 04:49 internal 04:56:07 drwxrwxr-x 4 1001 1001 4096 May 10 04:49 openapi 04:56:07 drwxrwxr-x 4 1001 1001 4096 May 10 04:49 snap 04:56:07 -rw-rw-r-- 1 1001 1001 168 May 10 04:49 version.go [Pipeline] sh 04:56:07 + '[' -e coverage.out ] 04:56:07 + chown 1001:1001 coverage.out [Pipeline] stash 04:56:07 Warning: overwriting stash ‘coverage-report’ 04:56:09 Stashed 1 file(s) [Pipeline] sh 04:56:09 + make build 04:56:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:56: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 04:56:44 Running on prd-ubuntu18.04-docker-8c-8g-3938 in /w/workspace/edgexfoundry_edgex-go_PR-3420 [Pipeline] { [Pipeline] ws 04:56:44 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 04:56:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:56:46 using credential edgex-jenkins-ssh 04:56:46 Cloning the remote Git repository 04:56:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:56:46 > git init /w/workspace/edgex-go/4 # timeout=10 04:56:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:56:46 > git --version # timeout=10 04:56:46 > git --version # 'git version 2.17.1' 04:56:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:56:53 Merging remotes/origin/master commit 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd into PR head commit 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:56:53 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 04:56:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:56:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:56:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:56:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:56:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3420/head:refs/remotes/origin/PR-3420 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:56:53 > git config core.sparsecheckout # timeout=10 04:56:53 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 04:56:53 > git remote # timeout=10 04:56:53 Merge succeeded, producing 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 04:56:53 Checking out Revision 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 (PR-3420) 04:56:53 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 04:56:53 > git config --get remote.origin.url # timeout=10 04:56:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:56:53 > git merge 0a24aac118fe9f9c77ac4216f8244fb603d4f0cd # timeout=10 04:56:53 > git rev-parse HEAD^{commit} # timeout=10 04:56:53 > git config core.sparsecheckout # timeout=10 04:56:53 > git checkout -f 954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 # timeout=10 04:56:56 Commit message: "feat(sma): implement v2 GET /health/{services} API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:56:57 + echo snap-build.sh 04:56:57 snap-build.sh 04:56:57 + SNAP_BASE_DIR=. 04:56:57 + '[' '!' -z /w/workspace/edgex-go/4 ']' 04:56:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 04:56:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 04:56:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 04:56:57 + cd /w/workspace/edgex-go/4 04:56:57 + sudo apt-get remove -qy --purge lxd lxd-client 04:56:57 Reading package lists... 04:56:57 Building dependency tree... 04:56:57 Reading state information... 04:56:57 The following packages were automatically installed and are no longer required: 04:56:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:56:57 uidmap xdelta3 04:56:57 Use 'sudo apt autoremove' to remove them. 04:56:57 The following packages will be REMOVED: 04:56:57 lxd* lxd-client* 04:56:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:56:58 After this operation, 31.7 MB disk space will be freed. 04:56:58 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 04:56:59 (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.) 04:56:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:57:00 Removing lxd dnsmasq configuration 04:57:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:57:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:57:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:57:01 (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.) 04:57:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:57:02 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 04:57:02 Processing triggers for systemd (237-3ubuntu10.42) ... 04:57:02 Processing triggers for ureadahead (0.100.0-21) ... 04:57:04 + sudo snap remove --purge lxd 04:57:04 snap "lxd" is not installed 04:57:04 + sudo groupadd --force --system lxd 04:57:04 ++ whoami 04:57:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:57:04 + newgrp - lxd 04:57:04 + sudo snap install lxd 04:57:05 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 04:57:08 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 04:57:11 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 04:57:14 2021-05-10T04:57:10Z INFO Waiting for automatic snapd restart... 04:57:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:57:20 $ docker stop --time=1 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a 04:57:23 $ docker rm -f 1f850dc6145ef9d2ab995dbd70c7e28696aa6cea37665f321eb350b2159cc57a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:57:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:57:25 04:57:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:57:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:57:25 latest: Pulling from edgex-devops/edgex-compose-arm64 04:57:25 29e5d40040c1: Pulling fs layer 04:57:25 1ce36da41761: Pulling fs layer 04:57:25 25b303627fd3: Pulling fs layer 04:57:25 29e5d40040c1: Verifying Checksum 04:57:25 29e5d40040c1: Download complete 04:57:26 1ce36da41761: Verifying Checksum 04:57:26 1ce36da41761: Download complete 04:57:26 29e5d40040c1: Pull complete 04:57:27 1ce36da41761: Pull complete 04:57:28 25b303627fd3: Verifying Checksum 04:57:28 25b303627fd3: Download complete 04:57:29 lxd 4.13 from Canonical* installed 04:57:29 + sudo lxd init --auto 04:57:37 + sudo snap install --classic snapcraft 04:57:38 25b303627fd3: Pull complete 04:57:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:57:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:57:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:57:38 prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container 04:57:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 04:57:41 snapcraft 4.7.1 from Canonical* installed 04:57:41 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 04:57:41 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 04:57:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:57:41 Dload Upload Total Spent Left Speed 04:57:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 04:57:41 100 3325k 100 3325k 0 0 8460k 0 --:--:-- --:--:-- --:--:-- 8460k 04:57:41 ./yq_linux_amd64 04:57:41 + sudo snapcraft prime --use-lxd 04:57:42 $ docker top b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:43 + docker-compose build --help 04:57:43 + grep parallel 04:57:43 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:57:43 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: 04:57:43 - README.md 04:57:43 04:57:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:57:44 Launching a container. 04:57:47 --parallel Build images in parallel. [Pipeline] } 04:57:47 $ docker stop --time=1 b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae 04:57:49 $ docker rm -f b10ca587600be6670e19fd68457c0cba5a8d4620921b8843505ca628d3b722ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:57:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:57:50 . [Pipeline] withDockerContainer 04:57:50 prd-ubuntu18.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container 04:57:50 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:57:52 $ docker top eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd -eo pid,comm [Pipeline] { [Pipeline] sh 04:57:53 + docker-compose -f ./docker-compose-build.yml build --parallel 04:57:56 Waiting for container to be ready 04:57:56 To start your first instance, try: lxc launch ubuntu:18.04 04:57:56 04:57:57 Building docker-core-command-go ... 04:57:57 Building docker-core-data-go ... 04:57:57 Building docker-core-metadata-go ... 04:57:57 Building docker-security-bootstrapper-go ... 04:57:57 Building docker-security-proxy-setup-go ... 04:57:57 Building docker-security-secretstore-setup-go ... 04:57:57 Building docker-support-notifications-go ... 04:57:57 Building docker-support-scheduler-go ... 04:57:57 Building docker-sys-mgmt-agent-go ... 04:57:57 Building docker-core-data-go 04:57:57 Building docker-security-bootstrapper-go 04:57:57 Building docker-support-notifications-go 04:57:57 Building docker-security-proxy-setup-go 04:57:57 Building docker-support-scheduler-go 04:57:59 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:57:59 Waiting for network to be ready... 04:57:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:58:00 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:58:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 04:58:00 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:58:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:58:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:58:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:58:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:58:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:58:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:58:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:58:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 04:58:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 04:58:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:58:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 04:58:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 04:58:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 04:58:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 04:58:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:58:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 04:58:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 04:58:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 04:58:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 04:58:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 04:58:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 04:58:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 04:58:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 04:58:05 Fetched 24.5 MB in 5s (4480 kB/s) 04:58:06 Reading package lists... 04:58:06 Reading package lists... 04:58:06 Building dependency tree... 04:58:06 Reading state information... 04:58:06 The following additional packages will be installed: 04:58:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:58:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:58:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:58:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:58:06 Suggested packages: 04:58:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:58:06 Recommended packages: 04:58:06 gnupg libsasl2-modules 04:58:06 The following NEW packages will be installed: 04:58:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:58:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:58:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:58:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:58:06 The following packages will be upgraded: 04:58:06 gpg gpg-agent gpgconf libudev1 04:58:07 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 04:58:07 Need to get 3530 kB of archives. 04:58:07 After this operation, 13.3 MB of additional disk space will be used. 04:58:07 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 04:58:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 04:58:07 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] 04:58:07 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 04:58:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 04:58:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 04:58:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:58:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:58:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 04:58:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 04:58:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 04:58:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:58:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:58:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:58:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:58:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:58:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:58:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:58:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:58:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:58:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:58:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 04:58:08 debconf: delaying package configuration, since apt-utils is not installed 04:58:08 Fetched 3530 kB in 1s (3547 kB/s) 04:58:08 (Reading database ... 12511 files and directories currently installed.) 04:58:08 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 04:58:08 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 04:58:08 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 04:58:08 Selecting previously unselected package udev. 04:58:08 (Reading database ... 12511 files and directories currently installed.) 04:58:08 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 04:58:08 Unpacking udev (237-3ubuntu10.47) ... 04:58:08 Selecting previously unselected package libfuse2:amd64. 04:58:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:58:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:58:08 Selecting previously unselected package fuse. 04:58:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:58:08 Unpacking fuse (2.9.7-1ubuntu1) ... 04:58:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 04:58:08 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:58:08 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 04:58:09 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:58:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 04:58:09 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:58:09 Selecting previously unselected package libksba8:amd64. 04:58:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:58:09 Unpacking libksba8:amd64 (1.3.5-2) ... 04:58:09 Selecting previously unselected package libroken18-heimdal:amd64. 04:58:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:58:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:58:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:58:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:09 Selecting previously unselected package libwind0-heimdal:amd64. 04:58:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:10 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:58:10 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:10 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:10 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:58:10 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:10 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:58:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:58:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:58:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:10 Selecting previously unselected package libsasl2-modules-db:amd64. 04:58:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:58:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:58:10 Selecting previously unselected package libsasl2-2:amd64. 04:58:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:58:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:58:10 Selecting previously unselected package libldap-common. 04:58:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 04:58:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:58:10 Selecting previously unselected package libldap-2.4-2:amd64. 04:58:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 04:58:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:58:10 Selecting previously unselected package dirmngr. 04:58:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 04:58:10 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 04:58:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:58:11 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 04:58:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:58:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:58:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:58:11 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 04:58:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:11 Setting up libksba8:amd64 (1.3.5-2) ... 04:58:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:58:11 Setting up udev (237-3ubuntu10.47) ... 04:58:11 invoke-rc.d: policy-rc.d denied execution of start. 04:58:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:11 Processing triggers for systemd (237-3ubuntu10) ... 04:58:11 Setting up fuse (2.9.7-1ubuntu1) ... 04:58:11 Setting up gpg (2.2.4-1ubuntu1.4) ... 04:58:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:12 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:12 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:12 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:58:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:58:12 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 04:58:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:58:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:58:12 settings in the [Install] section, and DefaultInstance for template units). 04:58:12 This means they are not meant to be enabled using systemctl. 04:58:12 Possible reasons for having this kind of units are: 04:58:12 1) A unit may be statically enabled by being symlinked from another unit's 04:58:12 .wants/ or .requires/ directory. 04:58:12 2) A unit's purpose may be to act as a helper for some other unit which has 04:58:12 a requirement dependency on it. 04:58:12 3) A unit may be started when needed via activation (socket, path, timer, 04:58:12 D-Bus, udev, scripted systemctl call, ...). 04:58:12 4) In case of template units, the unit is meant to be enabled with some 04:58:12 instance name specified. 04:58:13 Reading package lists... 04:58:13 Building dependency tree... 04:58:13 Reading state information... 04:58:13 The following additional packages will be installed: 04:58:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:58:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:58:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:58:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:58:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:58:13 Suggested packages: 04:58:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:58:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:58:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:58:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:58:13 systemd-container policykit-1 04:58:13 Recommended packages: 04:58:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:58:13 The following NEW packages will be installed: 04:58:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:58:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:58:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:58:13 multiarch-support openssh-client python3 python3-minimal python3.6 04:58:13 python3.6-minimal snapd squashfs-tools sudo 04:58:13 The following packages will be upgraded: 04:58:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:58:13 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 04:58:13 Need to get 35.2 MB of archives. 04:58:13 After this operation, 141 MB of additional disk space will be used. 04:58:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 04:58:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 04:58:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 04:58:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:58:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 04:58:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 04:58:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 04:58:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:58:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:58:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:58:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:58:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:58:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:58:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:58:14 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 04:58:14 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 04:58:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 04:58:14 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 04:58:14 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:58:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:58:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:58:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:58:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:58:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:58:14 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:58:14 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:58:14 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 04:58:14 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:58:14 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:58:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:58:15 debconf: delaying package configuration, since apt-utils is not installed 04:58:15 Fetched 35.2 MB in 2s (18.4 MB/s) 04:58:15 (Reading database ... 12757 files and directories currently installed.) 04:58:15 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 04:58:15 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 04:58:16 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 04:58:16 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 04:58:16 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 04:58:16 (Reading database ... 12757 files and directories currently installed.) 04:58:16 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 04:58:16 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 04:58:16 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 04:58:16 (Reading database ... 12757 files and directories currently installed.) 04:58:16 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 04:58:16 Unpacking apt (1.6.13) over (1.6.1) ... 04:58:17 Setting up apt (1.6.13) ... 04:58:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:58:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:58:17 (Reading database ... 12764 files and directories currently installed.) 04:58:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:58:17 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:58:18 Selecting previously unselected package libpython3.6-minimal:amd64. 04:58:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:58:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:58:18 Selecting previously unselected package libexpat1:amd64. 04:58:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:58:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:58:18 Selecting previously unselected package python3.6-minimal. 04:58:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:58:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:58:18 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 04:58:18 Checking for services that may need to be restarted...done. 04:58:18 Checking for services that may need to be restarted...done. 04:58:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:58:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:58:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:58:19 Selecting previously unselected package python3-minimal. 04:58:19 (Reading database ... 13012 files and directories currently installed.) 04:58:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:58:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:58:19 Selecting previously unselected package mime-support. 04:58:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:58:19 Unpacking mime-support (3.60ubuntu1) ... 04:58:19 Selecting previously unselected package libmpdec2:amd64. 04:58:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:58:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:58:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:58:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:58:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:58:19 Selecting previously unselected package python3.6. 04:58:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:58:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:58:19 Selecting previously unselected package libpython3-stdlib:amd64. 04:58:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:58:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:58:20 Setting up python3-minimal (3.6.7-1~18.04) ... 04:58:20 Selecting previously unselected package python3. 04:58:20 (Reading database ... 13442 files and directories currently installed.) 04:58:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:58:20 Unpacking python3 (3.6.7-1~18.04) ... 04:58:20 Selecting previously unselected package multiarch-support. 04:58:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:58:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:58:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:58:20 Selecting previously unselected package liblzo2-2:amd64. 04:58:20 (Reading database ... 13479 files and directories currently installed.) 04:58:20 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:58:20 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:58:20 Selecting previously unselected package libbsd0:amd64. 04:58:20 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:58:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:58:20 Selecting previously unselected package sudo. 04:58:20 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:58:20 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:58:21 Selecting previously unselected package apparmor. 04:58:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:58:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:58:21 Selecting previously unselected package libedit2:amd64. 04:58:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:58:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:58:21 Selecting previously unselected package libkrb5support0:amd64. 04:58:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:58:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:58:21 Selecting previously unselected package libk5crypto3:amd64. 04:58:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:58:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:58:21 Selecting previously unselected package libkeyutils1:amd64. 04:58:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:58:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:58:21 Selecting previously unselected package libkrb5-3:amd64. 04:58:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:58:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:58:21 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:58:21 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:58:21 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:58:22 Selecting previously unselected package libssl1.0.0:amd64. 04:58:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 04:58:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:58:22 Selecting previously unselected package openssh-client. 04:58:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:58:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:58:22 Selecting previously unselected package squashfs-tools. 04:58:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:58:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:58:22 Selecting previously unselected package snapd. 04:58:22 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 04:58:22 Unpacking snapd (2.48.3+18.04) ... 04:58:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:58:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:58:25 Setting up mime-support (3.60ubuntu1) ... 04:58:25 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:58:25 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:58:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:58:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:58:25 Setting up systemd (237-3ubuntu10.47) ... 04:58:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:58:26 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:58:26 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:58:26 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:58:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:58:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:58:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:58:27 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:58:27 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:58:27 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:58:27 Setting up python3 (3.6.7-1~18.04) ... 04:58:27 running python rtupdate hooks for python3.6... 04:58:27 running python post-rtupdate hooks for python3.6... 04:58:27 Setting up apparmor (2.12-4ubuntu5.1) ... 04:58:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:58:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:58:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:58:29 Setting up snapd (2.48.3+18.04) ... 04:58:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:58:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:58:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:58:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:58:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:58:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:58:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:58:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:58:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:58:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:58:31 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 04:58:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:58:31 Processing triggers for systemd (237-3ubuntu10.47) ... 04:58:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:58:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:58:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:58:34 Reading package lists... 04:58:34 Reading package lists... 04:58:34 Building dependency tree... 04:58:34 Reading state information... 04:58:34 Calculating upgrade... 04:58:34 The following packages will be upgraded: 04:58:34 advancecomp base-files bash binutils binutils-common 04:58:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:58:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:58:34 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:58:34 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:58:34 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:58:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:58:34 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 04:58:34 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 04:58:34 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 04:58:34 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 04:58:34 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 04:58:34 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 04:58:34 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 04:58:34 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:58:34 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:58:34 Need to get 64.0 MB of archives. 04:58:34 After this operation, 5034 kB of additional disk space will be used. 04:58:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 04:58:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:58:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:58:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:58:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:58:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:58:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:58:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:58:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:58:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:58:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:58:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:58:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:58:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:58:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:58:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:58:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:58:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:58:35 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:58:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:58:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:58:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:58:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:58:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:58:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:58:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:58:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:58:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:58:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:58:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:58:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:58:35 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:58:35 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:58:35 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:58:35 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:58:35 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 04:58:35 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 04:58:35 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 04:58:35 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:58:35 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:58:35 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 04:58:35 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:58:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:58:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:58:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:58:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:58:35 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:58:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:58:35 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] 04:58:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 04:58:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 04:58:35 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 04:58:35 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:58:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:58:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:58:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:58:35 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:58:35 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:58:35 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:58:35 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:58:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:58:36 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:58:36 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:58:36 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:58:36 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:58:36 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:58:36 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:58:36 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:58:36 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:58:36 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:58:36 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:58:36 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:58:36 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:58:36 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:58:36 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:58:36 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:58:36 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:58:36 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:58:36 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:58:36 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:58:36 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:58:36 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:58:36 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] 04:58:36 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:58:36 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 04:58:36 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] 04:58:36 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:58:36 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 04:58:36 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:58:36 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:58:36 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 04:58:36 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 04:58:36 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:58:36 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:58:36 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] 04:58:36 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:58:36 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:58:36 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:58:36 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:58:36 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:58:36 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:58:36 debconf: delaying package configuration, since apt-utils is not installed 04:58:36 Fetched 64.0 MB in 2s (32.0 MB/s) 04:58:37 (Reading database ... 13912 files and directories currently installed.) 04:58:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:58:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:58:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:58:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:58:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 04:58:38 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 04:58:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:58:39 (Reading database ... 13911 files and directories currently installed.) 04:58:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:58:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:58:40 (Reading database ... 13911 files and directories currently installed.) 04:58:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:58:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:58:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:58:40 (Reading database ... 13911 files and directories currently installed.) 04:58:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:58:40 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:58:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:58:41 (Reading database ... 13911 files and directories currently installed.) 04:58:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:58:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:58:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:58:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:58:42 Setting up base-files (10.1ubuntu2.10) ... 04:58:42 Installing new version of config file /etc/issue ... 04:58:42 Installing new version of config file /etc/issue.net ... 04:58:42 Installing new version of config file /etc/lsb-release ... 04:58:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:58:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:58:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:58:42 Removing obsolete conffile /etc/default/motd-news ... 04:58:42 (Reading database ... 13912 files and directories currently installed.) 04:58:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:58:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:58:42 Setting up bash (4.4.18-2ubuntu1.2) ... 04:58:42 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 04:58:42 (Reading database ... 13912 files and directories currently installed.) 04:58:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:58:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:58:43 (Reading database ... 13912 files and directories currently installed.) 04:58:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:58:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:58:43 Setting up tar (1.29b-2ubuntu0.2) ... 04:58:43 (Reading database ... 13912 files and directories currently installed.) 04:58:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:58:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:58:43 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:58:43 (Reading database ... 13912 files and directories currently installed.) 04:58:43 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:58:43 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:58:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:58:43 (Reading database ... 13912 files and directories currently installed.) 04:58:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:58:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:58:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:58:44 (Reading database ... 13912 files and directories currently installed.) 04:58:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:58:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:58:44 Setting up grep (3.1-2build1) ... 04:58:44 (Reading database ... 13912 files and directories currently installed.) 04:58:44 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:58:44 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:58:44 Setting up login (1:4.5-1ubuntu2) ... 04:58:44 (Reading database ... 13912 files and directories currently installed.) 04:58:44 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:58:44 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:58:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:58:44 (Reading database ... 13912 files and directories currently installed.) 04:58:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:58:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:58:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:58:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:58:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:58:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:58:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:58:46 (Reading database ... 13912 files and directories currently installed.) 04:58:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:58:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:58:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:58:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:58:47 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:58:47 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:58:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:58:47 (Reading database ... 13912 files and directories currently installed.) 04:58:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:58:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:58:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:58:48 (Reading database ... 13912 files and directories currently installed.) 04:58:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:58:48 (Reading database ... 13912 files and directories currently installed.) 04:58:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:58:48 (Reading database ... 13912 files and directories currently installed.) 04:58:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:58:48 (Reading database ... 13912 files and directories currently installed.) 04:58:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:58:49 (Reading database ... 13912 files and directories currently installed.) 04:58:49 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:58:49 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:58:49 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:58:49 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:58:49 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:58:49 (Reading database ... 13912 files and directories currently installed.) 04:58:49 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:58:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:58:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:58:49 (Reading database ... 13912 files and directories currently installed.) 04:58:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:58:49 (Reading database ... 13912 files and directories currently installed.) 04:58:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:58:50 (Reading database ... 13912 files and directories currently installed.) 04:58:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:58:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:58:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:58:51 (Reading database ... 13912 files and directories currently installed.) 04:58:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:58:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:58:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:58:51 (Reading database ... 13912 files and directories currently installed.) 04:58:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:58:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:58:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:58:51 (Reading database ... 13914 files and directories currently installed.) 04:58:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:58:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:58:52 Setting up debconf (1.5.66ubuntu1) ... 04:58:52 (Reading database ... 13914 files and directories currently installed.) 04:58:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:58:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:58:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:58:52 (Reading database ... 13914 files and directories currently installed.) 04:58:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:58:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:58:52 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:58:53 (Reading database ... 13914 files and directories currently installed.) 04:58:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:58:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:58:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:58:53 (Reading database ... 13914 files and directories currently installed.) 04:58:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:58:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:58:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:58:53 (Reading database ... 13914 files and directories currently installed.) 04:58:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:58:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:58:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:58:53 (Reading database ... 13914 files and directories currently installed.) 04:58:53 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:58:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:58:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 04:58:54 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 04:58:54 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:58:54 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:58:54 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:58:54 (Reading database ... 13914 files and directories currently installed.) 04:58:54 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:58:54 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:58:54 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:58:54 (Reading database ... 13914 files and directories currently installed.) 04:58:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:58:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:58:54 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:58:55 (Reading database ... 13914 files and directories currently installed.) 04:58:55 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:58:55 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:58:55 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:58:55 (Reading database ... 13914 files and directories currently installed.) 04:58:55 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 04:58:55 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 04:58:55 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 04:58:55 (Reading database ... 13914 files and directories currently installed.) 04:58:55 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:58:55 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:58:55 Setting up passwd (1:4.5-1ubuntu2) ... 04:58:56 (Reading database ... 13914 files and directories currently installed.) 04:58:56 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 04:58:56 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:58:56 Setting up gpgv (2.2.4-1ubuntu1.4) ... 04:58:56 (Reading database ... 13914 files and directories currently installed.) 04:58:56 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 04:58:56 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 04:58:56 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 04:58:56 (Reading database ... 13914 files and directories currently installed.) 04:58:56 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 04:58:56 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 04:58:56 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 04:58:57 (Reading database ... 13914 files and directories currently installed.) 04:58:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:58:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:58:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:58:57 (Reading database ... 13914 files and directories currently installed.) 04:58:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:58:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:58:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:58:57 (Reading database ... 13914 files and directories currently installed.) 04:58:57 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:58:57 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:58:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:58:58 (Reading database ... 13914 files and directories currently installed.) 04:58:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:58:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:58:58 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:58:58 (Reading database ... 13914 files and directories currently installed.) 04:58:58 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 04:58:58 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 04:58:58 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 04:58:58 (Reading database ... 13914 files and directories currently installed.) 04:58:58 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 04:58:58 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 04:58:58 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 04:58:58 (Reading database ... 13915 files and directories currently installed.) 04:58:58 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:58:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:58:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:58:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:58:59 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:58:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:58:59 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:58:59 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:58:59 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:58:59 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:58:59 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:58:59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:58:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:58:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:58:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:58:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:58:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:59:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:59:00 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:59:00 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:59:00 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:59:00 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:59:00 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:59:00 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:59:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:59:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:59:01 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:59:01 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:59:01 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:59:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:59:02 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:59:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:59:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:59:02 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:59:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:59:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:59:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:03 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:03 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:03 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:03 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:04 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:04 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:05 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:05 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:05 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:59:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:59:05 ---> f1680b57551c 04:59:05 Step 3/22 : WORKDIR /edgex-go 04:59:05 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:59:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:59:05 ---> f1680b57551c 04:59:05 Step 3/22 : WORKDIR /edgex-go 04:59:05 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:05 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:06 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:59:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:59:06 ---> f1680b57551c 04:59:06 Step 3/21 : WORKDIR /edgex-go 04:59:06 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:59:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:59:06 ---> f1680b57551c 04:59:06 Step 3/23 : WORKDIR /edgex-go 04:59:06 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:59:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:59:06 ---> f1680b57551c 04:59:06 Step 3/31 : WORKDIR /edgex-go 04:59:06 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:06 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:07 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:59:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:59:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:59:07 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:59:07 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:59:07 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:59:07 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:59:07 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:59:07 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:59:07 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:59:08 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:59:08 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:59:08 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:59:08 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:59:08 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:59:08 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:59:08 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:08 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:59:08 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:08 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:08 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:59:08 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:59:08 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:59:08 04:59:08 Current default time zone: 'Etc/UTC' 04:59:08 Local time is now: Mon May 10 04:59:08 UTC 2021. 04:59:08 Universal Time is now: Mon May 10 04:59:08 UTC 2021. 04:59:08 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:59:08 04:59:08 Setting up systemd-sysv (237-3ubuntu10.47) ... 04:59:08 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:08 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 04:59:08 ---> Running in dd371344c745 04:59:08 ---> Running in 2ef1a799322a 04:59:08 ---> Running in 96578f5c8b43 04:59:08 ---> Running in f314fb0a0449 04:59:08 ---> Running in eedbe70baf0e 04:59:09 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:59:09 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:59:09 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:59:09 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:59:09 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:59:09 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:59:09 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:59:09 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:09 Removing intermediate container dd371344c745 04:59:09 ---> 9d8509e8886f 04:59:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:09 Removing intermediate container eedbe70baf0e 04:59:09 ---> 5623e01cfed3 04:59:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:09 Removing intermediate container f314fb0a0449 04:59:09 ---> c31900b2aea6 04:59:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:09 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:59:09 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:09 Removing intermediate container 2ef1a799322a 04:59:09 ---> 8cdef7c3915f 04:59:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:09 Removing intermediate container 96578f5c8b43 04:59:09 ---> 0477b4f09560 04:59:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:09 ---> Running in a24dbbabffd2 04:59:09 ---> Running in 94f17b8224be 04:59:09 ---> Running in 300ded13eef5 04:59:09 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 04:59:09 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:09 Setting up patch (2.7.6-2ubuntu1.1) ... 04:59:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:59:09 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:59:09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 04:59:09 Installing new version of config file /etc/ssl/openssl.cnf ... 04:59:09 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:59:09 ---> Running in 1b7c78d214ca 04:59:09 ---> Running in 001a9d3acf72 04:59:09 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:59:09 Setting up ca-certificates (20210119~18.04.1) ... 04:59:11 Updating certificates in /etc/ssl/certs... 04:59:11 23 added, 27 removed; done. 04:59:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:59:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:59:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:59:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:59:11 Setting up pkgbinarymangler (138.18.04.1) ... 04:59:12 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 04:59:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up perl (5.26.1-6ubuntu0.5) ... 04:59:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 04:59:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:59:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:59:12 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 04:59:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:59:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:59:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:59:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:59:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:59:12 Processing triggers for systemd (237-3ubuntu10.47) ... 04:59:12 Processing triggers for mime-support (3.60ubuntu1) ... 04:59:13 Removing intermediate container 94f17b8224be 04:59:13 ---> 14e036d1362f 04:59:13 Step 5/21 : RUN apk add --update --no-cache make git 04:59:13 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:59:13 Updating certificates in /etc/ssl/certs... 04:59:13 ---> Running in af75cf192207 04:59:13 Removing intermediate container a24dbbabffd2 04:59:13 ---> 23e00a211083 04:59:13 Step 5/22 : RUN apk add --update --no-cache make git 04:59:13 0 added, 0 removed; done. 04:59:13 Running hooks in /etc/ca-certificates/update.d... 04:59:13 done. 04:59:13 ---> Running in e8ba037f1345 04:59:13 Reading package lists... 04:59:14 Building dependency tree... 04:59:14 Reading state information... 04:59:14 The following NEW packages will be installed: 04:59:14 apt-transport-https 04:59:14 Removing intermediate container 1b7c78d214ca 04:59:14 ---> e48b65ed1092 04:59:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:59:14 Removing intermediate container 300ded13eef5 04:59:14 ---> cc10e8c10eaf 04:59:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:59:14 Removing intermediate container 001a9d3acf72 04:59:14 ---> a8391195a603 04:59:14 Step 5/31 : RUN apk add --update --no-cache make git 04:59:14 ---> Running in 9afb8914e776 04:59:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:59:14 Need to get 1692 B of archives. 04:59:14 After this operation, 154 kB of additional disk space will be used. 04:59:14 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 04:59:14 debconf: delaying package configuration, since apt-utils is not installed 04:59:14 Fetched 1692 B in 0s (8689 B/s) 04:59:14 ---> Running in ca4c8b19f6f8 04:59:14 Selecting previously unselected package apt-transport-https. 04:59:14 (Reading database ... 13920 files and directories currently installed.) 04:59:14 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 04:59:14 Unpacking apt-transport-https (1.6.13) ... 04:59:14 Setting up apt-transport-https (1.6.13) ... 04:59:14 ---> Running in 3a539d4afd77 04:59:14 Waiting for network to be ready... 04:59:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:59:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:59:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:59:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:59:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:59:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:59:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:59:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:59:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:59:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:59:18 OK: 218 MiB in 52 packages 04:59:19 OK: 218 MiB in 52 packages 04:59:19 OK: 218 MiB in 52 packages 04:59:19 OK: 218 MiB in 52 packages 04:59:19 OK: 218 MiB in 52 packages 04:59:20 Removing intermediate container e8ba037f1345 04:59:20 ---> 969f3bee33be 04:59:20 Step 6/22 : COPY go.mod . 04:59:21 ---> 643babd21765 04:59:21 Step 7/22 : RUN go mod download 04:59:21 Removing intermediate container af75cf192207 04:59:21 ---> e389ae344ae1 04:59:21 Step 6/21 : COPY go.mod . 04:59:21 2021-05-10T04:59:18Z INFO Waiting for automatic snapd restart... 04:59:21 ---> Running in 52b99c69328a 04:59:21 Removing intermediate container 9afb8914e776 04:59:21 ---> 9a303252ba84 04:59:21 Step 6/22 : COPY go.mod . 04:59:21 Removing intermediate container ca4c8b19f6f8 04:59:21 Removing intermediate container 3a539d4afd77 04:59:21 ---> 04d1b6628263 04:59:21 Step 6/23 : COPY go.mod . 04:59:21 ---> bc288c88e3b5 04:59:21 Step 6/31 : COPY go.mod . 04:59:22 snapd 2.49.2 from Canonical* installed 04:59:22 ---> 10d63d96a08f 04:59:22 Step 7/21 : RUN go mod download 04:59:23 "snapd" switched to the "latest/stable" channel 04:59:23 04:59:23 ---> Running in 172b7e6cdf69 04:59:23 ---> ad5994e851f0 04:59:23 Step 7/22 : RUN go mod download 04:59:23 ---> Running in 0c236a61a28e 04:59:23 ---> b8e36a404005 04:59:23 ---> 400e69e4a9dd 04:59:23 Step 7/31 : RUN go mod downloadStep 7/23 : RUN go mod download 04:59:23 04:59:23 ---> Running in 8b983b5ba8da 04:59:23 ---> Running in 20250ffe45d9 04:59:25 Removing intermediate container 52b99c69328a 04:59:25 ---> baa70f64049b 04:59:25 Step 8/22 : COPY . . 04:59:26 core18 20210309 from Canonical* installed 04:59:26 "core18" switched to the "latest/stable" channel 04:59:26 04:59:27 Removing intermediate container 172b7e6cdf69 04:59:27 ---> 5e6887d9da1b 04:59:27 Step 8/21 : COPY . . 04:59:28 Removing intermediate container 0c236a61a28e 04:59:28 ---> c5c0add4ec33 04:59:28 Step 8/22 : COPY . . 04:59:28 Removing intermediate container 8b983b5ba8da 04:59:28 ---> 2f2a93bf1cd1 04:59:28 Step 8/23 : COPY . . 04:59:28 Removing intermediate container 20250ffe45d9 04:59:28 ---> b6c9ac7c5f26 04:59:28 Step 8/31 : COPY . . 04:59:31 snapcraft 4.7.1 from Canonical* installed 04:59:31 "snapcraft" switched to the "latest/stable" channel 04:59:31 04:59:35 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: 04:59:35 - README.md 04:59:35 04:59:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:59:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:59:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:59:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:59:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:59:42 Reading package lists... 04:59:42 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 04:59:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:59:49 Reading package lists... 04:59:49 Building dependency tree... 04:59:49 Reading state information... 04:59:49 Suggested packages: 04:59:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:59:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:59:49 Recommended packages: 04:59:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:59:49 The following NEW packages will be installed: 04:59:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:59:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:59:49 pkg-config zip 04:59:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:59:49 Need to get 7663 kB of archives. 04:59:49 After this operation, 43.8 MB of additional disk space will be used. 04:59:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 04:59:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:59:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:59:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:59:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:59:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:59:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:59:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:59:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:59:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:59:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 04:59:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 04:59:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 04:59:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:59:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:59:50 debconf: delaying package configuration, since apt-utils is not installed 04:59:50 Fetched 7663 kB in 1s (7189 kB/s) 04:59:50 Selecting previously unselected package libglib2.0-0:amd64. 04:59:50 (Reading database ... 13924 files and directories currently installed.) 04:59:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 04:59:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:59:50 Selecting previously unselected package libpsl5:amd64. 04:59:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:59:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:59:51 Selecting previously unselected package libnghttp2-14:amd64. 04:59:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:59:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:59:51 Selecting previously unselected package librtmp1:amd64. 04:59:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:59:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:59:51 Selecting previously unselected package libcurl3-gnutls:amd64. 04:59:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 04:59:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:59:51 Selecting previously unselected package liberror-perl. 04:59:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:59:51 Unpacking liberror-perl (0.17025-1) ... 04:59:51 Selecting previously unselected package git-man. 04:59:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 04:59:51 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 04:59:51 Selecting previously unselected package git. 04:59:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 04:59:51 Unpacking git (1:2.17.1-1ubuntu0.8) ... 04:59:52 Selecting previously unselected package libnorm1:amd64. 04:59:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:59:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:59:52 Selecting previously unselected package libpgm-5.2-0:amd64. 04:59:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:59:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:59:52 Selecting previously unselected package libsodium23:amd64. 04:59:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:59:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:59:52 Selecting previously unselected package libzmq5:amd64. 04:59:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:59:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:59:52 Selecting previously unselected package libzmq3-dev:amd64. 04:59:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:59:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:59:53 Selecting previously unselected package pkg-config. 04:59:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:59:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:59:53 Selecting previously unselected package zip. 04:59:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:59:53 Unpacking zip (3.0-11build1) ... 04:59:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:59:53 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 04:59:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:59:53 Setting up liberror-perl (0.17025-1) ... 04:59:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:59:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:59:53 No schema files found: doing nothing. 04:59:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:59:53 Setting up zip (3.0-11build1) ... 04:59:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:59:53 Setting up libsodium23:amd64 (1.0.16-2) ... 04:59:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:59:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:59:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:59:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:59:53 Setting up git (1:2.17.1-1ubuntu0.8) ... 04:59:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:59:55 ---> 7d3bd8d78e9b 04:59:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:59:55 ---> 0e1a3bd79419 04:59:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:59:55 ---> f7db542ea200 04:59:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:59:55 ---> 3944223b4c7c 04:59:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:59:55 ---> Running in 148b72230638 04:59:55 ---> Running in 6c2d61b4fadc 04:59:55 ---> Running in d17e803a0323 04:59:55 ---> 75303afae585 04:59:55 Step 9/23 : RUN make cmd/core-data/core-data 04:59:55 ---> Running in 3e8c5313ec2f 04:59:55 ---> Running in a7d9ddfe71da 04:59:55 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 04:59:56 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 04:59:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:59:56 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 04:59:57 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 05:00:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:00:00 git set to automatically installed. 05:00:00 git-man set to automatically installed. 05:00:00 libcurl3-gnutls set to automatically installed. 05:00:00 liberror-perl set to automatically installed. 05:00:00 libglib2.0-0 set to automatically installed. 05:00:00 libnghttp2-14 set to automatically installed. 05:00:00 libnorm1 set to automatically installed. 05:00:00 libpgm-5.2-0 set to automatically installed. 05:00:00 libpsl5 set to automatically installed. 05:00:00 librtmp1 set to automatically installed. 05:00:00 libsodium23 set to automatically installed. 05:00:00 libzmq3-dev set to automatically installed. 05:00:00 libzmq5 set to automatically installed. 05:00:00 pkg-config set to automatically installed. 05:00:00 zip set to automatically installed. 05:00:02 snapd is not logged in, snap install commands will use sudo 05:00:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:00:10 snap "core18" has no updates available 05:00:10 snapd is not logged in, snap install commands will use sudo 05:00:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:00:37 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 05:00:37 Pulling go-build-helper 05:00:37 + snapcraftctl pull 05:00:38 'app-service-config' has dependencies that need to be staged: go-build-helper 05:00:38 Skipping pull go-build-helper (already ran) 05:00:38 Building go-build-helper 05:00:38 + snapcraftctl build 05:00:41 Staging go-build-helper 05:00:41 + snapcraftctl stage 05:00:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:00:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:00:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 05:00:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 05:00:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 05:00:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 05:00:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 05:00:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 05:00:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 05:00:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 05:00:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:00:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:00:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:00:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:00:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:00:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:00:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:00:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:00:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:00:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 05:00:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 05:00:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 05:00:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 05:00:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 05:00:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 05:00:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 05:00:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 05:00:53 Fetched 24.5 MB in 0s (0 B/s) 05:00:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 05:00:53 Fetched 224 kB in 0s (0 B/s) 05:00:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 05:00:53 Fetched 157 kB in 0s (0 B/s) 05:00:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 05:00:53 Fetched 221 kB in 0s (0 B/s) 05:00:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 05:00:53 Fetched 143 kB in 0s (0 B/s) 05:00:53 Pulling app-service-config 05:00:53 + snapcraftctl pull 05:00:53 Cloning into '/root/parts/app-service-config/src'... 05:00:53 Pulling config-common 05:00:53 + snapcraftctl pull 05:00:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 05:00:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 05:00:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:00:57 Fetched 0 B in 0s (0 B/s) 05:00:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 05:00:57 Fetched 0 B in 0s (0 B/s) 05:00:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 05:00:57 Fetched 0 B in 0s (0 B/s) 05:00:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 05:00:57 Fetched 0 B in 0s (0 B/s) 05:00:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 05:00:57 Fetched 0 B in 0s (0 B/s) 05:00:57 Pulling edgex-go 05:00:57 + snapcraftctl pull 05:01:19 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 05:01:19 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 05:01:19 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:01:19 Fetched 0 B in 0s (0 B/s) 05:01:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 05:01:19 Fetched 96.5 kB in 0s (0 B/s) 05:01:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 05:01:19 Fetched 279 kB in 0s (0 B/s) 05:01:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 05:01:19 Fetched 122 kB in 0s (0 B/s) 05:01:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 05:01:19 Fetched 77.8 kB in 0s (0 B/s) 05:01:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 05:01:19 Fetched 8848 B in 0s (0 B/s) 05:01:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 05:01:19 Fetched 47.8 kB in 0s (0 B/s) 05:01:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 05:01:19 Fetched 45.6 kB in 0s (0 B/s) 05:01:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 05:01:19 Fetched 15.0 kB in 0s (0 B/s) 05:01:19 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 05:01:19 Fetched 219 kB in 0s (0 B/s) 05:01:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 05:01:19 Fetched 154 kB in 0s (0 B/s) 05:01:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 05:01:19 Fetched 50.6 kB in 0s (0 B/s) 05:01:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 05:01:19 Fetched 14.8 kB in 0s (0 B/s) 05:01:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 05:01:19 Fetched 41.8 kB in 0s (0 B/s) 05:01:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 05:01:19 Fetched 499 kB in 0s (0 B/s) 05:01:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 05:01:19 Fetched 111 kB in 0s (0 B/s) 05:01:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 05:01:19 Fetched 240 kB in 0s (0 B/s) 05:01:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 05:01:19 Fetched 29.3 kB in 0s (0 B/s) 05:01:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 05:01:19 Fetched 85.5 kB in 0s (0 B/s) 05:01:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 05:01:19 Fetched 24.5 kB in 0s (0 B/s) 05:01:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 05:01:19 Fetched 49.2 kB in 0s (0 B/s) 05:01:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 05:01:19 Fetched 54.2 kB in 0s (0 B/s) 05:01:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 05:01:19 Fetched 30.8 kB in 0s (0 B/s) 05:01:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 05:01:19 Fetched 15.8 kB in 0s (0 B/s) 05:01:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 05:01:19 Fetched 85.9 kB in 0s (0 B/s) 05:01:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 05:01:19 Fetched 8720 B in 0s (0 B/s) 05:01:19 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 05:01:19 Fetched 137 kB in 0s (0 B/s) 05:01:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 05:01:19 Fetched 119 kB in 0s (0 B/s) 05:01:19 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 05:01:19 Fetched 110 kB in 0s (0 B/s) 05:01:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 05:01:19 Fetched 11.1 kB in 0s (0 B/s) 05:01:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 05:01:19 Fetched 645 kB in 0s (0 B/s) 05:01:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 05:01:19 Fetched 41.3 kB in 0s (0 B/s) 05:01:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 05:01:19 Fetched 17.9 kB in 0s (0 B/s) 05:01:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 05:01:19 Fetched 368 kB in 0s (0 B/s) 05:01:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 05:01:19 Fetched 187 kB in 0s (0 B/s) 05:01:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 05:01:19 Fetched 175 kB in 0s (0 B/s) 05:01:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 05:01:19 Fetched 206 kB in 0s (0 B/s) 05:01:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 05:01:19 Fetched 1301 kB in 0s (0 B/s) 05:01:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 05:01:19 Fetched 36.2 kB in 0s (0 B/s) 05:01:19 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 05:01:19 Fetched 159 kB in 0s (0 B/s) 05:01:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 05:01:19 Fetched 107 kB in 0s (0 B/s) 05:01:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 05:01:19 Fetched 48.7 kB in 0s (0 B/s) 05:01:19 Pulling static-packages 05:01:19 + snapcraftctl pull 05:01:19 Pulling version 05:01:19 + cd /root/project 05:01:19 + [ -f VERSION ] 05:01:19 + PROJECT_VERSION=local-dev 05:01:19 + git rev-parse --short HEAD 05:01:19 + GIT_REVISION=954dc71b 05:01:19 + snapcraftctl set-version local-dev 05:01:20 Skipping build go-build-helper (already ran) 05:01:20 Building app-service-config 05:01:20 + make build 05:01:20 go mod tidy 05:01:23 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 05:01:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 05:01:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 05:01:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 05:01:23 go: downloading github.com/google/uuid v1.2.0 05:01:23 go: downloading github.com/hashicorp/consul/api v1.8.1 05:01:23 go: downloading github.com/go-playground/validator/v10 v10.5.0 05:01:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 05:01:23 go: downloading github.com/stretchr/testify v1.7.0 05:01:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 05:01:23 go: downloading github.com/hashicorp/go-hclog v0.12.0 05:01:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:01:23 go: downloading github.com/mitchellh/go-homedir v1.1.0 05:01:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:01:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 05:01:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 05:01:23 go: downloading github.com/fatih/color v1.9.0 05:01:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 05:01:23 go: downloading github.com/davecgh/go-spew v1.1.1 05:01:23 go: downloading github.com/mattn/go-isatty v0.0.12 05:01:23 go: downloading github.com/go-kit/kit v0.8.0 05:01:23 go: downloading github.com/hashicorp/consul/sdk v0.7.0 05:01:24 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 05:01:24 go: downloading github.com/leodido/go-urn v1.2.0 05:01:24 go: downloading github.com/pmezard/go-difflib v1.0.0 05:01:24 go: downloading github.com/hashicorp/serf v0.9.5 05:01:24 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 05:01:24 go: downloading github.com/gorilla/mux v1.8.0 05:01:24 go: downloading github.com/stretchr/objx v0.1.0 05:01:24 go: downloading github.com/go-playground/locales v0.13.0 05:01:24 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 05:01:24 go: downloading github.com/mitchellh/copystructure v1.0.0 05:01:24 go: downloading github.com/go-playground/assert/v2 v2.0.1 05:01:24 go: downloading github.com/hashicorp/go-msgpack v0.5.3 05:01:24 go: downloading github.com/go-playground/universal-translator v0.17.0 05:01:24 go: downloading github.com/x448/float16 v0.8.4 05:01:24 go: downloading github.com/hashicorp/go-uuid v1.0.1 05:01:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:01:24 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 05:01:24 go: downloading github.com/hashicorp/memberlist v0.2.2 05:01:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:01:24 go: downloading github.com/pkg/errors v0.8.1 05:01:24 go: downloading github.com/pebbe/zmq4 v1.2.7 05:01:24 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 05:01:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:01:24 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 05:01:25 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 05:01:25 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 05:01:25 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 05:01:25 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:01:25 go: downloading github.com/miekg/dns v1.1.26 05:01:25 go: downloading github.com/mattn/go-colorable v0.1.6 05:01:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:01:25 go: downloading golang.org/x/text v0.3.2 05:01:25 go: downloading github.com/gorilla/websocket v1.4.2 05:01:25 go: downloading gopkg.in/yaml.v2 v2.4.0 05:01:25 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 05:01:25 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 05:01:25 go: downloading github.com/hashicorp/go-multierror v1.1.0 05:01:25 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 05:01:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:01:25 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 05:01:25 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 05:01:25 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:01:25 go: downloading github.com/pelletier/go-toml v1.9.0 05:01:25 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 05:01:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 05:01:25 go: downloading github.com/kr/pretty v0.2.0 05:01:25 go: downloading github.com/go-redis/redis/v7 v7.2.0 05:01:25 go: downloading github.com/hashicorp/errwrap v1.0.0 05:01:25 go: downloading github.com/go-stack/stack v1.8.0 05:01:25 go: downloading github.com/kr/text v0.1.0 05:01:25 go: downloading github.com/onsi/gomega v1.7.0 05:01:25 go: downloading github.com/onsi/ginkgo v1.10.1 05:01:25 go: downloading github.com/hpcloud/tail v1.0.0 05:01:25 go: downloading github.com/golang/protobuf v1.3.2 05:01:25 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 05:01:25 go: downloading gopkg.in/fsnotify.v1 v1.4.7 05:01:25 go: downloading github.com/fsnotify/fsnotify v1.4.7 05:01:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 05:01:36 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 05:01:36 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 05:01:36 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 05:01:36 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 05:01:38 Building config-common 05:01:38 + snapcraftctl build 05:01:40 Building edgex-go 05:01:40 + cd /root/parts/edgex-go/src 05:01:40 + make build 05:01:40 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 05:01:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 05:01:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:01:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 05:01:41 go: downloading github.com/imdario/mergo v0.3.12 05:01:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 05:01:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 05:01:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 05:01:45 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 05:01:48 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 05:01:51 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 05:01:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:01:54 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 05:01:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:01:56 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 05:01:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 05:01:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 05:01:58 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 05:01:59 Removing intermediate container 3e8c5313ec2f 05:01:59 ---> 7b642ec3d6f5 05:01:59 05:01:59 Step 10/31 : FROM alpine:3.12 05:01:59 3.12: Pulling from library/alpine 05:01:59 Removing intermediate container 6c2d61b4fadc 05:01:59 ---> 273f45696a78 05:01:59 05:01:59 Step 10/21 : FROM alpine:3.12 05:01:59 3.12: Pulling from library/alpine 05:01:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:01:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:01:59 Status: Downloaded newer image for alpine:3.12 05:01:59 ---> 9852663dfa18 05:01:59 Status: Image is up to date for alpine:3.12 05:01:59 ---> 9852663dfa18 05:01:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:01:59 Step 11/21 : RUN apk add --update --no-cache curl 05:01: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 05:01:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 05:01:59 ---> Running in 0acdbde13ca6 05:01:59 ---> Running in b3fec0544552 05:02:00 Removing intermediate container b3fec0544552 05:02:00 ---> 3d687fd67caf 05:02:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:02:00 ---> Running in c1349089f418 05:02:00 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 05:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:02 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 05:02:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:02 (1/4) Installing ca-certificates (20191127-r4) 05:02:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:02:02 (3/4) Installing libcurl (7.76.1-r0) 05:02:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:02 (4/4) Installing curl (7.76.1-r0) 05:02:02 Executing busybox-1.31.1-r20.trigger 05:02:02 Executing ca-certificates-20191127-r4.trigger 05:02:03 OK: 7 MiB in 18 packages 05:02:03 (1/2) Installing dumb-init (1.2.2-r1) 05:02:03 (2/2) Installing su-exec (0.2-r1) 05:02:03 Executing busybox-1.31.1-r20.trigger 05:02:03 OK: 5 MiB in 16 packages 05:02:03 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 05:02:03 go: downloading github.com/lib/pq v1.10.1 05:02:05 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 05:02:05 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 05:02:05 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 05:02:05 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 05:02:05 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 05:02:05 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 05:02:05 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 05:02:05 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 05:02:05 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 05:02:05 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 05:02:05 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 05:02:05 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 05:02:05 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 05:02:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 05:02:05 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 05:02:05 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 05:02:05 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 05:02:05 + 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 05:02:05 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 05:02:05 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 05:02:05 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 05:02:05 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 05:02:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 05:02:05 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 05:02:05 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 05:02:05 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 05:02:06 Removing intermediate container c1349089f418 05:02:06 ---> 5ad279af7865 05:02:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:02:06 Removing intermediate container 0acdbde13ca6 05:02:06 ---> ddaa10d5a2e6 05:02:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:02:07 ---> Running in 3b435421ffc2 05:02:07 ---> Running in 8ddc6ad3f7c9 05:02:09 Building static-packages 05:02:09 + snapcraftctl build 05:02:09 Removing intermediate container 3b435421ffc2 05:02:09 ---> d580d5f43eaa 05:02:09 Step 13/21 : WORKDIR /edgex 05:02:09 Removing intermediate container 8ddc6ad3f7c9 05:02:09 ---> f073b7bdf8eb 05:02:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:02:10 ---> Running in 1666558472da 05:02:10 ---> Running in 554cebc97d7f 05:02:10 Removing intermediate container d17e803a0323 05:02:10 ---> 2425d87e6846 05:02:10 05:02:10 Step 10/22 : FROM alpine:3.12 05:02:10 ---> 9852663dfa18 05:02:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:02:10 Removing intermediate container 148b72230638 05:02:10 ---> cd8fd1e2531e 05:02:10 05:02:10 Step 10/22 : FROM alpine:3.12 05:02:10 ---> 9852663dfa18 05:02:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:02:10 Building version 05:02:10 + snapcraftctl build 05:02:10 ---> Running in 6976f20089c4 05:02:10 ---> Running in a8c7cebc74d0 05:02:10 Removing intermediate container 554cebc97d7f 05:02:10 ---> 41b991f82c03 05:02:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:02:10 Removing intermediate container 1666558472da 05:02:10 ---> f062f511f288 05:02:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:02:11 ---> Running in 996df547710c 05:02:12 ---> 7cad54b781fa 05:02:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:13 Skipping stage go-build-helper (already ran) 05:02:13 Staging app-service-config 05:02:13 + snapcraftctl stage 05:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:14 (1/1) Installing dumb-init (1.2.2-r1) 05:02:14 Executing busybox-1.31.1-r20.trigger 05:02:14 OK: 5 MiB in 15 packages 05:02:14 (1/2) Installing ca-certificates (20191127-r4) 05:02:14 Staging config-common 05:02:14 + snapcraftctl stage 05:02:14 (2/2) Installing dumb-init (1.2.2-r1) 05:02:14 Executing busybox-1.31.1-r20.trigger 05:02:14 Executing ca-certificates-20191127-r4.trigger 05:02:14 OK: 6 MiB in 16 packages 05:02:14 ---> b951e5ad48e2 05:02:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:02:15 Removing intermediate container 996df547710c 05:02:15 ---> 060ed44bb7b2 05:02:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:02:15 ---> Running in 046e98cc5905 05:02:15 Staging edgex-go 05:02:15 + snapcraftctl stage 05:02:15 Removing intermediate container 6976f20089c4 05:02:15 ---> e00d26cd3b24 05:02:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:02:16 Removing intermediate container 046e98cc5905 05:02:16 ---> 43b2a597a9f0 05:02:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:02:16 ---> Running in e260960110fc 05:02:16 Staging static-packages 05:02:16 + snapcraftctl stage 05:02:17 ---> 7d798e3762c5 05:02:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:02:17 ---> Running in 9ff1c6c26afe 05:02:17 Removing intermediate container e260960110fc 05:02:17 ---> 08ca59114c35 05:02:17 Step 13/22 : ENV APP_PORT=48085 05:02:17 Removing intermediate container a8c7cebc74d0 05:02:17 ---> ff476033f6c4 05:02:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:02:17 ---> 44c3669c6fe3 05:02:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:02:17 ---> Running in 962950fef215 05:02:17 ---> Running in 1ebd158d0c81 05:02:17 ---> Running in e18318ad2e0e 05:02:17 Removing intermediate container 9ff1c6c26afe 05:02:17 ---> 5e6a619346c1 05:02:17 Step 18/21 : CMD ["--init=true"] 05:02:18 Staging version 05:02:18 + snapcraftctl stage 05:02:18 ---> Running in cd35d063a3d5 05:02:18 Removing intermediate container 962950fef215 05:02:18 ---> a506a16b7611 05:02:18 Step 14/22 : EXPOSE $APP_PORT 05:02:18 Removing intermediate container 1ebd158d0c81 05:02:18 ---> a3cabe2313df 05:02:18 Step 13/22 : ENV APP_PORT=48060 05:02:18 ---> Running in 45c42ede8973 05:02:18 ---> Running in 3285476a899c 05:02:19 Priming go-build-helper 05:02:19 + snapcraftctl prime 05:02:19 Removing intermediate container cd35d063a3d5 05:02:19 ---> cb8d70a925b7 05:02:19 Step 19/21 : LABEL arch=arm64 05:02:19 ---> Running in 9ceeecd62661 05:02:19 Priming app-service-config 05:02:20 Removing intermediate container 45c42ede8973 05:02:20 Removing intermediate container 3285476a899c 05:02:20 ---> 9187263f4b4f 05:02:20 Step 14/22 : EXPOSE $APP_PORT 05:02:20 ---> 6f24e624298a 05:02:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:02:20 + snapcraftctl prime 05:02:20 ---> Running in 238930624d5c 05:02:20 Removing intermediate container 9ceeecd62661 05:02:20 ---> 92c8a886d88f 05:02:20 Step 20/21 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:02:21 ---> 8ddf75c6be96 05:02:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:02:21 Removing intermediate container e18318ad2e0e 05:02:21 ---> 6e91e996d35a 05:02:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:02:21 Removing intermediate container a7d9ddfe71da 05:02:21 ---> b73e85d7f320 05:02:21 05:02:21 Step 10/23 : FROM alpine:3.12 05:02:21 ---> 9852663dfa18 05:02:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:02:21 ---> Running in bbe32eac5318 05:02:21 Removing intermediate container 238930624d5c 05:02:21 ---> f9c6df450ec4 05:02:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:02:21 ---> Running in 911f7b7aaf2c 05:02:21 Priming config-common 05:02:21 + snapcraftctl prime 05:02:22 Removing intermediate container bbe32eac5318 05:02:22 ---> 5b5967b3a0d0 05:02:22 Step 21/21 : LABEL version=0.0.0 05:02:22 ---> Running in 0c257bd34fe4 05:02:22 Removing intermediate container 911f7b7aaf2c 05:02:22 ---> 4da592d5ae24 05:02:22 Step 12/23 : ENV APP_PORT=48080 05:02:22 Priming edgex-go 05:02:22 + snapcraftctl prime 05:02:22 ---> f399c63cd160 05:02:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:02:22 ---> 80de08cdfb5c 05:02:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:02:22 ---> 6a5b6a9ac934 05:02:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:02:22 ---> Running in c6169ab28b35 05:02:23 Removing intermediate container 0c257bd34fe4 05:02:23 ---> fe8043860f53 05:02:23 05:02:23 Priming static-packages 05:02:23 + snapcraftctl prime 05:02:24 Removing intermediate container c6169ab28b35 05:02:24 ---> a45ef639a897 05:02:24 Step 13/23 : EXPOSE $APP_PORT 05:02:24 Successfully built fe8043860f53 05:02:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 05:02:24  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 05:02:24 ---> Running in dd13e1871b8d 05:02:24 ---> 2915ae2c02df 05:02:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:02:24 ---> afc80142a625 05:02:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:02:24 ---> 17149993b816 05:02:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:02:24 ---> Running in 1dd7ab00bd5b 05:02:25 Removing intermediate container dd13e1871b8d 05:02:25 ---> 57e189532648 05:02:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:02:25 Removing intermediate container 1dd7ab00bd5b 05:02:25 ---> c90c1d364d42 05:02:25 ---> Running in ecc619d89741 05:02:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:02:26 ---> Running in 630fb1d0fd54 05:02:26 ---> 2af1c5ae039f 05:02:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:02:26 Priming version 05:02:26 + snapcraftctl prime 05:02:26 ---> 114c5a1cc5f6 05:02:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:02:27 ---> Running in ad323bd4fa86 05:02:27 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 05:02:27 Removing intermediate container 630fb1d0fd54 05:02:27 ---> daa6b0834505 05:02:27 Step 20/22 : LABEL arch=arm64 05:02:27 ---> e6536b7b9819 05:02:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 05:02:27 Removing intermediate container ad323bd4fa86 05:02:27 ---> aa8d36827161 05:02:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:02:27 ---> Running in 4ae469aa3cef 05:02:28 ---> Running in 36a3eb9d68ee [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:02:29 Removing intermediate container 36a3eb9d68ee 05:02:29 Removing intermediate container 4ae469aa3cef 05:02:29 ---> 97a4d070c819 05:02:29 Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:02:29 ---> a15994a57421 05:02:29 Step 20/22 : LABEL arch=arm64 05:02:29 ---> 2234480abbb7 05:02:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:02:30 ---> Running in 7058641ac581 05:02:30 ---> Running in 779958804b24 05:02:30 ---> Running in 12b4383ddd53 05:02:30 Removing intermediate container ecc619d89741 05:02:30 ---> b4a64c00ae36 05:02:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:02:30 ---> Running in ca283d6671ff 05:02:30 Removing intermediate container 779958804b24 05:02:30 ---> 02ab6c3ee70f 05:02:30 Step 22/22 : LABEL version=0.0.0 05:02:30 Removing intermediate container 12b4383ddd53 05:02:30 ---> 74597e5c231d 05:02:30 Removing intermediate container 7058641ac581 05:02:30 Step 21/22 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 ---> 8a850d7ef777 05:02:30 05:02:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:02:30 ---> Running in 55022d032e06 05:02:31 ---> Running in bc735934a4f7 05:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:31 Removing intermediate container bc735934a4f7 05:02:31 ---> a66fc80e00ab 05:02:31 05:02:31 Removing intermediate container 55022d032e06 05:02:31 ---> dcc0135eced4 05:02:31 Step 22/22 : LABEL version=0.0.0 05:02:32 ---> b2a6d54162ba 05:02:32 Step 26/31 : RUN chmod +x /entrypoint.sh 05:02:32 ---> Running in 7179cfd1532c 05:02:32 Successfully built a66fc80e00ab 05:02:32 Successfully tagged docker-support-scheduler-go-arm64:latest 05:02:32 Building docker-security-secretstore-setup-go 05:02:32  Building docker-support-scheduler-go ... done  ---> Running in da4d10d34e87 05:02:32 Removing intermediate container 7179cfd1532c 05:02:32 ---> 062f084ceaf0 05:02:32 05:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:33 Successfully built 062f084ceaf0 05:02:33 Successfully tagged docker-support-notifications-go-arm64:latest 05:02:33 Building docker-core-metadata-go 05:02:34  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 05:02:34 (2/6) Installing libgcc (9.3.0-r2) 05:02:34 (3/6) Installing libsodium (1.0.18-r0) 05:02:34 (4/6) Installing libstdc++ (9.3.0-r2) 05:02:35 (5/6) Installing libzmq (4.3.3-r0) 05:02:35 (6/6) Installing zeromq (4.3.3-r0) 05:02:35 Executing busybox-1.31.1-r20.trigger 05:02:35 OK: 8 MiB in 20 packages 05:02:35 Removing intermediate container da4d10d34e87 05:02:35 ---> 177dff6518c9 05:02:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:02:37 ---> Running in debdb71018d7 05:02:38 Removing intermediate container debdb71018d7 05:02:38 ---> c453bda6c3ce 05:02:38 Step 28/31 : CMD ["gate"] 05:02:38 Removing intermediate container ca283d6671ff 05:02:38 ---> 9168ab34d39f 05:02:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:02:39 ---> Running in 631219efc7c0 05:02:40 ---> d06190e54cd3 05:02:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:02:41 Removing intermediate container 631219efc7c0 05:02:41 ---> 7bbf335900ed 05:02:41 Step 29/31 : LABEL arch=arm64 05:02:42 ---> Running in 2f301940110f 05:02:42 ---> 0e56aadd87fd 05:02:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:02:43 Removing intermediate container 2f301940110f 05:02:43 ---> 9aa972af6bd2 05:02:43 Step 30/31 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:02:43 ---> Running in 8ad18a947c2f 05:02:43 ---> 9b65d029d4b3 05:02:43 Step 19/23 : ENTRYPOINT ["/core-data"] 05:02:43 ---> Running in 15c7600822b8 05:02:44 Removing intermediate container 8ad18a947c2f 05:02:44 ---> 5e334a1e2bb5 05:02:44 Step 31/31 : LABEL version=0.0.0 05:02:45 Removing intermediate container 15c7600822b8 05:02:45 ---> cd00c153f124 05:02:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:02:46 ---> Running in f84c46e70e4a 05:02:46 ---> Running in 664b02448c0e 05:02:47 Removing intermediate container f84c46e70e4a 05:02:47 ---> f3b994cea2a9 05:02:47 Step 21/23 : LABEL arch=arm64 05:02:47 Removing intermediate container 664b02448c0e 05:02:47 ---> b4bb061d70ea 05:02:47 05:02:48 Successfully built b4bb061d70ea 05:02:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 05:02:48 Building docker-core-command-go 05:02:48  Building docker-security-bootstrapper-go ... done  ---> Running in b6aeae50a4f2 05:02:49 Removing intermediate container b6aeae50a4f2 05:02:49 ---> 017a51e62368 05:02:49 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:02:49 ---> Running in 02c9e5776f82 05:02:49 Removing intermediate container 02c9e5776f82 05:02:49 ---> 5e6b30505450 05:02:49 Step 23/23 : LABEL version=0.0.0 05:02:49 ---> Running in dcc8d84c7c76 05:02:50 Removing intermediate container dcc8d84c7c76 05:02:50 ---> b085ea295d19 05:02:50 05:02:50 Successfully built b085ea295d19 05:02:50 Successfully tagged docker-core-data-go-arm64:latest 05:03:00  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 05:03:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:03:00 ---> f1680b57551c 05:03:00 Step 3/23 : WORKDIR /edgex-go 05:03:00 ---> Using cache 05:03:00 ---> 0477b4f09560 05:03:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:00 ---> Using cache 05:03:00 ---> e48b65ed1092 05:03:00 Step 5/23 : RUN apk add --update --no-cache make bash git 05:03:02 ---> Running in 5d20bc5ea16e 05:03:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:03:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:03:06 OK: 218 MiB in 52 packages 05:03:10 Removing intermediate container 5d20bc5ea16e 05:03:10 ---> 7253e5a9d895 05:03:10 Step 6/23 : COPY go.mod . 05:03:10 ---> 756f9fa85d95 05:03:10 Step 7/23 : RUN go mod download 05:03:11 ---> Running in 391644fe435b 05:03:15 Removing intermediate container 391644fe435b 05:03:15 ---> 1bc0054dabed 05:03:15 Step 8/23 : COPY . . 05:03:18 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 05:03:18 Step 2/25 : FROM ${BUILDER_BASE} AS builder 05:03:18 ---> f1680b57551c 05:03:18 Step 3/25 : WORKDIR /edgex-go 05:03:18 ---> Using cache 05:03:18 ---> 0477b4f09560 05:03:18 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:18 ---> Using cache 05:03:18 ---> e48b65ed1092 05:03:18 Step 5/25 : RUN apk add --update --no-cache make git 05:03:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 05:03:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:03:18 ---> f1680b57551c 05:03:18 Step 3/23 : WORKDIR /edgex-go 05:03:18 ---> Using cache 05:03:18 ---> 0477b4f09560 05:03:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:18 ---> Using cache 05:03:18 ---> e48b65ed1092 05:03:18 Step 5/23 : RUN apk add --update --no-cache make git 05:03:21 ---> Running in 3537f3903c20 05:03:21 ---> Running in 90ca3bc59f3b 05:03:22 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 05:03:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:03:22 ---> f1680b57551c 05:03:22 Step 3/23 : WORKDIR /edgex-go 05:03:22 ---> Using cache 05:03:22 ---> 0477b4f09560 05:03:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:22 ---> Using cache 05:03:22 ---> e48b65ed1092 05:03:22 Step 5/23 : RUN apk add --update --no-cache make git 05:03:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:03:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:03:23 ---> Running in 575e0bdf9f4a 05:03:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:03:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:03:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:03:26 OK: 218 MiB in 52 packages 05:03:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:03:27 OK: 218 MiB in 52 packages 05:03:28 OK: 218 MiB in 52 packages 05:03:29 ---> 5b8c37951e80 05:03:29 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:03:29 Removing intermediate container 90ca3bc59f3b 05:03:29 ---> f2534b1dbd57 05:03:29 Step 6/23 : COPY go.mod . 05:03:29 ---> Running in 6cdedefd05db 05:03:29 Removing intermediate container 3537f3903c20 05:03:29 ---> fe1e0c1f6599 05:03:29 Step 6/25 : COPY go.mod . 05:03:29 Removing intermediate container 575e0bdf9f4a 05:03:29 ---> f92d46bd4a79 05:03:29 Step 6/23 : COPY go.mod . 05:03:29 ---> ffea4a6515f5 05:03:29 Step 7/23 : RUN go mod download 05:03:30 ---> Running in 2b07a4163152 05:03:30 ---> 17dd486d6a2b 05:03:30 Step 7/25 : RUN go mod download 05:03:30 ---> Running in 3126521f25aa 05:03:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:03:30 ---> b044d528b2d5 05:03:30 Step 7/23 : RUN go mod download 05:03:30 ---> Running in e8581085fd76 05:03:34 Removing intermediate container 2b07a4163152 05:03:34 ---> f0eef4686c57 05:03:34 Step 8/23 : COPY . . 05:03:34 Removing intermediate container 3126521f25aa 05:03:34 ---> 7ffd2a3c183d 05:03:34 Step 8/25 : COPY . . 05:03:34 Removing intermediate container e8581085fd76 05:03:34 ---> 312d70991212 05:03:34 Step 8/23 : COPY . . 05:04:13 ---> 2e0980039247 05:04:13 Step 9/23 : RUN make cmd/core-command/core-command 05:04:13 ---> ad997f513427 05:04:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:04:13 ---> 9f455ac10267 05:04:13 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:04:13 ---> Running in e65918569915 05:04:13 ---> Running in 9e4e419eab14 05:04:13 ---> Running in f5933fc8918c 05:04:13 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 05:04:13 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 05:04:13 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 05:04:17 Removing intermediate container 6cdedefd05db 05:04:17 ---> 9555427a9f12 05:04:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:04:17 ---> Running in 8c5d7084c4d9 05:04:19 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 05:04:23 Removing intermediate container 8c5d7084c4d9 05:04:23 ---> fb4e8ff945bd 05:04:23 05:04:23 Step 11/23 : FROM docker:20.10.0 05:04:23 20.10.0: Pulling from library/docker 05:04:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:04:38 Status: Downloaded newer image for docker:20.10.0 05:04:38 ---> eeaf43b92773 05:04:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 05:04:39 ---> Running in 716a07034ae6 05:04:40 Removing intermediate container 716a07034ae6 05:04:40 ---> 8f96ec47cdb6 05:04:40 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 05:04:40 ---> Running in 9e843363c403 05:04:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:04:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:04:42 (1/39) Installing readline (8.0.4-r0) 05:04:42 (2/39) Installing bash (5.0.17-r0) 05:04:43 Executing bash-5.0.17-r0.post-install 05:04:43 (3/39) Installing nghttp2-libs (1.41.0-r0) 05:04:43 (4/39) Installing libcurl (7.76.1-r0) 05:04:43 (5/39) Installing curl (7.76.1-r0) 05:04:43 (6/39) Installing dumb-init (1.2.2-r1) 05:04:43 (7/39) Installing libbz2 (1.0.8-r1) 05:04:43 (8/39) Installing expat (2.2.9-r1) 05:04:43 (9/39) Installing libffi (3.3-r2) 05:04:43 (10/39) Installing gdbm (1.13-r1) 05:04:43 (11/39) Installing xz-libs (5.2.5-r0) 05:04:43 (12/39) Installing sqlite-libs (3.32.1-r0) 05:04:43 (13/39) Installing python3 (3.8.10-r0) 05:04:45 (14/39) Installing py3-appdirs (1.4.4-r1) 05:04:45 (15/39) Installing py3-ordered-set (4.0.1-r0) 05:04:45 (16/39) Installing py3-parsing (2.4.7-r0) 05:04:45 (17/39) Installing py3-six (1.15.0-r0) 05:04:45 (18/39) Installing py3-packaging (20.4-r0) 05:04:45 (19/39) Installing py3-setuptools (47.0.0-r0) 05:04:45 (20/39) Installing py3-chardet (3.0.4-r4) 05:04:45 (21/39) Installing py3-idna (2.9-r0) 05:04:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 05:04:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 05:04:45 (24/39) Installing py3-requests (2.23.0-r0) 05:04:45 (25/39) Installing py3-msgpack (1.0.0-r0) 05:04:45 (26/39) Installing py3-lockfile (0.12.2-r3) 05:04:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 05:04:45 (28/39) Installing py3-colorama (0.4.3-r0) 05:04:45 (29/39) Installing py3-distlib (0.3.0-r0) 05:04:45 (30/39) Installing py3-distro (1.5.0-r1) 05:04:45 (31/39) Installing py3-webencodings (0.5.1-r3) 05:04:45 (32/39) Installing py3-html5lib (1.0.1-r4) 05:04:45 (33/39) Installing py3-pytoml (0.1.21-r0) 05:04:45 (34/39) Installing py3-pep517 (0.8.2-r0) 05:04:45 (35/39) Installing py3-progress (1.5-r0) 05:04:45 (36/39) Installing py3-toml (0.10.1-r0) 05:04:45 (37/39) Installing py3-retrying (1.3.3-r0) 05:04:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 05:04:45 (39/39) Installing py3-pip (20.1.1-r0) 05:04:45 Executing busybox-1.31.1-r19.trigger 05:04:45 OK: 72 MiB in 59 packages 05:04:51 Collecting docker-compose==1.23.2 05:04:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:04:51 Collecting jsonschema<3,>=2.5.1 05:04:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:04:53 Collecting PyYAML<4,>=3.10 05:04:53 Downloading PyYAML-3.13.tar.gz (270 kB) 05:04:56 Collecting docopt<0.7,>=0.6.1 05:04:56 Downloading docopt-0.6.2.tar.gz (25 kB) 05:04:59 Collecting dockerpty<0.5,>=0.4.1 05:04:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:05:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:05:01 Collecting docker<4.0,>=3.6.0 05:05:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:05:02 Collecting cached-property<2,>=1.2.0 05:05:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:05:03 Collecting websocket-client<1.0,>=0.32.0 05:05:03 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 05:05:04 Collecting texttable<0.10,>=0.9.0 05:05:04 Downloading texttable-0.9.1.tar.gz (11 kB) 05:05:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:05:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:05:07 Collecting docker-pycreds>=0.4.0 05:05:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:05:08 Collecting idna<2.8,>=2.5 05:05:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:05:08 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) 05:05:08 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) 05:05:08 Collecting urllib3<1.25,>=1.21.1 05:05:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:05:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:05:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:05:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:05:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:05:10 Installing collected packages: jsonschema, PyYAML, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, texttable, docker-compose 05:05:10 Running setup.py install for PyYAML: started 05:05:13 Running setup.py install for PyYAML: finished with status 'done' 05:05:13 Running setup.py install for docopt: started 05:05:16 Running setup.py install for docopt: finished with status 'done' 05:05:16 Running setup.py install for dockerpty: started 05:05:19 Running setup.py install for dockerpty: finished with status 'done' 05:05:19 Attempting uninstall: idna 05:05:19 Found existing installation: idna 2.9 05:05:19 Uninstalling idna-2.9: 05:05:20 Successfully uninstalled idna-2.9 05:05:21 Attempting uninstall: urllib3 05:05:21 Found existing installation: urllib3 1.25.9 05:05:21 Uninstalling urllib3-1.25.9: 05:05:21 Successfully uninstalled urllib3-1.25.9 05:05:21 Attempting uninstall: requests 05:05:21 Found existing installation: requests 2.23.0 05:05:21 Uninstalling requests-2.23.0: 05:05:22 Successfully uninstalled requests-2.23.0 05:05:24 Running setup.py install for texttable: started 05:05:26 Running setup.py install for texttable: finished with status 'done' 05:05:27 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.59.0 05:05:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:05:40 Removing intermediate container 9e843363c403 05:05:40 ---> 62202faedf2c 05:05:40 Step 14/23 : ENV APP_PORT=48090 05:05:40 ---> Running in 098b73b6f8fe 05:05:41 Removing intermediate container 098b73b6f8fe 05:05:41 ---> b4b35a9d31b2 05:05:41 Step 15/23 : EXPOSE $APP_PORT 05:05:41 ---> Running in 768e47df3fc0 05:05:42 Removing intermediate container 768e47df3fc0 05:05:42 ---> 8dc07f66bb02 05:05:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:05:45 ---> addce3b1abf2 05:05:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:05:46 ---> 8e841616c54b 05:05:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:05:48 Removing intermediate container 9e4e419eab14 05:05:48 ---> dc642dd81f93 05:05:48 05:05:48 Step 10/25 : FROM alpine:3.12 05:05:48 ---> 9852663dfa18 05:05:48 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 05:05:48 ---> Running in c22420f13c29 05:05:48 ---> 3e4b355f905b 05:05:48 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 05:05:49 ---> Running in 74ba1d58a960 05:05:50 Removing intermediate container 74ba1d58a960 05:05:50 ---> af0ecfa9ac6f 05:05:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:05:50 ---> Running in ea7ae9eed4bc 05:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:05:50 Removing intermediate container ea7ae9eed4bc 05:05:50 ---> 19c42bdd75b9 05:05:50 Step 21/23 : LABEL arch=arm64 05:05:51 (1/6) Installing ca-certificates (20191127-r4) 05:05:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 05:05:51 (3/6) Installing libcurl (7.76.1-r0) 05:05:51 (4/6) Installing curl (7.76.1-r0) 05:05:51 (5/6) Installing dumb-init (1.2.2-r1) 05:05:51 ---> Running in 64bf85690f87 05:05:51 (6/6) Installing su-exec (0.2-r1) 05:05:51 Executing busybox-1.31.1-r20.trigger 05:05:51 Executing ca-certificates-20191127-r4.trigger 05:05:51 OK: 7 MiB in 20 packages 05:05:52 Removing intermediate container 64bf85690f87 05:05:52 ---> d165b3296718 05:05:52 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:05:53 ---> Running in 84b6b1f3a1ed 05:05:54 Removing intermediate container 84b6b1f3a1ed 05:05:54 ---> fb8e588285ef 05:05:54 Step 23/23 : LABEL version=0.0.0 05:05:54 ---> Running in bc1b3ff76c05 05:05:54 Removing intermediate container c22420f13c29 05:05:54 ---> a44943765fc9 05:05:54 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:05:54 Removing intermediate container e65918569915 05:05:54 ---> 918f0100ccf7 05:05:54 05:05:54 Step 10/23 : FROM alpine:3.12 05:05:54 ---> 9852663dfa18 05:05:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:05:54 ---> Using cache 05:05:54 ---> e00d26cd3b24 05:05:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:05:54 ---> Using cache 05:05:54 ---> 08ca59114c35 05:05:54 Step 13/23 : ENV APP_PORT=48082 05:05:54 ---> Running in 5e8cc9d6effd 05:05:54 ---> Running in b15112638742 05:05:54 Removing intermediate container bc1b3ff76c05 05:05:54 ---> 86216aff8afc 05:05:54 05:05:55 Removing intermediate container 5e8cc9d6effd 05:05:55 ---> de40e0d7db97 05:05:55 Step 14/23 : EXPOSE $APP_PORT 05:05:55 Successfully built 86216aff8afc 05:05:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 05:05:55  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b15112638742 05:05:55 ---> 4f0e09a34251 05:05:55 Step 13/25 : WORKDIR / 05:05:55 ---> Running in ddac433b27e0 05:05:56 ---> Running in 0d84d4d8d511 05:05:56 Removing intermediate container ddac433b27e0 05:05:56 ---> c77d6739a449 05:05:56 Step 15/23 : WORKDIR / 05:05:56 ---> Running in 250dc5569d36 05:05:56 Removing intermediate container 0d84d4d8d511 05:05:56 ---> fd4aa2e87299 05:05:56 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:05:57 Removing intermediate container 250dc5569d36 05:05:57 ---> d4a032ec8632 05:05:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:05:57 ---> 06b49e44c6d1 05:05:57 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:05:58 ---> 307843cf2c58 05:05:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:05:58 ---> 537ccc955319 05:05:58 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:06:00 ---> 04c87d204f95 05:06:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:06:00 ---> 0490424f037b 05:06:00 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 05:06:00 Removing intermediate container f5933fc8918c 05:06:00 ---> 306fcdf6a988 05:06:00 05:06:00 Step 10/23 : FROM alpine:3.12 05:06:00 ---> 9852663dfa18 05:06:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:06:00 ---> Using cache 05:06:00 ---> e00d26cd3b24 05:06:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:06:00 ---> Using cache 05:06:00 ---> 08ca59114c35 05:06:00 Step 13/23 : ENV APP_PORT=48081 05:06:00 ---> Running in 68b70263029e 05:06:00 ---> 9a67d11743ed 05:06:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:06:01 ---> 8d17e5bbc35f 05:06:01 Step 19/23 : ENTRYPOINT ["/core-command"] 05:06:01 Removing intermediate container 68b70263029e 05:06:01 ---> 3cf035e0c398 05:06:01 Step 14/23 : EXPOSE $APP_PORT 05:06:01 ---> Running in 5d3f78efaa68 05:06:01 ---> Running in ca1259a86f80 05:06:01 Removing intermediate container 5d3f78efaa68 05:06:01 ---> c18c917ebca8 05:06:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:06:01 ---> Running in aa242ccec07d 05:06:01 ---> bc0a913a2f70 05:06:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:06:01 Removing intermediate container ca1259a86f80 05:06:01 ---> 962a69d9ebd3 05:06:01 Step 15/23 : WORKDIR / 05:06:02 ---> Running in 2a08ce4a4f5c 05:06:02 Removing intermediate container aa242ccec07d 05:06:02 ---> 3ca203a91d18 05:06:02 Step 21/23 : LABEL arch=arm64 05:06:02 ---> Running in 3249335ed959 05:06:02 Removing intermediate container 2a08ce4a4f5c 05:06:02 ---> b45d9a140af8 05:06:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:06:03 ---> fe03e3816f6b 05:06:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:06:03 Removing intermediate container 3249335ed959 05:06:03 ---> 1c36f6b8b594 05:06:03 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:06:03 ---> Running in e42fdaaaa26c 05:06:03 ---> 5169a50802c5 05:06:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:06:04 Removing intermediate container e42fdaaaa26c 05:06:04 ---> bb2e159187d5 05:06:04 Step 23/23 : LABEL version=0.0.0 05:06:04 ---> 7299968248fc 05:06:04 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/ 05:06:04 ---> Running in df9de449eb8f 05:06:04 ---> Running in 26f3f04c368f 05:06:05 Removing intermediate container df9de449eb8f 05:06:05 ---> dc196c90561d 05:06:05 05:06:05 ---> 77559aa9f6da 05:06:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:06:05 Successfully built dc196c90561d 05:06:05 Successfully tagged docker-core-command-go-arm64:latest 05:06:06  Building docker-core-command-go ... done  ---> a2df71ce3320 05:06:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:06:06 ---> Running in 5a488391e768 05:06:07 Removing intermediate container 5a488391e768 05:06:07 ---> 5892e7907189 05:06:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:06:07 Removing intermediate container 26f3f04c368f 05:06:07 ---> afaa7f65c7b6 05:06:07 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 05:06:07 ---> Running in c74115c0553e 05:06:07 ---> Running in c25bc6a7d6ed 05:06:07 Removing intermediate container c74115c0553e 05:06:07 ---> c317e17548f6 05:06:07 Step 21/23 : LABEL arch=arm64 05:06:07 Removing intermediate container c25bc6a7d6ed 05:06:07 ---> 16fc56f1283e 05:06:07 Step 23/25 : LABEL arch=arm64 05:06:07 ---> Running in e4ed3de9f6c1 05:06:07 ---> Running in 1bb224aae4a6 05:06:08 Removing intermediate container e4ed3de9f6c1 05:06:08 ---> 5e36bb5fa638 05:06:08 Step 22/23 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:06:08 Removing intermediate container 1bb224aae4a6 05:06:08 ---> 2bc708f602d5 05:06:08 Step 24/25 : LABEL git_sha=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 05:06:08 ---> Running in 58b4df914faf 05:06:08 ---> Running in df9efdf768cb 05:06:09 Removing intermediate container 58b4df914faf 05:06:09 ---> c296f819386b 05:06:09 Step 23/23 : LABEL version=0.0.0 05:06:09 Removing intermediate container df9efdf768cb 05:06:09 ---> 684464990a80 05:06:09 Step 25/25 : LABEL version=0.0.0 05:06:09 ---> Running in 2f8c47e4b56a 05:06:09 ---> Running in e940de4680f6 05:06:09 Removing intermediate container e940de4680f6 05:06:09 Removing intermediate container 2f8c47e4b56a 05:06:09 ---> dfc66c2ef043 05:06:09 ---> 57ed459e40cf 05:06:09 05:06:09 05:06:10 Successfully built 57ed459e40cf 05:06:10 Successfully built dfc66c2ef043 05:06:10 Successfully tagged docker-core-metadata-go-arm64:latest 05:06:10  Building docker-core-metadata-go ... done Successfully tagged docker-security-secretstore-setup-go-arm64:latest 05:06:10  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 05:06:10 $ docker stop --time=1 eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd 05:06:12 $ docker rm -f eb31cbbbb00aa487ad1aef3db16da49dca94ca730ad8b10bfe878741131314fd [Pipeline] // withDockerContainer [Pipeline] sh 05:06:13 + docker images 05:06:13 + grep docker 05:06:13 docker-security-secretstore-setup-go-arm64 latest dfc66c2ef043 4 seconds ago 24.3MB 05:06:13 docker-core-metadata-go-arm64 latest 57ed459e40cf 4 seconds ago 17.4MB 05:06:13 docker-core-command-go-arm64 latest dc196c90561d 9 seconds ago 16.1MB 05:06:13 docker-sys-mgmt-agent-go-arm64 latest 86216aff8afc 19 seconds ago 299MB 05:06:13 docker-core-data-go-arm64 latest b085ea295d19 3 minutes ago 20.3MB 05:06:13 docker-security-bootstrapper-go-arm64 latest b4bb061d70ea 3 minutes ago 17.1MB 05:06:13 docker-support-notifications-go-arm64 latest 062f084ceaf0 3 minutes ago 16.6MB 05:06:13 docker-support-scheduler-go-arm64 latest a66fc80e00ab 3 minutes ago 16.1MB 05:06:13 docker-security-proxy-setup-go-arm64 latest fe8043860f53 3 minutes ago 23.9MB 05:06:13 docker 20.10.0 eeaf43b92773 5 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 05:06:14 ---> job-cost.sh 05:06:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z62d 05:06:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:08:29 lf-activate-venv(): INFO: Adding /tmp/venv-z62d/bin to PATH 05:08:29 INFO: No Stack... 05:08:29 INFO: Retrieving Pricing Info for: lf-standard-4 05:08:29 INFO: Archiving Costs [Pipeline] sh 05:08:30 + cat /w/workspace/edgex-go/4/archives/cost.csv+ 05:08:30 cut -d, -f6 [Pipeline] lock 05:08:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] 05:08:30 Resource [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] did not exist. Created. 05:08:30 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3420-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:08:30 + echo total: 0.20999999344348907 [Pipeline] stash 05:08:30 Stashed 1 file(s) [Pipeline] } 05:08:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3420-4-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 05:08:31 provisioning config files... 05:08:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8136669223892753400tmp [Pipeline] { [Pipeline] sh 05:08:31 + set +x 05:08:31 + curl -s https://codecov.io/bash 05:08:31 + bash -s -- 05:08:32 05:08:32 _____ _ 05:08:32 / ____| | | 05:08:32 | | ___ __| | ___ ___ _____ __ 05:08:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:08:32 | |___| (_) | (_| | __/ (_| (_) \ V / 05:08:32 \_____\___/ \__,_|\___|\___\___/ \_/ 05:08:32 Bash-1.0.2 05:08:32 05:08:32 05:08:32 ==> git version 2.24.3 found 05:08:32 ==> 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 05:08:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:08:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:08:32 ==> Jenkins CI detected. 05:08:32 project root: . 05:08:32 --> token set from env 05:08:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:08:32 ==> Running gcov in . (disable via -X gcov) 05:08:32 ==> Python coveragepy not found 05:08:32 ==> Searching for coverage reports in: 05:08:32 + . 05:08:32 -> Found 1 reports 05:08:32 ==> Detecting git/mercurial file structure 05:08:32 ==> Reading reports 05:08:32 + ./coverage.out bytes=706092 05:08:32 ==> Appending adjustments 05:08:32 https://docs.codecov.io/docs/fixing-reports 05:08:36 + Found adjustments 05:08:36 ==> Gzipping contents 05:08:36 100K /tmp/codecov.8BeOkv.gz 05:08:36 ==> Uploading reports 05:08:36 url: https://codecov.io 05:08:36 query: branch=PR-3420&commit=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3420%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3420&job=&cmd_args= 05:08:36 -> Pinging Codecov 05:08:36 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3420&commit=954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3420%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3420&job=&cmd_args= 05:08:36 -> Uploading to 05:08:36 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9/c49f96e1-b887-46e7-9d7d-4ca4077b76e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T050836Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0c22fa845257db7fdc6a349a43c8ac3072153a875447242ad046dbb7b1464f4 05:08:36 % Total % Received % Xferd Average Speed Time Time Time Current 05:08:36 Dload Upload Total Spent Left Speed 05:08:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 154k --:--:-- --:--:-- --:--:-- 154k 05:08:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/954dc71b32ba05620af2d8cdfdfd7fe5b2ecdee9 [Pipeline] } 05:08:37 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 05:08:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:08:38 ---> package-listing.sh 05:08:38 ++ facter osfamily 05:08:38 ++ tr '[:upper:]' '[:lower:]' 05:08:38 + OS_FAMILY=redhat 05:08:38 + workspace=/w/workspace/edgex-go/4 05:08:38 + START_PACKAGES=/tmp/packages_start.txt 05:08:38 + END_PACKAGES=/tmp/packages_end.txt 05:08:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:08:38 + PACKAGES=/tmp/packages_start.txt 05:08:38 + '[' /w/workspace/edgex-go/4 ']' 05:08:38 + PACKAGES=/tmp/packages_end.txt 05:08:38 + case "${OS_FAMILY}" in 05:08:38 + rpm -qa 05:08:38 + sort 05:08:44 + '[' -f /tmp/packages_start.txt ']' 05:08:44 + '[' -f /tmp/packages_end.txt ']' 05:08:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:08:44 + '[' /w/workspace/edgex-go/4 ']' 05:08:44 + mkdir -p /w/workspace/edgex-go/4/archives/ 05:08:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 05:08:44 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:08:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:08:45 05:08:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:08:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:08:45 alpine: Pulling from edgex-lftools-log-publisher 05:08:45 df20fa9351a1: Pulling fs layer 05:08:45 36b3adc4ff6f: Pulling fs layer 05:08:45 8ad3a11d3b57: Pulling fs layer 05:08:45 46f8f816bc3b: Pulling fs layer 05:08:45 93b61091891f: Pulling fs layer 05:08:45 93b9cdb0e59b: Pulling fs layer 05:08:45 5e14af77c1be: Pulling fs layer 05:08:45 01666e4c0597: Pulling fs layer 05:08:45 aa168da1d23b: Pulling fs layer 05:08:45 93b9cdb0e59b: Waiting 05:08:45 5e14af77c1be: Waiting 05:08:45 01666e4c0597: Waiting 05:08:45 46f8f816bc3b: Waiting 05:08:45 93b61091891f: Waiting 05:08:45 36b3adc4ff6f: Verifying Checksum 05:08:45 36b3adc4ff6f: Download complete 05:08:45 46f8f816bc3b: Verifying Checksum 05:08:45 46f8f816bc3b: Download complete 05:08:45 df20fa9351a1: Verifying Checksum 05:08:45 93b9cdb0e59b: Verifying Checksum 05:08:45 93b9cdb0e59b: Download complete 05:08:45 5e14af77c1be: Verifying Checksum 05:08:45 5e14af77c1be: Download complete 05:08:45 01666e4c0597: Verifying Checksum 05:08:45 01666e4c0597: Download complete 05:08:45 93b61091891f: Verifying Checksum 05:08:45 93b61091891f: Download complete 05:08:46 8ad3a11d3b57: Verifying Checksum 05:08:46 8ad3a11d3b57: Download complete 05:08:46 df20fa9351a1: Pull complete 05:08:46 36b3adc4ff6f: Pull complete 05:08:48 aa168da1d23b: Download complete 05:08:49 8ad3a11d3b57: Pull complete 05:08:49 46f8f816bc3b: Pull complete 05:08:50 93b61091891f: Pull complete 05:08:50 93b9cdb0e59b: Pull complete 05:08:50 5e14af77c1be: Pull complete 05:08:50 01666e4c0597: Pull complete 05:09:00 aa168da1d23b: Pull complete 05:09:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:09:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:09:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:09:01 prd-centos7-docker-4c-2g-3933 does not seem to be running inside a container 05:09:01 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 05:09:05 $ docker top 2e7208a35b1522c6642c269bc44d68275a205dcf05967ceb7814717ee7ea2692 -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:05 + touch /tmp/pre-build-complete [Pipeline] sh 05:09:06 + mkdir -p /var/log/sa [Pipeline] sh 05:09:06 + ls /var/log/sa-host 05:09:06 + sadf -c /var/log/sa-host/sa10 05:09:06 file_magic: OK 05:09:06 HZ: Using current value: 100 05:09:06 file_header: OK 05:09:06 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 05:09:06 Statistics: 05:09:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:09:06 File successfully converted to sysstat format version 12.2.1 05:09:06 + sadf -c /var/log/sa-host/sa23 05:09:06 file_magic: OK 05:09:06 HZ: Using current value: 100 05:09:06 file_header: OK 05:09:06 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 05:09:06 Statistics: 05:09:06 Hnuu...uuuununununu... 05:09:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:09:06 provisioning config files... 05:09:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2825258955344194496tmp [Pipeline] { [Pipeline] echo 05:09:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:09:06 ---> create-netrc.sh [Pipeline] } 05:09:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:09:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:09:07 ---> python-tools-install.sh [Pipeline] echo 05:09:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:09:07 ---> sudo-logs.sh 05:09:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:09:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:09:07 ---> job-cost.sh 05:09:07 lf-activate-venv: SKIPPING 05:09:07 DEBUG: total: 0.20999999344348907 05:09:07 INFO: Retrieving Stack Cost... 05:09:08 INFO: Retrieving Pricing Info for: v1-standard-2 05:09:09 INFO: Archiving Costs [Pipeline] echo 05:09:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:09:09 ---> logs-deploy.sh 05:09:09 lf-activate-venv: SKIPPING 05:09:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3420/4 05:09:09 INFO: archiving workspace using pattern(s): 05:09:11 Archives upload complete. 05:09:11 INFO: archiving logs to Nexus