Pull request #3416 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 31468994070af38c8f9db93fe1a8ddc3ce05f196 rather than 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Obtained Jenkinsfile from 31468994070af38c8f9db93fe1a8ddc3ce05f196 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2676’ Running on prd-centos7-docker-4c-2g-2677 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) > 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/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 Commit message: "fix: MaxResultCount limit the maximum number of returned objects" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:44:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:44:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:44:02 ========================================================= 04:44:02 EdgeX Global Pipelines Version Info 04:44:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:44:04 ------------------- 04:44:04 stable info: 04:44:04 ------------------- 04:44:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:44:04 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 04:44:04 Message: update stable to v1.0.191 04:44:05 ------------------- 04:44:05 experimental info: 04:44:05 ------------------- 04:44:05 Commited By: **** collab-it+edgex@linuxfoundation.org 04:44:05 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 04:44:05 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3416 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3416 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3416 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1160d5ba54a31b35ea1e4c6d49e89833a7095427 [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1160d5b [Pipeline] echo 04:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:44:05 provisioning config files... 04:44:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9211872842893385014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:06 ---> docker-login.sh 04:44:06 nexus3.edgexfoundry.org:10001 04:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:06 Configure a credential helper to remove this warning. See 04:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:06 04:44:06 Login Succeeded 04:44:06 nexus3.edgexfoundry.org:10002 04:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:06 Configure a credential helper to remove this warning. See 04:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:06 04:44:06 Login Succeeded 04:44:06 nexus3.edgexfoundry.org:10003 04:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:07 Configure a credential helper to remove this warning. See 04:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:07 04:44:07 Login Succeeded 04:44:07 nexus3.edgexfoundry.org:10004 04:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:07 Configure a credential helper to remove this warning. See 04:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:07 04:44:07 Login Succeeded 04:44:07 docker.io 04:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:07 Configure a credential helper to remove this warning. See 04:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:07 04:44:07 Login Succeeded 04:44:07 ---> docker-login.sh ends [Pipeline] } 04:44:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:07 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/core-command/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo core-command,cmd/core-command/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/core-data/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo core-data,cmd/core-data/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/core-metadata/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo core-metadata,cmd/core-metadata/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/security-bootstrapper/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/security-proxy-setup/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/support-notifications/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo support-notifications,cmd/support-notifications/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/support-scheduler/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:44:07 + for file in '`ls cmd/**/Dockerfile`' 04:44:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:44:07 ++ cut -d/ -f2 04:44:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:44:08 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:44:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:10 04:44:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:44:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:10 latest: Pulling from edgex-devops/git-semver 04:44:10 31603596830f: Pulling fs layer 04:44:10 54011a49482f: Pulling fs layer 04:44:10 a6820b24f6d8: Pulling fs layer 04:44:10 f581987b2513: Pulling fs layer 04:44:10 f581987b2513: Waiting 04:44:10 54011a49482f: Verifying Checksum 04:44:10 54011a49482f: Download complete 04:44:10 31603596830f: Download complete 04:44:10 f581987b2513: Verifying Checksum 04:44:10 f581987b2513: Download complete 04:44:10 a6820b24f6d8: Verifying Checksum 04:44:10 a6820b24f6d8: Download complete 04:44:11 31603596830f: Pull complete 04:44:11 54011a49482f: Pull complete 04:44:11 a6820b24f6d8: Pull complete 04:44:12 f581987b2513: Pull complete 04:44:12 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 04:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:44:12 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 04:44:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:44:15 $ docker top 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:44:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:15 [ssh-agent] Looking for ssh-agent implementation... 04:44:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:15 $ docker exec 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent 04:44:15 SSH_AUTH_SOCK=/tmp/ssh-hDyNoQc4gnij/agent.11 04:44:15 SSH_AGENT_PID=17 04:44:15 Running ssh-add (command line suppressed) 04:44:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3544338872571701883.key (/w/workspace/edgex-go/2@tmp/private_key_3544338872571701883.key) 04:44:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:16 + git tag --points-at HEAD [Pipeline] } 04:44:16 $ docker exec --env ******** --env ******** 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent -k 04:44:16 unset SSH_AUTH_SOCK; 04:44:16 unset SSH_AGENT_PID; 04:44:16 echo Agent pid 17 killed; 04:44:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:44:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:16 [ssh-agent] Looking for ssh-agent implementation... 04:44:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:16 $ docker exec 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent 04:44:16 SSH_AUTH_SOCK=/tmp/ssh-7d2GuQL5G4o5/agent.47 04:44:16 SSH_AGENT_PID=52 04:44:16 Running ssh-add (command line suppressed) 04:44:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7059106469001151100.key (/w/workspace/edgex-go/2@tmp/private_key_7059106469001151100.key) 04:44:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:17 + git semver init 04:44:17 # -> Open(): unable to determine branch for HEAD 04:44:17 # $GIT_DIR = /w/workspace/edgex-go/2/.git 04:44:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 04:44:17 # $SEMVER_REMOTE_NAME = origin 04:44:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:44:17 # $SEMVER_USER_NAME = edgex-jenkins 04:44:17 # $SEMVER_BRANCH = PR-3416 04:44:17 # $SEMVER_TEMP = /tmp/semver-250107033 04:44:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:44:35 # '/tmp/semver-250107033' -> '/w/workspace/edgex-go/2/.semver' 04:44:35 # -> Force: false 04:44:35 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 04:44:35 $ docker exec --env ******** --env ******** 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 ssh-agent -k 04:44:35 unset SSH_AUTH_SOCK; 04:44:35 unset SSH_AGENT_PID; 04:44:35 echo Agent pid 52 killed; 04:44:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:36 + git semver [Pipeline] } 04:44:36 $ docker stop --time=1 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 04:44:37 $ docker rm -f 525e67e388c5a6b9c00a005ab063ef4779df380e307662a23438e8aee0c9bb82 [Pipeline] // withDockerContainer [Pipeline] sh 04:44:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:44:38 Stashed 1 file(s) [Pipeline] echo 04:44:38 [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:44:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:44:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:44:39 + sudo service docker restart 04:44:39 + true 04:44:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:44:40 ========================================================= 04:44:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:44:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:44:40 + 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:44:45 Sending build context to Docker daemon 329.8MB 04:44:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:44:45 Step 2/6 : FROM ${BASE} 04:44:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:44:45 540db60ca938: Pulling fs layer 04:44:45 adcc1eea9eea: Pulling fs layer 04:44:45 4c4ab2625f07: Pulling fs layer 04:44:45 0510c868ecb4: Pulling fs layer 04:44:45 afea3b2eda06: Pulling fs layer 04:44:45 7809a108b3ef: Pulling fs layer 04:44:45 f706445af74f: Pulling fs layer 04:44:45 0510c868ecb4: Waiting 04:44:45 afea3b2eda06: Waiting 04:44:45 7809a108b3ef: Waiting 04:44:45 f706445af74f: Waiting 04:44:45 adcc1eea9eea: Verifying Checksum 04:44:45 adcc1eea9eea: Download complete 04:44:45 4c4ab2625f07: Verifying Checksum 04:44:45 4c4ab2625f07: Download complete 04:44:45 afea3b2eda06: Verifying Checksum 04:44:45 afea3b2eda06: Download complete 04:44:45 540db60ca938: Verifying Checksum 04:44:45 540db60ca938: Download complete 04:44:45 7809a108b3ef: Verifying Checksum 04:44:45 7809a108b3ef: Download complete 04:44:45 540db60ca938: Pull complete 04:44:45 adcc1eea9eea: Pull complete 04:44:45 4c4ab2625f07: Pull complete 04:44:46 f706445af74f: Verifying Checksum 04:44:46 f706445af74f: Download complete 04:44:47 0510c868ecb4: Verifying Checksum 04:44:47 0510c868ecb4: Download complete 04:44:52 0510c868ecb4: Pull complete 04:44:52 afea3b2eda06: Pull complete 04:44:52 7809a108b3ef: Pull complete 04:44:53 Still waiting to schedule task 04:44:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 04:44:56 f706445af74f: Pull complete 04:44:56 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 04:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:44:56 ---> b068be0155e3 04:44:56 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:44:57 ---> Running in 96dff7fb15e2 04:44:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:44:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:44:58 (1/12) Installing libmagic (5.39-r0) 04:44:59 (2/12) Installing file (5.39-r0) 04:44:59 (3/12) Installing libc-dev (0.7.2-r3) 04:44:59 (4/12) Installing g++ (10.2.1_pre1-r3) 04:45:03 (5/12) Installing fortify-headers (1.1-r0) 04:45:03 (6/12) Installing patch (2.7.6-r6) 04:45:03 (7/12) Installing build-base (0.5-r2) 04:45:03 (8/12) Installing libsodium (1.0.18-r0) 04:45:03 (9/12) Installing pkgconf (1.7.3-r0) 04:45:03 (10/12) Installing libsodium-dev (1.0.18-r0) 04:45:03 (11/12) Installing libzmq (4.3.3-r1) 04:45:03 (12/12) Installing zeromq-dev (4.3.3-r1) 04:45:03 Executing busybox-1.32.1-r6.trigger 04:45:03 OK: 219 MiB in 52 packages 04:45:07 Removing intermediate container 96dff7fb15e2 04:45:07 ---> e9aa9cf0acf4 04:45:07 Step 4/6 : WORKDIR /edgex-go 04:45:07 ---> Running in 1f3f016b627f 04:45:07 Removing intermediate container 1f3f016b627f 04:45:07 ---> 4833dd6742a8 04:45:07 Step 5/6 : COPY go.mod . 04:45:07 ---> f66cb3e2f619 04:45:07 Step 6/6 : RUN go mod download 04:45:07 ---> Running in 43a907f6b727 04:45:34 Removing intermediate container 43a907f6b727 04:45:34 ---> 813c1e5f861b 04:45:34 Successfully built 813c1e5f861b 04:45:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:45:34 + docker inspect -f . ci-base-image-x86_64 04:45:34 . [Pipeline] withDockerContainer 04:45:34 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 04:45:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:45:35 $ docker top 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:36 + go version 04:45:36 go version go1.16.3 linux/amd64 [Pipeline] } 04:45:36 $ docker stop --time=1 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 04:45:37 $ docker rm -f 60cd7fb8a0869991b7919045c2daaea59f52bdc26e734021dc534175aca7f255 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:37 + docker inspect -f . ci-base-image-x86_64 04:45:37 . [Pipeline] withDockerContainer 04:45:38 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 04:45:38 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:45:38 $ docker top 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b -eo pid,comm [Pipeline] { [Pipeline] echo 04:45:38 ========================================================= 04:45:38 [edgeXBuildGoParallel] Running Tests and Build... 04:45:38 ========================================================= [Pipeline] sh 04:45:39 + go mod tidy [Pipeline] sh 04:45:41 + make test 04:45:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:45:49 ? github.com/edgexfoundry/edgex-go [no test files] 04:46:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:46:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:46:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:46:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:46:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:46:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:46:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:46:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:46:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:46:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:46:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:46:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:46:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:46:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements 04:46:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.127s coverage: 100.0% of statements 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.152s coverage: 27.1% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 87.7% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements 04:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.209s coverage: 86.7% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:46:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:46:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 95.1% of statements 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements 04:46:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 04:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 04:46:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements 04:46:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 04:46:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.228s coverage: 81.8% of statements 04:46:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:46:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2678 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws 04:46:56 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 69.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 40.5% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 9.6% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.155s coverage: 92.6% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.807s coverage: 28.7% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:46:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements 04:46:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:46:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 97.6% of statements 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:46:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:46:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:46:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:46:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:46:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 04:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements 04:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 04:47:00 GO111MODULE=on go vet ./... 04:47:02 using credential edgex-jenkins-ssh 04:47:02 Cloning the remote Git repository 04:47:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:47:02 > git init /w/workspace/edgex-go/2 # timeout=10 04:47:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:47:02 > git --version # timeout=10 04:47:02 > git --version # 'git version 2.17.1' 04:47:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:47:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:47:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:47:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:47:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:47:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:19 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:47:19 Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:47:19 Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) 04:47:19 > git config core.sparsecheckout # timeout=10 04:47:19 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 04:47:19 > git remote # timeout=10 04:47:19 > git config --get remote.origin.url # timeout=10 04:47:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:19 > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 04:47:19 > git rev-parse HEAD^{commit} # timeout=10 04:47:19 > git config core.sparsecheckout # timeout=10 04:47:19 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 04:47:24 Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:47:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:47:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:47:26 + sudo service docker restart 04:47:26 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:47:29 provisioning config files... 04:47:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5715891318290591713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:29 ---> docker-login.sh 04:47:29 nexus3.edgexfoundry.org:10001 04:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:30 Configure a credential helper to remove this warning. See 04:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:30 04:47:30 Login Succeeded 04:47:30 nexus3.edgexfoundry.org:10002 04:47:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:31 Configure a credential helper to remove this warning. See 04:47:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:31 04:47:31 Login Succeeded 04:47:31 nexus3.edgexfoundry.org:10003 04:47:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:32 Configure a credential helper to remove this warning. See 04:47:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:32 04:47:32 Login Succeeded 04:47:32 nexus3.edgexfoundry.org:10004 04:47:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:32 Configure a credential helper to remove this warning. See 04:47:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:32 04:47:32 Login Succeeded 04:47:32 docker.io 04:47:33 gofmt -l . 04:47:33 [ "`gofmt -l .`" = "" ] 04:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:47:33 Configure a credential helper to remove this warning. See 04:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:47:33 04:47:33 Login Succeeded 04:47:33 ---> docker-login.sh ends [Pipeline] } 04:47:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:47:33 ========================================================= 04:47:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:47:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:47:34 + 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:47:34 ./bin/test-go-mod-tidy.sh 04:47:34 ./bin/test-attribution-txt.sh [Pipeline] sh 04:47:35 + ls -al . 04:47:35 total 812 04:47:35 drwxrwxr-x 10 1001 1001 4096 May 3 04:47 . 04:47:35 drwxr-xr-x 4 root root 28 May 3 04:45 .. 04:47:35 -rw-rw-r-- 1 1001 1001 11 May 3 04:43 .dockerignore 04:47:35 drwxrwxr-x 8 1001 1001 179 May 3 04:44 .git 04:47:35 drwxrwxr-x 3 1001 1001 125 May 3 04:43 .github 04:47:35 -rw-rw-r-- 1 1001 1001 818 May 3 04:43 .gitignore 04:47:35 drwx------ 3 1001 1001 60 May 3 04:44 .semver 04:47:35 -rw-rw-r-- 1 1001 1001 166 May 3 04:43 .sonarcloud.properties 04:47:35 -rw-rw-r-- 1 1001 1001 8609 May 3 04:43 Attribution.txt 04:47:35 -rw-rw-r-- 1 1001 1001 3804 May 3 04:43 CONTRIBUTING.md 04:47:35 -rw-rw-r-- 1 1001 1001 931 May 3 04:43 Dockerfile.build 04:47:35 -rw-rw-r-- 1 1001 1001 863 May 3 04:43 Jenkinsfile 04:47:35 -rw-rw-r-- 1 1001 1001 10775 May 3 04:43 LICENSE 04:47:35 -rw-rw-r-- 1 1001 1001 5774 May 3 04:43 Makefile 04:47:35 -rw-rw-r-- 1 1001 1001 7978 May 3 04:43 README.md 04:47:35 -rw-rw-r-- 1 1001 1001 6755 May 3 04:43 SECURITY.md 04:47:35 -rw-rw-r-- 1 1001 1001 5 May 3 04:44 VERSION 04:47:35 -rw-rw-r-- 1 1001 1001 4131 May 3 04:43 ZMQWindows.md 04:47:35 drwxrwxr-x 2 1001 1001 117 May 3 04:43 bin 04:47:35 drwxrwxr-x 14 1001 1001 4096 May 3 04:43 cmd 04:47:35 -rw-r--r-- 1 root root 703681 May 3 04:47 coverage.out 04:47:35 -rw-r--r-- 1 root root 1060 May 3 04:47 go.mod 04:47:35 -rw-r--r-- 1 root root 22420 May 3 04:45 go.sum 04:47:35 drwxrwxr-x 8 1001 1001 127 May 3 04:43 internal 04:47:35 drwxrwxr-x 4 1001 1001 26 May 3 04:43 openapi 04:47:35 drwxrwxr-x 4 1001 1001 71 May 3 04:43 snap 04:47:35 -rw-rw-r-- 1 1001 1001 168 May 3 04:43 version.go [Pipeline] sh 04:47:36 + '[' -e coverage.out ] 04:47:36 + chown 1001:1001 coverage.out [Pipeline] stash 04:47:36 Stashed 1 file(s) [Pipeline] sh 04:47:36 Sending build context to Docker daemon 167.5MB 04:47:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:47:36 Step 2/6 : FROM ${BASE} 04:47:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:47:36 595b0fe564bb: Pulling fs layer 04:47:36 7186ed65a4f7: Pulling fs layer 04:47:36 316046926c0a: Pulling fs layer 04:47:36 4ebd0625c992: Pulling fs layer 04:47:36 207e8628e3a3: Pulling fs layer 04:47:36 c791037a9be2: Pulling fs layer 04:47:36 ffd874e62e21: Pulling fs layer 04:47:36 207e8628e3a3: Waiting 04:47:36 c791037a9be2: Waiting 04:47:36 ffd874e62e21: Waiting 04:47:36 4ebd0625c992: Waiting 04:47:36 316046926c0a: Verifying Checksum 04:47:36 316046926c0a: Download complete 04:47:36 7186ed65a4f7: Download complete 04:47:36 207e8628e3a3: Verifying Checksum 04:47:36 207e8628e3a3: Download complete 04:47:36 c791037a9be2: Verifying Checksum 04:47:36 c791037a9be2: Download complete 04:47:36 595b0fe564bb: Verifying Checksum 04:47:36 595b0fe564bb: Download complete 04:47:36 + make build 04:47:36 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:47:37 595b0fe564bb: Pull complete 04:47:37 7186ed65a4f7: Pull complete 04:47:38 316046926c0a: Pull complete 04:47:38 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:47:39 ffd874e62e21: Verifying Checksum 04:47:39 ffd874e62e21: Download complete 04:47:40 4ebd0625c992: Verifying Checksum 04:47:40 4ebd0625c992: Download complete 04:47:48 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:47:49 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:47:50 4ebd0625c992: Pull complete 04:47:50 207e8628e3a3: Pull complete 04:47:50 c791037a9be2: Pull complete 04:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:47:51 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:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:54 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:47:54 ffd874e62e21: Pull complete 04:47:54 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 04:47:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:47:54 ---> cfc18b08335c 04:47:54 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:55 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:47:56 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:47:57 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:47:57 ---> Running in d92297aaee42 04:47:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:47:59 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:47:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:48:00 (1/12) Installing libmagic (5.39-r0) 04:48:00 (2/12) Installing file (5.39-r0) 04:48:00 (3/12) Installing libc-dev (0.7.2-r3) 04:48:00 (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } 04:48:01 $ docker stop --time=1 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b 04:48:03 $ docker rm -f 1bbe078cfe2d89b65a1e6467926550a6984116810e4d5692b3f2eadbd16f2c7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:06 (5/12) Installing fortify-headers (1.1-r0) 04:48:06 (6/12) Installing patch (2.7.6-r6) 04:48:06 (7/12) Installing build-base (0.5-r2) 04:48:06 (8/12) Installing libsodium (1.0.18-r0) 04:48:06 (9/12) Installing pkgconf (1.7.3-r0) 04:48:06 (10/12) Installing libsodium-dev (1.0.18-r0) 04:48:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:48:06 04:48:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:48:06 (11/12) Installing libzmq (4.3.3-r1) 04:48:06 (12/12) Installing zeromq-dev (4.3.3-r1) 04:48:06 Executing busybox-1.32.1-r6.trigger 04:48:06 OK: 218 MiB in 52 packages 04:48:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:48:06 latest: Pulling from edgex-devops/edgex-compose 04:48:06 cbdbe7a5bc2a: Pulling fs layer 04:48:06 ca9280d653b3: Pulling fs layer 04:48:06 7e9c9ca2126c: Pulling fs layer 04:48:07 cbdbe7a5bc2a: Verifying Checksum 04:48:07 cbdbe7a5bc2a: Download complete 04:48:07 cbdbe7a5bc2a: Pull complete 04:48:07 ca9280d653b3: Verifying Checksum 04:48:07 ca9280d653b3: Download complete 04:48:08 ca9280d653b3: Pull complete 04:48:08 7e9c9ca2126c: Verifying Checksum 04:48:08 7e9c9ca2126c: Download complete 04:48:10 Removing intermediate container d92297aaee42 04:48:10 ---> 28e5d203cb35 04:48:10 Step 4/6 : WORKDIR /edgex-go 04:48:10 ---> Running in 2b0dea73817f 04:48:11 Removing intermediate container 2b0dea73817f 04:48:11 ---> aaad9f7fde3c 04:48:11 Step 5/6 : COPY go.mod . 04:48:11 ---> b88e5043f9e6 04:48:11 Step 6/6 : RUN go mod download 04:48:12 ---> Running in f6c343e8ce16 04:48:15 7e9c9ca2126c: Pull complete 04:48:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:48:15 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 04:48:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:48:17 $ docker top ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 -eo pid,comm [Pipeline] { [Pipeline] sh 04:48:17 + docker-compose build --help 04:48:17 + grep parallel 04:48:18 --parallel Build images in parallel. [Pipeline] } 04:48:18 $ docker stop --time=1 ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 04:48:20 $ docker rm -f ecd47b36010378b83bdf1aa669edc819de17e5c249abd60519587d97743ca013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:48:20 . [Pipeline] withDockerContainer 04:48:20 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 04:48:20 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:48:21 $ docker top 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e -eo pid,comm [Pipeline] { [Pipeline] sh 04:48:21 + docker-compose -f ./docker-compose-build.yml build --parallel 04:48:22 Building docker-core-command-go ... 04:48:22 Building docker-core-data-go ... 04:48:22 Building docker-core-metadata-go ... 04:48:22 Building docker-security-bootstrapper-go ... 04:48:22 Building docker-security-proxy-setup-go ... 04:48:22 Building docker-security-secretstore-setup-go ... 04:48:22 Building docker-support-notifications-go ... 04:48:22 Building docker-support-scheduler-go ... 04:48:22 Building docker-sys-mgmt-agent-go ... 04:48:22 Building docker-sys-mgmt-agent-go 04:48:22 Building docker-core-command-go 04:48:22 Building docker-core-data-go 04:48:22 Building docker-security-secretstore-setup-go 04:48:22 Building docker-security-proxy-setup-go 04:48:38 Removing intermediate container f6c343e8ce16 04:48:38 ---> 35b2de8e7fc0 04:48:38 Successfully built 35b2de8e7fc0 04:48:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:48:39 + docker inspect -f . ci-base-image-arm64 04:48:39 . [Pipeline] withDockerContainer 04:48:39 prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container 04:48:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 04:48:41 $ docker top e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 -eo pid,comm [Pipeline] { [Pipeline] sh 04:48:42 + go version 04:48:42 go version go1.16.3 linux/arm64 [Pipeline] } 04:48:42 $ docker stop --time=1 e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 04:48:44 $ docker rm -f e08f0ea45a02de543ec8fcc4e20f77846a59cb9c7551d3934cad3bad81d57a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:44 + docker inspect -f . ci-base-image-arm64 04:48:44 . [Pipeline] withDockerContainer 04:48:44 prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container 04:48:45 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 04:48:46 $ docker top 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 -eo pid,comm [Pipeline] { [Pipeline] echo 04:48:46 ========================================================= 04:48:46 [edgeXBuildGoParallel] Running Tests and Build... 04:48:46 ========================================================= [Pipeline] sh 04:48:47 + go mod tidy [Pipeline] sh 04:48:49 + make test 04:48:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:48:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:54 ---> 813c1e5f861b 04:48:54 Step 3/23 : WORKDIR /edgex-go 04:48:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:54 ---> 813c1e5f861b 04:48:54 Step 3/23 : WORKDIR /edgex-go 04:48:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:54 ---> 813c1e5f861b 04:48:54 Step 3/23 : WORKDIR /edgex-go 04:48:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:48:54 ---> 813c1e5f861b 04:48:54 Step 3/24 : WORKDIR /edgex-go 04:48:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:54 ---> 813c1e5f861b 04:48:54 Step 3/21 : WORKDIR /edgex-go 04:48:54 ---> Running in 6ab19a909600 04:48:54 ---> Running in b832f4f072e5 04:48:54 ---> Running in 1fb59621010a 04:48:54 ---> Running in 90709ffe77fe 04:48:54 ---> Running in 9cf79a324596 04:48:55 Removing intermediate container 9cf79a324596 04:48:55 ---> afbedeb58eed 04:48:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 Removing intermediate container b832f4f072e5 04:48:55 ---> c6561f62c706 04:48:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 Removing intermediate container 1fb59621010a 04:48:55 ---> 0e2669c623e0 04:48:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 Removing intermediate container 6ab19a909600 04:48:55 ---> 5b1f87420e03 04:48:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 Removing intermediate container 90709ffe77fe 04:48:55 ---> 4d96e6ed5ed3 04:48:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:55 ---> Running in 905fb1a8706c 04:48:55 ---> Running in 33b1edb019a8 04:48:55 ---> Running in bd154d776383 04:48:55 ---> Running in e9e590d25add 04:48:55 ---> Running in 2c90820e6dde 04:48:57 Removing intermediate container bd154d776383 04:48:57 ---> 034a082d4674 04:48:57 Step 5/23 : RUN apk add --update --no-cache make bash git 04:48:57 ---> Running in 5027864e9df7 04:48:57 Removing intermediate container 905fb1a8706c 04:48:57 ---> 7dbadfc77475 04:48:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:48:58 ---> Running in dac281d8dbce 04:48:58 Removing intermediate container 33b1edb019a8 04:48:58 ---> 6c6b775a2c38 04:48:58 Step 5/23 : RUN apk add --update --no-cache make git 04:48:58 Removing intermediate container e9e590d25add 04:48:58 ---> bb6cfb032bf4 04:48:58 Step 5/21 : RUN apk add --update --no-cache make git 04:48:58 Removing intermediate container 2c90820e6dde 04:48:58 ---> d5eab29bd1c4 04:48:58 Step 5/24 : RUN apk add --update --no-cache make git 04:48:58 ---> Running in 7193fe9d029a 04:48:58 ---> Running in 0940be3d2b3f 04:48:58 ---> Running in 32808af9bbc5 04:48:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:48:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:48:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:48:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:48:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:48:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:48:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:49:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:49:00 OK: 219 MiB in 52 packages 04:49:00 OK: 219 MiB in 52 packages 04:49:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:49:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:49:00 Removing intermediate container dac281d8dbce 04:49:00 ---> 8ec7646380d7 04:49:00 Step 6/23 : COPY go.mod . 04:49:00 Removing intermediate container 5027864e9df7 04:49:00 ---> af7c5233cf5b 04:49:00 Step 6/23 : COPY go.mod . 04:49:00 OK: 219 MiB in 52 packages 04:49:01 ---> 8f4aec110576 04:49:01 Step 7/23 : RUN go mod download 04:49:01 ---> db967199a4be 04:49:01 Step 7/23 : RUN go mod download 04:49:01 ---> Running in c29d24c21a36 04:49:01 OK: 219 MiB in 52 packages 04:49:01 ---> Running in 23de70f40ece 04:49:01 OK: 219 MiB in 52 packages 04:49:02 Removing intermediate container 0940be3d2b3f 04:49:02 ---> 29d2b80b2bdc 04:49:02 Step 6/21 : COPY go.mod . 04:49:02 ---> d4f8b15f79dc 04:49:02 Step 7/21 : RUN go mod download 04:49:02 ---> Running in 758a57223036 04:49:02 Removing intermediate container 32808af9bbc5 04:49:02 ---> 6b8e31ca2644 04:49:02 Step 6/24 : COPY go.mod . 04:49:02 Removing intermediate container 7193fe9d029a 04:49:02 ---> b098aa1e2684 04:49:02 Step 6/23 : COPY go.mod . 04:49:03 ---> ab517266bf0b 04:49:03 Step 7/24 : RUN go mod download 04:49:03 ---> 1940dbc7e72a 04:49:03 Step 7/23 : RUN go mod download 04:49:03 ---> Running in 9710f826f365 04:49:03 ---> Running in d082927efbdf 04:49:04 Removing intermediate container 23de70f40ece 04:49:04 ---> 86bc8b9acaed 04:49:04 Step 8/23 : COPY . . 04:49:04 Removing intermediate container c29d24c21a36 04:49:04 ---> 39cf685d4400 04:49:04 Step 8/23 : COPY . . 04:49:04 Removing intermediate container 758a57223036 04:49:04 ---> 3baffd5e5c02 04:49:04 Step 8/21 : COPY . . 04:49:08 Removing intermediate container 9710f826f365 04:49:08 ---> f107089ee263 04:49:08 Step 8/23 : COPY . . 04:49:08 Removing intermediate container d082927efbdf 04:49:08 ---> bdeb2b54a84b 04:49:08 Step 8/24 : COPY . . 04:49:15 ? github.com/edgexfoundry/edgex-go [no test files] 04:49:40 ---> 44310d6dc7b2 04:49:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:49:40 ---> f548197c29b5 04:49:40 Step 9/23 : RUN make cmd/core-data/core-data 04:49:40 ---> 5d4d98c65947 04:49:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:49:40 ---> 9e3b2d73fa23 04:49:40 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:49:40 ---> Running in 37fce2e84770 04:49:40 ---> Running in ed4a4442e84b 04:49:40 ---> Running in 1d77e149c90e 04:49:40 ---> Running in f1f08b3e59c4 04:49:40 ---> 7cd23b222381 04:49:40 Step 9/23 : RUN make cmd/core-command/core-command 04:49:40 ---> Running in 511d7977d67d 04:49:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:49:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:49:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:49:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:49:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:50:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:50:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:50:21 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:21 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:26 Removing intermediate container f1f08b3e59c4 04:50:26 ---> a18677f27716 04:50:26 04:50:26 Step 10/24 : FROM alpine:3.12 04:50:26 Removing intermediate container 37fce2e84770 04:50:26 ---> 0e7e0d09ea57 04:50:26 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:50:26 Removing intermediate container 511d7977d67d 04:50:26 ---> 1b47907c682f 04:50:26 04:50:26 Step 10/23 : FROM alpine:3.12 04:50:26 Removing intermediate container ed4a4442e84b 04:50:26 ---> a6219537256d 04:50:26 04:50:26 Step 10/21 : FROM alpine:3.12 04:50:26 ---> Running in b601c2674aea 04:50:26 3.12: Pulling from library/alpine 04:50:26 3.12: Pulling from library/alpine 04:50:26 3.12: Pulling from library/alpine 04:50:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:50:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:50:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:50:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:50:28 Status: Downloaded newer image for alpine:3.12 04:50:28 Status: Image is up to date for alpine:3.12 04:50:28 ---> 13621d1b12d4 04:50:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:50:28 Status: Downloaded newer image for alpine:3.12 04:50:28 ---> 13621d1b12d4 04:50:28 Step 11/21 : RUN apk add --update --no-cache curl 04:50:28 ---> 13621d1b12d4 04:50:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:50:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:50:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:50:30 ---> Running in 34e5d5649d38 04:50:30 ---> Running in 06776132631d 04:50:30 ---> Running in 2e1430943d55 04:50:30 Removing intermediate container 1d77e149c90e 04:50:30 ---> 6ad0517d1fb3 04:50:30 04:50:30 Step 10/23 : FROM alpine:3.12 04:50:30 ---> 13621d1b12d4 04:50:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:50:30 ---> Running in 0e6a0c1934b3 04:50:30 Removing intermediate container b601c2674aea 04:50:30 ---> befe17b14c14 04:50:30 04:50:30 Step 11/23 : FROM docker:20.10.0 04:50:31 20.10.0: Pulling from library/docker 04:50:31 Removing intermediate container 0e6a0c1934b3 04:50:31 ---> 7d0195048398 04:50:31 Step 12/23 : ENV APP_PORT=48080 04:50:31 ---> Running in 236f1108a941 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:50:31 Removing intermediate container 236f1108a941 04:50:31 ---> 33df3fa31087 04:50:31 Step 13/23 : EXPOSE $APP_PORT 04:50:31 ---> Running in 525b49fe411c 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:50:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:50:31 (1/6) Installing ca-certificates (20191127-r4) 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:50:31 (3/6) Installing libcurl (7.76.1-r0) 04:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:31 (4/6) Installing curl (7.76.1-r0) 04:50:31 (5/6) Installing dumb-init (1.2.2-r1) 04:50:31 (6/6) Installing su-exec (0.2-r1) 04:50:31 Executing busybox-1.31.1-r20.trigger 04:50:31 Executing ca-certificates-20191127-r4.trigger 04:50:31 (1/1) Installing dumb-init (1.2.2-r1) 04:50:31 Executing busybox-1.31.1-r20.trigger 04:50:31 OK: 6 MiB in 15 packages 04:50:31 (1/4) Installing ca-certificates (20191127-r4) 04:50:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:31 (3/4) Installing libcurl (7.76.1-r0) 04:50:31 (4/4) Installing curl (7.76.1-r0) 04:50:32 Executing busybox-1.31.1-r20.trigger 04:50:32 Executing ca-certificates-20191127-r4.trigger 04:50:32 OK: 7 MiB in 20 packages 04:50:32 OK: 7 MiB in 18 packages 04:50:32 Removing intermediate container 525b49fe411c 04:50:32 ---> 1cb2404a5390 04:50:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:33 ---> Running in 5c8ed3630af5 04:50:35 Removing intermediate container 2e1430943d55 04:50:35 ---> 24302ee4821a 04:50:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:50:35 ---> Running in e294149d42ea 04:50:35 Removing intermediate container 34e5d5649d38 04:50:35 ---> 82d0341a8022 04:50:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:36 ---> Running in fa4701ce73d0 04:50:36 Removing intermediate container 06776132631d 04:50:36 ---> 83821d54fc57 04:50:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:36 Removing intermediate container e294149d42ea 04:50:36 ---> 9d11472f0b97 04:50:36 Step 13/23 : ENV APP_PORT=48082 04:50:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:50:36 ---> Running in 1a305c5396c3 04:50:36 ---> Running in 79a7d98ae3eb 04:50:36 Removing intermediate container fa4701ce73d0 04:50:36 ---> cbeaae917366 04:50:36 Step 13/24 : WORKDIR / 04:50:36 ---> Running in d171b24d63b2 04:50:36 Removing intermediate container 79a7d98ae3eb 04:50:36 ---> 15f7164283ad 04:50:36 Step 14/23 : EXPOSE $APP_PORT 04:50:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:50:36 Removing intermediate container 1a305c5396c3 04:50:36 ---> 1c125bd5a0e5 04:50:36 Step 13/21 : WORKDIR /edgex 04:50:36 Removing intermediate container 5c8ed3630af5 04:50:36 ---> 9d9226a1d4a1 04:50:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:50:36 ---> Running in 6033b2a9ffeb 04:50:36 ---> Running in 076647e12272 04:50:37 Removing intermediate container d171b24d63b2 04:50:37 ---> 422326cd96ad 04:50:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:50:37 ---> Running in 52eeca09e97b 04:50:37 Removing intermediate container 6033b2a9ffeb 04:50:37 ---> 986b9a041ff1 04:50:37 Step 15/23 : WORKDIR / 04:50:37 Removing intermediate container 076647e12272 04:50:37 ---> 7d8d757b932e 04:50:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:37 ---> Running in ff9afc5dd451 04:50:37 ---> 2fc9e3d1c4a0 04:50:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:50:38 Removing intermediate container ff9afc5dd451 04:50:38 ---> 5d7a136aa0b3 04:50:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:38 ---> 0a701ef0d9bc 04:50:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:38 ---> bae8ff983ed5 04:50:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:50:38 ---> ae01062a217e 04:50:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:38 ---> 6cbb7e9cad35 04:50:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:50:38 ---> 9f2292a3a4f1 04:50:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:50:39 (1/6) Installing dumb-init (1.2.2-r1) 04:50:39 (2/6) Installing libgcc (9.3.0-r2) 04:50:39 ---> 9368ff128148 04:50:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:39 (3/6) Installing libsodium (1.0.18-r0) 04:50:39 (4/6) Installing libstdc++ (9.3.0-r2) 04:50:39 ---> 8237b64d2bb1 04:50:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:50:39 ---> 2e8e8414cc71 04:50:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:40 ---> Running in a007408e81f9 04:50:40 ---> 3bec867037d2 04:50:40 Step 19/23 : ENTRYPOINT ["/core-command"] 04:50:40 (5/6) Installing libzmq (4.3.3-r0) 04:50:40 (6/6) Installing zeromq (4.3.3-r0) 04:50:40 ---> Running in c3f8a6ba01dc 04:50:40 ---> ee0af5a273bf 04:50:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:50:40 Executing busybox-1.31.1-r20.trigger 04:50:40 OK: 8 MiB in 20 packages 04:50:41 Removing intermediate container a007408e81f9 04:50:41 ---> 1266e68e86f3 04:50:41 Step 18/21 : CMD ["--init=true"] 04:50:42 ---> Running in 17b42695609b 04:50:42 Removing intermediate container c3f8a6ba01dc 04:50:42 ---> 2e13d6699e55 04:50:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:42 ---> de6a22287ebf 04:50:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:50:42 ---> Running in 9039c21bad8a 04:50:42 ---> Running in 4a8e39ab6eea 04:50:42 Removing intermediate container 17b42695609b 04:50:42 ---> b6a6804960eb 04:50:42 Step 19/21 : LABEL arch=x86_64 04:50:42 ---> Running in 6dc0f8915b73 04:50:42 Removing intermediate container 9039c21bad8a 04:50:42 ---> 4058f2156f81 04:50:42 Step 21/23 : LABEL arch=x86_64 04:50:42 Removing intermediate container 52eeca09e97b 04:50:42 ---> 569cac8c1111 04:50:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:42 ---> Running in fea64d02a0d7 04:50:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:50:43 Removing intermediate container 6dc0f8915b73 04:50:43 ---> e2b5534cb24e 04:50:43 Step 20/21 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:50:43 Status: Downloaded newer image for docker:20.10.0 04:50:43 ---> aefe523efa57 04:50:43 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:50:43 ---> 9393bcda0d60 04:50:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:50:43 ---> Running in 2a486d7c1445 04:50:43 ---> Running in ca093ce4beff 04:50:43 Removing intermediate container fea64d02a0d7 04:50:43 ---> 4883b595a19a 04:50:43 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:50:43 ---> Running in 529b6bc627c2 04:50:43 Removing intermediate container ca093ce4beff 04:50:43 ---> e3eafbaa89e0 04:50:43 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 04:50:44 Removing intermediate container 2a486d7c1445 04:50:44 ---> 3a5dd2b18ab0 04:50:44 Step 21/21 : LABEL version=0.0.0 04:50:44 ---> Running in a6117ae0424c 04:50:44 Removing intermediate container 529b6bc627c2 04:50:44 ---> 7ddd3ed0d594 04:50:44 Step 23/23 : LABEL version=0.0.0 04:50:44 ---> 37f65940f17d 04:50:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:50:44 ---> Running in c68dc54ebdff 04:50:44 Removing intermediate container 4a8e39ab6eea 04:50:44 ---> fb4c627722eb 04:50:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:50:44 ---> Running in 744974b177ea 04:50:44 ---> Running in 6027013905ba 04:50:44 Removing intermediate container c68dc54ebdff 04:50:44 ---> e45f46359dc8 04:50:44 04:50:44 ---> 7230c35fa0ce 04:50:44 Step 19/23 : ENTRYPOINT ["/core-data"] 04:50:45 Removing intermediate container 744974b177ea 04:50:45 ---> 8e2fe7d47806 04:50:45 04:50:45 ---> Running in be9c9c62568a 04:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:50:45 Removing intermediate container 6027013905ba 04:50:45 ---> f55897e214c5 04:50:45 Step 22/24 : LABEL arch=x86_64 04:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:50:45 Successfully built e45f46359dc8 04:50:45 ---> Running in 1efa99527c23 04:50:45 Successfully tagged docker-security-proxy-setup-go:latest 04:50:45  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 04:50:45 Successfully built 8e2fe7d47806 04:50:45 Successfully tagged docker-core-command-go:latest 04:50:45  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 04:50:45 Removing intermediate container be9c9c62568a 04:50:45 ---> 92cf73eb3f28 04:50:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:45 (1/39) Installing readline (8.0.4-r0) 04:50:45 (2/39) Installing bash (5.0.17-r0) 04:50:45 Executing bash-5.0.17-r0.post-install 04:50:45 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:50:45 (4/39) Installing libcurl (7.76.1-r0) 04:50:45 ---> Running in 3f26bf07c1ad 04:50:45 (5/39) Installing curl (7.76.1-r0) 04:50:45 (6/39) Installing dumb-init (1.2.2-r1) 04:50:45 (7/39) Installing libbz2 (1.0.8-r1) 04:50:45 (8/39) Installing expat (2.2.9-r1) 04:50:45 (9/39) Installing libffi (3.3-r2) 04:50:45 (10/39) Installing gdbm (1.13-r1) 04:50:45 (11/39) Installing xz-libs (5.2.5-r0) 04:50:45 (12/39) Installing sqlite-libs (3.32.1-r0) 04:50:45 (13/39) Installing python3 (3.8.8-r0) 04:50:45 Removing intermediate container 1efa99527c23 04:50:45 ---> f511aaea627a 04:50:45 Step 23/24 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:50:46 Removing intermediate container 3f26bf07c1ad 04:50:46 ---> a226e023428e 04:50:46 Step 21/23 : LABEL arch=x86_64 04:50:46 ---> Running in 196a08acb689 04:50:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:50:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:50:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:50:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.223s coverage: 19.8% of statements 04:50:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.257s coverage: 100.0% of statements 04:50:54 (14/39) Installing py3-appdirs (1.4.4-r1) 04:50:54 ---> Running in ca52c66ef732 04:50:54 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:50:54 (16/39) Installing py3-parsing (2.4.7-r0) 04:50:54 (17/39) Installing py3-six (1.15.0-r0) 04:50:54 (18/39) Installing py3-packaging (20.4-r0) 04:50:54 Removing intermediate container 196a08acb689 04:50:54 ---> 28bd37fe59da 04:50:54 Step 24/24 : LABEL version=0.0.0 04:50:54 (19/39) Installing py3-setuptools (47.0.0-r0) 04:50:54 (20/39) Installing py3-chardet (3.0.4-r4) 04:50:55 (21/39) Installing py3-idna (2.9-r0) 04:50:55 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:50:55 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:50:57 (24/39) Installing py3-requests (2.23.0-r0) 04:50:57 (25/39) Installing py3-msgpack (1.0.0-r0) 04:50:57 ---> Running in f9a62ba46917 04:50:57 (26/39) Installing py3-lockfile (0.12.2-r3) 04:50:57 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:50:58 (28/39) Installing py3-colorama (0.4.3-r0) 04:50:58 (29/39) Installing py3-distlib (0.3.0-r0) 04:50:58 Removing intermediate container ca52c66ef732 04:50:58 ---> 735d264b6159 04:50:58 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:50:58 (30/39) Installing py3-distro (1.5.0-r1) 04:50:58 (31/39) Installing py3-webencodings (0.5.1-r3) 04:50:58 (32/39) Installing py3-html5lib (1.0.1-r4) 04:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.149s coverage: 100.0% of statements 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.240s coverage: 71.3% of statements 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:50:59 (33/39) Installing py3-pytoml (0.1.21-r0) 04:51:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 87.7% of statements 04:51:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:51:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:51:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements 04:51:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:51:00 (34/39) Installing py3-pep517 (0.8.2-r0) 04:51:00 (35/39) Installing py3-progress (1.5-r0) 04:51:00 (36/39) Installing py3-toml (0.10.1-r0) 04:51:01 (37/39) Installing py3-retrying (1.3.3-r0) 04:51:01 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:51:01 (39/39) Installing py3-pip (20.1.1-r0) 04:51:04 Removing intermediate container f9a62ba46917 04:51:04 ---> d42fdd236753 04:51:04 04:51:04 ---> Running in 7f62f87d27f2 04:51:04 Executing busybox-1.31.1-r19.trigger 04:51:05 OK: 72 MiB in 59 packages 04:51:06 Successfully built d42fdd236753 04:51:06 Successfully tagged docker-security-secretstore-setup-go:latest 04:51:06 Building docker-core-metadata-go 04:51:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7f62f87d27f2 04:51:08 ---> 24445fa55e22 04:51:08 Step 23/23 : LABEL version=0.0.0 04:51:09 ---> Running in cd06829c5fde 04:51:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:51:10 ---> 813c1e5f861b 04:51:10 Step 3/31 : WORKDIR /edgex-go 04:51:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:51:10 ---> 813c1e5f861b 04:51:10 Step 3/22 : WORKDIR /edgex-go 04:51:10 ---> Using cache 04:51:10 ---> 4d96e6ed5ed3 04:51:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:10 ---> Using cache 04:51:10 ---> 4d96e6ed5ed3 04:51:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:10 ---> Using cache 04:51:10 ---> d5eab29bd1c4 04:51:10 Step 5/31 : RUN apk add --update --no-cache make git 04:51:10 ---> Using cache 04:51:10 ---> d5eab29bd1c4 04:51:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:51:10 ---> Using cache 04:51:10 ---> 6b8e31ca2644 04:51:10 Step 6/31 : COPY go.mod . 04:51:10 ---> Using cache 04:51:10 ---> ab517266bf0b 04:51:10 Step 7/31 : RUN go mod download 04:51:10 ---> Using cache 04:51:10 ---> bdeb2b54a84b 04:51:10 Step 8/31 : COPY . . 04:51:10 ---> Using cache 04:51:10 ---> 5d4d98c65947 04:51:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.289s coverage: 78.3% of statements 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:51:12 Removing intermediate container cd06829c5fde 04:51:12 ---> f686c1e3134a 04:51:12 04:51:12 ---> Running in 75ea4f9b177d 04:51:12 ---> Running in fc8526a2df9b 04:51:12 Successfully built f686c1e3134a 04:51:12 Collecting docker-compose==1.23.2 04:51:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:51:13 Successfully tagged docker-core-data-go:latest 04:51:13  Building docker-core-data-go ... done Building docker-support-scheduler-go 04:51:13 Collecting websocket-client<1.0,>=0.32.0 04:51:13 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:51:15 Collecting texttable<0.10,>=0.9.0 04:51:15 Downloading texttable-0.9.1.tar.gz (11 kB) 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 95.1% of statements 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.9% of statements 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.142s coverage: 22.6% of statements 04:51:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.178s coverage: 47.1% of statements 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.244s coverage: 79.5% of statements 04:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.133s coverage: 94.1% of statements 04:51:17 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:51:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:51:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements 04:51:18 Collecting jsonschema<3,>=2.5.1 04:51:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:51:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:51:18 Collecting docopt<0.7,>=0.6.1 04:51:18 Downloading docopt-0.6.2.tar.gz (25 kB) 04:51:19 OK: 219 MiB in 52 packages 04:51:21 Collecting docker<4.0,>=3.6.0 04:51:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:51:22 Removing intermediate container 75ea4f9b177d 04:51:22 ---> 8722639d6f4e 04:51:22 Step 6/22 : COPY go.mod . 04:51:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:51:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:51:23 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:51:24 ---> 9f71047e145e 04:51:24 Step 7/22 : RUN go mod download 04:51:24 Collecting cached-property<2,>=1.2.0 04:51:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:51:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:51:25 ---> 813c1e5f861b 04:51:25 Step 3/23 : WORKDIR /edgex-go 04:51:25 ---> Using cache 04:51:25 ---> 4d96e6ed5ed3 04:51:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:25 ---> Using cache 04:51:25 ---> d5eab29bd1c4 04:51:25 Step 5/23 : RUN apk add --update --no-cache make git 04:51:25 ---> Using cache 04:51:25 ---> 6b8e31ca2644 04:51:25 Step 6/23 : COPY go.mod . 04:51:25 ---> Using cache 04:51:25 ---> ab517266bf0b 04:51:25 Step 7/23 : RUN go mod download 04:51:25 ---> Using cache 04:51:25 ---> bdeb2b54a84b 04:51:25 Step 8/23 : COPY . . 04:51:25 ---> Using cache 04:51:25 ---> 5d4d98c65947 04:51:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:51:25 Collecting PyYAML<4,>=3.10 04:51:26 Downloading PyYAML-3.13.tar.gz (270 kB) 04:51:27 ---> Running in 90c28f147298 04:51:27 ---> Running in f0a6c031229a 04:51:30 Collecting dockerpty<0.5,>=0.4.1 04:51:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.132s coverage: 94.4% of statements 04:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements 04:51:31 Collecting docker-pycreds>=0.4.0 04:51:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:51:31 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:51:31 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:51:31 Collecting urllib3<1.25,>=1.21.1 04:51:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:51:31 Collecting idna<2.8,>=2.5 04:51:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:51:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:51:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:51:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:51:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:51:32 Installing collected packages: websocket-client, texttable, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docker-compose 04:51:32 Running setup.py install for texttable: started 04:51:32 Removing intermediate container 90c28f147298 04:51:32 ---> 3f8b0f37d8fa 04:51:32 Step 8/22 : COPY . . 04:51:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:51:32 ---> 813c1e5f861b 04:51:32 Step 3/22 : WORKDIR /edgex-go 04:51:32 ---> Using cache 04:51:32 ---> 4d96e6ed5ed3 04:51:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:32 ---> Using cache 04:51:32 ---> d5eab29bd1c4 04:51:32 Step 5/22 : RUN apk add --update --no-cache make git 04:51:32 ---> Using cache 04:51:32 ---> 6b8e31ca2644 04:51:32 Step 6/22 : COPY go.mod . 04:51:32 ---> Using cache 04:51:32 ---> ab517266bf0b 04:51:32 Step 7/22 : RUN go mod download 04:51:32 ---> Using cache 04:51:32 ---> bdeb2b54a84b 04:51:32 Step 8/22 : COPY . . 04:51:32 ---> Using cache 04:51:32 ---> 5d4d98c65947 04:51:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:51:33 ---> Running in ded8d081537e 04:51:33 Running setup.py install for texttable: finished with status 'done' 04:51:34 Running setup.py install for docopt: started 04:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 81.8% of statements 04:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:51:36 Running setup.py install for docopt: finished with status 'done' 04:51:36 Attempting uninstall: urllib3 04:51:36 Found existing installation: urllib3 1.25.9 04:51:36 Uninstalling urllib3-1.25.9: 04:51:36 Successfully uninstalled urllib3-1.25.9 04:51:37 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:51:40 Attempting uninstall: idna 04:51:40 Found existing installation: idna 2.9 04:51:40 Uninstalling idna-2.9: 04:51:40 Successfully uninstalled idna-2.9 04:51:41 Attempting uninstall: requests 04:51:41 Found existing installation: requests 2.23.0 04:51:41 Uninstalling requests-2.23.0: 04:51:41 Successfully uninstalled requests-2.23.0 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.201s coverage: 92.9% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 75.5% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.178s coverage: 87.2% of statements 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.6% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.586s coverage: 64.4% of statements 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:51:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements 04:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 04:51:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 04:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 04:51:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 04:51:45 Running setup.py install for PyYAML: started 04:51:48 Running setup.py install for PyYAML: finished with status 'done' 04:51:48 Running setup.py install for dockerpty: started 04:51:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 69.0% of statements 04:51:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:51:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:51:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:51:49 Running setup.py install for dockerpty: finished with status 'done' 04:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.673s coverage: 40.5% of statements 04:51:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:51:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements 04:51:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 04:51:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 04:51:54 Removing intermediate container fc8526a2df9b 04:51:54 ---> 88e54c4b4d23 04:51:54 04:51:54 Step 10/31 : FROM alpine:3.12 04:51:54 ---> 13621d1b12d4 04:51:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:51:56 ---> Running in d82936c636e3 04:51:56 ---> a4074ce9a8a3 04:51:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:51:56 Removing intermediate container d82936c636e3 04:51:56 ---> 9d13012de15f 04:51:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:51:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.493s coverage: 47.0% of statements 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:51:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:51:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:51:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.153s coverage: 9.6% of statements 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:51:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 92.6% of statements 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:51:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:51:57 ---> Running in 4bb73090d10e 04:51:57 ---> Running in fcfa6e70bae5 04:51:58 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:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:51:59 (1/2) Installing dumb-init (1.2.2-r1) 04:51:59 (2/2) Installing su-exec (0.2-r1) 04:51:59 Executing busybox-1.31.1-r20.trigger 04:51:59 OK: 6 MiB in 16 packages 04:52:03 Removing intermediate container fcfa6e70bae5 04:52:03 ---> 783a5687d980 04:52:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.543s coverage: 28.7% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.185s coverage: 64.6% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.352s coverage: 97.6% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:52:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 04:52:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.126s coverage: 28.1% of statements 04:52:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 04:52:06 ---> Running in b143721d93be 04:52:06 GO111MODULE=on go vet ./... 04:52:07 Removing intermediate container b143721d93be 04:52:07 ---> 34bc474e6b16 04:52:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:52:10 ---> Running in a62c132e90e4 04:52:11 Removing intermediate container a62c132e90e4 04:52:11 ---> 5a524213c201 04:52:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:52:12 ---> Running in bb93ec19bd68 04:52:15 Removing intermediate container ded8d081537e 04:52:15 ---> 49801648e651 04:52:15 04:52:15 Step 10/22 : FROM alpine:3.12 04:52:15 ---> 13621d1b12d4 04:52:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:52:15 ---> Using cache 04:52:15 ---> 24302ee4821a 04:52:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:52:15 ---> Using cache 04:52:15 ---> 9d11472f0b97 04:52:15 Step 13/22 : ENV APP_PORT=48085 04:52:17 Removing intermediate container a6117ae0424c 04:52:17 ---> 58dd1fd978a4 04:52:17 Step 14/23 : ENV APP_PORT=48090 04:52:17 ---> Running in ef92136e07c9 04:52:17 ---> Running in 95342fa3d8db 04:52:18 Removing intermediate container f0a6c031229a 04:52:18 ---> 09cb6c16e472 04:52:18 04:52:18 Step 10/23 : FROM alpine:3.12 04:52:18 ---> 13621d1b12d4 04:52:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:52:18 ---> Using cache 04:52:18 ---> 24302ee4821a 04:52:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:52:18 ---> Using cache 04:52:18 ---> 9d11472f0b97 04:52:18 Step 13/23 : ENV APP_PORT=48081 04:52:18 Removing intermediate container ef92136e07c9 04:52:18 ---> 7c3088e51d3e 04:52:18 Step 14/22 : EXPOSE $APP_PORT 04:52:18 Removing intermediate container 95342fa3d8db 04:52:18 ---> bb578935b20a 04:52:18 Step 15/23 : EXPOSE $APP_PORT 04:52:19 ---> Running in ec079b663c4b 04:52:19 ---> Running in 1d3acf96e811 04:52:19 Removing intermediate container bb93ec19bd68 04:52:19 ---> d1fa8cc215bc 04:52:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:52:19 ---> Running in 338b49140698 04:52:19 ---> Running in d40a87d45e07 04:52:19 Removing intermediate container 1d3acf96e811 04:52:19 ---> 833f9adad884 04:52:19 Step 14/23 : EXPOSE $APP_PORT 04:52:19 Removing intermediate container ec079b663c4b 04:52:19 ---> 7c30f7be84ce 04:52:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:19 Removing intermediate container 338b49140698 04:52:19 ---> 213ffa490322 04:52:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:52:19 ---> Running in 5e91da1ca4f4 04:52:19 Removing intermediate container d40a87d45e07 04:52:19 ---> 4f69e7f053bc 04:52:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:52:20 ---> e124af3ac0bb 04:52:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:52:22 Removing intermediate container 5e91da1ca4f4 04:52:22 ---> c74ac4a0d27d 04:52:22 Step 15/23 : WORKDIR / 04:52:22 ---> 9c00747522ab 04:52:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:52:22 ---> 409589f2d6e5 04:52:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:52:22 ---> 579ec85354af 04:52:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:52:22 ---> Running in 0deb19f7b936 04:52:22 ---> Running in c3364ea81ede 04:52:22 Removing intermediate container c3364ea81ede 04:52:22 ---> 4bbad49f9ed7 04:52:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:22 ---> 9685a14f5bfb 04:52:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:52:22 ---> f68de3887b33 04:52:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:52:22 ---> Running in b5ca6036fcba 04:52:22 ---> 6f3093208103 04:52:22 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 04:52:22 Removing intermediate container b5ca6036fcba 04:52:22 ---> 6d447fee82bc 04:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:22 ---> c844ffc84571 04:52:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:52:23 ---> Running in 975be7c7acc6 04:52:23 ---> Running in 2efae8f193a8 04:52:25 Removing intermediate container 975be7c7acc6 04:52:25 ---> fc0d0c53cee5 04:52:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:25 Removing intermediate container 0deb19f7b936 04:52:25 ---> 8b57f5ce93f7 04:52:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:25 ---> 9ba5aaed181d 04:52:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:52:25 Removing intermediate container 2efae8f193a8 04:52:25 ---> 85529f4faf81 04:52:25 Step 20/22 : LABEL arch=x86_64 04:52:25 ---> Running in d19b0f3b80e2 04:52:25 Removing intermediate container 4bb73090d10e 04:52:25 ---> 7227e1b21f31 04:52:25 04:52:25 Step 10/22 : FROM alpine:3.12 04:52:25 ---> 13621d1b12d4 04:52:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:52:25 ---> Running in 49f4eb321c39 04:52:25 ---> Running in e36d86ca333a 04:52:26 ---> 39abb33ea174 04:52:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:52:26 ---> b5fec06b3341 04:52:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:52:26 Removing intermediate container d19b0f3b80e2 04:52:26 ---> 09ba011e413a 04:52:26 Step 21/23 : LABEL arch=x86_64 04:52:26 ---> Running in 86fb9b6fd27b 04:52:26 ---> Running in 4068df60470d 04:52:26 Removing intermediate container 49f4eb321c39 04:52:26 ---> a9a4982d877d 04:52:26 Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:52:26 ---> Running in ad31806fee76 04:52:26 ---> a6e7d9f66121 04:52:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:52:26 Removing intermediate container 86fb9b6fd27b 04:52:26 ---> 4c8751b728dc 04:52:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:26 Removing intermediate container 4068df60470d 04:52:26 ---> 603a8f07a62c 04:52:26 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:52:26 ---> Running in 42696df52b4b 04:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:27 ---> Running in 52892b095209 04:52:27 Removing intermediate container ad31806fee76 04:52:27 ---> 55e4646b36a4 04:52:27 Step 22/22 : LABEL version=0.0.0 04:52:27 (1/2) Installing ca-certificates (20191127-r4) 04:52:27 ---> 3e980207c655 04:52:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:52:27 (2/2) Installing dumb-init (1.2.2-r1) 04:52:27 Executing busybox-1.31.1-r20.trigger 04:52:27 Executing ca-certificates-20191127-r4.trigger 04:52:27 OK: 6 MiB in 16 packages 04:52:27 ---> Running in 803c438c6ec1 04:52:27 Removing intermediate container 42696df52b4b 04:52:27 ---> cddc3b69038e 04:52:27 Step 21/23 : LABEL arch=x86_64 04:52:27 Removing intermediate container 52892b095209 04:52:27 ---> 703957a63c4b 04:52:27 Step 23/23 : LABEL version=0.0.0 04:52:27 ---> a53733fc1796 04:52:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:52:28 ---> Running in 052948657f0f 04:52:28 ---> Running in 5df166dce7da 04:52:28 Removing intermediate container 803c438c6ec1 04:52:28 ---> 89564526102b 04:52:28 04:52:28 Successfully built 89564526102b 04:52:29 Successfully tagged docker-support-scheduler-go:latest 04:52:29  Building docker-support-scheduler-go ... done Removing intermediate container e36d86ca333a 04:52:29 ---> fc87f45f63a3 04:52:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:52:29 Removing intermediate container 052948657f0f 04:52:29 ---> a2a7b8f1bfbd 04:52:29 04:52:29 ---> 8c949146c065 04:52:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:52:29 Removing intermediate container 5df166dce7da 04:52:29 ---> 589a46b9b34d 04:52:29 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:52:29 Successfully built a2a7b8f1bfbd 04:52:29 ---> Running in 806b3c7eaa6c 04:52:29 Successfully tagged docker-sys-mgmt-agent-go:latest 04:52:29  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0cacaa220527 04:52:29 ---> Running in 186170346bf4 04:52:29 Removing intermediate container 806b3c7eaa6c 04:52:29 ---> f6282f758386 04:52:29 Step 13/22 : ENV APP_PORT=48060 04:52:30 ---> Running in c940ff97eb0d 04:52:30 Removing intermediate container 0cacaa220527 04:52:30 ---> bc33e564ea28 04:52:30 Step 23/23 : LABEL version=0.0.0 04:52:30 Removing intermediate container 186170346bf4 04:52:30 ---> 1dfab3e5ad6f 04:52:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:52:30 ---> Running in d07850bcbe06 04:52:30 Removing intermediate container c940ff97eb0d 04:52:30 ---> 56fbc4753f23 04:52:30 Step 14/22 : EXPOSE $APP_PORT 04:52:30 ---> Running in 6aaed9572963 04:52:30 ---> d286364cbfa6 04:52:30 Step 26/31 : RUN chmod +x /entrypoint.sh 04:52:30 Removing intermediate container d07850bcbe06 04:52:30 ---> 998e2050bc0a 04:52:30 04:52:30 Successfully built 998e2050bc0a 04:52:30 ---> Running in b79a6457eb99 04:52:30 Successfully tagged docker-core-metadata-go:latest 04:52:30  Building docker-core-metadata-go ... done Removing intermediate container 6aaed9572963 04:52:30 ---> 1d2c43ffd7dc 04:52:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:31 ---> 00d86ac288ee 04:52:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:52:31 ---> 829c39b81097 04:52:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:52:32 Removing intermediate container b79a6457eb99 04:52:32 ---> d7f0051020af 04:52:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:52:32 ---> Running in a58b85cd1127 04:52:32 ---> db39c9552db0 04:52:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:52:32 ---> Running in 7ea40a19c6b5 04:52:32 Removing intermediate container a58b85cd1127 04:52:32 ---> 21b60c3c6ec1 04:52:32 Step 28/31 : CMD ["gate"] 04:52:32 Removing intermediate container 7ea40a19c6b5 04:52:32 ---> 1d2fdca1a8a2 04:52:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:33 ---> Running in 25ab282bfc66 04:52:33 ---> Running in 177868bd2746 04:52:33 Removing intermediate container 25ab282bfc66 04:52:33 ---> 310d51fe959b 04:52:33 Step 29/31 : LABEL arch=x86_64 04:52:33 Removing intermediate container 177868bd2746 04:52:33 ---> 64b749f65aa1 04:52:33 Step 20/22 : LABEL arch=x86_64 04:52:33 ---> Running in 8f576303cf01 04:52:33 ---> Running in 29d14f733622 04:52:33 Removing intermediate container 8f576303cf01 04:52:33 ---> 25d288ca8f5b 04:52:33 Step 30/31 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:52:33 Removing intermediate container 29d14f733622 04:52:33 ---> 98403a8d1962 04:52:33 Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:52:33 ---> Running in 39afba4f12fa 04:52:33 ---> Running in e80fe0da4225 04:52:34 Removing intermediate container e80fe0da4225 04:52:34 ---> d0bb04e847be 04:52:34 Step 22/22 : LABEL version=0.0.0 04:52:34 Removing intermediate container 39afba4f12fa 04:52:34 ---> 93786a48e5b4 04:52:34 Step 31/31 : LABEL version=0.0.0 04:52:34 ---> Running in 0b00087aee64 04:52:34 ---> Running in a79617397942 04:52:35 Removing intermediate container 0b00087aee64 04:52:35 ---> a60e5192a0f1 04:52:35 04:52:35 Successfully built a60e5192a0f1 04:52:35 Successfully tagged docker-support-notifications-go:latest 04:52:35  Building docker-support-notifications-go ... done Removing intermediate container a79617397942 04:52:35 ---> 7e4e6a94e2a2 04:52:35 04:52:35 Successfully built 7e4e6a94e2a2 04:52:35 Successfully tagged docker-security-bootstrapper-go:latest 04:52:35  Building docker-security-bootstrapper-go ... done  [Pipeline] } 04:52:35 $ docker stop --time=1 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e 04:52:37 $ docker rm -f 35ad96b62437fc5fec91801d2949d09dc73f2a836a23ac7a1ded545346fbda3e [Pipeline] // withDockerContainer [Pipeline] sh 04:52:37 + docker images 04:52:37 + grep docker 04:52:38 docker-security-bootstrapper-go latest 7e4e6a94e2a2 3 seconds ago 18.2MB 04:52:38 docker-support-notifications-go latest a60e5192a0f1 4 seconds ago 17.6MB 04:52:38 docker-core-metadata-go latest 998e2050bc0a 8 seconds ago 18.6MB 04:52:38 docker-sys-mgmt-agent-go latest a2a7b8f1bfbd 10 seconds ago 312MB 04:52:38 docker-support-scheduler-go latest 89564526102b 11 seconds ago 17.1MB 04:52:38 docker-core-data-go latest f686c1e3134a About a minute ago 21.5MB 04:52:38 docker-security-secretstore-setup-go latest d42fdd236753 About a minute ago 25.6MB 04:52:38 docker-security-proxy-setup-go latest e45f46359dc8 About a minute ago 25.3MB 04:52:38 docker-core-command-go latest 8e2fe7d47806 About a minute ago 17MB 04:52:38 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:52:53 Still waiting to schedule task 04:52:53 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:53:43 gofmt -l . 04:53:43 [ "`gofmt -l .`" = "" ] 04:53:44 ./bin/test-go-mod-tidy.sh 04:53:45 ./bin/test-attribution-txt.sh 04:53:45 Running on prd-ubuntu18.04-docker-8c-8g-2679 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws 04:53:45 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] sh 04:53:47 + ls -al . 04:53:47 total 840 04:53:47 drwxrwxr-x 9 1001 1001 4096 May 3 04:53 . 04:53:47 drwxr-xr-x 4 root root 4096 May 3 04:48 .. 04:53:47 -rw-rw-r-- 1 1001 1001 11 May 3 04:47 .dockerignore 04:53:47 drwxrwxr-x 8 1001 1001 4096 May 3 04:47 .git 04:53:47 drwxrwxr-x 3 1001 1001 4096 May 3 04:47 .github 04:53:47 -rw-rw-r-- 1 1001 1001 818 May 3 04:47 .gitignore 04:53:47 -rw-rw-r-- 1 1001 1001 166 May 3 04:47 .sonarcloud.properties 04:53:47 -rw-rw-r-- 1 1001 1001 8609 May 3 04:47 Attribution.txt 04:53:47 -rw-rw-r-- 1 1001 1001 3804 May 3 04:47 CONTRIBUTING.md 04:53:47 -rw-rw-r-- 1 1001 1001 931 May 3 04:47 Dockerfile.build 04:53:47 -rw-rw-r-- 1 1001 1001 863 May 3 04:47 Jenkinsfile 04:53:47 -rw-rw-r-- 1 1001 1001 10775 May 3 04:47 LICENSE 04:53:47 -rw-rw-r-- 1 1001 1001 5774 May 3 04:47 Makefile 04:53:47 -rw-rw-r-- 1 1001 1001 7978 May 3 04:47 README.md 04:53:47 -rw-rw-r-- 1 1001 1001 6755 May 3 04:47 SECURITY.md 04:53:47 -rw-rw-r-- 1 1001 1001 5 May 3 04:44 VERSION 04:53:47 -rw-rw-r-- 1 1001 1001 4131 May 3 04:47 ZMQWindows.md 04:53:47 drwxrwxr-x 2 1001 1001 4096 May 3 04:47 bin 04:53:47 drwxrwxr-x 14 1001 1001 4096 May 3 04:47 cmd 04:53:47 -rw-r--r-- 1 root root 703681 May 3 04:52 coverage.out 04:53:47 -rw-r--r-- 1 root root 1060 May 3 04:53 go.mod 04:53:47 -rw-r--r-- 1 root root 22420 May 3 04:48 go.sum 04:53:47 drwxrwxr-x 8 1001 1001 4096 May 3 04:47 internal 04:53:47 drwxrwxr-x 4 1001 1001 4096 May 3 04:47 openapi 04:53:47 drwxrwxr-x 4 1001 1001 4096 May 3 04:47 snap 04:53:47 -rw-rw-r-- 1 1001 1001 168 May 3 04:47 version.go [Pipeline] sh 04:53:48 + '[' -e coverage.out ] 04:53:48 + chown 1001:1001 coverage.out [Pipeline] stash 04:53:48 Warning: overwriting stash ‘coverage-report’ 04:53:48 using credential edgex-jenkins-ssh 04:53:48 Cloning the remote Git repository 04:53:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:53:49 Stashed 1 file(s) [Pipeline] sh 04:53:49 > git init /w/workspace/edgex-go/2 # timeout=10 04:53:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:53:49 > git --version # timeout=10 04:53:49 > git --version # 'git version 2.17.1' 04:53:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:53:50 + make build 04:53:50 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:53:55 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:53:55 Merge succeeded, producing 1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:53:55 Checking out Revision 1160d5ba54a31b35ea1e4c6d49e89833a7095427 (PR-3416) 04:53:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:53:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:53:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:53:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:53:54 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:53:55 > git config core.sparsecheckout # timeout=10 04:53:55 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 04:53:55 > git remote # timeout=10 04:53:55 > git config --get remote.origin.url # timeout=10 04:53:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:55 > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 04:53:55 > git rev-parse HEAD^{commit} # timeout=10 04:53:55 > git config core.sparsecheckout # timeout=10 04:53:55 > git checkout -f 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 04:53:59 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:53:59 Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:54:00 + echo snap-build.sh 04:54:00 snap-build.sh 04:54:00 + SNAP_BASE_DIR=. 04:54:00 + '[' '!' -z /w/workspace/edgex-go/2 ']' 04:54:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 04:54:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 04:54:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 04:54:00 + cd /w/workspace/edgex-go/2 04:54:00 + sudo apt-get remove -qy --purge lxd lxd-client 04:54:00 Reading package lists... 04:54:00 Building dependency tree... 04:54:00 Reading state information... 04:54:00 The following packages were automatically installed and are no longer required: 04:54:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:54:00 uidmap xdelta3 04:54:00 Use 'sudo apt autoremove' to remove them. 04:54:00 The following packages will be REMOVED: 04:54:00 lxd* lxd-client* 04:54:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:54:01 After this operation, 31.7 MB disk space will be freed. 04:54:02 (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:54:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:54:03 Removing lxd dnsmasq configuration 04:54:03 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:54:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:54:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:54:04 (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:54:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:54:06 Processing triggers for systemd (237-3ubuntu10.42) ... 04:54:06 Processing triggers for ureadahead (0.100.0-21) ... 04:54:07 + sudo snap remove --purge lxd 04:54:07 snap "lxd" is not installed 04:54:07 + sudo groupadd --force --system lxd 04:54:07 ++ whoami 04:54:07 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:54:07 + newgrp - lxd 04:54:07 + sudo snap install lxd 04:54:17 2021-05-03T04:54:14Z INFO Waiting for automatic snapd restart... 04:54:25 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:27 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:54:31 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:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:54:32 lxd 4.13 from Canonical* installed 04:54:32 + sudo lxd init --auto 04:54:36 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:54:40 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:54:41 + sudo snap install --classic snapcraft 04:54:43 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:54:45 snapcraft 4.6.3 from Canonical* installed 04:54:45 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 04:54:45 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 04:54:45 % Total % Received % Xferd Average Speed Time Time Time Current 04:54:45 Dload Upload Total Spent Left Speed 04:54:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 04:54:45 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M 04:54:45 ./yq_linux_amd64 04:54:45 + sudo snapcraft prime --use-lxd 04:54:46 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:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:54:47 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:54:47 - README.md 04:54:47 04:54:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:54:48 Launching a container. 04:54:49 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:54:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:54:58 $ docker stop --time=1 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 04:55:00 Waiting for container to be ready 04:55:00 To start your first instance, try: lxc launch ubuntu:18.04 04:55:00 04:55:01 $ docker rm -f 038313f28d280d4fc4d9e0f0a6829c9d06e286384e5049dbf5281e9092409d16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:55:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:55:02 04:55:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:55:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] isUnix [Pipeline] sh 04:55:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:55:03 Waiting for network to be ready... 04:55:03 latest: Pulling from edgex-devops/edgex-compose-arm64 04:55:03 29e5d40040c1: Pulling fs layer 04:55:03 1ce36da41761: Pulling fs layer 04:55:03 25b303627fd3: Pulling fs layer 04:55:03 29e5d40040c1: Verifying Checksum 04:55:03 29e5d40040c1: Download complete 04:55:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:55:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 04:55:03 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:55:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 04:55:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 04:55:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:55:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 04:55:04 29e5d40040c1: Pull complete 04:55:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 04:55:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 04:55:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 04:55:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:55:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:55:04 1ce36da41761: Download complete 04:55:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:55:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:55:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:55:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:55:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:55:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:55:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:55:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 04:55:05 1ce36da41761: Pull complete 04:55:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 04:55:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 04:55:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 04:55:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 04:55:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 04:55:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 04:55:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 04:55:06 25b303627fd3: Verifying Checksum 04:55:06 25b303627fd3: Download complete 04:55:08 Fetched 24.4 MB in 4s (5482 kB/s) 04:55:09 Reading package lists... 04:55:09 Reading package lists... 04:55:09 Building dependency tree... 04:55:09 Reading state information... 04:55:09 The following additional packages will be installed: 04:55:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:55:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:55:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:55:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:55:09 Suggested packages: 04:55:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:55:09 Recommended packages: 04:55:09 gnupg libsasl2-modules 04:55:09 The following NEW packages will be installed: 04:55:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:55:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:55:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:55:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:55:09 The following packages will be upgraded: 04:55:09 gpg gpg-agent gpgconf libudev1 04:55:09 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 04:55:09 Need to get 3529 kB of archives. 04:55:09 After this operation, 13.3 MB of additional disk space will be used. 04:55:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 04:55:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 04:55:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 04:55:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 04:55:09 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 04:55:10 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 04:55:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:55:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:55:10 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 04:55:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 04:55:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 04:55:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:55:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:55:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:55:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:55:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:55:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:55:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:55:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:55:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:55:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:55:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 04:55:10 debconf: delaying package configuration, since apt-utils is not installed 04:55:10 Fetched 3529 kB in 1s (3142 kB/s) 04:55:10 (Reading database ... 12511 files and directories currently installed.) 04:55:10 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 04:55:10 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 04:55:11 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 04:55:11 Selecting previously unselected package udev. 04:55:11 (Reading database ... 12511 files and directories currently installed.) 04:55:11 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 04:55:11 Unpacking udev (237-3ubuntu10.46) ... 04:55:11 Selecting previously unselected package libfuse2:amd64. 04:55:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:55:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:55:11 Selecting previously unselected package fuse. 04:55:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:55:11 Unpacking fuse (2.9.7-1ubuntu1) ... 04:55:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 04:55:11 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:55:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 04:55:11 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:55:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 04:55:12 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:55:12 Selecting previously unselected package libksba8:amd64. 04:55:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:55:12 Unpacking libksba8:amd64 (1.3.5-2) ... 04:55:12 Selecting previously unselected package libroken18-heimdal:amd64. 04:55:12 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:12 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:55:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:55:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:55:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libwind0-heimdal:amd64. 04:55:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:55:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:55:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:55:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:55:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:55:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:13 Selecting previously unselected package libsasl2-modules-db:amd64. 04:55:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:55:13 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:55:13 Selecting previously unselected package libsasl2-2:amd64. 04:55:13 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:55:13 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:55:13 Selecting previously unselected package libldap-common. 04:55:13 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 04:55:13 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:55:13 Selecting previously unselected package libldap-2.4-2:amd64. 04:55:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 04:55:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:55:13 Selecting previously unselected package dirmngr. 04:55:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 04:55:13 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 04:55:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:55:14 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 04:55:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:55:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:55:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:55:14 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 04:55:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:14 Setting up libksba8:amd64 (1.3.5-2) ... 04:55:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:55:14 Setting up udev (237-3ubuntu10.46) ... 04:55:14 invoke-rc.d: policy-rc.d denied execution of start. 04:55:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:14 Processing triggers for systemd (237-3ubuntu10) ... 04:55:14 Setting up fuse (2.9.7-1ubuntu1) ... 04:55:15 Setting up gpg (2.2.4-1ubuntu1.4) ... 04:55:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:55:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:55:15 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 04:55:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:55:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:55:15 settings in the [Install] section, and DefaultInstance for template units). 04:55:15 This means they are not meant to be enabled using systemctl. 04:55:15 Possible reasons for having this kind of units are: 04:55:15 1) A unit may be statically enabled by being symlinked from another unit's 04:55:15 .wants/ or .requires/ directory. 04:55:15 2) A unit's purpose may be to act as a helper for some other unit which has 04:55:15 a requirement dependency on it. 04:55:15 3) A unit may be started when needed via activation (socket, path, timer, 04:55:15 D-Bus, udev, scripted systemctl call, ...). 04:55:15 4) In case of template units, the unit is meant to be enabled with some 04:55:15 instance name specified. 04:55:16 Reading package lists... 04:55:16 Building dependency tree... 04:55:16 Reading state information... 04:55:16 25b303627fd3: Pull complete 04:55:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:55:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:55:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:55:16 The following additional packages will be installed: 04:55:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:55:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:55:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:55:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:55:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:55:16 Suggested packages: 04:55:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:55:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:55:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:55:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:55:16 systemd-container policykit-1 04:55:16 Recommended packages: 04:55:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:55:16 The following NEW packages will be installed: 04:55:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:55:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:55:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:55:16 multiarch-support openssh-client python3 python3-minimal python3.6 04:55:16 python3.6-minimal snapd squashfs-tools sudo 04:55:16 The following packages will be upgraded: 04:55:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:55:16 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 04:55:16 Need to get 35.2 MB of archives. 04:55:16 After this operation, 141 MB of additional disk space will be used. 04:55:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 04:55:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 04:55:16 prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container 04:55:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:55:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:55:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 04:55:17 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:55:17 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:55:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 04:55:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:55:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:55:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:55:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:55:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:55:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:55:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:55:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 04:55:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:55:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 04:55:17 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 04:55:17 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 04:55:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 04:55:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:55:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:55:17 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:55:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:55:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:55:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:55:17 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:55:17 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:55:17 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:55:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:55:18 debconf: delaying package configuration, since apt-utils is not installed 04:55:18 Fetched 35.2 MB in 1s (25.9 MB/s) 04:55:18 (Reading database ... 12757 files and directories currently installed.) 04:55:18 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 04:55:18 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 04:55:19 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 04:55:19 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 04:55:19 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 04:55:19 (Reading database ... 12757 files and directories currently installed.) 04:55:19 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 04:55:19 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 04:55:19 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 04:55:19 (Reading database ... 12757 files and directories currently installed.) 04:55:19 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 04:55:19 Unpacking apt (1.6.13) over (1.6.1) ... 04:55:20 Setting up apt (1.6.13) ... 04:55:20 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:55:20 $ docker top 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa -eo pid,comm 04:55:20 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [Pipeline] { [Pipeline] sh 04:55:20 (Reading database ... 12764 files and directories currently installed.) 04:55:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:55:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:55:21 + grep parallel 04:55:21 + docker-compose build --help 04:55:21 Selecting previously unselected package libpython3.6-minimal:amd64. 04:55:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:55:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:55:21 Selecting previously unselected package libexpat1:amd64. 04:55:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:55:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:55:21 Selecting previously unselected package python3.6-minimal. 04:55:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:55:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:55:21 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 04:55:21 Checking for services that may need to be restarted...done. 04:55:21 Checking for services that may need to be restarted...done. 04:55:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:55:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:55:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:55:22 Selecting previously unselected package python3-minimal. 04:55:22 (Reading database ... 13012 files and directories currently installed.) 04:55:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:55:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:55:22 Selecting previously unselected package mime-support. 04:55:22 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:55:22 Unpacking mime-support (3.60ubuntu1) ... 04:55:22 Selecting previously unselected package libmpdec2:amd64. 04:55:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:55:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:55:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:55:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:55:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:55:23 Selecting previously unselected package python3.6. 04:55:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:55:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:55:23 Selecting previously unselected package libpython3-stdlib:amd64. 04:55:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:55:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:55:23 Setting up python3-minimal (3.6.7-1~18.04) ... 04:55:23 Selecting previously unselected package python3. 04:55:23 (Reading database ... 13442 files and directories currently installed.) 04:55:23 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:55:23 Unpacking python3 (3.6.7-1~18.04) ... 04:55:23 Selecting previously unselected package multiarch-support. 04:55:23 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:55:23 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:55:23 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:55:23 Selecting previously unselected package liblzo2-2:amd64. 04:55:23 (Reading database ... 13479 files and directories currently installed.) 04:55:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:55:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:55:23 Selecting previously unselected package libbsd0:amd64. 04:55:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:55:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:55:24 Selecting previously unselected package sudo. 04:55:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:55:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:55:24 Selecting previously unselected package apparmor. 04:55:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:55:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:55:24 --parallel Build images in parallel. [Pipeline] } 04:55:24 $ docker stop --time=1 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa 04:55:24 Selecting previously unselected package libedit2:amd64. 04:55:24 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:55:24 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:55:24 Selecting previously unselected package libkrb5support0:amd64. 04:55:24 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:55:24 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:55:24 Selecting previously unselected package libk5crypto3:amd64. 04:55:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:55:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:55:24 Selecting previously unselected package libkeyutils1:amd64. 04:55:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:55:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:55:24 Selecting previously unselected package libkrb5-3:amd64. 04:55:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:55:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:55:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:55:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:55:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:55:25 Selecting previously unselected package libssl1.0.0:amd64. 04:55:25 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 04:55:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:55:25 Selecting previously unselected package openssh-client. 04:55:25 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:55:25 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:55:25 Selecting previously unselected package squashfs-tools. 04:55:25 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:55:25 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:55:25 Selecting previously unselected package snapd. 04:55:25 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 04:55:25 Unpacking snapd (2.48.3+18.04) ... 04:55:26 $ docker rm -f 4629f022f777f7c1502aa4a09f1f01daa19728b5cdcaa475a4b63efbbd9b77fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:55:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:55:27 . [Pipeline] withDockerContainer 04:55:27 prd-ubuntu18.04-docker-arm64-4c-16g-2678 does not seem to be running inside a container 04:55:27 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:55:28 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:55:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:55:28 Setting up mime-support (3.60ubuntu1) ... 04:55:28 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:55:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:55:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:55:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:55:28 Setting up systemd (237-3ubuntu10.46) ... 04:55:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:55:28 $ docker top 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab -eo pid,comm [Pipeline] { 04:55:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:55:29 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:55:29 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:55:29 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:55:29 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:55:29 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] sh 04:55:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:55:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:55:29 + docker-compose -f ./docker-compose-build.yml build --parallel 04:55:30 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:55:30 Setting up python3 (3.6.7-1~18.04) ... 04:55:30 running python rtupdate hooks for python3.6... 04:55:30 running python post-rtupdate hooks for python3.6... 04:55:30 Setting up apparmor (2.12-4ubuntu5.1) ... 04:55:32 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:55:32 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:55:32 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:55:32 Setting up snapd (2.48.3+18.04) ... 04:55:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:55:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:55:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:55:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:55:33 Building docker-core-command-go ... 04:55:33 Building docker-core-data-go ... 04:55:33 Building docker-core-metadata-go ... 04:55:33 Building docker-security-bootstrapper-go ... 04:55:33 Building docker-security-proxy-setup-go ... 04:55:33 Building docker-security-secretstore-setup-go ... 04:55:33 Building docker-support-notifications-go ... 04:55:33 Building docker-support-scheduler-go ... 04:55:33 Building docker-sys-mgmt-agent-go ... 04:55:33 Building docker-support-notifications-go 04:55:33 Building docker-sys-mgmt-agent-go 04:55:33 Building docker-core-command-go 04:55:33 Building docker-security-proxy-setup-go 04:55:33 Building docker-core-metadata-go 04:55:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:55:33 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:55:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:55:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:55:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:55:34 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:55:34 /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:55:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:55:34 Processing triggers for systemd (237-3ubuntu10.46) ... 04:55:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:55:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:55:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:55:36 Reading package lists... 04:55:37 Reading package lists... 04:55:37 Building dependency tree... 04:55:37 Reading state information... 04:55:37 Calculating upgrade... 04:55:37 The following packages will be upgraded: 04:55:37 advancecomp base-files bash binutils binutils-common 04:55:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:55:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:55:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:55:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:55:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:55:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:55:37 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 04:55:37 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 04:55:37 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 04:55:37 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 04:55:37 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 04:55:37 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 04:55:37 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 04:55:37 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:55:37 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:55:37 Need to get 64.0 MB of archives. 04:55:37 After this operation, 5034 kB of additional disk space will be used. 04:55:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:55:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 04:55:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:55:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:55:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:55:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:55:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:55:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:55:38 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:55:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:55:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:55:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:55:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:55:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:55:38 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:55:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:55:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:55:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:55:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:55:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:55:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:55:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:55:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:55:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:55:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:55:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:55:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:55:39 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:55:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:55:39 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:55:39 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:55:39 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:55:39 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:55:39 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:55:39 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:55:39 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:55:39 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:55:39 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:55:39 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:55:39 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:55:39 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:55:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:55:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:55:39 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:55:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:55:39 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:55:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:55:39 Get:48 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:55:39 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:55:39 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 04:55:39 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:55:39 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:55:39 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 04:55:39 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:55:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:55:39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:55:39 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 04:55:39 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 04:55:39 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:55:39 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:55:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:55:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:55:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:55:39 Get:64 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:55:39 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:55:39 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:55:39 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 04:55:39 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 04:55:39 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:55:39 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 04:55:39 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:55:39 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:55:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:55:39 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:55:39 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:55:39 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 04:55:39 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:55:39 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:55:39 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:55:39 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:55:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:55:39 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:55:39 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:55:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:55:39 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 04:55:39 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 04:55:39 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 04:55:39 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 04:55:39 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:55:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:55:39 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:55:39 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:55:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:55:40 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:55:40 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:55:40 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:55:41 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:55:41 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:55:41 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:55:41 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:55:41 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:55:41 debconf: delaying package configuration, since apt-utils is not installed 04:55:41 Fetched 64.0 MB in 4s (17.6 MB/s) 04:55:41 (Reading database ... 13912 files and directories currently installed.) 04:55:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:55:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:55:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:55:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:55:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 04:55:42 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 04:55:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:55:44 (Reading database ... 13911 files and directories currently installed.) 04:55:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:55:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:55:44 (Reading database ... 13911 files and directories currently installed.) 04:55:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:55:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:55:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:55:45 (Reading database ... 13911 files and directories currently installed.) 04:55:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:55:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:55:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:55:46 (Reading database ... 13911 files and directories currently installed.) 04:55:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:55:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:55:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:55:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:55:46 Setting up base-files (10.1ubuntu2.10) ... 04:55:46 Installing new version of config file /etc/issue ... 04:55:46 Installing new version of config file /etc/issue.net ... 04:55:46 Installing new version of config file /etc/lsb-release ... 04:55:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:55:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:55:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:55:47 Removing obsolete conffile /etc/default/motd-news ... 04:55:47 (Reading database ... 13912 files and directories currently installed.) 04:55:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:55:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:55:47 Setting up bash (4.4.18-2ubuntu1.2) ... 04:55:47 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:55:47 (Reading database ... 13912 files and directories currently installed.) 04:55:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:55:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:55:47 (Reading database ... 13912 files and directories currently installed.) 04:55:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:55:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:55:48 Setting up tar (1.29b-2ubuntu0.2) ... 04:55:48 (Reading database ... 13912 files and directories currently installed.) 04:55:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:55:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:55:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:55:48 (Reading database ... 13912 files and directories currently installed.) 04:55:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:55:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:55:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:55:49 (Reading database ... 13912 files and directories currently installed.) 04:55:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:55:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:55:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:55:49 (Reading database ... 13912 files and directories currently installed.) 04:55:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:55:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:55:49 Setting up grep (3.1-2build1) ... 04:55:49 (Reading database ... 13912 files and directories currently installed.) 04:55:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:55:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:55:49 Setting up login (1:4.5-1ubuntu2) ... 04:55:50 (Reading database ... 13912 files and directories currently installed.) 04:55:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:55:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:55:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:55:50 (Reading database ... 13912 files and directories currently installed.) 04:55:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:55:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:55:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:55:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:55:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:55:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:55:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:55:51 (Reading database ... 13912 files and directories currently installed.) 04:55:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:55:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:55:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:55:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:55:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:55:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:55:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:55:52 (Reading database ... 13912 files and directories currently installed.) 04:55:52 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:55:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:55:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:55:53 (Reading database ... 13912 files and directories currently installed.) 04:55:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:55:53 (Reading database ... 13912 files and directories currently installed.) 04:55:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:55:54 (Reading database ... 13912 files and directories currently installed.) 04:55:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:55:54 (Reading database ... 13912 files and directories currently installed.) 04:55:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:55:54 (Reading database ... 13912 files and directories currently installed.) 04:55:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:55:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:55:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:55:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:55:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:55:55 (Reading database ... 13912 files and directories currently installed.) 04:55:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:55:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:55:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:55:55 (Reading database ... 13912 files and directories currently installed.) 04:55:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:55:55 (Reading database ... 13912 files and directories currently installed.) 04:55:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:55:55 (Reading database ... 13912 files and directories currently installed.) 04:55:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:55:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:55:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:55:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:55:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:55:56 (Reading database ... 13912 files and directories currently installed.) 04:55:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:55:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:55:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:55:57 (Reading database ... 13912 files and directories currently installed.) 04:55:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:55:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:55:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:55:57 (Reading database ... 13914 files and directories currently installed.) 04:55:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:55:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:55:57 Setting up debconf (1.5.66ubuntu1) ... 04:55:58 (Reading database ... 13914 files and directories currently installed.) 04:55:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:55:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:55:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:55:58 (Reading database ... 13914 files and directories currently installed.) 04:55:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:55:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:55:58 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:55:58 (Reading database ... 13914 files and directories currently installed.) 04:55:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:55:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:55:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:55:59 (Reading database ... 13914 files and directories currently installed.) 04:55:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:55:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:55:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:55:59 (Reading database ... 13914 files and directories currently installed.) 04:55:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:55:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:55:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:56:00 (Reading database ... 13914 files and directories currently installed.) 04:56:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:56:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:56:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 04:56:00 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 04:56:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:56:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:56:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:56:00 (Reading database ... 13914 files and directories currently installed.) 04:56:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:56:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:56:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:56:00 (Reading database ... 13914 files and directories currently installed.) 04:56:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:56:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:56:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:56:01 (Reading database ... 13914 files and directories currently installed.) 04:56:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:56:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:56:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:56:01 (Reading database ... 13914 files and directories currently installed.) 04:56:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 04:56:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 04:56:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 04:56:02 (Reading database ... 13914 files and directories currently installed.) 04:56:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:56:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:56:02 Setting up passwd (1:4.5-1ubuntu2) ... 04:56:02 (Reading database ... 13914 files and directories currently installed.) 04:56:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 04:56:02 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:56:02 Setting up gpgv (2.2.4-1ubuntu1.4) ... 04:56:02 (Reading database ... 13914 files and directories currently installed.) 04:56:02 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 04:56:02 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 04:56:02 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 04:56:03 (Reading database ... 13914 files and directories currently installed.) 04:56:03 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 04:56:03 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 04:56:03 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 04:56:03 (Reading database ... 13914 files and directories currently installed.) 04:56:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:56:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:56:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:56:03 (Reading database ... 13914 files and directories currently installed.) 04:56:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:56:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:56:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:56:04 (Reading database ... 13914 files and directories currently installed.) 04:56:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:56:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:56:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:56:04 (Reading database ... 13914 files and directories currently installed.) 04:56:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:56:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:56:04 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:56:04 (Reading database ... 13914 files and directories currently installed.) 04:56:04 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 04:56:04 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 04:56:04 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 04:56:04 (Reading database ... 13914 files and directories currently installed.) 04:56:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 04:56:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 04:56:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 04:56:05 (Reading database ... 13915 files and directories currently installed.) 04:56:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:56:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:56:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:56:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:56:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:56:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:56:06 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:56:06 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:56:06 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:56:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:56:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:56:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:56:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:56:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:56:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:56:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:56:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:56:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:56:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:56:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:56:07 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:56:07 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:56:07 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:56:07 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:56:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:56:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:56:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:56:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:56:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:56:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:56:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:56:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:56:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:56:09 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:56:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:56:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:56:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:56:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:56:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:56:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:56:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:56:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:56:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:56:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:56:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:56:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:56:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:56:14 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:56:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:56:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:56:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:56:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:56:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:56:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:56:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:56:15 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:56:15 04:56:15 Current default time zone: 'Etc/UTC' 04:56:15 Local time is now: Mon May 3 04:56:15 UTC 2021. 04:56:15 Universal Time is now: Mon May 3 04:56:15 UTC 2021. 04:56:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:56:15 04:56:15 Setting up systemd-sysv (237-3ubuntu10.46) ... 04:56:15 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:15 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 04:56:15 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:56:15 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:56:15 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:56:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:56:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:56:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:56:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:56:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:56:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 04:56:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:15 Setting up patch (2.7.6-2ubuntu1.1) ... 04:56:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:56:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:56:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 04:56:15 Installing new version of config file /etc/ssl/openssl.cnf ... 04:56:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:56:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:56:15 Setting up ca-certificates (20210119~18.04.1) ... 04:56:17 Updating certificates in /etc/ssl/certs... 04:56:18 23 added, 27 removed; done. 04:56:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:56:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:56:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:56:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:56:19 Setting up pkgbinarymangler (138.18.04.1) ... 04:56:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 04:56:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up perl (5.26.1-6ubuntu0.5) ... 04:56:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 04:56:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:56:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:56:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 04:56:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:56:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:56:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:56:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:56:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:56:19 Processing triggers for systemd (237-3ubuntu10.46) ... 04:56:20 Processing triggers for mime-support (3.60ubuntu1) ... 04:56:20 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:56:20 Updating certificates in /etc/ssl/certs... 04:56:20 0 added, 0 removed; done. 04:56:20 Running hooks in /etc/ca-certificates/update.d... 04:56:20 done. 04:56:21 Reading package lists... 04:56:21 Building dependency tree... 04:56:21 Reading state information... 04:56:21 The following NEW packages will be installed: 04:56:21 apt-transport-https 04:56:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:56:21 Need to get 1692 B of archives. 04:56:21 After this operation, 154 kB of additional disk space will be used. 04:56:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 04:56:21 debconf: delaying package configuration, since apt-utils is not installed 04:56:21 Fetched 1692 B in 0s (8449 B/s) 04:56:21 Selecting previously unselected package apt-transport-https. 04:56:21 (Reading database ... 13920 files and directories currently installed.) 04:56:21 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 04:56:21 Unpacking apt-transport-https (1.6.13) ... 04:56:21 Setting up apt-transport-https (1.6.13) ... 04:56:22 Waiting for network to be ready... 04:56:28 2021-05-03T04:56:25Z INFO Waiting for automatic snapd restart... 04:56:28 snapd 2.49.2 from Canonical* installed 04:56:29 "snapd" switched to the "latest/stable" channel 04:56:29 04:56:32 core18 20210309 from Canonical* installed 04:56:32 "core18" switched to the "latest/stable" channel 04:56:32 04:56:35 snapcraft 4.6.3 from Canonical* installed 04:56:35 "snapcraft" switched to the "latest/stable" channel 04:56:35 04:56:40 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:56:40 - README.md 04:56:40 04:56:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:56:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:56:46 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 04:56:46 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:56:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:56:47 Reading package lists... 04:56:47 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:56:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:56:54 Reading package lists... 04:56:54 Building dependency tree... 04:56:54 Reading state information... 04:56:54 Suggested packages: 04:56:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:56:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:56:54 Recommended packages: 04:56:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:56:54 The following NEW packages will be installed: 04:56:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:56:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:56:54 pkg-config zip 04:56:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:56:54 Need to get 7663 kB of archives. 04:56:54 After this operation, 43.8 MB of additional disk space will be used. 04:56:54 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:56:54 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:56:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 04:56:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 04:56:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 04:56:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:56:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:56:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:56:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:56:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:56:55 ---> 35b2de8e7fc0 04:56:55 Step 3/23 : WORKDIR /edgex-go 04:56:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:56:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:56:55 ---> 35b2de8e7fc0 04:56:55 Step 3/21 : WORKDIR /edgex-go 04:56:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:56:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:56:55 ---> 35b2de8e7fc0 04:56:55 Step 3/23 : WORKDIR /edgex-go 04:56:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:56:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:56:55 ---> 35b2de8e7fc0 04:56:55 Step 3/23 : WORKDIR /edgex-go 04:56:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:56:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:56:55 ---> 35b2de8e7fc0 04:56:55 Step 3/22 : WORKDIR /edgex-go 04:56:55 ---> Running in b6dd4fc549fb 04:56:55 ---> Running in d319a20f810c 04:56:55 ---> Running in 943e6dacbef3 04:56:55 ---> Running in 729e89cb2f6a 04:56:55 ---> Running in 810ec6cce418 04:56:55 Removing intermediate container 943e6dacbef3 04:56:55 Removing intermediate container 729e89cb2f6a 04:56:55 ---> c23cdafff874 04:56:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:55 Removing intermediate container b6dd4fc549fb 04:56:55 ---> 19d5fd444d33 04:56:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:55 ---> 230eb2920cdb 04:56:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:55 Removing intermediate container 810ec6cce418 04:56:55 ---> cc89048932ea 04:56:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:55 Removing intermediate container d319a20f810c 04:56:55 ---> 15d7d46cc5fb 04:56:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:56:55 ---> Running in a9f2bc77f577 04:56:55 ---> Running in 9f6d5f03d097 04:56:55 ---> Running in 16197f52cf0a 04:56:55 ---> Running in 7f84a34f0007 04:56:55 ---> Running in 2ba0d2692b33 04:56:55 Removing intermediate container a9f2bc77f577 04:56:55 ---> be0712d7b2fd 04:56:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:56:55 Removing intermediate container 16197f52cf0a 04:56:55 ---> b05b1b1b5848 04:56:55 Step 5/23 : RUN apk add --update --no-cache make git 04:56:55 ---> Running in 2d3609bae2c1 04:56:55 ---> Running in f3b55091d0e9 04:56:55 Removing intermediate container 7f84a34f0007 04:56:55 ---> 35b6daba8ea4 04:56:55 Step 5/21 : RUN apk add --update --no-cache make git 04:56:55 Removing intermediate container 9f6d5f03d097 04:56:55 ---> 842cb504eceb 04:56:55 Step 5/23 : RUN apk add --update --no-cache make git 04:56:55 Removing intermediate container 2ba0d2692b33 04:56:55 ---> 41ad102ac6ca 04:56:55 Step 5/23 : RUN apk add --update --no-cache make bash git 04:56:55 ---> Running in d0f574833102 04:56:55 ---> Running in 4a99c9eb1b8c 04:56:55 ---> Running in 8df78cf43e92 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:56:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:56:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:56:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:56:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:56:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:55 debconf: delaying package configuration, since apt-utils is not installed 04:56:55 Fetched 7663 kB in 1s (8508 kB/s) 04:56:55 Selecting previously unselected package libglib2.0-0:amd64. 04:56:55 (Reading database ... 13924 files and directories currently installed.) 04:56:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 04:56:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:55 Selecting previously unselected package libpsl5:amd64. 04:56:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:56:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:56:55 Selecting previously unselected package libnghttp2-14:amd64. 04:56:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:56:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:56:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:56 Selecting previously unselected package librtmp1:amd64. 04:56:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:56:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:56:56 Selecting previously unselected package libcurl3-gnutls:amd64. 04:56:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 04:56:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:56:56 Selecting previously unselected package liberror-perl. 04:56:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:56:56 Unpacking liberror-perl (0.17025-1) ... 04:56:56 Selecting previously unselected package git-man. 04:56:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 04:56:56 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 04:56:56 Selecting previously unselected package git. 04:56:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 04:56:56 Unpacking git (1:2.17.1-1ubuntu0.8) ... 04:56:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:56:57 OK: 218 MiB in 52 packages 04:56:57 Selecting previously unselected package libnorm1:amd64. 04:56:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:56:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:56:57 OK: 218 MiB in 52 packages 04:56:57 Selecting previously unselected package libpgm-5.2-0:amd64. 04:56:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:56:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:56:57 Selecting previously unselected package libsodium23:amd64. 04:56:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:56:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:56:57 Selecting previously unselected package libzmq5:amd64. 04:56:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:56:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:56:57 Selecting previously unselected package libzmq3-dev:amd64. 04:56:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:56:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:56:57 OK: 218 MiB in 52 packages 04:56:57 OK: 218 MiB in 52 packages 04:56:58 Selecting previously unselected package pkg-config. 04:56:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:56:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:56:58 Selecting previously unselected package zip. 04:56:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:56:58 Unpacking zip (3.0-11build1) ... 04:56:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:56:58 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 04:56:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:56:58 Setting up liberror-perl (0.17025-1) ... 04:56:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:56:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:56:58 No schema files found: doing nothing. 04:56:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:56:58 Setting up zip (3.0-11build1) ... 04:56:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:56:58 Setting up libsodium23:amd64 (1.0.16-2) ... 04:56:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:56:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:56:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:56:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:56:58 Setting up git (1:2.17.1-1ubuntu0.8) ... 04:56:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:56:58 Removing intermediate container 2d3609bae2c1 04:56:58 ---> ef6e7c4df8bc 04:56:58 Step 6/22 : COPY go.mod . 04:56:58 OK: 218 MiB in 52 packages 04:56:59 Removing intermediate container f3b55091d0e9 04:56:59 ---> ec905a19d2b3 04:56:59 Step 6/23 : COPY go.mod . 04:56:59 Removing intermediate container 4a99c9eb1b8c 04:56:59 ---> 2109962535e9 04:56:59 Step 6/21 : COPY go.mod . 04:56:59 Removing intermediate container 8df78cf43e92 04:56:59 ---> 4a521674e80e 04:56:59 Step 6/23 : COPY go.mod . 04:56:59 ---> 78ed2d6327f5 04:56:59 Step 7/22 : RUN go mod download 04:57:00 ---> Running in 9c1b926e026f 04:57:00 ---> ee874a05138b 04:57:00 Step 7/23 : RUN go mod download 04:57:00 ---> Running in affdf2b48eb0 04:57:00 Removing intermediate container d0f574833102 04:57:00 ---> 3439f46a3e5c 04:57:00 Step 6/23 : COPY go.mod . 04:57:00 ---> 11aff54a2b38 04:57:00 Step 7/21 : RUN go mod download 04:57:01 ---> b908fca4b67c 04:57:01 Step 7/23 : RUN go mod download 04:57:01 ---> Running in 3062edf28e65 04:57:01 ---> Running in 49f821c40e0f 04:57:02 ---> 89b5bdab3f84 04:57:02 Step 7/23 : RUN go mod download 04:57:02 ---> Running in 64fbd85f64b6 04:57:04 Removing intermediate container 9c1b926e026f 04:57:04 ---> 5a860d02e2ab 04:57:04 Step 8/22 : COPY . . 04:57:05 Removing intermediate container affdf2b48eb0 04:57:05 ---> aedcd56b67a4 04:57:05 Step 8/23 : COPY . . 04:57:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:57:05 git set to automatically installed. 04:57:05 git-man set to automatically installed. 04:57:05 libcurl3-gnutls set to automatically installed. 04:57:05 liberror-perl set to automatically installed. 04:57:05 libglib2.0-0 set to automatically installed. 04:57:05 libnghttp2-14 set to automatically installed. 04:57:05 libnorm1 set to automatically installed. 04:57:05 libpgm-5.2-0 set to automatically installed. 04:57:05 libpsl5 set to automatically installed. 04:57:05 librtmp1 set to automatically installed. 04:57:05 libsodium23 set to automatically installed. 04:57:05 libzmq3-dev set to automatically installed. 04:57:05 libzmq5 set to automatically installed. 04:57:05 pkg-config set to automatically installed. 04:57:05 zip set to automatically installed. 04:57:05 Removing intermediate container 49f821c40e0f 04:57:05 ---> d5839b265bf0 04:57:05 Step 8/23 : COPY . . 04:57:06 Removing intermediate container 3062edf28e65 04:57:06 ---> 00a8bcda09c4 04:57:06 Step 8/21 : COPY . . 04:57:06 Removing intermediate container 64fbd85f64b6 04:57:06 ---> c27f1b9aa880 04:57:06 Step 8/23 : COPY . . 04:57:08 snapd is not logged in, snap install commands will use sudo 04:57:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:57:33 ---> 348787f551a0 04:57:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:57:33 ---> f76345d17c17 04:57:33 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:57:33 ---> fe36bf6c1224 04:57:33 Step 9/23 : RUN make cmd/core-command/core-command 04:57:33 ---> Running in 65bc71194ac8 04:57:33 ---> 21eec41340ea 04:57:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:57:33 ---> 363ba5383fd4 04:57:33 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:57:33 ---> Running in 8ac86c66b458 04:57:33 ---> Running in be3134f7b085 04:57:33 ---> Running in 1554c5f46c4f 04:57:33 ---> Running in b77b0b5f383a 04:57:33 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:57:33 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:57:33 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 04:57:33 snapd is not logged in, snap install commands will use sudo 04:57:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:57:33 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:57:33 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:57:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:57:40 snap "core18" has no updates available 04:57:40 Pulling go-build-helper 04:57:40 + snapcraftctl pull 04:57:41 'app-service-config' has dependencies that need to be staged: go-build-helper 04:57:41 Skipping pull go-build-helper (already ran) 04:57:41 Building go-build-helper 04:57:41 + snapcraftctl build 04:57:43 Staging go-build-helper 04:57:43 + snapcraftctl stage 04:57:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:57:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:57:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:57:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 04:57:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:57:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:57:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:57:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:57:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:57:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:57:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:57:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 04:57:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 04:57:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:57:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 04:57:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 04:57:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 04:57:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 04:57:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:57:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 04:57:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 04:57:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 04:57:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 04:57:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 04:57:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 04:57:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 04:57:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 04:57:53 Fetched 24.4 MB in 0s (0 B/s) 04:57:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:57:53 Fetched 224 kB in 0s (0 B/s) 04:57:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:57:53 Fetched 157 kB in 0s (0 B/s) 04:57:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:57:53 Fetched 221 kB in 0s (0 B/s) 04:57:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:57:53 Fetched 143 kB in 0s (0 B/s) 04:57:53 Pulling app-service-config 04:57:53 + snapcraftctl pull 04:57:54 Cloning into '/root/parts/app-service-config/src'... 04:57:55 Pulling config-common 04:57:55 + snapcraftctl pull 04:57:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:57:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:57:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:57:59 Fetched 0 B in 0s (0 B/s) 04:57:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:57:59 Fetched 0 B in 0s (0 B/s) 04:57:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:57:59 Fetched 0 B in 0s (0 B/s) 04:57:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:57:59 Fetched 0 B in 0s (0 B/s) 04:57:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:57:59 Fetched 0 B in 0s (0 B/s) 04:57:59 Pulling edgex-go 04:57:59 + snapcraftctl pull 04:58:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:58:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:58:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:58:21 Fetched 0 B in 0s (0 B/s) 04:58:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:58:21 Fetched 96.5 kB in 0s (0 B/s) 04:58:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:58:21 Fetched 279 kB in 0s (0 B/s) 04:58:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:58:21 Fetched 122 kB in 0s (0 B/s) 04:58:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:58:21 Fetched 77.8 kB in 0s (0 B/s) 04:58:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:58:21 Fetched 8848 B in 0s (0 B/s) 04:58:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:58:21 Fetched 47.8 kB in 0s (0 B/s) 04:58:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:58:21 Fetched 45.6 kB in 0s (0 B/s) 04:58:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:58:21 Fetched 15.0 kB in 0s (0 B/s) 04:58:21 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 04:58:21 Fetched 219 kB in 0s (0 B/s) 04:58:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 04:58:21 Fetched 154 kB in 0s (0 B/s) 04:58:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:58:21 Fetched 50.6 kB in 0s (0 B/s) 04:58:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:58:21 Fetched 14.8 kB in 0s (0 B/s) 04:58:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:58:21 Fetched 41.8 kB in 0s (0 B/s) 04:58:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:58:21 Fetched 499 kB in 0s (0 B/s) 04:58:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:58:21 Fetched 111 kB in 0s (0 B/s) 04:58:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:58:21 Fetched 240 kB in 0s (0 B/s) 04:58:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:58:21 Fetched 29.3 kB in 0s (0 B/s) 04:58:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:58:21 Fetched 85.5 kB in 0s (0 B/s) 04:58:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:58:21 Fetched 24.5 kB in 0s (0 B/s) 04:58:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:58:21 Fetched 49.2 kB in 0s (0 B/s) 04:58:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:58:21 Fetched 54.2 kB in 0s (0 B/s) 04:58:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:58:21 Fetched 30.8 kB in 0s (0 B/s) 04:58:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 04:58:21 Fetched 15.8 kB in 0s (0 B/s) 04:58:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:58:21 Fetched 85.9 kB in 0s (0 B/s) 04:58:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:58:21 Fetched 8720 B in 0s (0 B/s) 04:58:21 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 04:58:21 Fetched 137 kB in 0s (0 B/s) 04:58:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:58:21 Fetched 119 kB in 0s (0 B/s) 04:58:21 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 04:58:21 Fetched 110 kB in 0s (0 B/s) 04:58:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:58:21 Fetched 11.1 kB in 0s (0 B/s) 04:58:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:58:21 Fetched 645 kB in 0s (0 B/s) 04:58:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:58:21 Fetched 41.3 kB in 0s (0 B/s) 04:58:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:58:21 Fetched 17.9 kB in 0s (0 B/s) 04:58:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:58:21 Fetched 368 kB in 0s (0 B/s) 04:58:21 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:58:21 Fetched 187 kB in 0s (0 B/s) 04:58:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:58:21 Fetched 175 kB in 0s (0 B/s) 04:58:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:58:21 Fetched 206 kB in 0s (0 B/s) 04:58:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 04:58:21 Fetched 1301 kB in 0s (0 B/s) 04:58:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:58:21 Fetched 36.2 kB in 0s (0 B/s) 04:58:21 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 04:58:21 Fetched 159 kB in 0s (0 B/s) 04:58:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:58:21 Fetched 107 kB in 0s (0 B/s) 04:58:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:58:21 Fetched 48.7 kB in 0s (0 B/s) 04:58:21 Pulling static-packages 04:58:21 + snapcraftctl pull 04:58:21 Pulling version 04:58:21 + cd /root/project 04:58:21 + [ -f VERSION ] 04:58:21 + PROJECT_VERSION=local-dev 04:58:21 + git rev-parse --short HEAD 04:58:21 + GIT_REVISION=1160d5ba 04:58:21 + snapcraftctl set-version local-dev 04:58:22 Skipping build go-build-helper (already ran) 04:58:22 Building app-service-config 04:58:22 + make build 04:58:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 04:58:27 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 04:58:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 04:58:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 04:58:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 04:58:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 04:58:27 go: downloading github.com/google/uuid v1.2.0 04:58:27 go: downloading github.com/go-kit/kit v0.8.0 04:58:27 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 04:58:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 04:58:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:58:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:58:27 go: downloading github.com/go-playground/validator/v10 v10.5.0 04:58:27 go: downloading github.com/x448/float16 v0.8.4 04:58:27 go: downloading github.com/go-playground/universal-translator v0.17.0 04:58:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 04:58:27 go: downloading golang.org/x/text v0.3.2 04:58:27 go: downloading github.com/leodido/go-urn v1.2.0 04:58:27 go: downloading github.com/pelletier/go-toml v1.9.0 04:58:27 go: downloading github.com/gorilla/websocket v1.4.2 04:58:27 go: downloading github.com/gorilla/mux v1.8.0 04:58:27 go: downloading github.com/hashicorp/consul/api v1.8.1 04:58:27 go: downloading github.com/go-playground/locales v0.13.0 04:58:27 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 04:58:27 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 04:58:27 go: downloading github.com/pebbe/zmq4 v1.2.7 04:58:27 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 04:58:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:58:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:58:27 go: downloading github.com/hashicorp/go-hclog v0.12.0 04:58:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:58:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 04:58:27 go: downloading github.com/hashicorp/serf v0.9.5 04:58:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:58:28 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:58:28 go: downloading github.com/mitchellh/copystructure v1.0.0 04:58:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:58:28 go: downloading github.com/fatih/color v1.9.0 04:58:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:58:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:58:28 go: downloading github.com/mattn/go-isatty v0.0.12 04:58:28 go: downloading github.com/mattn/go-colorable v0.1.6 04:58:28 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 04:58:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:58:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:58:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:58:38 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 04:58:38 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 04:58:38 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 04:58:38 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 04:58:39 Building config-common 04:58:39 + snapcraftctl build 04:58:41 Building edgex-go 04:58:41 + cd /root/parts/edgex-go/src 04:58:41 + make build 04:58:41 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:58:44 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 04:58:44 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 04:58:44 go: downloading github.com/imdario/mergo v0.3.12 04:58:44 go: downloading github.com/pkg/errors v0.8.1 04:58:44 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:58:48 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:58:48 go: downloading gopkg.in/yaml.v2 v2.4.0 04:58:53 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:58:55 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:58:57 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:58:57 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:58:57 go: downloading github.com/stretchr/testify v1.7.0 04:58:58 go: downloading github.com/pmezard/go-difflib v1.0.0 04:58:58 go: downloading github.com/davecgh/go-spew v1.1.1 04:58:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:58:59 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:58:59 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:58:59 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:59:01 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:03 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:59:04 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:59:06 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:59:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:59:07 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:07 go: downloading github.com/lib/pq v1.10.1 04:59:09 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 04:59:09 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 04:59:09 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 04:59:09 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 04:59:09 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 04:59:09 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 04:59:09 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 04:59:09 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 04:59:09 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 04:59:09 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 04:59:09 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 04:59:09 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 04:59:09 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 04:59:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 04:59:09 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 04:59:09 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 04:59:09 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 04:59:09 + 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 04:59:09 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 04:59:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 04:59:09 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 04:59:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 04:59:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 04:59:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 04:59:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 04:59:09 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 04:59:12 Building static-packages 04:59:12 + snapcraftctl build 04:59:14 Building version 04:59:14 + snapcraftctl build 04:59:17 Skipping stage go-build-helper (already ran) 04:59:17 Staging app-service-config 04:59:17 + snapcraftctl stage 04:59:17 Staging config-common 04:59:17 + snapcraftctl stage 04:59:19 Staging edgex-go 04:59:19 + snapcraftctl stage 04:59:20 Staging static-packages 04:59:20 + snapcraftctl stage 04:59:21 Staging version 04:59:21 + snapcraftctl stage 04:59:22 Priming go-build-helper 04:59:22 + snapcraftctl prime 04:59:23 Priming app-service-config 04:59:23 + snapcraftctl prime 04:59:24 Priming config-common 04:59:24 + snapcraftctl prime 04:59:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:59:25 Priming edgex-go 04:59:25 + snapcraftctl prime 04:59:27 Priming static-packages 04:59:27 + snapcraftctl prime 04:59:29 Priming version 04:59:29 + snapcraftctl prime 04:59:30 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:59:35 Removing intermediate container be3134f7b085 04:59:35 ---> 447b53d6241d 04:59:35 04:59:35 Step 10/21 : FROM alpine:3.12 04:59:35 3.12: Pulling from library/alpine 04:59:35 Removing intermediate container b77b0b5f383a 04:59:35 ---> a52006155fa8 04:59:35 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:59:36 ---> Running in 61169ba6bb64 04:59:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 04:59:38 Status: Downloaded newer image for alpine:3.12 04:59:38 ---> 9852663dfa18 04:59:38 Step 11/21 : RUN apk add --update --no-cache curl 04:59:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:59:39 ---> Running in f329fd1e4fd8 04:59:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:59:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:59:42 (1/4) Installing ca-certificates (20191127-r4) 04:59:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:59:42 (3/4) Installing libcurl (7.76.1-r0) 04:59:42 (4/4) Installing curl (7.76.1-r0) 04:59:42 Executing busybox-1.31.1-r20.trigger 04:59:42 Executing ca-certificates-20191127-r4.trigger 04:59:42 OK: 7 MiB in 18 packages 04:59:43 Removing intermediate container 1554c5f46c4f 04:59:43 ---> 46d68be56c5b 04:59:43 04:59:43 Step 10/23 : FROM alpine:3.12 04:59:43 ---> 9852663dfa18 04:59:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:59:44 ---> Running in 17e2e9038656 04:59:44 Removing intermediate container 61169ba6bb64 04:59:44 ---> fd77aa34a424 04:59:44 04:59:44 Step 11/23 : FROM docker:20.10.0 04:59:44 20.10.0: Pulling from library/docker 04:59:44 Removing intermediate container 65bc71194ac8 04:59:44 ---> 7b104ddf537a 04:59:44 04:59:44 Step 10/22 : FROM alpine:3.12 04:59:44 ---> 9852663dfa18 04:59:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:59:45 ---> Running in d076fe1fd742 04:59:45 Removing intermediate container f329fd1e4fd8 04:59:45 ---> af252caf65fc 04:59:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:59:46 ---> Running in a95c991a94f0 04:59:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:59:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:59:47 (1/1) Installing dumb-init (1.2.2-r1) 04:59:47 Executing busybox-1.31.1-r20.trigger 04:59:47 OK: 5 MiB in 15 packages 04:59:47 Removing intermediate container a95c991a94f0 04:59:47 ---> bcf3ab52e960 04:59:47 Step 13/21 : WORKDIR /edgex 04:59:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:59:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:59:47 ---> Running in 49d0fabe30f9 04:59:48 (1/2) Installing ca-certificates (20191127-r4) 04:59:48 (2/2) Installing dumb-init (1.2.2-r1) 04:59:48 Executing busybox-1.31.1-r20.trigger 04:59:48 Executing ca-certificates-20191127-r4.trigger 04:59:48 OK: 6 MiB in 16 packages 04:59:49 Removing intermediate container 49d0fabe30f9 04:59:49 ---> 60071fe0b3c5 04:59:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:59:49 Removing intermediate container 17e2e9038656 04:59:49 ---> 9fb74affddb9 04:59:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:59:50 ---> Running in 606984f50388 04:59:50 ---> dc7b62649071 04:59:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:59:50 Removing intermediate container 606984f50388 04:59:50 ---> 6b0e6cc2dae5 04:59:50 Step 13/23 : ENV APP_PORT=48082 04:59:51 Removing intermediate container d076fe1fd742 04:59:51 ---> dca8d642632d 04:59:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:59:51 ---> Running in 8e2097761614 04:59:52 ---> Running in f233e708138c 04:59:52 Removing intermediate container 8ac86c66b458 04:59:52 ---> 2153d195ca34 04:59:52 04:59:52 Step 10/23 : FROM alpine:3.12 04:59:52 ---> 9852663dfa18 04:59:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:59:52 ---> Using cache 04:59:52 ---> 9fb74affddb9 04:59:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:59:52 ---> Using cache 04:59:52 ---> 6b0e6cc2dae5 04:59:52 Step 13/23 : ENV APP_PORT=48081 04:59:52 ---> dfd54212a2c2 04:59:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:59:52 Removing intermediate container 8e2097761614 04:59:52 ---> df376e61adda 04:59:52 Step 14/23 : EXPOSE $APP_PORT 04:59:52 ---> Running in adc77459d7f0 04:59:52 Removing intermediate container f233e708138c 04:59:52 ---> 9123483748c6 04:59:52 Step 13/22 : ENV APP_PORT=48060 04:59:52 ---> Running in 1dbf75f4f599 04:59:52 ---> Running in cfb1c2abe175 04:59:53 Removing intermediate container adc77459d7f0 04:59:53 ---> a05aff8da44c 04:59:53 Step 14/23 : EXPOSE $APP_PORT 04:59:53 Removing intermediate container 1dbf75f4f599 04:59:53 ---> 93b2f76062b5 04:59:53 Step 15/23 : WORKDIR / 04:59:54 ---> Running in ec65f5faf466 04:59:54 Removing intermediate container cfb1c2abe175 04:59:54 ---> feb1a5f66710 04:59:54 Step 14/22 : EXPOSE $APP_PORT 04:59:54 ---> Running in 2c1dbf44b101 04:59:54 ---> 503b36c01cbb 04:59:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:59:54 ---> Running in eb2633857b97 04:59:54 ---> Running in 812b2a49c647 04:59:54 Removing intermediate container ec65f5faf466 04:59:54 ---> e3648a27a019 04:59:54 Step 15/23 : WORKDIR / 04:59:55 ---> Running in 399c63c4f238 04:59:55 Removing intermediate container 2c1dbf44b101 04:59:55 ---> 0b1a6fc4c1e0 04:59:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:59:55 Removing intermediate container eb2633857b97 04:59:55 ---> a078441a47f5 04:59:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:59:55 Removing intermediate container 812b2a49c647 04:59:55 ---> 8583e541fea4 04:59:55 Step 18/21 : CMD ["--init=true"] 04:59:56 ---> Running in 7994e0c5b6d2 04:59:56 Removing intermediate container 399c63c4f238 04:59:56 ---> 1b16da72402a 04:59:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:59:56 ---> aa10aad467a9 04:59:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:59:57 ---> 7dd4533b5b23 04:59:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:59:57 Removing intermediate container 7994e0c5b6d2 04:59:57 ---> 3c168bc22ea8 04:59:57 Step 19/21 : LABEL arch=arm64 04:59:58 ---> Running in 3260e84d7123 04:59:58 ---> 0fe634daa5ff 04:59:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:59:59 Removing intermediate container 3260e84d7123 04:59:59 ---> cff3b324fc3d 04:59:59 Step 20/21 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 04:59:59 ---> 2aa8612d8f73 04:59:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:59:59 ---> f30462d1de6d 04:59:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:59:59 ---> Running in 91bfdd1b5918 05:00:00 ---> a9a2555e8874 05:00:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:00:00 ---> 4d0d41967700 05:00:00 Step 19/23 : ENTRYPOINT ["/core-command"] 05:00:00 Removing intermediate container 91bfdd1b5918 05:00:00 ---> 13abe10e6eae 05:00:00 Step 21/21 : LABEL version=0.0.0 05:00:00 ---> Running in 528127463e6f 05:00:00 ---> c5c19da4c670 05:00:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:00:01 ---> Running in da5d9a8efd8e 05:00:01 ---> Running in 288e9b0a67a3 05:00:01 ---> b684419d0f4b 05:00:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:00:01 Removing intermediate container 528127463e6f 05:00:01 ---> 811397a6b125 05:00:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:01 ---> Running in fcf2af9b99a0 05:00:01 Removing intermediate container da5d9a8efd8e 05:00:01 ---> 06b842680599 05:00:01 05:00:01 ---> Running in 7e359530f062 05:00:01 Removing intermediate container 288e9b0a67a3 05:00:01 ---> 7d0fb05940c0 05:00:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:02 ---> Running in c7ed2608b73c 05:00:02 Successfully built 06b842680599 05:00:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 05:00:02  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 05:00:02 Removing intermediate container fcf2af9b99a0 05:00:02 ---> caaddb116d8c 05:00:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:00:02 Status: Downloaded newer image for docker:20.10.0 05:00:02 ---> eeaf43b92773 05:00:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' ---> Running in 9160a62dc5e4 05:00:02 05:00:02 Removing intermediate container 7e359530f062 05:00:02 ---> bbf5c5f8c4cc 05:00:02 Step 21/23 : LABEL arch=arm64 05:00:02 ---> Running in cde643b35d26 05:00:02 ---> Running in 6516600eae79 05:00:02 Removing intermediate container c7ed2608b73c 05:00:02 ---> b731179ef7cf 05:00:02 Step 20/22 : LABEL arch=arm64 05:00:02 Removing intermediate container 9160a62dc5e4 05:00:02 ---> 5903fd377f09 05:00:02 Step 21/23 : LABEL arch=arm64 05:00:02 ---> Running in 55f7598d7b35 05:00:03 ---> Running in 6449aa8aaacc 05:00:03 Removing intermediate container cde643b35d26 05:00:03 ---> 926997263ae0 05:00:03 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 05:00:03 Removing intermediate container 6516600eae79 05:00:03 ---> 2d54645a9301 05:00:03 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:00:03 ---> Running in 6458fa130f25 05:00:03 ---> Running in b5504692ac48 05:00:03 Removing intermediate container 55f7598d7b35 05:00:03 ---> c79cb54bc3cc 05:00:03 Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:00:04 Removing intermediate container 6449aa8aaacc 05:00:04 ---> 5fad4c842f12 05:00:04 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:00:04 ---> Running in 3d3f6b2e02d7 05:00:04 ---> Running in 7b73d38df5d0 05:00:04 Removing intermediate container b5504692ac48 05:00:04 ---> 8fa0eb77e3ef 05:00:04 Step 23/23 : LABEL version=0.0.0 05:00:05 Removing intermediate container 3d3f6b2e02d7 05:00:05 ---> 6f6dc917a3aa 05:00:05 Step 22/22 : LABEL version=0.0.0 05:00:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:00:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:00:05 ---> Running in b88f186c4915 05:00:05 Removing intermediate container 7b73d38df5d0 05:00:05 ---> 59d5b6733642 05:00:05 Step 23/23 : LABEL version=0.0.0 05:00:05 ---> Running in 21e863aa8dbd 05:00:06 (1/39) Installing readline (8.0.4-r0) 05:00:06 (2/39) Installing bash (5.0.17-r0) 05:00:06 Executing bash-5.0.17-r0.post-install 05:00:06 (3/39) Installing nghttp2-libs (1.41.0-r0) 05:00:06 (4/39) Installing libcurl (7.76.1-r0) 05:00:06 (5/39) Installing curl (7.76.1-r0) 05:00:06 (6/39) Installing dumb-init (1.2.2-r1) 05:00:06 (7/39) Installing libbz2 (1.0.8-r1) 05:00:06 (8/39) Installing expat (2.2.9-r1) 05:00:06 (9/39) Installing libffi (3.3-r2) 05:00:06 (10/39) Installing gdbm (1.13-r1) 05:00:06 (11/39) Installing xz-libs (5.2.5-r0) 05:00:06 (12/39) Installing sqlite-libs (3.32.1-r0) 05:00:06 (13/39) Installing python3 (3.8.8-r0) 05:00:06 ---> Running in 6c09cbead2dd 05:00:06 Removing intermediate container b88f186c4915 05:00:06 ---> 199e190aedc1 05:00:06 05:00:06 Removing intermediate container 21e863aa8dbd 05:00:06 ---> 12e6ab363656 05:00:06 05:00:07 Successfully built 199e190aedc1 05:00:07 Successfully tagged docker-core-command-go-arm64:latest 05:00:07 Building docker-security-secretstore-setup-go 05:00:07  Building docker-core-command-go ... done Successfully built 12e6ab363656 05:00:07 Successfully tagged docker-support-notifications-go-arm64:latest 05:00:07  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 05:00:08 Removing intermediate container 6c09cbead2dd 05:00:08 ---> 00c2eeb818e9 05:00:08 05:00:08 (14/39) Installing py3-appdirs (1.4.4-r1) 05:00:08 (15/39) Installing py3-ordered-set (4.0.1-r0) 05:00:08 (16/39) Installing py3-parsing (2.4.7-r0) 05:00:08 (17/39) Installing py3-six (1.15.0-r0) 05:00:08 (18/39) Installing py3-packaging (20.4-r0) 05:00:08 (19/39) Installing py3-setuptools (47.0.0-r0) 05:00:08 (20/39) Installing py3-chardet (3.0.4-r4) 05:00:08 (21/39) Installing py3-idna (2.9-r0) 05:00:08 (22/39) Installing py3-certifi (2020.4.5.1-r0) 05:00:08 (23/39) Installing py3-urllib3 (1.25.9-r0) 05:00:08 (24/39) Installing py3-requests (2.23.0-r0) 05:00:08 (25/39) Installing py3-msgpack (1.0.0-r0) 05:00:08 (26/39) Installing py3-lockfile (0.12.2-r3) 05:00:08 (27/39) Installing py3-cachecontrol (0.12.6-r0) 05:00:08 Successfully built 00c2eeb818e9 05:00:08 (28/39) Installing py3-colorama (0.4.3-r0) 05:00:08 (29/39) Installing py3-distlib (0.3.0-r0) 05:00:08 Successfully tagged docker-core-metadata-go-arm64:latest 05:00:08 (30/39) Installing py3-distro (1.5.0-r1) 05:00:08 Building docker-core-data-go 05:00:08  Building docker-core-metadata-go ... done (31/39) Installing py3-webencodings (0.5.1-r3) 05:00:08 (32/39) Installing py3-html5lib (1.0.1-r4) 05:00:08 (33/39) Installing py3-pytoml (0.1.21-r0) 05:00:08 (34/39) Installing py3-pep517 (0.8.2-r0) 05:00:08 (35/39) Installing py3-progress (1.5-r0) 05:00:08 (36/39) Installing py3-toml (0.10.1-r0) 05:00:08 (37/39) Installing py3-retrying (1.3.3-r0) 05:00:08 (38/39) Installing py3-contextlib2 (0.6.0-r0) 05:00:08 (39/39) Installing py3-pip (20.1.1-r0) 05:00:08 Executing busybox-1.31.1-r19.trigger 05:00:08 OK: 72 MiB in 59 packages 05:00:13 Collecting docker-compose==1.23.2 05:00:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:00:14 Collecting jsonschema<3,>=2.5.1 05:00:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:00:15 Collecting docker<4.0,>=3.6.0 05:00:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:00:15 Collecting dockerpty<0.5,>=0.4.1 05:00:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:00:18 Collecting cached-property<2,>=1.2.0 05:00:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:00:18 Collecting docopt<0.7,>=0.6.1 05:00:18 Downloading docopt-0.6.2.tar.gz (25 kB) 05:00:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:00:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:00:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:00:23 Collecting PyYAML<4,>=3.10 05:00:23 Downloading PyYAML-3.13.tar.gz (270 kB) 05:00:27 Collecting texttable<0.10,>=0.9.0 05:00:27 Downloading texttable-0.9.1.tar.gz (11 kB) 05:00:29 Collecting websocket-client<1.0,>=0.32.0 05:00:29 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 05:00:30 Collecting docker-pycreds>=0.4.0 05:00:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:00:30 Collecting urllib3<1.25,>=1.21.1 05:00:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:00: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) 05:00: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) 05:00:31 Collecting idna<2.8,>=2.5 05:00:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:00:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:00:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:00:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:00:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:00:32 Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, PyYAML, texttable, docker-compose 05:00:32 Attempting uninstall: urllib3 05:00:32 Found existing installation: urllib3 1.25.9 05:00:32 Uninstalling urllib3-1.25.9: 05:00:32 Successfully uninstalled urllib3-1.25.9 05:00:33 Attempting uninstall: idna 05:00:33 Found existing installation: idna 2.9 05:00:33 Uninstalling idna-2.9: 05:00:33 Successfully uninstalled idna-2.9 05:00:33 Attempting uninstall: requests 05:00:33 Found existing installation: requests 2.23.0 05:00:33 Uninstalling requests-2.23.0: 05:00:33 Successfully uninstalled requests-2.23.0 05:00:35 Running setup.py install for dockerpty: started 05:00:37 Running setup.py install for dockerpty: finished with status 'done' 05:00:37 Running setup.py install for docopt: started 05:00:41 Running setup.py install for docopt: finished with status 'done' 05:00:41 Running setup.py install for PyYAML: started 05:00:43 Running setup.py install for PyYAML: finished with status 'done' 05:00:43 Running setup.py install for texttable: started 05:00:46 Running setup.py install for texttable: finished with status 'done' 05:00:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 05:00:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:00:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:00:49 ---> 35b2de8e7fc0 05:00:49 Step 3/31 : WORKDIR /edgex-go 05:00:49 ---> Using cache 05:00:49 ---> 15d7d46cc5fb 05:00:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:49 ---> Using cache 05:00:49 ---> 41ad102ac6ca 05:00:49 Step 5/31 : RUN apk add --update --no-cache make git 05:00:54 ---> Running in 3ba76cfa8bc0 05:00:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:00:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:00:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:00:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:00:57 ---> 35b2de8e7fc0 05:00:57 Step 3/24 : WORKDIR /edgex-go 05:00:57 ---> Using cache 05:00:57 ---> 15d7d46cc5fb 05:00:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:57 ---> Using cache 05:00:57 ---> 41ad102ac6ca 05:00:57 Step 5/24 : RUN apk add --update --no-cache make git 05:00:57 OK: 218 MiB in 52 packages 05:00:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:00:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:00:57 ---> 35b2de8e7fc0 05:00:57 Step 3/23 : WORKDIR /edgex-go 05:00:57 ---> Using cache 05:00:57 ---> 15d7d46cc5fb 05:00:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:57 ---> Using cache 05:00:57 ---> 41ad102ac6ca 05:00:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 05:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:00:58 ---> 35b2de8e7fc0 05:00:58 Step 3/22 : WORKDIR /edgex-go 05:00:58 ---> Using cache 05:00:58 ---> 15d7d46cc5fb 05:00:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:58 ---> Using cache 05:00:58 ---> 41ad102ac6ca 05:00:58 Step 5/22 : RUN apk add --update --no-cache make git 05:00:58 ---> Running in 9f9a29a10146 05:00:58 ---> Running in 125efdb42cad 05:00:58 ---> Running in c529db1b063d 05:00:59 Removing intermediate container 3ba76cfa8bc0 05:00:59 ---> aa3ed816ecaf 05:00:59 Step 6/31 : COPY go.mod . 05:01:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:01:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:01:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:01:01 ---> fecee07daa58 05:01:01 Step 7/31 : RUN go mod download 05:01:01 ---> Running in d142f8b00266 05:01:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:01:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:01:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:01:02 OK: 218 MiB in 52 packages 05:01:03 OK: 218 MiB in 52 packages 05:01:03 OK: 218 MiB in 52 packages 05:01:03 Removing intermediate container 6458fa130f25 05:01:03 ---> 1e94f74cf6d3 05:01:03 Step 14/23 : ENV APP_PORT=48090 05:01:03 ---> Running in bfad1d650450 05:01:04 Removing intermediate container 9f9a29a10146 05:01:04 ---> 05e354f197d1 05:01:04 Step 6/22 : COPY go.mod . 05:01:04 Removing intermediate container bfad1d650450 05:01:04 ---> d376fa8e0473 05:01:04 Step 15/23 : EXPOSE $APP_PORT 05:01:04 ---> Running in dccd6cc381a0 05:01:04 Removing intermediate container 125efdb42cad 05:01:04 ---> 4d2cdbba1777 05:01:04 Step 6/24 : COPY go.mod . 05:01:05 Removing intermediate container d142f8b00266 05:01:05 ---> 3eafca577e8f 05:01:05 Step 8/31 : COPY . . 05:01:05 Removing intermediate container dccd6cc381a0 05:01:05 ---> 44e189c82e09 05:01:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:01:05 Removing intermediate container c529db1b063d 05:01:05 ---> 29d5c72ac3c1 05:01:05 Step 6/23 : COPY go.mod . 05:01:05 ---> c9c6b329ed92 05:01:05 Step 7/22 : RUN go mod download 05:01:06 ---> Running in 248453d0a000 05:01:06 ---> 47a698001c85 05:01:06 Step 7/24 : RUN go mod download 05:01:06 ---> Running in 9455e44cf1c9 05:01:06 ---> 073282a94c2b 05:01:06 Step 7/23 : RUN go mod download 05:01:07 ---> Running in 1a589df9ec07 05:01:07 ---> d3de7a3912c4 05:01:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:01:10 ---> f3b15f1974b1 05:01:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:01:11 Removing intermediate container 248453d0a000 05:01:11 ---> d8aba1e94cbe 05:01:11 Step 8/22 : COPY . . 05:01:12 Removing intermediate container 9455e44cf1c9 05:01:12 ---> f6c1bb65a6b2 05:01:12 Step 8/24 : COPY . . 05:01:12 ---> a25850ad7c77 05:01:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 05:01:12 ---> Running in 711ca33d1216 05:01:12 Removing intermediate container 1a589df9ec07 05:01:12 ---> 1bcbb6d4f7d4 05:01:12 Step 8/23 : COPY . . 05:01:13 Removing intermediate container 711ca33d1216 05:01:13 ---> 106088365f64 05:01:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:01:14 ---> Running in 6b805598e782 05:01:16 Removing intermediate container 6b805598e782 05:01:16 ---> 47dd899121b3 05:01:16 Step 21/23 : LABEL arch=arm64 05:01:18 ---> Running in 95042a7db1f1 05:01:20 Removing intermediate container 95042a7db1f1 05:01:20 ---> 148906cb5860 05:01:20 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:01:21 ---> Running in f64bb462f74d 05:01:22 Removing intermediate container f64bb462f74d 05:01:22 ---> 9a1e49f76211 05:01:22 Step 23/23 : LABEL version=0.0.0 05:01:23 ---> Running in c341ab5799d7 05:01:24 ---> 04423f6d5746 05:01:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:01:25 Removing intermediate container c341ab5799d7 05:01:25 ---> 06553f9bb095 05:01:25 05:01:26 ---> Running in 3ea8e76035c2 05:01:26 Successfully built 06553f9bb095 05:01:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 05:01:27  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:01:38 ---> 58e54ac116d7 05:01:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:01:38 ---> Running in f6be68b25b64 05:01:38 ---> 10d62aaa199d 05:01:38 Step 9/23 : RUN make cmd/core-data/core-data 05:01:38 ---> 6e31bf9cda49 05:01:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:01:38 ---> Running in 4e5af46c8214 05:01:38 ---> Running in 971fce94baf4 05:01:40 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: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:40 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:48 Removing intermediate container 3ea8e76035c2 05:02:48 ---> 659295f6bab2 05:02:48 05:02:48 Step 10/31 : FROM alpine:3.12 05:02:48 ---> 9852663dfa18 05:02:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:02:48 ---> Running in d4ce6ac4cefc 05:02:48 Removing intermediate container d4ce6ac4cefc 05:02:48 ---> c10dce9b60ec 05:02:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:02:48 ---> Running in 6d90f091cf4b 05:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:02:48 (1/2) Installing dumb-init (1.2.2-r1) 05:02:48 (2/2) Installing su-exec (0.2-r1) 05:02:48 Executing busybox-1.31.1-r20.trigger 05:02:48 OK: 5 MiB in 16 packages 05:02:49 Removing intermediate container 6d90f091cf4b 05:02:49 ---> da419a2f8a76 05:02:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:02:49 ---> Running in 54fbfae25a39 05:02:50 Removing intermediate container 54fbfae25a39 05:02:50 ---> e5b68de3f864 05:02:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:02:50 ---> Running in 7b3519bb418f 05:02:50 Removing intermediate container 7b3519bb418f 05:02:50 ---> 7416290bec57 05:02:50 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:02:51 ---> Running in 216143b27372 05:02:54 Removing intermediate container 216143b27372 05:02:54 ---> 9c0d36c6f9e3 05:02:54 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:02:54 ---> Running in d235dab25623 05:02:55 Removing intermediate container d235dab25623 05:02:55 ---> 5de770e7c2ca 05:02:55 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:02:56 ---> 73a43b008ee0 05:02:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:02:56 ---> Running in 0cba729cc599 05:03:01 Removing intermediate container 0cba729cc599 05:03:01 ---> 31067449f71e 05:03:01 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:03:01 ---> f08140c95892 05:03:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:03:03 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:03:04 ---> d65704f28c14 05:03:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:03:05 ---> 0e3a81a832d6 05:03:05 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:03:06 ---> 589a02a2c6c5 05:03:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 05:03:07 ---> dd137015a8af 05:03:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:03:08 ---> Running in 5d132d5a9e0d 05:03:08 Removing intermediate container 5d132d5a9e0d 05:03:08 ---> 9428ce952ffe 05:03:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:03:10 ---> e65279a161e1 05:03:10 Step 26/31 : RUN chmod +x /entrypoint.sh 05:03:10 ---> Running in 45d4be7492ca 05:03:15 Removing intermediate container 971fce94baf4 05:03:15 ---> 0d4c3b24f752 05:03:15 05:03:15 Step 10/24 : FROM alpine:3.12 05:03:15 ---> 9852663dfa18 05:03:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 05:03:15 ---> Running in b5388771b4ab 05:03:15 Removing intermediate container 45d4be7492ca 05:03:15 ---> 43c2096d1e0b 05:03:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:03:15 ---> Running in 2d80bd20d3c3 05:03:16 Removing intermediate container 2d80bd20d3c3 05:03:16 ---> 0d8eb397de1e 05:03:16 Step 28/31 : CMD ["gate"] 05:03:17 ---> Running in 38ce771a8cb7 05:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:17 Removing intermediate container 38ce771a8cb7 05:03:17 ---> 08e62487ff6e 05:03:17 Step 29/31 : LABEL arch=arm64 05:03:18 (1/6) Installing ca-certificates (20191127-r4) 05:03:18 (2/6) Installing nghttp2-libs (1.41.0-r0) 05:03:18 (3/6) Installing libcurl (7.76.1-r0) 05:03:18 (4/6) Installing curl (7.76.1-r0) 05:03:18 (5/6) Installing dumb-init (1.2.2-r1) 05:03:18 (6/6) Installing su-exec (0.2-r1) 05:03:18 Executing busybox-1.31.1-r20.trigger 05:03:18 Executing ca-certificates-20191127-r4.trigger 05:03:18 OK: 7 MiB in 20 packages 05:03:18 ---> Running in f07616049f85 05:03:19 Removing intermediate container f07616049f85 05:03:19 ---> ad39e4a7b9b5 05:03:19 Step 30/31 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:03:20 ---> Running in 98c6a2fb2fbb 05:03:21 Removing intermediate container 98c6a2fb2fbb 05:03:21 ---> 288567764168 05:03:21 Step 31/31 : LABEL version=0.0.0 05:03:21 Removing intermediate container b5388771b4ab 05:03:21 ---> 7525dabae5e2 05:03:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:03:21 ---> Running in 05d1b7e3a71c 05:03:21 ---> Running in 05536c2c52fc 05:03:23 Removing intermediate container f6be68b25b64 05:03:23 ---> 88523e303d47 05:03:23 05:03:23 Step 10/22 : FROM alpine:3.12 05:03:23 ---> 9852663dfa18 05:03:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:03:23 ---> Using cache 05:03:23 ---> 9fb74affddb9 05:03:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:03:23 ---> Using cache 05:03:23 ---> 6b0e6cc2dae5 05:03:23 Step 13/22 : ENV APP_PORT=48085 05:03:23 Removing intermediate container 05536c2c52fc 05:03:23 ---> faa6bf797025 05:03:23 Step 13/24 : WORKDIR / 05:03:23 Removing intermediate container 05d1b7e3a71c 05:03:23 ---> 017d6385e172 05:03:23 05:03:23 ---> Running in fd21a7074d9d 05:03:23 ---> Running in 62aa4cb4ac54 05:03:23 Successfully built 017d6385e172 05:03:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 05:03:24  Building docker-security-bootstrapper-go ... done Removing intermediate container fd21a7074d9d 05:03:24 ---> bd4aa94fbdd0 05:03:24 Step 14/22 : EXPOSE $APP_PORT 05:03:24 ---> Running in c29dde253d92 05:03:24 Removing intermediate container 62aa4cb4ac54 05:03:24 ---> e3f2b59dc529 05:03:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:03:25 Removing intermediate container c29dde253d92 05:03:25 ---> 00bd8a73ee70 05:03:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:03:25 ---> ff57c2ff1f7e 05:03:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:03:26 ---> 28be0a37f5a9 05:03:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:03:26 ---> 629a8a11547c 05:03:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:03:27 ---> 199905b56edd 05:03:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:03:27 ---> 71ae459a5cb9 05:03:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:03:29 ---> 12443eba8b4b 05:03:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:03:29 ---> 0a00261eaf22 05:03:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:03:29 ---> Running in 338c5296e289 05:03:30 Removing intermediate container 338c5296e289 05:03:30 ---> c6adde081ffe 05:03:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:03:31 ---> Running in 7b3cedc01148 05:03:31 ---> 77b6a19b6ff6 05:03:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:03:31 Removing intermediate container 7b3cedc01148 05:03:31 ---> 2f69b45ef25f 05:03:31 Step 20/22 : LABEL arch=arm64 05:03:32 Removing intermediate container 4e5af46c8214 05:03:32 ---> 86c7ab46c9a2 05:03:32 05:03:32 Step 10/23 : FROM alpine:3.12 05:03:32 ---> 9852663dfa18 05:03:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:03:32 ---> Running in 96b0750fadf7 05:03:32 ---> Running in 0fc6ccb1843e 05:03:32 Removing intermediate container 96b0750fadf7 05:03:32 ---> bb1eacc04e59 05:03:32 Step 21/22 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 ---> 3946fde4c199 05:03:32 05:03:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 05:03:32 Removing intermediate container 0fc6ccb1843e 05:03:32 ---> d9b1f8ce6445 05:03:32 Step 12/23 : ENV APP_PORT=48080 05:03:33 ---> Running in a58e4f6983d9 05:03:33 ---> Running in e70f12f1f1b0 05:03:33 ---> Running in 42a5e3ed3ae4 05:03:33 Removing intermediate container e70f12f1f1b0 05:03:33 ---> d873bbe05a09 05:03:33 Step 22/22 : LABEL version=0.0.0 05:03:34 ---> Running in 6f4cb30f9fca 05:03:34 Removing intermediate container 42a5e3ed3ae4 05:03:34 ---> eca2d97c8065 05:03:34 Step 13/23 : EXPOSE $APP_PORT 05:03:34 ---> Running in 4068ad7a7c08 05:03:34 Removing intermediate container 6f4cb30f9fca 05:03:34 ---> 53a803f5280c 05:03:34 05:03:34 Removing intermediate container 4068ad7a7c08 05:03:34 ---> 60b00673ce58 05:03:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:34 Successfully built 53a803f5280c 05:03:35 Successfully tagged docker-support-scheduler-go-arm64:latest 05:03:35  Building docker-support-scheduler-go ... done  ---> Running in e2eed01bfa60 05:03:35 Removing intermediate container a58e4f6983d9 05:03:35 ---> 03e0d2cb695c 05:03:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:03:35 ---> Running in dc3d21d0570f 05:03:36 Removing intermediate container dc3d21d0570f 05:03:36 ---> 0a7e491a9d12 05:03:36 Step 22/24 : LABEL arch=arm64 05:03:36 ---> Running in be360a32d5b2 05:03:37 Removing intermediate container be360a32d5b2 05:03:37 ---> 394a44ccd32c 05:03:37 Step 23/24 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:03:37 ---> Running in f154a9a7ef8b 05:03:37 Removing intermediate container e2eed01bfa60 05:03:37 ---> d5da928cddcf 05:03:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:03:37 ---> Running in 87c816e2f73c 05:03:38 Removing intermediate container f154a9a7ef8b 05:03:38 ---> 5ae3b55e7cd2 05:03:38 Step 24/24 : LABEL version=0.0.0 05:03:38 ---> Running in 4ec409adb432 05:03:38 Removing intermediate container 4ec409adb432 05:03:38 ---> 1ab5d5a930d2 05:03:38 05:03:39 Successfully built 1ab5d5a930d2 05:03:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 05:03:39  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:40 (1/6) Installing dumb-init (1.2.2-r1) 05:03:40 (2/6) Installing libgcc (9.3.0-r2) 05:03:40 (3/6) Installing libsodium (1.0.18-r0) 05:03:40 (4/6) Installing libstdc++ (9.3.0-r2) 05:03:41 (5/6) Installing libzmq (4.3.3-r0) 05:03:41 (6/6) Installing zeromq (4.3.3-r0) 05:03:41 Executing busybox-1.31.1-r20.trigger 05:03:41 OK: 8 MiB in 20 packages 05:03:42 Removing intermediate container 87c816e2f73c 05:03:42 ---> c589f75af24a 05:03:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:03:43 ---> 3ecb7beec4e7 05:03:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:03:44 ---> b5062758c11f 05:03:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:03:45 ---> 9040413362c0 05:03:45 Step 19/23 : ENTRYPOINT ["/core-data"] 05:03:45 ---> Running in 9086de0dedca 05:03:46 Removing intermediate container 9086de0dedca 05:03:46 ---> 48947147a598 05:03:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:03:46 ---> Running in 9cdd19bb483c 05:03:46 Removing intermediate container 9cdd19bb483c 05:03:46 ---> 9cfac3eb5c1a 05:03:46 Step 21/23 : LABEL arch=arm64 05:03:46 ---> Running in f832aea03571 05:03:47 Removing intermediate container f832aea03571 05:03:47 ---> b311acf6d865 05:03:47 Step 22/23 : LABEL git_sha=1160d5ba54a31b35ea1e4c6d49e89833a7095427 05:03:47 ---> Running in 5198fabc5012 05:03:48 Removing intermediate container 5198fabc5012 05:03:48 ---> 2d2e91fbccbf 05:03:48 Step 23/23 : LABEL version=0.0.0 05:03:48 ---> Running in a084d1227344 05:03:48 Removing intermediate container a084d1227344 05:03:48 ---> dceb6654f035 05:03:48 05:03:49 Successfully built dceb6654f035 05:03:49 Successfully tagged docker-core-data-go-arm64:latest 05:03:49  Building docker-core-data-go ... done  [Pipeline] } 05:03:49 $ docker stop --time=1 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab 05:03:51 $ docker rm -f 80eb8b252ea376ee37d708988daf99012a8b6584f98ebd66c7201d4eb4e80cab [Pipeline] // withDockerContainer [Pipeline] sh 05:03:52 + docker images 05:03:52 + grep docker 05:03:52 docker-core-data-go-arm64 latest dceb6654f035 4 seconds ago 20.3MB 05:03:52 docker-security-secretstore-setup-go-arm64 latest 1ab5d5a930d2 14 seconds ago 24.1MB 05:03:52 docker-support-scheduler-go-arm64 latest 53a803f5280c 18 seconds ago 16.1MB 05:03:52 docker-security-bootstrapper-go-arm64 latest 017d6385e172 30 seconds ago 17.1MB 05:03:52 docker-sys-mgmt-agent-go-arm64 latest 06553f9bb095 2 minutes ago 299MB 05:03:52 docker-core-metadata-go-arm64 latest 00c2eeb818e9 3 minutes ago 17.4MB 05:03:52 docker-support-notifications-go-arm64 latest 12e6ab363656 3 minutes ago 16.6MB 05:03:52 docker-core-command-go-arm64 latest 199e190aedc1 3 minutes ago 16.1MB 05:03:52 docker-security-proxy-setup-go-arm64 latest 06b842680599 3 minutes ago 23.9MB 05:03:52 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:03:53 ---> job-cost.sh 05:03:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wWlB 05:04:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:06:08 lf-activate-venv(): INFO: Adding /tmp/venv-wWlB/bin to PATH 05:06:08 INFO: No Stack... 05:06:08 INFO: Retrieving Pricing Info for: lf-standard-4 05:06:08 INFO: Archiving Costs [Pipeline] sh 05:06:09 + + cat /w/workspace/edgex-go/2/archives/cost.csvcut 05:06:09 -d, -f6 [Pipeline] lock 05:06:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] 05:06:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] did not exist. Created. 05:06:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3416-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:06:09 + echo total: 0.20999999344348907 [Pipeline] stash 05:06:10 Stashed 1 file(s) [Pipeline] } 05:06:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3416-2-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:06:11 provisioning config files... 05:06:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5162033431270881249tmp [Pipeline] { [Pipeline] sh 05:06:11 + set +x 05:06:11 + curl -s https://codecov.io/bash 05:06:11 + bash -s -- 05:06:11 05:06:11 _____ _ 05:06:11 / ____| | | 05:06:11 | | ___ __| | ___ ___ _____ __ 05:06:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:06:11 | |___| (_) | (_| | __/ (_| (_) \ V / 05:06:11 \_____\___/ \__,_|\___|\___\___/ \_/ 05:06:11 Bash-1.0.2 05:06:11 05:06:11 05:06:11 ==> git version 2.24.3 found 05:06:11 ==> 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:06:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:06:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:06:11 ==> Jenkins CI detected. 05:06:11 project root: . 05:06:11 --> token set from env 05:06:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:06:11 ==> Running gcov in . (disable via -X gcov) 05:06:11 ==> Python coveragepy not found 05:06:11 ==> Searching for coverage reports in: 05:06:11 + . 05:06:11 -> Found 1 reports 05:06:11 ==> Detecting git/mercurial file structure 05:06:11 ==> Reading reports 05:06:11 + ./coverage.out bytes=703681 05:06:12 ==> Appending adjustments 05:06:12 https://docs.codecov.io/docs/fixing-reports 05:06:16 + Found adjustments 05:06:16 ==> Gzipping contents 05:06:16 100K /tmp/codecov.rc9dwK.gz 05:06:16 ==> Uploading reports 05:06:16 url: https://codecov.io 05:06:16 query: branch=PR-3416&commit=1160d5ba54a31b35ea1e4c6d49e89833a7095427&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= 05:06:16 -> Pinging Codecov 05:06:16 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3416&commit=1160d5ba54a31b35ea1e4c6d49e89833a7095427&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= 05:06:16 -> Uploading to 05:06:16 https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/1160d5ba54a31b35ea1e4c6d49e89833a7095427/26ff0a19-71b9-40b3-9fb6-da0d33217e97.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T050616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=485a22006db1fe685538a67658730af5682b4def1e252adccdb570f841826b59 05:06:16 % Total % Received % Xferd Average Speed Time Time Time Current 05:06:16 Dload Upload Total Spent Left Speed 05:06:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k 05:06:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1160d5ba54a31b35ea1e4c6d49e89833a7095427 [Pipeline] } 05:06:17 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:06:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:06:19 ---> package-listing.sh 05:06:19 ++ facter osfamily 05:06:19 ++ tr '[:upper:]' '[:lower:]' 05:06:19 + OS_FAMILY=redhat 05:06:19 + workspace=/w/workspace/edgex-go/2 05:06:19 + START_PACKAGES=/tmp/packages_start.txt 05:06:19 + END_PACKAGES=/tmp/packages_end.txt 05:06:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:06:19 + PACKAGES=/tmp/packages_start.txt 05:06:19 + '[' /w/workspace/edgex-go/2 ']' 05:06:19 + PACKAGES=/tmp/packages_end.txt 05:06:19 + case "${OS_FAMILY}" in 05:06:19 + rpm -qa 05:06:19 + sort 05:06:24 + '[' -f /tmp/packages_start.txt ']' 05:06:24 + '[' -f /tmp/packages_end.txt ']' 05:06:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:06:24 + '[' /w/workspace/edgex-go/2 ']' 05:06:24 + mkdir -p /w/workspace/edgex-go/2/archives/ 05:06:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 05:06:24 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:06:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:06:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:24 05:06:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:06:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:25 alpine: Pulling from edgex-lftools-log-publisher 05:06:25 df20fa9351a1: Pulling fs layer 05:06:25 36b3adc4ff6f: Pulling fs layer 05:06:25 8ad3a11d3b57: Pulling fs layer 05:06:25 46f8f816bc3b: Pulling fs layer 05:06:25 93b61091891f: Pulling fs layer 05:06:25 93b9cdb0e59b: Pulling fs layer 05:06:25 5e14af77c1be: Pulling fs layer 05:06:25 01666e4c0597: Pulling fs layer 05:06:25 aa168da1d23b: Pulling fs layer 05:06:25 93b9cdb0e59b: Waiting 05:06:25 5e14af77c1be: Waiting 05:06:25 01666e4c0597: Waiting 05:06:25 aa168da1d23b: Waiting 05:06:25 46f8f816bc3b: Waiting 05:06:25 93b61091891f: Waiting 05:06:25 36b3adc4ff6f: Download complete 05:06:25 46f8f816bc3b: Verifying Checksum 05:06:25 46f8f816bc3b: Download complete 05:06:25 df20fa9351a1: Verifying Checksum 05:06:25 df20fa9351a1: Download complete 05:06:25 93b9cdb0e59b: Verifying Checksum 05:06:25 93b9cdb0e59b: Download complete 05:06:25 5e14af77c1be: Verifying Checksum 05:06:25 5e14af77c1be: Download complete 05:06:25 93b61091891f: Verifying Checksum 05:06:25 93b61091891f: Download complete 05:06:25 01666e4c0597: Verifying Checksum 05:06:25 01666e4c0597: Download complete 05:06:25 8ad3a11d3b57: Verifying Checksum 05:06:25 8ad3a11d3b57: Download complete 05:06:25 df20fa9351a1: Pull complete 05:06:26 36b3adc4ff6f: Pull complete 05:06:26 8ad3a11d3b57: Pull complete 05:06:26 46f8f816bc3b: Pull complete 05:06:27 aa168da1d23b: Verifying Checksum 05:06:27 aa168da1d23b: Download complete 05:06:28 93b61091891f: Pull complete 05:06:29 93b9cdb0e59b: Pull complete 05:06:29 5e14af77c1be: Pull complete 05:06:29 01666e4c0597: Pull complete 05:06:44 aa168da1d23b: Pull complete 05:06:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:06:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:06:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:06:45 prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container 05:06:45 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:06:48 $ docker top 4603b3c2932e4d2efbef43a57838b0f30a9efdb38ef8026323ab4305d9b6aad5 -eo pid,comm [Pipeline] { [Pipeline] sh 05:06:49 + touch /tmp/pre-build-complete [Pipeline] sh 05:06:49 + mkdir -p /var/log/sa [Pipeline] sh 05:06:49 + ls /var/log/sa-host 05:06:49 + sadf -c /var/log/sa-host/sa03 05:06:49 file_magic: OK 05:06:49 HZ: Using current value: 100 05:06:49 file_header: OK 05:06:49 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:06:49 Statistics: 05:06:49 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... 05:06:49 File successfully converted to sysstat format version 12.2.1 05:06:49 + sadf -c /var/log/sa-host/sa23 05:06:49 file_magic: OK 05:06:49 HZ: Using current value: 100 05:06:49 file_header: OK 05:06:49 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:06:49 Statistics: 05:06:49 Hnuu...uuuununununu... 05:06:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:50 provisioning config files... 05:06:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2560923437023020729tmp [Pipeline] { [Pipeline] echo 05:06:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:06:50 ---> create-netrc.sh [Pipeline] } 05:06:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:06:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:06:51 ---> python-tools-install.sh [Pipeline] echo 05:06:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:06:51 ---> sudo-logs.sh 05:06:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:06:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:06:51 ---> job-cost.sh 05:06:51 lf-activate-venv: SKIPPING 05:06:51 DEBUG: total: 0.20999999344348907 05:06:51 INFO: Retrieving Stack Cost... 05:06:52 INFO: Retrieving Pricing Info for: v1-standard-2 05:06:52 INFO: Archiving Costs [Pipeline] echo 05:06:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:06:53 ---> logs-deploy.sh 05:06:53 lf-activate-venv: SKIPPING 05:06:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3416/2 05:06:53 INFO: archiving workspace using pattern(s): 05:06:54 Archives upload complete. 05:06:54 INFO: archiving logs to Nexus 05:06:55 ---> uname -a: 05:06:55 Linux prd-centos7-docker-4c-2g-2677.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:06:55 05:06:55 05:06:55 ---> lscpu: 05:06:55 Architecture: x86_64 05:06:55 CPU op-mode(s): 32-bit, 64-bit 05:06:55 Byte Order: Little Endian 05:06:55 Address sizes: 40 bits physical, 48 bits virtual 05:06:55 CPU(s): 4 05:06:55 On-line CPU(s) list: 0-3 05:06:55 Thread(s) per core: 1 05:06:55 Core(s) per socket: 1 05:06:55 Socket(s): 4 05:06:55 NUMA node(s): 1 05:06:55 Vendor ID: GenuineIntel 05:06:55 CPU family: 6 05:06:55 Model: 44 05:06:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:06:55 Stepping: 1 05:06:55 CPU MHz: 2933.442 05:06:55 BogoMIPS: 5866.88 05:06:55 Virtualization: VT-x 05:06:55 Hypervisor vendor: KVM 05:06:55 Virtualization type: full 05:06:55 L1d cache: 128 KiB 05:06:55 L1i cache: 128 KiB 05:06:55 L2 cache: 16 MiB 05:06:55 L3 cache: 64 MiB 05:06:55 NUMA node0 CPU(s): 0-3 05:06:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:06:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:06:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:06:55 Vulnerability Meltdown: Mitigation; PTI 05:06:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:06:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:06:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:06:55 Vulnerability Srbds: Not affected 05:06:55 Vulnerability Tsx async abort: Not affected 05:06:55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:06:55 05:06:55 05:06:55 ---> nproc: 05:06:55 4 05:06:55 05:06:55 05:06:55 ---> df -h: 05:06:55 Filesystem Size Used Available Use% Mounted on 05:06:55 overlay 50.0G 10.9G 39.0G 22% / 05:06:55 tmpfs 64.0M 0 64.0M 0% /dev 05:06:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:06:55 shm 64.0M 0 64.0M 0% /dev/shm 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /facter-os 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /etc/resolv.conf 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /etc/hostname 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /etc/hosts 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /run/cloud-init/result.json 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /var/log/sa-host 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /var/log/secure 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /var/log/auth.log 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /w/workspace/edgex-go/2 05:06:55 /dev/vda1 50.0G 10.9G 39.0G 22% /w/workspace/edgex-go/2@tmp 05:06:55 05:06:55 05:06:55 ---> free -m: 05:06:55 total used free shared buff/cache available 05:06:55 Mem: 1837 720 132 0 984 1033 05:06:55 Swap: 1023 72 951 05:06:55 05:06:55 05:06:55 ---> ip addr: 05:06:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:06:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:06:55 inet 127.0.0.1/8 scope host lo 05:06:55 valid_lft forever preferred_lft forever 05:06:55 inet6 ::1/128 scope host 05:06:55 valid_lft forever preferred_lft forever 05:06:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:06:55 link/ether fa:16:3e:14:5a:de brd ff:ff:ff:ff:ff:ff 05:06:55 inet 10.30.123.4/23 brd 10.30.123.255 scope global dynamic eth0 05:06:55 valid_lft 84976sec preferred_lft 84976sec 05:06:55 inet6 fe80::f816:3eff:fe14:5ade/64 scope link 05:06:55 valid_lft forever preferred_lft forever 05:06:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:06:55 link/ether 02:42:f7:88:c9:fe brd ff:ff:ff:ff:ff:ff 05:06:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:06:55 valid_lft forever preferred_lft forever 05:06:55 inet6 fe80::42:f7ff:fe88:c9fe/64 scope link 05:06:55 valid_lft forever preferred_lft forever 05:06:55 05:06:55 05:06:55 ---> sar -b -r -n DEV: 05:06:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 05:06:55 05:06:55 04:43:00 LINUX RESTART (4 CPU) 05:06:55 05:06:55 04:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:06:55 04:45:01 197.60 78.14 119.46 0.00 10375.78 46013.43 0.00 05:06:55 04:46:01 278.93 117.56 161.37 0.00 4230.79 21546.18 0.00 05:06:55 04:47:01 117.68 33.68 84.00 0.00 961.92 12151.94 0.00 05:06:55 04:48:01 144.30 58.27 86.03 0.00 3849.91 12755.98 0.00 05:06:55 04:49:02 1013.79 737.30 276.48 0.00 94240.16 165523.85 0.00 05:06:55 04:50:01 1998.95 1689.77 309.19 0.00 152887.67 159550.45 0.00 05:06:55 04:51:02 469.84 195.22 274.61 0.00 42884.94 79694.49 0.00 05:06:55 04:52:01 1856.22 1511.28 344.93 0.00 122568.26 127476.27 0.00 05:06:55 04:53:01 289.60 97.17 192.43 0.00 8464.18 22494.36 0.00 05:06:55 04:54:01 6.39 1.08 5.31 0.00 33.43 177.82 0.00 05:06:55 04:55:01 2.48 2.22 0.27 0.00 25.45 3.50 0.00 05:06:55 04:56:01 0.23 0.02 0.22 0.00 0.13 2.46 0.00 05:06:55 04:57:01 0.33 0.03 0.30 0.00 0.27 3.28 0.00 05:06:55 04:58:01 0.45 0.20 0.25 0.00 8.13 2.30 0.00 05:06:55 04:59:01 2.45 1.57 0.88 0.00 50.36 17.52 0.00 05:06:55 05:00:01 0.27 0.00 0.27 0.00 0.00 2.61 0.00 05:06:55 05:01:02 0.25 0.05 0.20 0.00 0.93 1.62 0.00 05:06:55 05:02:01 0.71 0.39 0.32 0.00 24.37 4.79 0.00 05:06:55 05:03:01 0.33 0.08 0.25 0.00 2.80 2.75 0.00 05:06:55 05:04:01 0.23 0.00 0.23 0.00 0.00 1.95 0.00 05:06:55 05:05:01 0.23 0.02 0.22 0.00 0.27 2.71 0.00 05:06:55 05:06:01 0.23 0.02 0.22 0.00 0.53 1.95 0.00 05:06:55 Average: 288.62 204.24 84.38 0.00 19930.75 29371.00 0.00 05:06:55 05:06:55 04:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:06:55 04:45:01 66484 0 750632 39.89 1860 1062568 1464120 49.97 559792 1011048 47872 05:06:55 04:46:01 135992 0 854792 45.43 912 889848 1665796 56.85 663272 802412 75744 05:06:55 04:47:01 442224 0 758200 40.30 580 680540 1333836 45.52 472160 680004 9724 05:06:55 04:48:01 127048 0 769796 40.91 540 984160 1424044 48.60 616920 840104 34148 05:06:55 04:49:02 328536 0 696704 37.03 76 856228 1348524 46.02 527516 807944 440 05:06:55 04:50:01 213876 0 1200104 63.78 76 467488 3519452 120.11 770916 622656 27392 05:06:55 04:51:02 75776 0 797120 42.37 76 1008572 1899384 64.82 716888 840160 74404 05:06:55 04:52:01 261300 0 776776 41.28 76 843392 2269024 77.44 616940 748368 7372 05:06:55 04:53:01 362700 0 650480 34.57 76 868288 1222184 41.71 505996 761292 20 05:06:55 04:54:01 366040 0 646392 34.35 76 869036 1205784 41.15 505328 761476 20 05:06:55 04:55:01 367764 0 644664 34.26 76 869040 1186192 40.48 503488 762132 16 05:06:55 04:56:01 367656 0 644764 34.27 76 869048 1186192 40.48 503616 762136 8 05:06:55 04:57:01 367540 0 644860 34.27 76 869068 1186192 40.48 503500 762148 8 05:06:55 04:58:01 367000 0 645212 34.29 76 869256 1186644 40.50 503872 762148 8 05:06:55 04:59:01 365540 0 645996 34.33 76 869932 1186276 40.49 503680 762996 8 05:06:55 05:00:01 365760 0 645768 34.32 76 869940 1186192 40.48 503596 762996 8 05:06:55 05:01:02 364712 0 646812 34.38 76 869944 1188536 40.56 504116 762996 8 05:06:55 05:02:01 364476 0 646348 34.35 76 870644 1186700 40.50 504100 763588 16 05:06:55 05:03:01 364352 0 646468 34.36 76 870648 1186700 40.50 503856 763672 8 05:06:55 05:04:01 364428 0 646384 34.35 76 870656 1186808 40.50 504244 763676 8 05:06:55 05:05:01 364312 0 646496 34.36 76 870660 1186844 40.51 504352 763680 8 05:06:55 05:06:01 364324 0 646492 34.36 76 870652 1186712 40.50 504188 763680 8 05:06:55 Average: 307629 0 711421 37.81 239 862255 1436006 49.01 545561 774151 12602 05:06:55 05:06:55 04:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:06:55 04:45:01 eth0 1311.30 1328.55 6051.89 171.89 0.00 0.00 0.00 0.00 05:06:55 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:45:01 veth6a14ec4 50.04 65.36 3.59 223.40 0.00 0.00 0.00 0.00 05:06:55 04:45:01 docker0 961.55 844.24 76.42 2916.11 0.00 0.00 0.00 0.00 05:06:55 04:46:01 veth31adef0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:46:01 eth0 204.04 151.08 649.84 23.48 0.00 0.00 0.00 0.00 05:06:55 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:46:01 docker0 131.19 168.97 9.14 618.69 0.00 0.00 0.00 0.00 05:06:55 04:47:01 veth31adef0 2.43 2.43 0.19 0.21 0.00 0.00 0.00 0.00 05:06:55 04:47:01 eth0 31.93 17.31 24.75 12.29 0.00 0.00 0.00 0.00 05:06:55 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:47:01 docker0 2.43 2.43 0.16 0.21 0.00 0.00 0.00 0.00 05:06:55 04:48:01 veth31adef0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:48:01 eth0 56.48 45.33 24.27 90.76 0.00 0.00 0.00 0.00 05:06:55 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:49:02 vethac473db 10.33 12.56 0.85 33.08 0.00 0.00 0.00 0.00 05:06:55 04:49:02 veth2a7f91c 12.51 13.64 1.02 33.15 0.00 0.00 0.00 0.00 05:06:55 04:49:02 veth6a7c415 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:49:02 veth6306e72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:50:01 veth3bdbb25 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:50:01 veth6a7c415 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:50:01 vethdfb6231 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:50:01 eth0 2897.30 2417.08 12129.03 466.40 0.00 0.00 0.00 0.00 05:06:55 04:51:02 veth6a7c415 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:51:02 veth822ca2b 27.77 57.07 1.88 321.99 0.00 0.00 0.00 0.00 05:06:55 04:51:02 eth0 254.05 168.12 1747.51 24.56 0.00 0.00 0.00 0.00 05:06:55 04:51:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 04:52:01 veth6a7c415 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:52:01 veth3f14029 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:52:01 veth8959716 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:06:55 04:52:01 eth0 75.71 49.08 119.77 98.29 0.00 0.00 0.00 0.00 05:06:55 04:53:01 eth0 47.27 30.91 59.38 38.05 0.00 0.00 0.00 0.00 05:06:55 04:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 04:53:01 docker0 1230.46 1206.06 94.47 4297.07 0.00 0.00 0.00 0.00 05:06:55 04:54:01 eth0 9.06 8.69 0.96 14.07 0.00 0.00 0.00 0.00 05:06:55 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:55:01 eth0 0.15 0.08 0.01 0.03 0.00 0.00 0.00 0.00 05:06:55 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:59:01 eth0 6.33 6.48 0.53 13.76 0.00 0.00 0.00 0.00 05:06:55 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:01:02 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:02:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:06:55 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:04:01 eth0 4.06 3.50 0.40 5.41 0.00 0.00 0.00 0.00 05:06:55 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:05:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 05:06:55 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:06:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 Average: eth0 105.07 93.18 481.80 25.96 0.00 0.00 0.00 0.00 05:06:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:06:55 Average: docker0 56.01 54.90 4.30 195.59 0.00 0.00 0.00 0.00 05:06:55 05:06:55 05:06:55 ---> sar -P ALL: 05:06:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) 05:06:55 05:06:55 04:43:00 LINUX RESTART (4 CPU) 05:06:55 05:06:55 04:44:01 CPU %user %nice %system %iowait %steal %idle 05:06:55 04:45:01 all 16.97 0.00 9.00 2.04 0.08 71.91 05:06:55 04:45:01 0 25.40 0.00 11.15 1.04 0.07 62.33 05:06:55 04:45:01 1 14.96 0.00 8.07 1.74 0.09 75.15 05:06:55 04:45:01 2 13.86 0.00 8.53 2.95 0.09 74.57 05:06:55 04:45:01 3 13.77 0.00 8.28 2.42 0.07 75.45 05:06:55 04:46:01 all 25.08 0.00 8.75 6.94 0.08 59.15 05:06:55 04:46:01 0 25.03 0.00 8.40 4.36 0.05 62.15 05:06:55 04:46:01 1 24.29 0.00 9.51 7.30 0.07 58.83 05:06:55 04:46:01 2 26.44 0.00 8.40 6.99 0.10 58.07 05:06:55 04:46:01 3 24.56 0.00 8.70 9.11 0.09 57.55 05:06:55 04:47:01 all 47.16 0.00 12.96 5.51 0.06 34.31 05:06:55 04:47:01 0 47.47 0.00 12.99 5.42 0.07 34.05 05:06:55 04:47:01 1 48.02 0.00 12.82 6.24 0.03 32.88 05:06:55 04:47:01 2 46.37 0.00 13.59 3.86 0.05 36.13 05:06:55 04:47:01 3 46.75 0.00 12.44 6.51 0.09 34.21 05:06:55 04:48:01 all 50.58 0.00 15.17 3.70 0.06 30.48 05:06:55 04:48:01 0 50.44 0.00 15.26 3.09 0.05 31.15 05:06:55 04:48:01 1 50.37 0.00 15.06 6.24 0.07 28.25 05:06:55 04:48:01 2 50.18 0.00 15.03 4.75 0.05 29.98 05:06:55 04:48:01 3 51.34 0.00 15.33 0.69 0.09 32.54 05:06:55 04:49:02 all 20.95 0.00 21.16 10.85 0.11 46.94 05:06:55 04:49:02 0 19.73 0.00 21.47 10.52 0.11 48.18 05:06:55 04:49:02 1 20.29 0.00 20.96 11.37 0.10 47.28 05:06:55 04:49:02 2 21.56 0.00 20.99 11.26 0.10 46.08 05:06:55 04:49:02 3 22.21 0.00 21.21 10.24 0.12 46.21 05:06:55 04:50:01 all 40.56 0.00 22.79 20.65 0.11 15.88 05:06:55 04:50:01 0 41.03 0.00 21.28 20.73 0.11 16.85 05:06:55 04:50:01 1 39.65 0.00 23.29 21.36 0.13 15.57 05:06:55 04:50:01 2 39.97 0.00 23.39 22.04 0.14 14.45 05:06:55 04:50:01 3 41.58 0.00 23.21 18.48 0.07 16.65 05:06:55 04:51:02 all 35.89 0.00 15.42 21.92 0.09 26.68 05:06:55 04:51:02 0 35.06 0.00 15.10 23.13 0.07 26.65 05:06:55 04:51:02 1 35.47 0.00 16.49 22.69 0.12 25.24 05:06:55 04:51:02 2 37.52 0.00 15.01 18.52 0.09 28.87 05:06:55 04:51:02 3 35.53 0.00 15.09 23.31 0.09 25.98 05:06:55 04:52:01 all 48.17 0.00 21.55 21.06 0.10 9.13 05:06:55 04:52:01 0 48.22 0.00 20.78 21.85 0.09 9.07 05:06:55 04:52:01 1 49.10 0.00 20.48 20.77 0.14 9.51 05:06:55 04:52:01 2 46.84 0.00 23.22 20.53 0.09 9.32 05:06:55 04:52:01 3 48.50 0.00 21.72 21.10 0.07 8.61 05:06:55 04:53:01 all 18.13 0.00 8.97 14.12 0.07 58.71 05:06:55 04:53:01 0 18.40 0.00 9.54 14.14 0.05 57.87 05:06:55 04:53:01 1 18.01 0.00 9.00 12.95 0.07 59.98 05:06:55 04:53:01 2 17.90 0.00 8.78 14.81 0.12 58.40 05:06:55 04:53:01 3 18.23 0.00 8.57 14.58 0.03 58.59 05:06:55 04:54:01 all 0.07 0.00 0.08 0.01 0.00 99.84 05:06:55 04:54:01 0 0.08 0.00 0.08 0.00 0.02 99.82 05:06:55 04:54:01 1 0.07 0.00 0.08 0.00 0.00 99.85 05:06:55 04:54:01 2 0.07 0.00 0.08 0.02 0.00 99.83 05:06:55 04:54:01 3 0.07 0.00 0.07 0.02 0.00 99.85 05:06:55 04:55:01 all 0.03 0.00 0.03 0.09 0.00 99.85 05:06:55 04:55:01 0 0.02 0.00 0.03 0.32 0.00 99.63 05:06:55 04:55:01 1 0.05 0.00 0.03 0.03 0.00 99.88 05:06:55 04:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:06:55 04:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:06:55 05:06:55 04:55:01 CPU %user %nice %system %iowait %steal %idle 05:06:55 04:56:01 all 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 04:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 04:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 04:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:06:55 04:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:06:55 04:57:01 all 0.04 0.00 0.02 0.00 0.00 99.94 05:06:55 04:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 04:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:06:55 04:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:06:55 04:57:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:06:55 04:58:01 all 0.02 0.00 0.03 0.00 0.00 99.94 05:06:55 04:58:01 0 0.02 0.00 0.03 0.02 0.00 99.93 05:06:55 04:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:06:55 04:58:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:06:55 04:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:06:55 04:59:01 all 0.07 0.00 0.08 0.03 0.00 99.83 05:06:55 04:59:01 0 0.03 0.00 0.08 0.00 0.00 99.88 05:06:55 04:59:01 1 0.12 0.00 0.10 0.03 0.00 99.75 05:06:55 04:59:01 2 0.05 0.00 0.07 0.00 0.00 99.88 05:06:55 04:59:01 3 0.07 0.00 0.07 0.07 0.00 99.80 05:06:55 05:00:01 all 0.02 0.00 0.02 0.00 0.00 99.95 05:06:55 05:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 05:06:55 05:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:06:55 05:01:02 all 0.02 0.00 0.03 0.00 0.00 99.94 05:06:55 05:01:02 0 0.00 0.00 0.03 0.00 0.00 99.97 05:06:55 05:01:02 1 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:01:02 2 0.03 0.00 0.05 0.00 0.00 99.92 05:06:55 05:01:02 3 0.05 0.00 0.03 0.00 0.00 99.92 05:06:55 05:02:01 all 0.03 0.00 0.03 0.01 0.00 99.93 05:06:55 05:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:06:55 05:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 05:06:55 05:02:01 2 0.03 0.00 0.05 0.00 0.00 99.92 05:06:55 05:02:01 3 0.03 0.00 0.03 0.03 0.00 99.90 05:06:55 05:03:01 all 0.04 0.00 0.02 0.00 0.00 99.94 05:06:55 05:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:03:01 1 0.03 0.00 0.02 0.02 0.00 99.93 05:06:55 05:03:01 2 0.07 0.00 0.03 0.00 0.00 99.90 05:06:55 05:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:06:55 05:04:01 all 0.05 0.00 0.03 0.00 0.00 99.92 05:06:55 05:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:06:55 05:04:01 1 0.12 0.00 0.03 0.00 0.00 99.85 05:06:55 05:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:06:55 05:05:01 all 0.07 0.00 0.03 0.00 0.00 99.90 05:06:55 05:05:01 0 0.05 0.00 0.05 0.00 0.00 99.90 05:06:55 05:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:06:55 05:05:01 2 0.15 0.00 0.03 0.00 0.00 99.82 05:06:55 05:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:06:55 05:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 05:06:55 05:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:06:55 05:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:06:01 2 0.52 0.00 0.02 0.00 0.00 99.47 05:06:55 05:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:06:55 05:06:55 Average: CPU %user %nice %system %iowait %steal %idle 05:06:55 Average: all 13.46 0.00 6.02 4.73 0.03 75.76 05:06:55 Average: 0 13.79 0.00 6.03 4.63 0.03 75.52 05:06:55 Average: 1 13.33 0.00 6.02 4.90 0.04 75.71 05:06:55 Average: 2 13.35 0.00 6.07 4.67 0.04 75.88 05:06:55 Average: 3 13.39 0.00 5.95 4.71 0.03 75.92 05:06:55 05:06:55 05:06:55