judehung commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e4b36505a1967a6a490424c350129e624223419+73dc428bea26e7bc953b08348183f35641f26ad3 (2e8feb6e81e994603815a13ff1fe5e8cc15558f4) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-27826’ is offline Running on prd-centos7-docker-4c-2g-27828 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) > 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" > git rev-list --no-walk 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:52:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:52:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:52:57 ========================================================= 08:52:57 EdgeX Global Pipelines Version Info 08:52:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:52:59 ------------------- 08:52:59 stable info: 08:52:59 ------------------- 08:52:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:52:59 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 08:52:59 Message: update stable to v1.0.182 08:53:00 ------------------- 08:53:00 experimental info: 08:53:00 ------------------- 08:53:00 Commited By: **** collab-it+edgex@linuxfoundation.org 08:53:00 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 08:53:00 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:53:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:53:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:53:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:53:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:53:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:53:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo 08:53:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e4b36505a1967a6a490424c350129e624223419 [Pipeline] echo 08:53:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e4b365 [Pipeline] echo 08:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:53:03 provisioning config files... 08:53:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7529354715184750109tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:53:03 ---> docker-login.sh 08:53:03 nexus3.edgexfoundry.org:10001 08:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:03 Configure a credential helper to remove this warning. See 08:53:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:03 08:53:03 Login Succeeded 08:53:03 nexus3.edgexfoundry.org:10002 08:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:04 Configure a credential helper to remove this warning. See 08:53:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:04 08:53:04 Login Succeeded 08:53:04 nexus3.edgexfoundry.org:10003 08:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:04 Configure a credential helper to remove this warning. See 08:53:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:04 08:53:04 Login Succeeded 08:53:04 nexus3.edgexfoundry.org:10004 08:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:04 Configure a credential helper to remove this warning. See 08:53:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:04 08:53:04 Login Succeeded 08:53:04 docker.io 08:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:53:05 Configure a credential helper to remove this warning. See 08:53:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:53:05 08:53:05 Login Succeeded 08:53:05 ---> docker-login.sh ends [Pipeline] } 08:53:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:53:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/core-command/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo core-command,cmd/core-command/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/core-data/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo core-data,cmd/core-data/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/core-metadata/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo core-metadata,cmd/core-metadata/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/security-bootstrapper/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/security-proxy-setup/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/support-notifications/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo support-notifications,cmd/support-notifications/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/support-scheduler/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:53:05 + for file in '`ls cmd/**/Dockerfile`' 08:53:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:53:05 ++ cut -d/ -f2 08:53:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:53:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:07 08:53:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:53:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:07 latest: Pulling from edgex-devops/git-semver 08:53:07 31603596830f: Pulling fs layer 08:53:07 2a8b12db71e7: Pulling fs layer 08:53:07 6ca5941a6612: Pulling fs layer 08:53:07 ecc8261a40a4: Pulling fs layer 08:53:07 ecc8261a40a4: Waiting 08:53:07 2a8b12db71e7: Verifying Checksum 08:53:07 2a8b12db71e7: Download complete 08:53:07 31603596830f: Verifying Checksum 08:53:07 31603596830f: Download complete 08:53:07 ecc8261a40a4: Verifying Checksum 08:53:07 ecc8261a40a4: Download complete 08:53:07 6ca5941a6612: Verifying Checksum 08:53:07 6ca5941a6612: Download complete 08:53:08 31603596830f: Pull complete 08:53:08 2a8b12db71e7: Pull complete 08:53:08 6ca5941a6612: Pull complete 08:53:08 ecc8261a40a4: Pull complete 08:53:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:53:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:53:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:53:09 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 08:53:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:53:11 $ docker top d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:11 [ssh-agent] Looking for ssh-agent implementation... 08:53:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:11 $ docker exec d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent 08:53:12 SSH_AUTH_SOCK=/tmp/ssh-hSqFMI9D7bPn/agent.11 08:53:12 SSH_AGENT_PID=16 08:53:12 Running ssh-add (command line suppressed) 08:53:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3879558345421027330.key (/w/workspace/edgex-go/3@tmp/private_key_3879558345421027330.key) 08:53:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:12 + git tag --points-at HEAD [Pipeline] } 08:53:12 $ docker exec --env ******** --env ******** d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent -k 08:53:12 unset SSH_AUTH_SOCK; 08:53:12 unset SSH_AGENT_PID; 08:53:12 echo Agent pid 16 killed; 08:53:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:53:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:53:13 [ssh-agent] Looking for ssh-agent implementation... 08:53:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:53:13 $ docker exec d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent 08:53:13 SSH_AUTH_SOCK=/tmp/ssh-aq9SkdveoFkV/agent.46 08:53:13 SSH_AGENT_PID=51 08:53:13 Running ssh-add (command line suppressed) 08:53:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3290311320038733351.key (/w/workspace/edgex-go/3@tmp/private_key_3290311320038733351.key) 08:53:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:53:13 + git semver init 08:53:13 # -> Open(): unable to determine branch for HEAD 08:53:13 # $GIT_DIR = /w/workspace/edgex-go/3/.git 08:53:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 08:53:13 # $SEMVER_REMOTE_NAME = origin 08:53:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:53:13 # $SEMVER_USER_NAME = edgex-jenkins 08:53:13 # $SEMVER_BRANCH = PR-3202 08:53:13 # $SEMVER_TEMP = /tmp/semver-855382317 08:53:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:53:40 # '/tmp/semver-855382317' -> '/w/workspace/edgex-go/3/.semver' 08:53:40 # -> Force: false 08:53:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 08:53:40 $ docker exec --env ******** --env ******** d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd ssh-agent -k 08:53:40 unset SSH_AUTH_SOCK; 08:53:40 unset SSH_AGENT_PID; 08:53:40 echo Agent pid 51 killed; 08:53:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:53:41 + git semver [Pipeline] } 08:53:41 $ docker stop --time=1 d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd 08:53:43 $ docker rm -f d550ace1fad276f377a53a1a93700fa8ea6a898fc46e46ab74f78bdd7d6330bd [Pipeline] // withDockerContainer [Pipeline] sh 08:53:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:53:44 Stashed 1 file(s) [Pipeline] echo 08:53:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:53:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:53:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:53:45 + sudo service docker restart 08:53:45 + true 08:53:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:53:46 ========================================================= 08:53:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:53:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:53:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:53:49 Sending build context to Docker daemon 328MB 08:53:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:53:49 Step 2/6 : FROM ${BASE} 08:53:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:53:49 188c0c94c7c5: Pulling fs layer 08:53:49 0ef7d3d256c8: Pulling fs layer 08:53:49 de9db76c5a1d: Pulling fs layer 08:53:49 bca2f99d35d6: Pulling fs layer 08:53:49 93359f2a8cfa: Pulling fs layer 08:53:49 7c6f9722023f: Pulling fs layer 08:53:49 a35cf1a2eb13: Pulling fs layer 08:53:49 93359f2a8cfa: Waiting 08:53:49 7c6f9722023f: Waiting 08:53:49 a35cf1a2eb13: Waiting 08:53:49 bca2f99d35d6: Waiting 08:53:49 de9db76c5a1d: Download complete 08:53:49 0ef7d3d256c8: Download complete 08:53:49 93359f2a8cfa: Verifying Checksum 08:53:49 93359f2a8cfa: Download complete 08:53:49 188c0c94c7c5: Verifying Checksum 08:53:49 188c0c94c7c5: Download complete 08:53:49 7c6f9722023f: Verifying Checksum 08:53:49 7c6f9722023f: Download complete 08:53:50 188c0c94c7c5: Pull complete 08:53:50 0ef7d3d256c8: Pull complete 08:53:50 de9db76c5a1d: Pull complete 08:53:51 a35cf1a2eb13: Verifying Checksum 08:53:52 bca2f99d35d6: Verifying Checksum 08:53:52 bca2f99d35d6: Download complete 08:53:57 bca2f99d35d6: Pull complete 08:53:57 93359f2a8cfa: Pull complete 08:53:57 7c6f9722023f: Pull complete 08:53:59 Still waiting to schedule task 08:53:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 08:54:02 a35cf1a2eb13: Pull complete 08:54:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:54:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:54:02 ---> a62c8e92a672 08:54:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:54:02 ---> Running in 787f1c870f43 08:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:54:03 (1/12) Installing libmagic (5.38-r0) 08:54:03 (2/12) Installing file (5.38-r0) 08:54:03 (3/12) Installing libc-dev (0.7.2-r3) 08:54:03 (4/12) Installing g++ (9.3.0-r2) 08:54:07 (5/12) Installing fortify-headers (1.1-r0) 08:54:07 (6/12) Installing patch (2.7.6-r6) 08:54:07 (7/12) Installing build-base (0.5-r2) 08:54:07 (8/12) Installing libsodium (1.0.18-r0) 08:54:07 (9/12) Installing pkgconf (1.7.2-r0) 08:54:07 (10/12) Installing libsodium-dev (1.0.18-r0) 08:54:07 (11/12) Installing libzmq (4.3.3-r0) 08:54:07 (12/12) Installing zeromq-dev (4.3.3-r0) 08:54:07 Executing busybox-1.31.1-r19.trigger 08:54:07 OK: 233 MiB in 51 packages 08:54:10 Removing intermediate container 787f1c870f43 08:54:10 ---> 92d09c83572b 08:54:10 Step 4/6 : WORKDIR /edgex-go 08:54:10 ---> Running in d3c6cf7c4311 08:54:11 Removing intermediate container d3c6cf7c4311 08:54:11 ---> 2ecbc2256542 08:54:11 Step 5/6 : COPY go.mod . 08:54:11 ---> 4d383f127016 08:54:11 Step 6/6 : RUN go mod download 08:54:11 ---> Running in e84c6c71cf85 08:54:33 Removing intermediate container e84c6c71cf85 08:54:33 ---> d7984801fb5a 08:54:33 Successfully built d7984801fb5a 08:54:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:54:33 + docker inspect -f . ci-base-image-x86_64 08:54:33 . [Pipeline] withDockerContainer 08:54:33 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 08:54:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:54:34 $ docker top cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:34 + go version 08:54:34 go version go1.15.5 linux/amd64 [Pipeline] } 08:54:34 $ docker stop --time=1 cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 08:54:36 $ docker rm -f cc7915c9ebedcb25282defdb29feb0c6819288fda5391535f8cab453fff79d70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:54:37 + docker inspect -f . ci-base-image-x86_64 08:54:37 . [Pipeline] withDockerContainer 08:54:37 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 08:54:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:54:37 $ docker top db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 -eo pid,comm [Pipeline] { [Pipeline] echo 08:54:38 ========================================================= 08:54:38 [edgeXBuildGoParallel] Running Tests and Build... 08:54:38 ========================================================= [Pipeline] sh 08:54:38 + make test 08:54:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:54:46 ? github.com/edgexfoundry/edgex-go [no test files] 08:55:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:55:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:55:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:55:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:55:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:55:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:55:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:55:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:55:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.148s coverage: 45.9% of statements 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:55:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.4% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 90.5% of statements 08:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.373s coverage: 92.8% of statements 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:55:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 08:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements 08:55:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements 08:55:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 91.6% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 62.4% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.249s coverage: 68.9% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.6% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 92.9% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:55:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 08:55:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements 08:55:47 GO111MODULE=on go vet ./... 08:55:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27829 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 08:55:52 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:55:58 using credential edgex-jenkins-ssh 08:55:58 Cloning the remote Git repository 08:55:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:55:58 > git init /w/workspace/edgex-go/3 # timeout=10 08:55:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:55:58 > git --version # timeout=10 08:55:58 > git --version # 'git version 2.17.1' 08:55:58 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:56:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:56:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:56:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:56:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:56:14 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 08:56:14 gofmt -l . 08:56:14 [ "`gofmt -l .`" = "" ] 08:56:14 ./bin/test-go-mod-tidy.sh 08:56:14 ./bin/test-attribution-txt.sh [Pipeline] sh 08:56:14 + ls -al . 08:56:14 total 712 08:56:14 drwxrwxr-x 10 1001 1001 4096 Feb 26 08:56 . 08:56:14 drwxr-xr-x 4 root root 28 Feb 26 08:54 .. 08:56:14 -rw-rw-r-- 1 1001 1001 11 Feb 26 08:52 .dockerignore 08:56:14 drwxrwxr-x 8 1001 1001 179 Feb 26 08:52 .git 08:56:14 drwxrwxr-x 3 1001 1001 125 Feb 26 08:52 .github 08:56:14 -rw-rw-r-- 1 1001 1001 818 Feb 26 08:52 .gitignore 08:56:14 drwx------ 3 1001 1001 60 Feb 26 08:53 .semver 08:56:14 -rw-rw-r-- 1 1001 1001 166 Feb 26 08:52 .sonarcloud.properties 08:56:14 -rw-rw-r-- 1 1001 1001 8475 Feb 26 08:52 Attribution.txt 08:56:14 -rw-rw-r-- 1 1001 1001 3804 Feb 26 08:52 CONTRIBUTING.md 08:56:14 -rw-rw-r-- 1 1001 1001 931 Feb 26 08:52 Dockerfile.build 08:56:14 -rw-rw-r-- 1 1001 1001 863 Feb 26 08:52 Jenkinsfile 08:56:14 -rw-rw-r-- 1 1001 1001 10775 Feb 26 08:52 LICENSE 08:56:14 -rw-rw-r-- 1 1001 1001 5774 Feb 26 08:52 Makefile 08:56:14 -rw-rw-r-- 1 1001 1001 6524 Feb 26 08:52 README.md 08:56:14 -rw-rw-r-- 1 1001 1001 6755 Feb 26 08:52 SECURITY.md 08:56:14 -rw-rw-r-- 1 1001 1001 5 Feb 26 08:53 VERSION 08:56:14 -rw-rw-r-- 1 1001 1001 4131 Feb 26 08:52 ZMQWindows.md 08:56:14 drwxrwxr-x 2 1001 1001 117 Feb 26 08:52 bin 08:56:14 drwxrwxr-x 14 1001 1001 4096 Feb 26 08:52 cmd 08:56:14 -rw-r--r-- 1 root root 599137 Feb 26 08:55 coverage.out 08:56:14 -rw-r--r-- 1 root root 1055 Feb 26 08:56 go.mod 08:56:14 -rw-r--r-- 1 root root 21699 Feb 26 08:56 go.sum 08:56:14 drwxrwxr-x 8 1001 1001 127 Feb 26 08:52 internal 08:56:14 drwxrwxr-x 4 1001 1001 26 Feb 26 08:52 openapi 08:56:14 drwxrwxr-x 4 1001 1001 71 Feb 26 08:52 snap 08:56:14 -rw-rw-r-- 1 1001 1001 168 Feb 26 08:52 version.go [Pipeline] sh 08:56:14 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 08:56:14 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) 08:56:14 + '[' -e coverage.out ] 08:56:14 + chown 1001:1001 coverage.out [Pipeline] stash 08:56:15 Stashed 1 file(s) [Pipeline] sh 08:56:15 + make build 08:56:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:56:14 > git config core.sparsecheckout # timeout=10 08:56:14 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 08:56:14 > git remote # timeout=10 08:56:14 > git config --get remote.origin.url # timeout=10 08:56:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:56:14 > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 08:56:14 > git rev-parse HEAD^{commit} # timeout=10 08:56:14 > git config core.sparsecheckout # timeout=10 08:56:14 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 08:56:19 Commit message: "feat(data): Add CBOR support for V2 API" 08:56:19 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:56:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:56:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:56:21 + true 08:56:21 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:56:23 provisioning config files... 08:56:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1119398314098040101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:56:24 ---> docker-login.sh 08:56:24 nexus3.edgexfoundry.org:10001 08:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:25 Configure a credential helper to remove this warning. See 08:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:25 08:56:25 Login Succeeded 08:56:25 nexus3.edgexfoundry.org:10002 08:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:25 Configure a credential helper to remove this warning. See 08:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:25 08:56:25 Login Succeeded 08:56:25 nexus3.edgexfoundry.org:10003 08:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:26 Configure a credential helper to remove this warning. See 08:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:26 08:56:26 Login Succeeded 08:56:26 nexus3.edgexfoundry.org:10004 08:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:26 Configure a credential helper to remove this warning. See 08:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:26 08:56:26 Login Succeeded 08:56:27 docker.io 08:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:56:27 Configure a credential helper to remove this warning. See 08:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:56:27 08:56:27 Login Succeeded 08:56:27 ---> docker-login.sh ends [Pipeline] } 08:56:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:56:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:56: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 [Pipeline] echo 08:56:28 ========================================================= 08:56:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:56:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:56:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:56:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:56:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:56:31 Sending build context to Docker daemon 166.4MB 08:56:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:56:31 Step 2/6 : FROM ${BASE} 08:56:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:56:31 5f621e34cdf4: Pulling fs layer 08:56:31 a4357932f1b6: Pulling fs layer 08:56:31 18c013af1878: Pulling fs layer 08:56:31 00ac8860ef70: Pulling fs layer 08:56:31 63d7cb157983: Pulling fs layer 08:56:31 b116817d02f9: Pulling fs layer 08:56:31 745a02a5169b: Pulling fs layer 08:56:31 b116817d02f9: Waiting 08:56:31 63d7cb157983: Waiting 08:56:31 745a02a5169b: Waiting 08:56:31 00ac8860ef70: Waiting 08:56:31 18c013af1878: Verifying Checksum 08:56:31 18c013af1878: Download complete 08:56:31 a4357932f1b6: Verifying Checksum 08:56:31 a4357932f1b6: Download complete 08:56:31 63d7cb157983: Verifying Checksum 08:56:31 63d7cb157983: Download complete 08:56:31 b116817d02f9: Verifying Checksum 08:56:31 b116817d02f9: Download complete 08:56:31 5f621e34cdf4: Verifying Checksum 08:56:31 5f621e34cdf4: Download complete 08:56:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:56:31 5f621e34cdf4: Pull complete 08:56:32 a4357932f1b6: Pull complete 08:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:56:32 18c013af1878: Pull complete 08:56:33 745a02a5169b: Verifying Checksum 08:56:33 745a02a5169b: Download complete 08:56:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:56:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:56:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:56:35 00ac8860ef70: Verifying Checksum 08:56:35 00ac8860ef70: Download complete 08:56:36 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] } 08:56:38 $ docker stop --time=1 db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 08:56:39 $ docker rm -f db983fac0e0ef1a82a8fa6d3c75114e3efdb2ed6bbe3eb4b9888d04fd57c8582 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:56:43 08:56:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:56:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:56:43 latest: Pulling from edgex-devops/edgex-compose 08:56:43 cbdbe7a5bc2a: Pulling fs layer 08:56:43 ca9280d653b3: Pulling fs layer 08:56:43 7e9c9ca2126c: Pulling fs layer 08:56:44 cbdbe7a5bc2a: Download complete 08:56:44 ca9280d653b3: Verifying Checksum 08:56:44 cbdbe7a5bc2a: Pull complete 08:56:45 ca9280d653b3: Pull complete 08:56:45 7e9c9ca2126c: Verifying Checksum 08:56:45 7e9c9ca2126c: Download complete 08:56:45 00ac8860ef70: Pull complete 08:56:45 63d7cb157983: Pull complete 08:56:46 b116817d02f9: Pull complete 08:56:49 745a02a5169b: Pull complete 08:56:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:56:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:56:49 ---> b7e6874047d6 08:56:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:56:50 7e9c9ca2126c: Pull complete 08:56:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:56:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:56:50 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 08:56:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:56:53 ---> Running in 11f634916318 08:56:53 $ docker top 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:54 + docker-compose build --help 08:56:54 + grep parallel 08:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:56:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:56:55 --parallel Build images in parallel. [Pipeline] } 08:56:55 $ docker stop --time=1 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d 08:56:55 (1/12) Installing libmagic (5.38-r0) 08:56:55 (2/12) Installing file (5.38-r0) 08:56:55 (3/12) Installing libc-dev (0.7.2-r3) 08:56:56 (4/12) Installing g++ (9.3.0-r2) 08:56:56 $ docker rm -f 6d0061f906ad67a2f7c8e0247793aad7e235e27f56269b3cd293e80d063d262d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:56:57 . [Pipeline] withDockerContainer 08:56:57 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 08:56:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:56:57 $ docker top 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:58 + docker-compose -f ./docker-compose-build.yml build --parallel 08:56:59 Building docker-core-command-go ... 08:56:59 Building docker-core-data-go ... 08:56:59 Building docker-core-metadata-go ... 08:56:59 Building docker-security-bootstrapper-go ... 08:56:59 Building docker-security-proxy-setup-go ... 08:56:59 Building docker-security-secretstore-setup-go ... 08:56:59 Building docker-support-notifications-go ... 08:56:59 Building docker-support-scheduler-go ... 08:56:59 Building docker-sys-mgmt-agent-go ... 08:56:59 Building docker-sys-mgmt-agent-go 08:56:59 Building docker-core-metadata-go 08:56:59 Building docker-security-proxy-setup-go 08:56:59 Building docker-support-scheduler-go 08:56:59 Building docker-security-bootstrapper-go 08:56:59 (5/12) Installing fortify-headers (1.1-r0) 08:56:59 (6/12) Installing patch (2.7.6-r6) 08:56:59 (7/12) Installing build-base (0.5-r2) 08:56:59 (8/12) Installing libsodium (1.0.18-r0) 08:56:59 (9/12) Installing pkgconf (1.7.2-r0) 08:56:59 (10/12) Installing libsodium-dev (1.0.18-r0) 08:56:59 (11/12) Installing libzmq (4.3.3-r0) 08:57:00 (12/12) Installing zeromq-dev (4.3.3-r0) 08:57:00 Executing busybox-1.31.1-r19.trigger 08:57:00 OK: 217 MiB in 51 packages 08:57:04 Removing intermediate container 11f634916318 08:57:04 ---> 8b0b8d1251f1 08:57:04 Step 4/6 : WORKDIR /edgex-go 08:57:04 ---> Running in f2a58a6e8da4 08:57:04 Removing intermediate container f2a58a6e8da4 08:57:04 ---> c1f61ab9accf 08:57:04 Step 5/6 : COPY go.mod . 08:57:05 ---> 88ef9359a6a7 08:57:05 Step 6/6 : RUN go mod download 08:57:05 ---> Running in ab5e67cfff3c 08:57:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:57:25 ---> d7984801fb5a 08:57:25 Step 3/26 : WORKDIR /edgex-go 08:57:26 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:26 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:57:26 ---> d7984801fb5a 08:57:26 Step 3/30 : WORKDIR /edgex-go 08:57:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:57:26 ---> d7984801fb5a 08:57:26 Step 3/23 : WORKDIR /edgex-go 08:57:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:57:26 ---> d7984801fb5a 08:57:26 Step 3/22 : WORKDIR /edgex-go 08:57:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:57:26 ---> d7984801fb5a 08:57:26 Step 3/21 : WORKDIR /edgex-go 08:57:27 ---> Running in 7fcaa2370df9 08:57:27 ---> Running in 485979b85013 08:57:27 ---> Running in 70e0d0cce969 08:57:27 ---> Running in cebaa9ecf314 08:57:27 ---> Running in 1bcd21159b4c 08:57:27 Removing intermediate container 1bcd21159b4c 08:57:27 ---> 819147e1b032 08:57:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:27 Removing intermediate container 70e0d0cce969 08:57:27 ---> 941b2d47e430 08:57:27 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:27 Removing intermediate container cebaa9ecf314 08:57:27 ---> 1fb900d69fae 08:57:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:27 Removing intermediate container 7fcaa2370df9 08:57:27 ---> 6728780b7eae 08:57:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:27 Removing intermediate container 485979b85013 08:57:27 ---> 8694f6192ed1 08:57:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:27 ---> Running in 6d8c58149ffc 08:57:27 ---> Running in de17ebc87561 08:57:27 ---> Running in 6edd2f12768f 08:57:27 ---> Running in ebc78cfd5620 08:57:27 ---> Running in 73f4aa378312 08:57:29 Removing intermediate container 6d8c58149ffc 08:57:29 ---> 3138ccdf6daf 08:57:29 Step 5/26 : RUN apk add --update --no-cache make bash git 08:57:29 ---> Running in 0512bca711c1 08:57:30 Removing intermediate container 6edd2f12768f 08:57:30 ---> b877d0f3b5fe 08:57:30 Step 5/30 : RUN apk add --update --no-cache make git 08:57:30 Removing intermediate container de17ebc87561 08:57:30 ---> a22e22d07c99 08:57:30 Step 5/22 : RUN apk add --update --no-cache make git 08:57:30 Removing intermediate container ebc78cfd5620 08:57:30 ---> 981aee25c17b 08:57:30 Step 5/21 : RUN apk add --update --no-cache make git 08:57:30 ---> Running in d79e92da9423 08:57:30 ---> Running in 0f9fda83cb15 08:57:30 Removing intermediate container 73f4aa378312 08:57:30 ---> a6a8c2d9f95d 08:57:30 Step 5/23 : RUN apk add --update --no-cache make git 08:57:30 ---> Running in 834fe9395711 08:57:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:30 ---> Running in b343a68508e1 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:31 OK: 233 MiB in 51 packages 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:31 Removing intermediate container 0512bca711c1 08:57:31 ---> 6a80f0452c0b 08:57:31 Step 6/26 : COPY go.mod . 08:57:32 OK: 233 MiB in 51 packages 08:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:32 ---> 9621ad729865 08:57:32 Step 7/26 : RUN go mod download 08:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:32 OK: 233 MiB in 51 packages 08:57:32 OK: 233 MiB in 51 packages 08:57:33 OK: 233 MiB in 51 packages 08:57:33 ---> Running in b1880c797551 08:57:33 Removing intermediate container d79e92da9423 08:57:33 ---> f9950707e7ef 08:57:33 Step 6/30 : COPY go.mod . 08:57:33 Removing intermediate container 0f9fda83cb15 08:57:33 ---> 9639c04d74a5 08:57:33 Step 6/22 : COPY go.mod . 08:57:33 ---> ccdaa8ca7949 08:57:33 Step 7/30 : RUN go mod download 08:57:34 Removing intermediate container b343a68508e1 08:57:34 ---> 4726c03ad4d8 08:57:34 Step 6/23 : COPY go.mod . 08:57:34 ---> Running in 22672e861509 08:57:34 Removing intermediate container 834fe9395711 08:57:34 ---> 6a20de90f28c 08:57:34 Step 6/21 : COPY go.mod . 08:57:34 ---> 9c79af751c17 08:57:34 Step 7/22 : RUN go mod download 08:57:34 ---> 16df8fb84bc6 08:57:34 Step 7/23 : RUN go mod download 08:57:34 ---> Running in d1fff1f27b76 08:57:34 ---> 9965dde72958 08:57:34 Step 7/21 : RUN go mod download 08:57:34 ---> Running in aa3193e60538 08:57:34 ---> Running in 6a4d0aa9d8e5 08:57:35 Removing intermediate container b1880c797551 08:57:35 ---> 501f55eda06d 08:57:35 Step 8/26 : COPY . . 08:57:36 Removing intermediate container 22672e861509 08:57:36 ---> aed7b7b550ca 08:57:36 Step 8/30 : COPY . . 08:57:37 Removing intermediate container ab5e67cfff3c 08:57:37 ---> 75a061b753f0 08:57:37 Successfully built 75a061b753f0 08:57:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:57:38 + docker inspect -f . ci-base-image-arm64 08:57:38 . [Pipeline] withDockerContainer 08:57:38 prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container 08:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:57:40 $ docker top cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:41 + go version 08:57:41 go version go1.15.5 linux/arm64 [Pipeline] } 08:57:41 $ docker stop --time=1 cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d 08:57:43 $ docker rm -f cdedef3fa3c1a55883b424dd7b74122cbb0da8f1feba711cb9a21ad6c632c23d 08:57:43 Removing intermediate container d1fff1f27b76 08:57:43 ---> 34293847ecea 08:57:43 Step 8/22 : COPY . . 08:57:43 Removing intermediate container aa3193e60538 08:57:43 ---> bd928892d298 08:57:43 Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:57:44 + docker inspect -f . ci-base-image-arm64 08:57:44 . [Pipeline] withDockerContainer 08:57:44 prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container 08:57:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:57:46 $ docker top dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 -eo pid,comm [Pipeline] { [Pipeline] echo 08:57:46 ========================================================= 08:57:46 [edgeXBuildGoParallel] Running Tests and Build... 08:57:46 ========================================================= [Pipeline] sh 08:57:47 + make test 08:57:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:57:50 Removing intermediate container 6a4d0aa9d8e5 08:57:50 ---> 816ed90bb1da 08:57:50 Step 8/21 : COPY . . 08:58:09 ? github.com/edgexfoundry/edgex-go [no test files] 08:58:16 ---> a7264e8c5b73 08:58:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:58:16 ---> 3a90fe8b9385 08:58:16 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:58:17 ---> Running in 1d3226f50f22 08:58:17 ---> Running in c0661f83505a 08:58:19 ---> 1528c5ad8ad2 08:58:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:58:20 ---> Running in 27c6b29d65be 08:58:20 ---> af2a34c8e74b 08:58:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:58:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:58:21 ---> e9cbaa4d9115 08:58:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:58:21 ---> Running in 242b263fb182 08:58:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:58:21 ---> Running in 0a4e584780bb 08:58:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:58:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:58:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:58:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:58:52 Removing intermediate container 1d3226f50f22 08:58:52 ---> ff83169a653d 08:58:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:58:53 ---> Running in b7cb1ec97efe 08:58:53 Removing intermediate container c0661f83505a 08:58:53 ---> 7483896367e5 08:58:53 08:58:53 Step 10/30 : FROM alpine:3.12 08:58:53 3.12: Pulling from library/alpine 08:58:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:58:56 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 08:58:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:58:57 Status: Downloaded newer image for alpine:3.12 08:58:57 ---> 88dd2752d2ea 08:58:57 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:58:57 Removing intermediate container 0a4e584780bb 08:58:57 ---> 4e2ec3634813 08:58:57 08:58:57 Step 10/21 : FROM alpine:3.12 08:58:57 ---> 88dd2752d2ea 08:58:57 Step 11/21 : RUN apk add --update --no-cache curl 08:58:57 Removing intermediate container 27c6b29d65be 08:58:57 ---> 5fbe174f4474 08:58:57 08:58:57 Step 10/22 : FROM alpine:3.12 08:58:57 ---> 88dd2752d2ea 08:58:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:58:57 ---> Running in b891c004987a 08:58:58 ---> Running in 5d5a54d15a1f 08:58:58 ---> Running in b0e74e2e5a41 08:58:58 Removing intermediate container b891c004987a 08:58:58 ---> 8b8c1a8c459d 08:58:58 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:58:58 Removing intermediate container b7cb1ec97efe 08:58:58 ---> 981c17c00294 08:58:58 08:58:58 Step 11/26 : FROM docker:20.10.0 08:58:59 20.10.0: Pulling from library/docker 08:58:59 ---> Running in bc3dc25292f4 08:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:02 (1/1) Installing dumb-init (1.2.2-r1) 08:59:02 Executing busybox-1.31.1-r19.trigger 08:59:02 OK: 6 MiB in 15 packages 08:59:02 Removing intermediate container 242b263fb182 08:59:02 ---> f5c5358fef2b 08:59:02 08:59:02 Step 10/23 : FROM alpine:3.12 08:59:02 ---> 88dd2752d2ea 08:59:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:02 ---> Running in b0cf1b09d4bd 08:59:02 (1/4) Installing ca-certificates (20191127-r4) 08:59:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:59:02 (3/4) Installing libcurl (7.69.1-r3) 08:59:03 (4/4) Installing curl (7.69.1-r3) 08:59:03 Executing busybox-1.31.1-r19.trigger 08:59:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:03 (1/2) Installing dumb-init (1.2.2-r1) 08:59:03 (2/2) Installing su-exec (0.2-r1) 08:59:03 Executing busybox-1.31.1-r19.trigger 08:59:03 OK: 6 MiB in 16 packages 08:59:03 Executing ca-certificates-20191127-r4.trigger 08:59:03 OK: 7 MiB in 18 packages 08:59:04 Removing intermediate container 5d5a54d15a1f 08:59:04 ---> 653db92ced0a 08:59:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:59:04 ---> Running in 60e2864f52d6 08:59:05 Removing intermediate container bc3dc25292f4 08:59:05 ---> 322e452c0000 08:59:05 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:59:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:05 (1/1) Installing dumb-init (1.2.2-r1) 08:59:05 Executing busybox-1.31.1-r19.trigger 08:59:05 OK: 6 MiB in 15 packages 08:59:05 Removing intermediate container 60e2864f52d6 08:59:05 ---> 90d0006bfeb0 08:59:05 Step 13/22 : ENV APP_PORT=48085 08:59:05 ---> Running in 5eb96853f7bb 08:59:06 ---> Running in f101f1c96968 08:59:06 Removing intermediate container b0e74e2e5a41 08:59:06 ---> 90f00f725300 08:59:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:59:06 ---> Running in 5d7c1ff59b1e 08:59:06 Removing intermediate container 5eb96853f7bb 08:59:06 ---> e72258aa46d3 08:59:06 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:59:06 Removing intermediate container f101f1c96968 08:59:06 ---> 40f36714272a 08:59:06 Step 14/22 : EXPOSE $APP_PORT 08:59:06 ---> Running in 33e223d139c3 08:59:06 Removing intermediate container b0cf1b09d4bd 08:59:06 ---> ed8eba082d04 08:59:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:59:06 ---> Running in e23091f619be 08:59:06 Removing intermediate container 5d7c1ff59b1e 08:59:06 ---> 89e9f55de1d6 08:59:06 Step 13/21 : WORKDIR /edgex 08:59:06 ---> Running in 5338c8d1ae94 08:59:07 ---> Running in d42d693c9dae 08:59:07 Removing intermediate container 33e223d139c3 08:59:07 ---> 0551ada523f3 08:59:07 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:59:07 Removing intermediate container e23091f619be 08:59:07 ---> 158a7690031b 08:59:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:59:07 ---> Running in 456ca57b272d 08:59:07 Removing intermediate container 5338c8d1ae94 08:59:07 ---> d6e91a39b1ec 08:59:07 Step 13/23 : ENV APP_PORT=48081 08:59:07 Removing intermediate container d42d693c9dae 08:59:07 ---> f1ca0b794fbf 08:59:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:59:07 ---> Running in 4f7c8690119f 08:59:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:59:07 ---> 7f5f3d35bf0c 08:59:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:59:07 Status: Downloaded newer image for docker:20.10.0 08:59:07 ---> aefe523efa57 08:59:07 Step 12/26 : RUN apk add --no-cache bash 08:59:07 ---> e016c3d782dc 08:59:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:59:07 ---> Running in d4b4307dbc54 08:59:07 Removing intermediate container 4f7c8690119f 08:59:07 ---> a1031fefd10f 08:59:07 Step 14/23 : EXPOSE $APP_PORT 08:59:08 ---> Running in 6dd007bfca5e 08:59:08 ---> 5f49fd451a48 08:59:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:59:08 ---> c3898fe5156a 08:59:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:59:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:08 Removing intermediate container 6dd007bfca5e 08:59:08 ---> a734dab84b54 08:59:08 Step 15/23 : WORKDIR / 08:59:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:08 ---> Running in 6a14bc338f95 08:59:08 (1/2) Installing readline (8.0.4-r0) 08:59:08 (2/2) Installing bash (5.0.17-r0) 08:59:08 Executing bash-5.0.17-r0.post-install 08:59:08 Executing busybox-1.31.1-r19.trigger 08:59:08 OK: 12 MiB in 22 packages 08:59:08 Removing intermediate container 456ca57b272d 08:59:08 ---> 5bb1d920bb6b 08:59:08 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:59:08 ---> 811e3a93d972 08:59:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:59:09 ---> be08475ff1c1 08:59:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:59:09 ---> Running in 539a61978cb0 08:59:09 ---> Running in 2f2f8f677de0 08:59:09 Removing intermediate container 6a14bc338f95 08:59:09 ---> 7efa6d83273e 08:59:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:59:09 ---> Running in c796816c9981 08:59:09 Removing intermediate container 539a61978cb0 08:59:09 ---> 69ed0742041c 08:59:09 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:59:09 Removing intermediate container 2f2f8f677de0 08:59:09 ---> 3fa248791521 08:59:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:59:09 Removing intermediate container d4b4307dbc54 08:59:09 ---> 5ca7f3456597 08:59:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:59:09 ---> 14ea158d2651 08:59:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:59:09 Removing intermediate container c796816c9981 08:59:09 ---> a6ac6e76ed01 08:59:09 Step 18/21 : CMD ["--init=true"] 08:59:09 ---> Running in 132acc145ee9 08:59:09 ---> Running in e5a7bd57f712 08:59:10 ---> Running in 403601d71536 08:59:10 ---> 9bc00047ee5c 08:59:10 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:59:10 Removing intermediate container e5a7bd57f712 08:59:10 ---> 185603695669 08:59:10 Step 14/26 : ENV APP_PORT=48090 08:59:10 Removing intermediate container 132acc145ee9 08:59:10 ---> 5c7d09335042 08:59:10 Step 20/22 : LABEL arch=x86_64 08:59:10 ---> Running in 66f1b999ae5e 08:59:10 ---> 95c8d658c70b 08:59:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:59:10 Removing intermediate container 403601d71536 08:59:10 ---> fcd3ce6dd8ef 08:59:10 Step 19/21 : LABEL arch=x86_64 08:59:10 ---> Running in 34127c04010d 08:59:10 ---> Running in f44ed7e0b91e 08:59:11 ---> Running in 99d24e996f5f 08:59:11 ---> 6fb2d7be1010 08:59:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:59:11 Removing intermediate container 34127c04010d 08:59:11 ---> 4e16201e9e93 08:59:11 Step 15/26 : EXPOSE $APP_PORT 08:59:11 Removing intermediate container f44ed7e0b91e 08:59:11 ---> 5b8364fc8c99 08:59:11 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:59:11 ---> Running in 43c98ab07165 08:59:11 Removing intermediate container 99d24e996f5f 08:59:11 ---> 489016a5643a 08:59:11 Step 20/21 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:59:11 ---> Running in 6b9e29d40c22 08:59:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:59:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:59:11 ---> Running in 3a50aa525e9d 08:59:11 ---> Running in 9562b419b661 08:59:12 Removing intermediate container 43c98ab07165 08:59:12 ---> 5deded8c4cca 08:59:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:59:12 Removing intermediate container 6b9e29d40c22 08:59:12 ---> 7e4ab8b58e6c 08:59:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:59:12 Removing intermediate container 3a50aa525e9d 08:59:12 ---> 0a5da6f537bf 08:59:12 Step 22/22 : LABEL version=0.0.0 08:59:12 ---> Running in 5b077ee330a3 08:59:12 Removing intermediate container 9562b419b661 08:59:12 ---> 1c3869dd8930 08:59:12 Step 21/21 : LABEL version=0.0.0 08:59:12 ---> Running in 3c14a7dd09c2 08:59:12 ---> Running in 08e188d37db9 08:59:12 Removing intermediate container 66f1b999ae5e 08:59:12 ---> f742d1425751 08:59:12 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:59:12 Removing intermediate container 5b077ee330a3 08:59:12 ---> db0c0f3c633d 08:59:12 Step 21/23 : LABEL arch=x86_64 08:59:12 ---> Running in 7d90c3f9a5ae 08:59:12 ---> 40c7f1bd575b 08:59:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:59:13 Removing intermediate container 3c14a7dd09c2 08:59:13 ---> a1c6f9c97cd6 08:59:13 08:59:13 Removing intermediate container 08e188d37db9 08:59:13 ---> 50510d65fd3b 08:59:13 08:59:13 ---> 88364d6d3ac7 08:59:13 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:59:13 Removing intermediate container 7d90c3f9a5ae 08:59:13 ---> c32f2ac9e43b 08:59:13 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:59:13 ---> 7134650be94e 08:59:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:59:13 Successfully built 50510d65fd3b 08:59:13 Successfully built a1c6f9c97cd6 08:59:13 ---> Running in f6a0d22626e5 08:59:13 Successfully tagged docker-security-proxy-setup-go:latest 08:59:13 Successfully tagged docker-support-scheduler-go:latest 08:59:13 Building docker-core-data-go 08:59:13 Building docker-core-command-go 08:59:13  Building docker-support-scheduler-go ... done  Building docker-security-proxy-setup-go ... done Removing intermediate container f6a0d22626e5 08:59:13 ---> 76ff7ffcaa0e 08:59:13 Step 23/23 : LABEL version=0.0.0 08:59:13 ---> e3c92e1a45db 08:59:13 Step 19/26 : RUN apk --no-cache add py3-pip 08:59:13 ---> db7067e8d48f 08:59:13 ---> Running in 25b659baa49e 08:59:13 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:59:13 ---> Running in c0e91bbdde2a 08:59:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:59:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:59:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:59:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:59:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:59:16 Removing intermediate container 25b659baa49e 08:59:16 ---> 45f55ac20c3a 08:59:16 08:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:16 ---> 1f5950555874 08:59:16 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:59:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:59:21 Successfully built 45f55ac20c3a 08:59:21 Successfully tagged docker-core-metadata-go:latest 08:59:21 Building docker-security-secretstore-setup-go 08:59:21  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) 08:59:21 (2/33) Installing expat (2.2.9-r1) 08:59:21 (3/33) Installing libffi (3.3-r2) 08:59:21 (4/33) Installing gdbm (1.13-r1) 08:59:21 (5/33) Installing xz-libs (5.2.5-r0) 08:59:21 (6/33) Installing sqlite-libs (3.32.1-r0) 08:59:21 (7/33) Installing python3 (3.8.5-r1) 08:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:59:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:59:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:59:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 08:59:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:59:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:59:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:59:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:59:32 ---> d7984801fb5a 08:59:32 Step 3/23 : WORKDIR /edgex-go 08:59:32 ---> d7984801fb5a 08:59:32 Step 3/23 : WORKDIR /edgex-go 08:59:32 ---> Using cache 08:59:32 ---> 8694f6192ed1 08:59:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:32 ---> Using cache 08:59:32 ---> 8694f6192ed1 08:59:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:32 ---> Using cache 08:59:32 ---> a6a8c2d9f95d 08:59:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Using cache 08:59:32 08:59:32 ---> a6a8c2d9f95d 08:59:32 Step 5/23 : RUN apk add --update --no-cache make git 08:59:32 ---> Using cache 08:59:32 ---> 4726c03ad4d8 08:59:32 Step 6/23 : COPY go.mod . 08:59:32 ---> Using cache 08:59:32 ---> 16df8fb84bc6 08:59:32 Step 7/23 : RUN go mod download 08:59:32 ---> Using cache 08:59:32 ---> bd928892d298 08:59:32 Step 8/23 : COPY . . 08:59:32 ---> Using cache 08:59:32 ---> af2a34c8e74b 08:59:32 Step 9/23 : RUN make cmd/core-command/core-command 08:59:33 ---> 3f7fafa8913a 08:59:33 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:59:33 (8/33) Installing py3-appdirs (1.4.4-r1) 08:59:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:59:33 (10/33) Installing py3-parsing (2.4.7-r0) 08:59:33 (11/33) Installing py3-six (1.15.0-r0) 08:59:34 (12/33) Installing py3-packaging (20.4-r0) 08:59:34 (13/33) Installing py3-setuptools (47.0.0-r0) 08:59:34 (14/33) Installing py3-chardet (3.0.4-r4) 08:59:34 ---> Running in ee1d1b456a27 08:59:34 (15/33) Installing py3-idna (2.9-r0) 08:59:34 ---> Running in 17463dd59eec 08:59:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:59:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:59:35 (18/33) Installing py3-requests (2.23.0-r0) 08:59:35 (19/33) Installing py3-msgpack (1.0.0-r0) 08:59:36 (20/33) Installing py3-lockfile (0.12.2-r3) 08:59:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:59:37 (22/33) Installing py3-colorama (0.4.3-r0) 08:59:37 ---> Running in 5636e99e30e7 08:59:37 (23/33) Installing py3-distlib (0.3.0-r0) 08:59:37 (24/33) Installing py3-distro (1.5.0-r1) 08:59:37 (25/33) Installing py3-webencodings (0.5.1-r3) 08:59:37 (26/33) Installing py3-html5lib (1.0.1-r4) 08:59:37 (27/33) Installing py3-pytoml (0.1.21-r0) 08:59:37 (28/33) Installing py3-pep517 (0.8.2-r0) 08:59:37 (29/33) Installing py3-progress (1.5-r0) 08:59:37 (30/33) Installing py3-toml (0.10.1-r0) 08:59:38 (31/33) Installing py3-retrying (1.3.3-r0) 08:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.1% of statements 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 65.8% of statements 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:59:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:59:38 (33/33) Installing py3-pip (20.1.1-r0) 08:59:38 Removing intermediate container 5636e99e30e7 08:59:38 ---> 5701f7125110 08:59:38 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:59:38 Executing busybox-1.31.1-r19.trigger 08:59:39 OK: 71 MiB in 55 packages 08:59:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:59:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:59:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:59:40 ---> d7984801fb5a 08:59:40 Step 3/24 : WORKDIR /edgex-go 08:59:40 ---> Using cache 08:59:40 ---> 8694f6192ed1 08:59:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:40 ---> Using cache 08:59:40 ---> a6a8c2d9f95d 08:59:40 Step 5/24 : RUN apk add --update --no-cache make git 08:59:40 ---> Using cache 08:59:40 ---> 4726c03ad4d8 08:59:40 Step 6/24 : COPY go.mod . 08:59:40 ---> Using cache 08:59:40 ---> 16df8fb84bc6 08:59:40 Step 7/24 : RUN go mod download 08:59:40 ---> Using cache 08:59:40 ---> bd928892d298 08:59:40 Step 8/24 : COPY . . 08:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:40 ---> Using cache 08:59:40 ---> af2a34c8e74b 08:59:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:59:40 OK: 233 MiB in 51 packages 08:59:40 ---> e244fa73cbb3 08:59:40 Step 25/30 : RUN chmod +x /entrypoint.sh 08:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.752s coverage: 82.4% of statements 08:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 90.5% of statements 08:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:59:41 ---> Running in 9ba1c205b5fe 08:59:41 ---> Running in a56996613c83 08:59:41 Removing intermediate container 17463dd59eec 08:59:41 ---> 63edce46e0db 08:59:41 Step 6/23 : COPY go.mod . 08:59:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:59:43 ---> d37e24b743f9 08:59:43 Step 7/23 : RUN go mod download 08:59:44 ---> Running in 995bd23a366a 08:59:46 Removing intermediate container a56996613c83 08:59:46 ---> 99e9fdc179e2 08:59:46 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:59:48 ---> Running in 752d478e4977 08:59:48 Removing intermediate container 752d478e4977 08:59:48 ---> b47aaebb510b 08:59:48 Step 27/30 : CMD ["gate"] 08:59:48 Removing intermediate container 995bd23a366a 08:59:48 ---> 26f851ea7fbe 08:59:48 Step 8/23 : COPY . . 08:59:48 ---> Running in a7db9e65214a 08:59:49 Removing intermediate container a7db9e65214a 08:59:49 ---> 8cc966e34ec3 08:59:49 Step 28/30 : LABEL arch=x86_64 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:59:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:59:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:59:53 ---> Running in 2e3328aff86d 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.342s coverage: 92.8% of statements 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 08:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 09:00:00 Removing intermediate container 2e3328aff86d 09:00:00 ---> 359998d60922 09:00:00 Step 29/30 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:00:00 Removing intermediate container c0e91bbdde2a 09:00:00 ---> 4a09b9a0ef43 09:00:00 Step 20/26 : RUN pip install docker-compose==1.23.2 09:00:03 ---> Running in fc7da7f56303 09:00:04 ---> Running in 0f0168b5daf8 09:00:04 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 09:00:04 Removing intermediate container fc7da7f56303 09:00:04 ---> 0cf3a0f6b2a4 09:00:04 Step 30/30 : LABEL version=0.0.0 09:00:06 ---> Running in 11e745eb2e44 09:00:08 Removing intermediate container 11e745eb2e44 09:00:08 ---> f47a06025306 09:00:08 09:00:08 Successfully built f47a06025306 09:00:08 Successfully tagged docker-security-bootstrapper-go:latest 09:00:08  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 09:00:10 Collecting docker-compose==1.23.2 09:00:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 09:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 09:00:14 Collecting docker<4.0,>=3.6.0 09:00:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:00:15 Collecting texttable<0.10,>=0.9.0 09:00:15 Downloading texttable-0.9.1.tar.gz (11 kB) 09:00:15 ---> 97fe56da10bb 09:00:15 Step 9/23 : RUN make cmd/core-data/core-data 09:00:16 Removing intermediate container ee1d1b456a27 09:00:16 ---> f93f91991e57 09:00:16 09:00:16 Step 10/23 : FROM alpine:3.12 09:00:16 ---> 88dd2752d2ea 09:00:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:00:16 ---> Using cache 09:00:16 ---> ed8eba082d04 09:00:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:00:16 ---> Using cache 09:00:16 ---> d6e91a39b1ec 09:00:16 Step 13/23 : ENV APP_PORT=48082 09:00:16 ---> Running in f199de97679a 09:00:17 ---> Running in 4125f119a2f5 09:00:17 Collecting jsonschema<3,>=2.5.1 09:00:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:00:18 Collecting dockerpty<0.5,>=0.4.1 09:00:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:00:19 Removing intermediate container 9ba1c205b5fe 09:00:19 ---> 5c96e2c08062 09:00:19 09:00:19 Step 10/24 : FROM alpine:3.12 09:00:19 ---> 88dd2752d2ea 09:00:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:00:19 Removing intermediate container 4125f119a2f5 09:00:19 ---> 4252ba1851c4 09:00:19 Step 14/23 : EXPOSE $APP_PORT 09:00:19 Collecting websocket-client<1.0,>=0.32.0 09:00:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:00:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:00:20 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 09:00:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:00:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:00:21 ---> Running in 9333d7dfaddd 09:00:22 Collecting docopt<0.7,>=0.6.1 09:00:22 Downloading docopt-0.6.2.tar.gz (25 kB) 09:00:22 ---> Running in 382b3c93a5a3 09:00:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:00:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:00:22 ---> d7984801fb5a 09:00:22 Step 3/22 : WORKDIR /edgex-go 09:00:22 ---> Using cache 09:00:22 ---> 8694f6192ed1 09:00:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:00:22 ---> Using cache 09:00:22 ---> a6a8c2d9f95d 09:00:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:00:23 Collecting cached-property<2,>=1.2.0 09:00:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:00:23 ---> Running in b9202cba758c 09:00:24 Collecting PyYAML<4,>=3.10 09:00:24 Downloading PyYAML-3.13.tar.gz (270 kB) 09:00:24 Removing intermediate container 382b3c93a5a3 09:00:24 ---> 29aefc367a7d 09:00:24 Step 15/23 : WORKDIR / 09:00:24 ---> Running in 5091fe1103f2 09:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:00:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:00:24 (1/5) Installing ca-certificates (20191127-r4) 09:00:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:00:24 (3/5) Installing libcurl (7.69.1-r3) 09:00:24 (4/5) Installing curl (7.69.1-r3) 09:00:24 (5/5) Installing dumb-init (1.2.2-r1) 09:00:24 Executing busybox-1.31.1-r19.trigger 09:00:24 Executing ca-certificates-20191127-r4.trigger 09:00:24 Collecting docker-pycreds>=0.4.0 09:00:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:00:24 OK: 7 MiB in 19 packages 09:00:25 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) 09:00:25 Collecting urllib3<1.25,>=1.21.1 09:00:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:00:25 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) 09:00:25 Removing intermediate container 5091fe1103f2 09:00:25 ---> ba513afdb13e 09:00:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:00:25 Collecting idna<2.8,>=2.5 09:00:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:00:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:00:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:00:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:00:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:00:26 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-compose 09:00:26 Attempting uninstall: urllib3 09:00:26 Found existing installation: urllib3 1.25.9 09:00:26 Uninstalling urllib3-1.25.9: 09:00:26 Successfully uninstalled urllib3-1.25.9 09:00:26 ---> 667ce99e03a5 09:00:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:00:26 Attempting uninstall: idna 09:00:26 Found existing installation: idna 2.9 09:00:26 Uninstalling idna-2.9: 09:00:26 OK: 233 MiB in 51 packages 09:00:26 Successfully uninstalled idna-2.9 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.6% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.501s coverage: 62.4% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:00:27 Removing intermediate container 9333d7dfaddd 09:00:27 ---> 3946b79236b1 09:00:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 36.6% of statements 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:00:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:00:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 09:00:27 Attempting uninstall: requests 09:00:27 Found existing installation: requests 2.23.0 09:00:27 Uninstalling requests-2.23.0: 09:00:27 Successfully uninstalled requests-2.23.0 09:00:27 ---> fcecf972175e 09:00:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:00:27 ---> Running in c448329174b0 09:00:28 Removing intermediate container b9202cba758c 09:00:28 ---> 48046134b176 09:00:28 Step 6/22 : COPY go.mod . 09:00:29 Running setup.py install for texttable: started 09:00:29 Removing intermediate container c448329174b0 09:00:29 ---> f01ca4c901bd 09:00:29 Step 13/24 : WORKDIR / 09:00:29 ---> 7e5aa5945007 09:00:29 Step 19/23 : ENTRYPOINT ["/core-command"] 09:00:29 Running setup.py install for texttable: finished with status 'done' 09:00:30 ---> 27bbf668221e 09:00:30 Step 7/22 : RUN go mod download 09:00:30 Running setup.py install for dockerpty: started 09:00:30 ---> Running in f6f57ae4bc17 09:00:30 ---> Running in 1095e32297e7 09:00:30 ---> Running in b3f2e6aa61ad 09:00:30 Running setup.py install for dockerpty: finished with status 'done' 09:00:30 Running setup.py install for docopt: started 09:00:31 Removing intermediate container 1095e32297e7 09:00:31 ---> 0249a303eaea 09:00:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:31 Removing intermediate container f6f57ae4bc17 09:00:31 ---> 3d7d0415bf6f 09:00:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:00:31 ---> Running in f79e5ef71ecf 09:00:31 Running setup.py install for docopt: finished with status 'done' 09:00:31 Running setup.py install for PyYAML: started 09:00:31 Removing intermediate container f79e5ef71ecf 09:00:31 ---> 33dba90de28a 09:00:31 Step 21/23 : LABEL arch=x86_64 09:00:31 ---> Running in dfb0a6f58829 09:00:31 ---> 4ed44ff0d5c4 09:00:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:00:32 Removing intermediate container dfb0a6f58829 09:00:32 ---> 4bf81da0714f 09:00:32 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:00:32 ---> Running in 7518824ad986 09:00:32 Running setup.py install for PyYAML: finished with status 'done' 09:00:32 ---> cb06bf716826 09:00:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:00:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:00:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:00:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:00:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.337s coverage: 89.4% of statements 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:00:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:00:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:00:33 Removing intermediate container 7518824ad986 09:00:33 ---> cd6bf07c4913 09:00:33 Step 23/23 : LABEL version=0.0.0 09:00:34 ---> Running in 95e770f8b1bf 09:00:34 ---> 1fd5a7ff8f7d 09:00:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:00:35 Removing intermediate container 95e770f8b1bf 09:00:35 ---> 334246e03e2b 09:00:35 09:00:35 Removing intermediate container b3f2e6aa61ad 09:00:35 ---> 0700f00ab692 09:00:35 Step 8/22 : COPY . . 09:00:35 Successfully built 334246e03e2b 09:00:35 Successfully tagged docker-core-command-go:latest 09:00:37  Building docker-core-command-go ... done  ---> 542937838180 09:00:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.273s coverage: 29.1% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.193s coverage: 92.9% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements 09:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 09:00:42 GO111MODULE=on go vet ./... 09:00:45 Removing intermediate container 0f0168b5daf8 09:00:45 ---> 8e24b633fd08 09:00:45 Step 21/26 : RUN apk --no-cache add curl 09:00:45 ---> 1ade2acb86d5 09:00:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:00:47 ---> Running in e1f2907ab780 09:00:49 ---> d27754204dcf 09:00:49 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/ 09:00:50 ---> Running in 00dc35d16f15 09:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:00:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:00:51 (2/3) Installing libcurl (7.69.1-r3) 09:00:51 (3/3) Installing curl (7.69.1-r3) 09:00:51 Executing busybox-1.31.1-r19.trigger 09:00:51 OK: 72 MiB in 58 packages 09:00:55 Removing intermediate container 00dc35d16f15 09:00:55 ---> 4c8cd08f7c16 09:00:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:00:57 Removing intermediate container e1f2907ab780 09:00:57 ---> f6e0d474415f 09:00:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:00:57 ---> Running in 3102cc313fc9 09:00:57 ---> Running in ccddcac9e685 09:00:57 Removing intermediate container f199de97679a 09:00:57 ---> 8ddc03a073b4 09:00:57 09:00:57 Step 10/23 : FROM alpine:3.12 09:00:57 ---> 88dd2752d2ea 09:00:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:00:57 ---> b6fcd825426f 09:00:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:00:57 ---> Running in 5996c58eddd7 09:00:57 Removing intermediate container 3102cc313fc9 09:00:57 ---> 08beb8a1023e 09:00:57 Step 22/24 : LABEL arch=x86_64 09:00:57 ---> Running in 9785e6167190 09:00:57 Removing intermediate container ccddcac9e685 09:00:57 ---> 5b44722b3554 09:00:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:57 ---> Running in 19e14f4ed1b3 09:00:57 ---> Running in 115a3d2f13c2 09:00:57 Removing intermediate container 5996c58eddd7 09:00:57 ---> f52695072e1b 09:00:57 Step 12/23 : ENV APP_PORT=48080 09:00:57 Removing intermediate container 19e14f4ed1b3 09:00:57 ---> 0cc5439315ce 09:00:57 Step 23/24 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:00:57 ---> Running in ae1654b25cbb 09:00:57 Removing intermediate container 115a3d2f13c2 09:00:57 ---> 31dba3aca4fa 09:00:57 Step 24/26 : LABEL arch=x86_64 09:00:57 ---> Running in 142225c94423 09:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:00:57 ---> Running in 553605ac02d2 09:00:57 Removing intermediate container ae1654b25cbb 09:00:57 ---> f15b62cab511 09:00:57 Step 13/23 : EXPOSE $APP_PORT 09:00:58 Removing intermediate container 142225c94423 09:00:58 ---> 00be86cf84c9 09:00:58 Step 24/24 : LABEL version=0.0.0 09:00:58 ---> Running in 5b07022f8bf7 09:00:58 ---> Running in 3c711c4f57d0 09:00:58 Removing intermediate container 553605ac02d2 09:00:58 ---> eee9c0c9b40d 09:00:58 Step 25/26 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:00:58 ---> Running in 9d0bac87b3a4 09:00:58 Removing intermediate container 5b07022f8bf7 09:00:58 ---> ce1d300c8b9d 09:00:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:00:58 Removing intermediate container 3c711c4f57d0 09:00:58 ---> c4df126f21b0 09:00:58 09:00:58 ---> Running in 820692ea16c9 09:00:58 Successfully built c4df126f21b0 09:00:58 Removing intermediate container 9d0bac87b3a4 09:00:58 ---> 192d7a316727 09:00:58 Step 26/26 : LABEL version=0.0.0 09:00:59 Successfully tagged docker-security-secretstore-setup-go:latest 09:00:59  Building docker-security-secretstore-setup-go ... done  ---> Running in 567605df3ba9 09:00:59 Removing intermediate container 567605df3ba9 09:00:59 ---> 3e56b85e78f5 09:00:59 09:01:00 Successfully built 3e56b85e78f5 09:01:00 Successfully tagged docker-sys-mgmt-agent-go:latest 09:01:01  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 820692ea16c9 09:01:01 ---> d3e43ae5e51d 09:01:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:01:01 ---> Running in 8e247074e7e4 09:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:01:03 (1/6) Installing dumb-init (1.2.2-r1) 09:01:03 (2/6) Installing libgcc (9.3.0-r2) 09:01:03 (3/6) Installing libsodium (1.0.18-r0) 09:01:03 (4/6) Installing libstdc++ (9.3.0-r2) 09:01:04 (5/6) Installing libzmq (4.3.3-r0) 09:01:04 (6/6) Installing zeromq (4.3.3-r0) 09:01:04 Executing busybox-1.31.1-r19.trigger 09:01:04 OK: 8 MiB in 20 packages 09:01:05 Removing intermediate container 8e247074e7e4 09:01:05 ---> 6b8ede55d9d9 09:01:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:01:06 ---> b441128674d2 09:01:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:01:07 ---> 4eee55849dcf 09:01:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:01:07 ---> 6b5256985717 09:01:07 Step 19/23 : ENTRYPOINT ["/core-data"] 09:01:07 ---> Running in 2f451307861b 09:01:08 Removing intermediate container 2f451307861b 09:01:08 ---> 27c56e79eeb5 09:01:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:01:08 ---> Running in a199b50ebba7 09:01:08 Removing intermediate container a199b50ebba7 09:01:08 ---> d597dc91a188 09:01:08 Step 21/23 : LABEL arch=x86_64 09:01:08 ---> Running in 0ef22fee8390 09:01:08 Removing intermediate container 0ef22fee8390 09:01:08 ---> f504f5e61b59 09:01:08 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:01:08 ---> Running in 0c5cde179e35 09:01:08 Removing intermediate container 0c5cde179e35 09:01:08 ---> 8064688f2163 09:01:08 Step 23/23 : LABEL version=0.0.0 09:01:08 ---> Running in ff086a399c7d 09:01:08 Removing intermediate container ff086a399c7d 09:01:08 ---> fea58610eb3b 09:01:08 09:01:09 Successfully built fea58610eb3b 09:01:09 Successfully tagged docker-core-data-go:latest 09:01:10  Building docker-core-data-go ... done Removing intermediate container 9785e6167190 09:01:10 ---> 4d43e1978300 09:01:10 09:01:10 Step 10/22 : FROM alpine:3.12 09:01:10 ---> 88dd2752d2ea 09:01:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:01:10 ---> Running in fdbf35db5bf0 09:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:01:11 (1/2) Installing ca-certificates (20191127-r4) 09:01:11 (2/2) Installing dumb-init (1.2.2-r1) 09:01:11 Executing busybox-1.31.1-r19.trigger 09:01:11 Executing ca-certificates-20191127-r4.trigger 09:01:11 OK: 6 MiB in 16 packages 09:01:12 Removing intermediate container fdbf35db5bf0 09:01:12 ---> f2ee7715fc3c 09:01:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:01:12 ---> Running in 25640dd79f7a 09:01:12 Removing intermediate container 25640dd79f7a 09:01:12 ---> bca512c7b12a 09:01:12 Step 13/22 : ENV APP_PORT=48060 09:01:12 ---> Running in 5e6586f23fa0 09:01:12 Removing intermediate container 5e6586f23fa0 09:01:12 ---> 0e273ceaa17f 09:01:12 Step 14/22 : EXPOSE $APP_PORT 09:01:12 ---> Running in 698f5d8fc639 09:01:13 Removing intermediate container 698f5d8fc639 09:01:13 ---> 2e06798f1ef4 09:01:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:01:13 ---> aece254fb663 09:01:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:01:14 ---> 011cce41ee51 09:01:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:01:14 ---> 489e100b0d18 09:01:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:01:14 ---> Running in d4357dab9749 09:01:14 Removing intermediate container d4357dab9749 09:01:14 ---> 437182c81a3b 09:01:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:01:14 ---> Running in fcb690c72666 09:01:14 Removing intermediate container fcb690c72666 09:01:14 ---> 1293a38d6ebe 09:01:14 Step 20/22 : LABEL arch=x86_64 09:01:14 ---> Running in f885a640528b 09:01:14 Removing intermediate container f885a640528b 09:01:14 ---> 4d675b2a962d 09:01:14 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:01:14 ---> Running in eef3381a7d2a 09:01:15 Removing intermediate container eef3381a7d2a 09:01:15 ---> 1b5e2d47a209 09:01:15 Step 22/22 : LABEL version=0.0.0 09:01:15 ---> Running in aa0454b1fedf 09:01:15 Removing intermediate container aa0454b1fedf 09:01:15 ---> 2d788cd756a9 09:01:15 09:01:15 Successfully built 2d788cd756a9 09:01:15 Successfully tagged docker-support-notifications-go:latest 09:01:15  Building docker-support-notifications-go ... done  [Pipeline] } 09:01:15 $ docker stop --time=1 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b 09:01:17 $ docker rm -f 46b214fad7afe297a02f2f68d4524169fe7882befadc3cccd95c3e213d03fb8b [Pipeline] // withDockerContainer [Pipeline] sh 09:01:17 + docker images 09:01:17 + grep docker 09:01:18 docker-support-notifications-go latest 2d788cd756a9 3 seconds ago 17.8MB 09:01:18 docker-core-data-go latest fea58610eb3b 10 seconds ago 22.4MB 09:01:18 docker-sys-mgmt-agent-go latest 3e56b85e78f5 19 seconds ago 313MB 09:01:18 docker-security-secretstore-setup-go latest c4df126f21b0 20 seconds ago 24.9MB 09:01:18 docker-core-command-go latest 334246e03e2b 44 seconds ago 17MB 09:01:18 docker-security-bootstrapper-go latest f47a06025306 About a minute ago 18.7MB 09:01:18 docker-core-metadata-go latest 45f55ac20c3a 2 minutes ago 19MB 09:01:18 docker-security-proxy-setup-go latest 50510d65fd3b 2 minutes ago 24.7MB 09:01:18 docker-support-scheduler-go latest a1c6f9c97cd6 2 minutes ago 17.2MB 09:01:18 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:01:34 Still waiting to schedule task 09:01:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:02:04 gofmt -l . 09:02:04 [ "`gofmt -l .`" = "" ] 09:02:04 ./bin/test-go-mod-tidy.sh 09:02:04 ./bin/test-attribution-txt.sh [Pipeline] sh 09:02:05 + ls -al . 09:02:05 total 740 09:02:05 drwxrwxr-x 9 1001 1001 4096 Feb 26 09:02 . 09:02:05 drwxr-xr-x 4 root root 4096 Feb 26 08:57 .. 09:02:05 -rw-rw-r-- 1 1001 1001 11 Feb 26 08:56 .dockerignore 09:02:05 drwxrwxr-x 8 1001 1001 4096 Feb 26 08:56 .git 09:02:05 drwxrwxr-x 3 1001 1001 4096 Feb 26 08:56 .github 09:02:05 -rw-rw-r-- 1 1001 1001 818 Feb 26 08:56 .gitignore 09:02:05 -rw-rw-r-- 1 1001 1001 166 Feb 26 08:56 .sonarcloud.properties 09:02:05 -rw-rw-r-- 1 1001 1001 8475 Feb 26 08:56 Attribution.txt 09:02:05 -rw-rw-r-- 1 1001 1001 3804 Feb 26 08:56 CONTRIBUTING.md 09:02:05 -rw-rw-r-- 1 1001 1001 931 Feb 26 08:56 Dockerfile.build 09:02:05 -rw-rw-r-- 1 1001 1001 863 Feb 26 08:56 Jenkinsfile 09:02:05 -rw-rw-r-- 1 1001 1001 10775 Feb 26 08:56 LICENSE 09:02:05 -rw-rw-r-- 1 1001 1001 5774 Feb 26 08:56 Makefile 09:02:05 -rw-rw-r-- 1 1001 1001 6524 Feb 26 08:56 README.md 09:02:05 -rw-rw-r-- 1 1001 1001 6755 Feb 26 08:56 SECURITY.md 09:02:05 -rw-rw-r-- 1 1001 1001 5 Feb 26 08:53 VERSION 09:02:05 -rw-rw-r-- 1 1001 1001 4131 Feb 26 08:56 ZMQWindows.md 09:02:05 drwxrwxr-x 2 1001 1001 4096 Feb 26 08:56 bin 09:02:05 drwxrwxr-x 14 1001 1001 4096 Feb 26 08:56 cmd 09:02:05 -rw-r--r-- 1 root root 599137 Feb 26 09:00 coverage.out 09:02:05 -rw-r--r-- 1 root root 1055 Feb 26 09:02 go.mod 09:02:05 -rw-r--r-- 1 root root 21699 Feb 26 09:02 go.sum 09:02:05 drwxrwxr-x 8 1001 1001 4096 Feb 26 08:56 internal 09:02:05 drwxrwxr-x 4 1001 1001 4096 Feb 26 08:56 openapi 09:02:05 drwxrwxr-x 4 1001 1001 4096 Feb 26 08:56 snap 09:02:05 -rw-rw-r-- 1 1001 1001 168 Feb 26 08:56 version.go [Pipeline] sh 09:02:05 + '[' -e coverage.out ] 09:02:05 + chown 1001:1001 coverage.out [Pipeline] stash 09:02:05 Warning: overwriting stash ‘coverage-report’ 09:02:06 Stashed 1 file(s) [Pipeline] sh 09:02:07 + make build 09:02:07 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 09:02:17 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 09:02:32 Running on prd-ubuntu18.04-docker-8c-8g-27831 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 09:02:32 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 09:02:36 using credential edgex-jenkins-ssh 09:02:36 Cloning the remote Git repository 09:02:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:02:36 > git init /w/workspace/edgex-go/3 # timeout=10 09:02:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:02:36 > git --version # timeout=10 09:02:36 > git --version # 'git version 2.17.1' 09:02:36 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:02:41 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 09:02:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:02:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:02:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:02:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:02:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:41 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 09:02:41 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 09:02:41 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) 09:02:41 > git config core.sparsecheckout # timeout=10 09:02:41 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 09:02:41 > git remote # timeout=10 09:02:41 > git config --get remote.origin.url # timeout=10 09:02:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:41 > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 09:02:41 > git rev-parse HEAD^{commit} # timeout=10 09:02:41 > git config core.sparsecheckout # timeout=10 09:02:41 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 09:02:45 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:02:46 + echo snap-build.sh 09:02:46 snap-build.sh 09:02:46 + SNAP_BASE_DIR=. 09:02:46 + '[' '!' -z /w/workspace/edgex-go/3 ']' 09:02:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 09:02:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 09:02:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 09:02:46 + cd /w/workspace/edgex-go/3 09:02:46 + sudo apt-get remove -qy --purge lxd lxd-client 09:02:46 Reading package lists... 09:02:46 Building dependency tree... 09:02:46 Reading state information... 09:02:46 The following packages were automatically installed and are no longer required: 09:02:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:02:46 uidmap xdelta3 09:02:46 Use 'sudo apt autoremove' to remove them. 09:02:46 The following packages will be REMOVED: 09:02:46 lxd* lxd-client* 09:02:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:02:47 After this operation, 31.7 MB disk space will be freed. 09:02:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 09:02:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:02:48 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 09:02:49 Removing lxd dnsmasq configuration 09:02:49 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:02:49 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:02:50 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:02:50 (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.) 09:02:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:02:51 Processing triggers for systemd (237-3ubuntu10.42) ... 09:02:51 Processing triggers for ureadahead (0.100.0-21) ... 09:02:52 + sudo snap remove --purge lxd 09:02:52 snap "lxd" is not installed 09:02:52 + sudo groupadd --force --system lxd 09:02:52 ++ whoami 09:02:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:02:52 + newgrp - lxd 09:02:52 + sudo snap install lxd 09:02:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:02:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:03:01 2021-02-26T09:02:58Z INFO Waiting for automatic snapd restart... 09:03:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:03:09 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 09:03:13 lxd 4.11 from Canonical* installed 09:03:13 + sudo lxd init --auto 09:03:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:03:16 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 09:03:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:03:23 + sudo snap install --classic snapcraft [Pipeline] } 09:03:27 $ docker stop --time=1 dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 09:03:28 snapcraft 4.5.1 from Canonical* installed 09:03:28 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:03:28 + patch --verbose -p1 09:03:28 Hmm... Looks like a unified diff to me... 09:03:28 The text leading up to this was: 09:03:28 -------------------------- 09:03:28 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:03:28 |From: Tony Espy 09:03:28 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:03:28 |Subject: [PATCH] optimize snap build for pipeline CI check 09:03:28 | 09:03:28 |This patch is used by the EdgeX CI pipeline builds to 09:03:28 |optimize the snap CI check run for pull requests. When 09:03:28 |applied, it essentially strips out everything (apps and 09:03:28 |parts) from the snapcraft.yaml file except those required 09:03:28 |to build edgex-go, as the whole idea of the CI check is to 09:03:28 |catch changes to edgex-go that break the snap build. 09:03:28 | 09:03:28 |In general, anyone updating snapcraft.yaml will also need 09:03:28 |to update this patch file, otherwise it may fail to apply, 09:03:28 |resulting in a failed snap build CI check in the associated 09:03:28 |pull request. 09:03:28 | 09:03:28 |Note - in addition to applying this patch, the pipeline also 09:03:28 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:03:28 |need to build the finally binary .snap file (and it won't 09:03:28 |work with the patch applied). This further reduces the build 09:03:28 |time. 09:03:28 |--- 09:03:28 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:03:28 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:03:28 | 09:03:28 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:03:28 |index 1e537489..faf42425 100644 09:03:28 |--- a/snap/snapcraft.yaml 09:03:28 |+++ b/snap/snapcraft.yaml 09:03:28 -------------------------- 09:03:28 patching file snap/snapcraft.yaml 09:03:28 Using Plan A... 09:03:28 Hunk #1 succeeded at 73. 09:03:28 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 09:03:28 Hunk #3 succeeded at 217 (offset 3 lines). 09:03:28 Hunk #4 succeeded at 225 (offset 3 lines). 09:03:28 Hunk #5 succeeded at 232 (offset 3 lines). 09:03:28 Hunk #6 succeeded at 259 (offset 3 lines). 09:03:28 Hunk #7 succeeded at 293 (offset 3 lines). 09:03:28 Hunk #8 succeeded at 352 (offset 11 lines). 09:03:28 Hmm... Ignoring the trailing garbage. 09:03:28 done 09:03:28 + sudo snapcraft prime --use-lxd 09:03:29 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:03:29 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: 09:03:29 - README.md 09:03:29 - snapcraft.yaml.orig 09:03:29 09:03:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:03:29 Launching a container. 09:03:30 $ docker rm -f dc384f2d445331a0cae10705740b1015249f1a8c1874dab795c3cbe89ac67503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:03:32 09:03:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:03:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:03:33 latest: Pulling from edgex-devops/edgex-compose-arm64 09:03:33 29e5d40040c1: Pulling fs layer 09:03:33 1ce36da41761: Pulling fs layer 09:03:33 25b303627fd3: Pulling fs layer 09:03:33 29e5d40040c1: Verifying Checksum 09:03:33 29e5d40040c1: Download complete 09:03:34 1ce36da41761: Verifying Checksum 09:03:34 1ce36da41761: Download complete 09:03:34 29e5d40040c1: Pull complete 09:03:36 1ce36da41761: Pull complete 09:03:36 25b303627fd3: Verifying Checksum 09:03:36 25b303627fd3: Download complete 09:03:42 Waiting for container to be ready 09:03:42 To start your first instance, try: lxc launch ubuntu:18.04 09:03:42 09:03:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:03:45 Waiting for network to be ready... 09:03:46 25b303627fd3: Pull complete 09:03:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:03:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:03:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:03:46 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:03:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:03:46 prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container 09:03:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:03:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 09:03:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:03:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:03:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:03:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:03:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:03:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:03:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:03:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:03:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:03:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 09:03:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 09:03:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 09:03:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 09:03:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 09:03:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:03:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:03:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 09:03:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:03:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 09:03:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 09:03:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 09:03:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 09:03:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 09:03:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:03:49 $ docker top f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf -eo pid,comm [Pipeline] { [Pipeline] sh 09:03:50 Fetched 24.0 MB in 4s (5541 kB/s) 09:03:50 + docker-compose build --help 09:03:50 + grep parallel 09:03:50 Reading package lists... 09:03:51 Reading package lists... 09:03:51 Building dependency tree... 09:03:51 Reading state information... 09:03:51 The following additional packages will be installed: 09:03:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:03:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:03:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:03:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:03:51 Suggested packages: 09:03:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:03:51 Recommended packages: 09:03:51 gnupg libsasl2-modules 09:03:51 The following NEW packages will be installed: 09:03:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:03:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:03:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:03:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:03:51 The following packages will be upgraded: 09:03:51 gpg gpg-agent gpgconf libudev1 09:03:51 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:03:51 Need to get 3530 kB of archives. 09:03:51 After this operation, 13.3 MB of additional disk space will be used. 09:03:51 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] 09:03:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:03:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:03:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:03:52 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:03:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:03:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:03:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:03:53 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:03:53 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:03:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:03:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:03:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:03:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:03:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:03:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:03:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:03:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:03:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:03:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:03:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:03:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:03:53 debconf: delaying package configuration, since apt-utils is not installed 09:03:53 Fetched 3530 kB in 2s (1628 kB/s) 09:03:53 (Reading database ... 12511 files and directories currently installed.) 09:03:53 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:03:53 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:03:53 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:03:54 Selecting previously unselected package udev. 09:03:54 (Reading database ... 12511 files and directories currently installed.) 09:03:54 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:03:54 Unpacking udev (237-3ubuntu10.44) ... 09:03:54 Selecting previously unselected package libfuse2:amd64. 09:03:54 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:03:54 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:03:54 Selecting previously unselected package fuse. 09:03:54 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:03:54 Unpacking fuse (2.9.7-1ubuntu1) ... 09:03:54 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:03:54 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:03:54 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:03:54 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:03:54 --parallel Build images in parallel. [Pipeline] } 09:03:54 $ docker stop --time=1 f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf 09:03:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:03:55 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:03:55 Selecting previously unselected package libksba8:amd64. 09:03:55 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:03:55 Unpacking libksba8:amd64 (1.3.5-2) ... 09:03:55 Selecting previously unselected package libroken18-heimdal:amd64. 09:03:55 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:03:55 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:03:55 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:03:55 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libwind0-heimdal:amd64. 09:03:55 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:03:55 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:03:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:55 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:03:55 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:55 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:56 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:03:56 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:03:56 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:56 Selecting previously unselected package libsasl2-modules-db:amd64. 09:03:56 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:03:56 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:03:56 Selecting previously unselected package libsasl2-2:amd64. 09:03:56 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:03:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:03:56 Selecting previously unselected package libldap-common. 09:03:56 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:03:56 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:03:56 Selecting previously unselected package libldap-2.4-2:amd64. 09:03:56 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:03:56 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:03:56 Selecting previously unselected package dirmngr. 09:03:56 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:03:56 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:03:56 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:03:56 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:03:56 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:03:56 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:03:56 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:03:56 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:03:56 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:56 Setting up libksba8:amd64 (1.3.5-2) ... 09:03:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:03:56 Setting up udev (237-3ubuntu10.44) ... 09:03:56 $ docker rm -f f8c9c735712474a1ad51a38eabb9809f5076a435a28c4ab2f04256964c313aaf [Pipeline] // withDockerContainer [Pipeline] writeFile 09:03:57 invoke-rc.d: policy-rc.d denied execution of start. 09:03:57 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Processing triggers for systemd (237-3ubuntu10) ... 09:03:57 Setting up fuse (2.9.7-1ubuntu1) ... 09:03:57 Setting up gpg (2.2.4-1ubuntu1.4) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:03:57 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:03:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:03:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:03:57 . [Pipeline] withDockerContainer 09:03:57 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:03:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:03:58 prd-ubuntu18.04-docker-arm64-4c-16g-27829 does not seem to be running inside a container 09:03:58 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:03:58 settings in the [Install] section, and DefaultInstance for template units). 09:03:58 This means they are not meant to be enabled using systemctl. 09:03:58 Possible reasons for having this kind of units are: 09:03:58 1) A unit may be statically enabled by being symlinked from another unit's 09:03:58 .wants/ or .requires/ directory. 09:03:58 2) A unit's purpose may be to act as a helper for some other unit which has 09:03:58 a requirement dependency on it. 09:03:58 3) A unit may be started when needed via activation (socket, path, timer, 09:03:58 D-Bus, udev, scripted systemctl call, ...). 09:03:58 4) In case of template units, the unit is meant to be enabled with some 09:03:58 instance name specified. 09:03:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:03:58 Reading package lists... 09:03:58 Building dependency tree... 09:03:58 Reading state information... 09:03:58 The following additional packages will be installed: 09:03:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:03:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:03:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:03:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:03:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:03:58 Suggested packages: 09:03:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:03:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:03:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:03:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:03:58 systemd-container policykit-1 09:03:58 Recommended packages: 09:03:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:03:58 The following NEW packages will be installed: 09:03:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:03:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:03:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:03:58 multiarch-support openssh-client python3 python3-minimal python3.6 09:03:58 python3.6-minimal snapd squashfs-tools sudo 09:03:58 The following packages will be upgraded: 09:03:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:03:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:03:58 Need to get 35.2 MB of archives. 09:03:58 After this operation, 141 MB of additional disk space will be used. 09:03:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:03:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:03:59 $ docker top 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:04:00 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:04:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:04:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:04:00 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:04:00 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:04:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:04:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:04:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:04:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:04:00 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:04:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:04:00 + docker-compose -f ./docker-compose-build.yml build --parallel 09:04:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 09:04:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:04:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:04:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:04:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:04:01 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:04:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:04:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:04:01 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:04:01 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:04:01 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:04:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:04:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:04:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:04:02 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:04:02 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:04:04 debconf: delaying package configuration, since apt-utils is not installed 09:04:04 Fetched 35.2 MB in 5s (7242 kB/s) 09:04:04 (Reading database ... 12757 files and directories currently installed.) 09:04:04 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:04:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:04:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:04:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:04:04 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:04:04 (Reading database ... 12757 files and directories currently installed.) 09:04:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:04:05 Building docker-core-command-go ... 09:04:05 Building docker-core-data-go ... 09:04:05 Building docker-core-metadata-go ... 09:04:05 Building docker-security-bootstrapper-go ... 09:04:05 Building docker-security-proxy-setup-go ... 09:04:05 Building docker-security-secretstore-setup-go ... 09:04:05 Building docker-support-notifications-go ... 09:04:05 Building docker-support-scheduler-go ... 09:04:05 Building docker-sys-mgmt-agent-go ... 09:04:05 Building docker-core-data-go 09:04:05 Building docker-security-bootstrapper-go 09:04:05 Building docker-support-scheduler-go 09:04:05 Building docker-core-metadata-go 09:04:05 Building docker-support-notifications-go 09:04:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:04:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:04:05 (Reading database ... 12757 files and directories currently installed.) 09:04:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:04:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:04:05 Setting up apt (1.6.12ubuntu0.2) ... 09:04:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:04:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:04:06 (Reading database ... 12764 files and directories currently installed.) 09:04:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:04:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:04:06 Selecting previously unselected package libpython3.6-minimal:amd64. 09:04:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:04:06 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:04:06 Selecting previously unselected package libexpat1:amd64. 09:04:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:04:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:04:06 Selecting previously unselected package python3.6-minimal. 09:04:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:04:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:04:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 09:04:07 Checking for services that may need to be restarted...done. 09:04:07 Checking for services that may need to be restarted...done. 09:04:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:04:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:04:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:04:07 Selecting previously unselected package python3-minimal. 09:04:07 (Reading database ... 13012 files and directories currently installed.) 09:04:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:04:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:04:07 Selecting previously unselected package mime-support. 09:04:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:04:07 Unpacking mime-support (3.60ubuntu1) ... 09:04:07 Selecting previously unselected package libmpdec2:amd64. 09:04:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:04:07 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:04:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:04:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:04:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:04:08 Selecting previously unselected package python3.6. 09:04:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:04:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:04:08 Selecting previously unselected package libpython3-stdlib:amd64. 09:04:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:04:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:04:08 Setting up python3-minimal (3.6.7-1~18.04) ... 09:04:08 Selecting previously unselected package python3. 09:04:08 (Reading database ... 13442 files and directories currently installed.) 09:04:08 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:04:08 Unpacking python3 (3.6.7-1~18.04) ... 09:04:08 Selecting previously unselected package multiarch-support. 09:04:08 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:04:08 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:04:08 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:04:09 Selecting previously unselected package liblzo2-2:amd64. 09:04:09 (Reading database ... 13479 files and directories currently installed.) 09:04:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:04:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:04:09 Selecting previously unselected package libbsd0:amd64. 09:04:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:04:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:04:09 Selecting previously unselected package sudo. 09:04:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:04:09 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:04:09 Selecting previously unselected package apparmor. 09:04:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:04:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:04:10 Selecting previously unselected package libedit2:amd64. 09:04:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:04:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:04:10 Selecting previously unselected package libkrb5support0:amd64. 09:04:10 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:04:10 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:04:10 Selecting previously unselected package libk5crypto3:amd64. 09:04:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:04:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:04:10 Selecting previously unselected package libkeyutils1:amd64. 09:04:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:04:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:04:11 Selecting previously unselected package libkrb5-3:amd64. 09:04:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:04:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:04:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:04:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:04:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:04:11 Selecting previously unselected package libssl1.0.0:amd64. 09:04:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:04:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:04:11 Selecting previously unselected package openssh-client. 09:04:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:04:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:04:11 Selecting previously unselected package squashfs-tools. 09:04:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:04:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:04:11 Selecting previously unselected package snapd. 09:04:11 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:04:11 Unpacking snapd (2.48.3+18.04) ... 09:04:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:04:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:04:13 Setting up mime-support (3.60ubuntu1) ... 09:04:13 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:04:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:04:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:04:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:04:14 Setting up systemd (237-3ubuntu10.44) ... 09:04:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:04:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:04:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:04:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:04:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:04:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:04:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:04:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:04:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:04:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:04:15 Setting up python3 (3.6.7-1~18.04) ... 09:04:15 running python rtupdate hooks for python3.6... 09:04:15 running python post-rtupdate hooks for python3.6... 09:04:15 Setting up apparmor (2.12-4ubuntu5.1) ... 09:04:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:04:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:04:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:04:17 Setting up snapd (2.48.3+18.04) ... 09:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:04:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:04:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:04:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:04:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:04:19 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:04:19 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 09:04:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:04:19 Processing triggers for systemd (237-3ubuntu10.44) ... 09:04:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:04:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:04:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:04:22 Reading package lists... 09:04:22 Reading package lists... 09:04:22 Building dependency tree... 09:04:22 Reading state information... 09:04:22 Calculating upgrade... 09:04:22 The following packages will be upgraded: 09:04:22 advancecomp base-files bash binutils binutils-common 09:04:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:04:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:04:22 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:04:22 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:04:22 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:04:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:04:22 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:04:22 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:04:22 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:04:22 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:04:22 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:04:22 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:04:22 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:04:22 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:04:22 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:04:22 Need to get 63.8 MB of archives. 09:04:22 After this operation, 5201 kB of additional disk space will be used. 09:04:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 09:04:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:04:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:04:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:04:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:04:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:04:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:04:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:04:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:04:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:04:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:04:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:04:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:04:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:04:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:04:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:04:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:04:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:04:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:04:22 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:04:22 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:04:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:04:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:04:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:04:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:04:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:04:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:04:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:04:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:04:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:04:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:04:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:04:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:04:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:04:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:04:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:04:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:04:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:04:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:04:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 09:04:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:04:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:04:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:04:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:04:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:04:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:04:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:04:23 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:04:23 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:04:23 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:04:23 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:04:23 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:04:23 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:04:23 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:04:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:04:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:04:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:04:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:04:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:04:23 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:04:23 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:04:23 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:04:23 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:04:23 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:04:23 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:04:23 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:04:23 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:04:23 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:04:23 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:04:23 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:04:23 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:04:23 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:04:23 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:04:23 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:04:23 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:04:23 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:04:23 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:04:23 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:04:23 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:04:23 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:04:23 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:04:23 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:04:23 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:04:23 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:04:23 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:04:24 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:04:24 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:04:24 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:04:24 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:04:24 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:04:24 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:04:24 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:04:24 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:04:24 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:04:24 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:04:24 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:04:24 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:04:24 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:04:24 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:04:24 debconf: delaying package configuration, since apt-utils is not installed 09:04:24 Fetched 63.8 MB in 2s (37.1 MB/s) 09:04:24 (Reading database ... 13912 files and directories currently installed.) 09:04:24 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:04:24 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:04:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:04:25 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:04:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 09:04:25 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 09:04:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:27 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:27 (Reading database ... 13911 files and directories currently installed.) 09:04:27 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:27 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:04:27 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:04:27 (Reading database ... 13911 files and directories currently installed.) 09:04:27 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:27 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:27 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:27 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:27 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:04:27 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:04:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:28 (Reading database ... 13911 files and directories currently installed.) 09:04:28 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:04:28 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:04:28 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:04:29 (Reading database ... 13911 files and directories currently installed.) 09:04:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:04:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:04:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:04:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:04:29 Setting up base-files (10.1ubuntu2.10) ... 09:04:29 Installing new version of config file /etc/issue ... 09:04:29 Installing new version of config file /etc/issue.net ... 09:04:29 Installing new version of config file /etc/lsb-release ... 09:04:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:04:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:04:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:04:29 Removing obsolete conffile /etc/default/motd-news ... 09:04:29 (Reading database ... 13912 files and directories currently installed.) 09:04:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:04:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:04:30 Setting up bash (4.4.18-2ubuntu1.2) ... 09:04:30 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 09:04:30 (Reading database ... 13912 files and directories currently installed.) 09:04:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:04:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:04:30 (Reading database ... 13912 files and directories currently installed.) 09:04:30 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:04:30 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:04:30 Setting up tar (1.29b-2ubuntu0.2) ... 09:04:30 (Reading database ... 13912 files and directories currently installed.) 09:04:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:04:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:04:30 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:04:31 (Reading database ... 13912 files and directories currently installed.) 09:04:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:04:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:04:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:04:31 (Reading database ... 13912 files and directories currently installed.) 09:04:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:04:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:04:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:04:31 (Reading database ... 13912 files and directories currently installed.) 09:04:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:04:31 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:04:32 Setting up grep (3.1-2build1) ... 09:04:32 (Reading database ... 13912 files and directories currently installed.) 09:04:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:04:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:04:32 Setting up login (1:4.5-1ubuntu2) ... 09:04:32 (Reading database ... 13912 files and directories currently installed.) 09:04:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:04:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:04:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:04:32 (Reading database ... 13912 files and directories currently installed.) 09:04:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:04:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:04:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:04:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:04:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:04:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:04:33 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:04:33 (Reading database ... 13912 files and directories currently installed.) 09:04:33 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:04:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:04:35 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:04:35 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:04:35 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:04:35 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:04:35 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:04:35 (Reading database ... 13912 files and directories currently installed.) 09:04:35 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:04:35 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:04:35 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:04:35 (Reading database ... 13912 files and directories currently installed.) 09:04:35 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:35 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:35 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:04:35 (Reading database ... 13912 files and directories currently installed.) 09:04:35 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:35 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:04:36 (Reading database ... 13912 files and directories currently installed.) 09:04:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:36 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:04:36 (Reading database ... 13912 files and directories currently installed.) 09:04:36 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:36 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:36 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:04:36 (Reading database ... 13912 files and directories currently installed.) 09:04:36 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:04:36 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:04:36 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:04:36 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:04:36 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:04:37 (Reading database ... 13912 files and directories currently installed.) 09:04:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:04:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:04:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:04:37 (Reading database ... 13912 files and directories currently installed.) 09:04:37 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:37 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:37 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:04:37 (Reading database ... 13912 files and directories currently installed.) 09:04:37 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:37 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:37 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:04:37 (Reading database ... 13912 files and directories currently installed.) 09:04:37 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:37 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:38 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:04:38 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:04:38 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:04:38 (Reading database ... 13912 files and directories currently installed.) 09:04:38 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:04:38 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:04:39 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:04:39 (Reading database ... 13912 files and directories currently installed.) 09:04:39 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:04:39 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:04:39 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:04:39 (Reading database ... 13914 files and directories currently installed.) 09:04:39 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:04:39 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:04:39 Setting up debconf (1.5.66ubuntu1) ... 09:04:40 (Reading database ... 13914 files and directories currently installed.) 09:04:40 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:04:40 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:04:40 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:04:40 (Reading database ... 13914 files and directories currently installed.) 09:04:40 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:04:40 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:04:40 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:04:40 (Reading database ... 13914 files and directories currently installed.) 09:04:40 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:04:40 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:04:40 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:04:40 (Reading database ... 13914 files and directories currently installed.) 09:04:40 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:04:40 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:04:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:04:41 (Reading database ... 13914 files and directories currently installed.) 09:04:41 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:04:41 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:04:41 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:04:41 (Reading database ... 13914 files and directories currently installed.) 09:04:41 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:04:41 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:04:41 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:04:41 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:04:41 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:04:41 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:04:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:04:42 (Reading database ... 13914 files and directories currently installed.) 09:04:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:04:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:04:42 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:04:42 (Reading database ... 13914 files and directories currently installed.) 09:04:42 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:04:42 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:04:42 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:04:42 (Reading database ... 13914 files and directories currently installed.) 09:04:42 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:04:42 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:04:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:04:43 (Reading database ... 13914 files and directories currently installed.) 09:04:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:04:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:04:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:04:43 (Reading database ... 13914 files and directories currently installed.) 09:04:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:04:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:04:43 Setting up passwd (1:4.5-1ubuntu2) ... 09:04:43 (Reading database ... 13914 files and directories currently installed.) 09:04:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:04:43 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:04:44 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:04:44 (Reading database ... 13914 files and directories currently installed.) 09:04:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:04:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:04:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:04:44 (Reading database ... 13914 files and directories currently installed.) 09:04:44 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:04:44 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:04:44 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:04:44 (Reading database ... 13914 files and directories currently installed.) 09:04:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:04:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:04:45 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:04:45 (Reading database ... 13914 files and directories currently installed.) 09:04:45 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:04:45 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:04:45 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:04:45 (Reading database ... 13914 files and directories currently installed.) 09:04:45 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:04:45 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:04:45 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:04:45 (Reading database ... 13914 files and directories currently installed.) 09:04:45 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:04:45 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:04:45 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:04:45 (Reading database ... 13915 files and directories currently installed.) 09:04:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:04:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:04:46 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:04:46 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:04:46 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:04:46 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:04:46 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:04:46 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:04:46 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:04:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:04:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:04:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:04:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:04:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:04:47 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:04:47 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:04:47 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:04:47 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:04:47 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:04:47 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:04:47 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:04:47 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:04:47 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:04:47 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:04:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:04:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:04:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:04:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:04:49 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:04:49 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:04:49 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:04:49 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:04:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:04:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:04:49 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:04:49 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:04:49 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:50 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:50 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:50 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:50 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:50 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:50 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:51 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:51 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:52 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:52 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:53 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:53 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:54 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:04:54 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:04:54 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:04:54 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:04:54 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:04:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:04:54 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:04:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:04:54 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:04:54 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:04:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:04:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:04:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:04:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:04:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:04:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:04:55 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:04:55 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:04:55 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:04:55 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:04:55 09:04:55 Current default time zone: 'Etc/UTC' 09:04:55 Local time is now: Fri Feb 26 09:04:55 UTC 2021. 09:04:55 Universal Time is now: Fri Feb 26 09:04:55 UTC 2021. 09:04:55 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:04:55 09:04:55 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:04:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 09:04:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:04:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:04:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:04:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:04:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:04:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:04:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:04:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:04:56 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:56 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:04:56 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:56 Setting up patch (2.7.6-2ubuntu1.1) ... 09:04:56 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:04:56 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:04:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 09:04:56 Installing new version of config file /etc/ssl/openssl.cnf ... 09:04:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:04:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:04:56 Setting up ca-certificates (20210119~18.04.1) ... 09:04:58 Updating certificates in /etc/ssl/certs... 09:04:59 23 added, 27 removed; done. 09:04:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:04:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:04:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:04:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:04:59 Setting up pkgbinarymangler (138.18.04.1) ... 09:04:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:04:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up perl (5.26.1-6ubuntu0.5) ... 09:04:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:04:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:04:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:04:59 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:04:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:04:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:04:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:04:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:04:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:04:59 Processing triggers for systemd (237-3ubuntu10.44) ... 09:05:00 Processing triggers for mime-support (3.60ubuntu1) ... 09:05:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:05:00 Updating certificates in /etc/ssl/certs... 09:05:00 0 added, 0 removed; done. 09:05:00 Running hooks in /etc/ca-certificates/update.d... 09:05:00 done. 09:05:01 Reading package lists... 09:05:01 Building dependency tree... 09:05:01 Reading state information... 09:05:01 The following NEW packages will be installed: 09:05:01 apt-transport-https 09:05:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:05:01 Need to get 1696 B of archives. 09:05:01 After this operation, 153 kB of additional disk space will be used. 09:05:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:05:01 debconf: delaying package configuration, since apt-utils is not installed 09:05:01 Fetched 1696 B in 0s (13.1 kB/s) 09:05:01 Selecting previously unselected package apt-transport-https. 09:05:01 (Reading database ... 13920 files and directories currently installed.) 09:05:01 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:05:01 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:05:01 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:05:02 Waiting for network to be ready... 09:05:06 2021-02-26T09:05:04Z INFO Waiting for automatic snapd restart... 09:05:06 snapd 2.48.2.1 from Canonical* installed 09:05:06 "snapd" switched to the "latest/stable" channel 09:05:06 09:05:09 core18 20210128 from Canonical* installed 09:05:09 "core18" switched to the "latest/stable" channel 09:05:09 09:05:12 snapcraft 4.5.1 from Canonical* installed 09:05:12 "snapcraft" switched to the "latest/stable" channel 09:05:12 09:05:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:05:13 ---> 75a061b753f0 09:05:13 Step 3/23 : WORKDIR /edgex-go 09:05:13 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:13 Step 2/30 : FROM ${BUILDER_BASE} AS builder 09:05:13 ---> 75a061b753f0 09:05:13 Step 3/30 : WORKDIR /edgex-go 09:05:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:05:13 ---> 75a061b753f0 09:05:13 Step 3/22 : WORKDIR /edgex-go 09:05:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:05:13 ---> 75a061b753f0 09:05:13 Step 3/22 : WORKDIR /edgex-go 09:05:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:05:13 ---> 75a061b753f0 09:05:13 Step 3/23 : WORKDIR /edgex-go 09:05:16 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: 09:05:16 - README.md 09:05:16 - snapcraft.yaml.orig 09:05:16 09:05:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:05:17 ---> Running in c4427091632a 09:05:17 ---> Running in 3d0f93ee0920 09:05:17 ---> Running in 305153ea9822 09:05:17 ---> Running in e7da25539187 09:05:17 ---> Running in be7794828284 09:05:17 Removing intermediate container c4427091632a 09:05:17 ---> 6d6cd4613109 09:05:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:17 Removing intermediate container 305153ea9822 09:05:17 ---> 810398709b7e 09:05:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:17 Removing intermediate container 3d0f93ee0920 09:05:17 ---> fd24d0d752f9 09:05:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:17 Removing intermediate container be7794828284 09:05:17 ---> 1f3beea65d79 09:05:17 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:17 Removing intermediate container e7da25539187 09:05:17 ---> 534df3f8fae2 09:05:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:18 ---> Running in 2bed7a73a5dd 09:05:18 ---> Running in 26289e6c6cdf 09:05:18 ---> Running in e26cc1499a80 09:05:18 ---> Running in b0915126bacc 09:05:18 ---> Running in ad8b4786d4ac 09:05:22 Removing intermediate container e26cc1499a80 09:05:22 ---> dd933d25e9bc 09:05:22 Step 5/23 : RUN apk add --update --no-cache make git 09:05:22 ---> Running in 697a014ce6c8 09:05:22 Removing intermediate container 2bed7a73a5dd 09:05:22 ---> 4b365734b1f0 09:05:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:05:22 Removing intermediate container 26289e6c6cdf 09:05:22 ---> d5dc44ed32ad 09:05:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:05:22 Removing intermediate container ad8b4786d4ac 09:05:22 ---> 3a104ad64600 09:05:22 Step 5/22 : RUN apk add --update --no-cache make git 09:05:22 ---> Running in 1dd9373a4140 09:05:22 Removing intermediate container b0915126bacc 09:05:22 ---> 1278a5155bf5 09:05:22 Step 5/30 : RUN apk add --update --no-cache make git ---> Running in 037925ca118c 09:05:22 09:05:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:05:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:05:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:05:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:05:22 ---> Running in beeb3dcffb75 09:05:23 ---> Running in a88692d97b9d 09:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:23 Reading package lists... 09:05:24 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 09:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:25 OK: 217 MiB in 51 packages 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:26 OK: 217 MiB in 51 packages 09:05:26 OK: 217 MiB in 51 packages 09:05:26 OK: 217 MiB in 51 packages 09:05:26 OK: 217 MiB in 51 packages 09:05:27 Removing intermediate container 697a014ce6c8 09:05:27 ---> 67489e8f28f7 09:05:27 Step 6/23 : COPY go.mod . 09:05:28 Removing intermediate container 1dd9373a4140 09:05:28 ---> 2d1ce7412d85 09:05:28 Step 6/23 : COPY go.mod . ---> 8c12b6068a6f 09:05:28 Step 7/23 : RUN go mod download 09:05:28 09:05:28 ---> Running in 9fc5efabb8c7 09:05:28 Removing intermediate container 037925ca118c 09:05:28 ---> 397e1cf09728 09:05:28 Step 6/22 : COPY go.mod . 09:05:28 Removing intermediate container a88692d97b9d 09:05:28 ---> c1a55aa4b32c 09:05:28 Step 6/30 : COPY go.mod . 09:05:28 Removing intermediate container beeb3dcffb75 09:05:28 ---> edc62a03f527 09:05:28 Step 6/22 : COPY go.mod . 09:05:29 ---> ce54f85d32dc 09:05:29 Step 7/23 : RUN go mod download 09:05:29 ---> Running in e28084e026fb 09:05:29 ---> 26930ca19736 09:05:29 Step 7/22 : RUN go mod download 09:05:30 ---> Running in 9cc8d519fd80 09:05:30 ---> ba6646f0468f 09:05:30 Step 7/30 : RUN go mod download 09:05:30 ---> 200099aca67b 09:05:30 Step 7/22 : RUN go mod download 09:05:30 ---> Running in f312b95ef294 09:05:30 ---> Running in b687aa876d5d 09:05:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:05:30 Reading package lists... 09:05:30 Building dependency tree... 09:05:30 Reading state information... 09:05:30 Suggested packages: 09:05:30 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:05:30 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:05:30 Recommended packages: 09:05:30 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:05:30 The following NEW packages will be installed: 09:05:30 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:05:30 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:05:30 pkg-config zip 09:05:30 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:05:30 Need to get 7655 kB of archives. 09:05:30 After this operation, 43.7 MB of additional disk space will be used. 09:05:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:05:30 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:05:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:05:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:05:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:05:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:05:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:05:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:05:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:05:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:05:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:05:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:05:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:05:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:05:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:05:31 debconf: delaying package configuration, since apt-utils is not installed 09:05:31 Fetched 7655 kB in 1s (9736 kB/s) 09:05:31 Selecting previously unselected package libglib2.0-0:amd64. 09:05:31 (Reading database ... 13924 files and directories currently installed.) 09:05:31 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:05:31 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:05:31 Selecting previously unselected package libpsl5:amd64. 09:05:31 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:05:31 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:05:31 Selecting previously unselected package libnghttp2-14:amd64. 09:05:31 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:05:31 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:05:31 Selecting previously unselected package librtmp1:amd64. 09:05:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:05:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:05:31 Selecting previously unselected package libcurl3-gnutls:amd64. 09:05:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:05:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:05:31 Selecting previously unselected package liberror-perl. 09:05:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:05:31 Unpacking liberror-perl (0.17025-1) ... 09:05:32 Selecting previously unselected package git-man. 09:05:32 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:05:32 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:05:32 Selecting previously unselected package git. 09:05:32 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:05:32 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:05:32 Removing intermediate container 9fc5efabb8c7 09:05:32 ---> 07bcab938047 09:05:32 Step 8/23 : COPY . . 09:05:33 Selecting previously unselected package libnorm1:amd64. 09:05:33 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:05:33 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:05:33 Selecting previously unselected package libpgm-5.2-0:amd64. 09:05:33 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:05:33 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:05:33 Selecting previously unselected package libsodium23:amd64. 09:05:33 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:05:33 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:05:33 Removing intermediate container e28084e026fb 09:05:33 ---> 9ea12c14cfd6 09:05:33 Step 8/23 : COPY . . 09:05:33 Selecting previously unselected package libzmq5:amd64. 09:05:33 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:05:33 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:05:33 Selecting previously unselected package libzmq3-dev:amd64. 09:05:33 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:05:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:05:33 Selecting previously unselected package pkg-config. 09:05:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:05:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:05:33 Selecting previously unselected package zip. 09:05:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:05:33 Unpacking zip (3.0-11build1) ... 09:05:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:05:34 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:05:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:05:34 Setting up liberror-perl (0.17025-1) ... 09:05:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:05:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:05:34 No schema files found: doing nothing. 09:05:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:05:34 Setting up zip (3.0-11build1) ... 09:05:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:05:34 Setting up libsodium23:amd64 (1.0.16-2) ... 09:05:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:05:34 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:05:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:05:34 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:05:34 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:05:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:05:34 Removing intermediate container 9cc8d519fd80 09:05:34 ---> c4c66b74b3f7 09:05:34 Step 8/22 : COPY . . 09:05:35 Removing intermediate container f312b95ef294 09:05:35 ---> 20b76d25276c 09:05:35 Step 8/30 : COPY . . 09:05:36 Removing intermediate container b687aa876d5d 09:05:36 ---> 8216d279e387 09:05:36 Step 8/22 : COPY . . 09:05:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:05:41 git set to automatically installed. 09:05:41 git-man set to automatically installed. 09:05:41 libcurl3-gnutls set to automatically installed. 09:05:41 liberror-perl set to automatically installed. 09:05:41 libglib2.0-0 set to automatically installed. 09:05:41 libnghttp2-14 set to automatically installed. 09:05:41 libnorm1 set to automatically installed. 09:05:41 libpgm-5.2-0 set to automatically installed. 09:05:41 libpsl5 set to automatically installed. 09:05:41 librtmp1 set to automatically installed. 09:05:41 libsodium23 set to automatically installed. 09:05:41 libzmq3-dev set to automatically installed. 09:05:41 libzmq5 set to automatically installed. 09:05:41 pkg-config set to automatically installed. 09:05:41 zip set to automatically installed. 09:05:42 snapd is not logged in, snap install commands will use sudo 09:05:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:05:49 snap "core18" has no updates available 09:05:50 Pulling config-common 09:05:50 + snapcraftctl pull 09:05:51 Pulling go-build-helper 09:05:51 + snapcraftctl pull 09:05:58 ---> 8163bf448a85 09:05:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:05:58 ---> Running in 58f9b5a8048f 09:05:58 ---> 0573f043b2dd 09:05:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:05:58 ---> 1bdc115f802f 09:05:58 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:05:58 ---> b2337df9a8c9 09:05:58 Step 9/23 : RUN make cmd/core-data/core-data 09:05:58 ---> 475a1c15392f 09:05:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:05:58 ---> Running in 51c557bfae90 09:05:58 ---> Running in 3bea18cfc6b2 09:05:58 ---> Running in 8754992a44d4 09:05:58 ---> Running in 3d79143e5cc4 09:05: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 09:06:00 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 09:06:00 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 09:06:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:06:00 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 09:06:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:06:13 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:06:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:06:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 09:06:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:06:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:06:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:06:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:06:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:06:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:06:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:06:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:06:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 09:06:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 09:06:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 09:06:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 09:06:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 09:06:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:06:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:06:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 09:06:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:06:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 09:06:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 09:06:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 09:06:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 09:06:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 09:06:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:06:13 Fetched 24.0 MB in 0s (0 B/s) 09:06:13 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:06:13 Fetched 96.5 kB in 0s (0 B/s) 09:06:13 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:06:13 Fetched 279 kB in 0s (0 B/s) 09:06:13 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:06:13 Fetched 122 kB in 0s (0 B/s) 09:06:13 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:06:13 Fetched 77.8 kB in 0s (0 B/s) 09:06:13 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:06:13 Fetched 8848 B in 0s (0 B/s) 09:06:13 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:06:13 Fetched 47.8 kB in 0s (0 B/s) 09:06:13 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:06:13 Fetched 45.6 kB in 0s (0 B/s) 09:06:13 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:06:13 Fetched 15.0 kB in 0s (0 B/s) 09:06:13 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:06:13 Fetched 214 kB in 0s (0 B/s) 09:06:13 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:06:13 Fetched 154 kB in 0s (0 B/s) 09:06:13 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:06:13 Fetched 50.6 kB in 0s (0 B/s) 09:06:13 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:06:13 Fetched 14.8 kB in 0s (0 B/s) 09:06:13 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:06:13 Fetched 41.8 kB in 0s (0 B/s) 09:06:13 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:06:13 Fetched 499 kB in 0s (0 B/s) 09:06:13 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:06:13 Fetched 111 kB in 0s (0 B/s) 09:06:13 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:06:13 Fetched 240 kB in 0s (0 B/s) 09:06:13 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:06:13 Fetched 29.3 kB in 0s (0 B/s) 09:06:13 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:06:13 Fetched 85.5 kB in 0s (0 B/s) 09:06:13 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:06:13 Fetched 24.5 kB in 0s (0 B/s) 09:06:13 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:06:13 Fetched 49.2 kB in 0s (0 B/s) 09:06:13 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:06:13 Fetched 54.2 kB in 0s (0 B/s) 09:06:13 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:06:13 Fetched 30.8 kB in 0s (0 B/s) 09:06:13 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:06:13 Fetched 15.8 kB in 0s (0 B/s) 09:06:13 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:06:13 Fetched 85.9 kB in 0s (0 B/s) 09:06:13 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:06:13 Fetched 8720 B in 0s (0 B/s) 09:06:13 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:06:13 Fetched 137 kB in 0s (0 B/s) 09:06:13 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:06:13 Fetched 119 kB in 0s (0 B/s) 09:06:13 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:06:13 Fetched 109 kB in 0s (0 B/s) 09:06:13 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:06:13 Fetched 11.1 kB in 0s (0 B/s) 09:06:13 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:06:13 Fetched 645 kB in 0s (0 B/s) 09:06:13 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:06:13 Fetched 41.3 kB in 0s (0 B/s) 09:06:13 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:06:13 Fetched 17.9 kB in 0s (0 B/s) 09:06:13 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:06:13 Fetched 368 kB in 0s (0 B/s) 09:06:13 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:06:13 Fetched 187 kB in 0s (0 B/s) 09:06:13 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:06:13 Fetched 175 kB in 0s (0 B/s) 09:06:13 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:06:17 Fetched 206 kB in 0s (0 B/s) 09:06:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 09:06:17 Fetched 1301 kB in 0s (0 B/s) 09:06:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:06:17 Fetched 36.2 kB in 0s (0 B/s) 09:06:17 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:06:17 Fetched 159 kB in 0s (0 B/s) 09:06:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:06:17 Fetched 107 kB in 0s (0 B/s) 09:06:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:06:17 Fetched 48.7 kB in 0s (0 B/s) 09:06:17 Pulling static-packages 09:06:17 + snapcraftctl pull 09:06:17 'go115' has dependencies that need to be staged: static-packages go-build-helper 09:06:17 Skipping pull go-build-helper (already ran) 09:06:17 Skipping pull static-packages (already ran) 09:06:17 Building go-build-helper 09:06:17 + snapcraftctl build 09:06:21 Building static-packages 09:06:21 + snapcraftctl build 09:06:23 Staging go-build-helper 09:06:23 + snapcraftctl stage 09:06:23 Staging static-packages 09:06:23 + snapcraftctl stage 09:06:25 Pulling go115 09:06:25 + snapcraftctl pull 09:06:26 'edgex-go' has dependencies that need to be staged: go115 09:06:26 Skipping pull go115 (already ran) 09:06:26 Building go115 09:06:26 + dpkg --print-architecture 09:06:26 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 09:06:26 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 09:06:26 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 09:06:26 % Total % Received % Xferd Average Speed Time Time Time Current 09:06:26 Dload Upload Total Spent Left Speed 09:06:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9.7M 0 0 12.2M 0 0:00:09 --:--:-- 0:00:09 12.2M 24 115M 24 28.7M 0 0 16.0M 0 0:00:07 0:00:01 0:00:06 15.9M 41 115M 41 47.6M 0 0 17.0M 0 0:00:06 0:00:02 0:00:04 17.0M 55 115M 55 64.6M 0 0 16.9M 0 0:00:06 0:00:03 0:00:03 16.9M 70 115M 70 81.9M 0 0 17.0M 0 0:00:06 0:00:04 0:00:02 17.0M 89 115M 89 103M 0 0 17.7M 0 0:00:06 0:00:05 0:00:01 18.5M 100 115M 100 115M 0 0 18.4M 0 0:00:06 0:00:06 --:--:-- 19.3M 09:06:32 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 09:06:32 + sha256sum -c sha256 09:06:32 + grep OK 09:06:32 go1.15.2.linux-amd64.tar.gz: OK 09:06:32 + mkdir -p /root/stage/go1.15 09:06:32 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 09:06:37 Staging go115 09:06:37 + snapcraftctl stage 09:06:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:06:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:06:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:06:42 Fetched 0 B in 0s (0 B/s) 09:06:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:06:42 Fetched 224 kB in 0s (0 B/s) 09:06:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:06:42 Fetched 157 kB in 0s (0 B/s) 09:06:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:06:42 Fetched 221 kB in 0s (0 B/s) 09:06:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:06:42 Fetched 143 kB in 0s (0 B/s) 09:06:42 Pulling edgex-go 09:06:42 + snapcraftctl pull 09:06:42 Pulling version 09:06:42 + cd /root/project 09:06:42 + [ -f VERSION ] 09:06:42 + PROJECT_VERSION=local-dev 09:06:42 + git rev-parse --short HEAD 09:06:42 + GIT_REVISION=7e4b3650 09:06:42 + snapcraftctl set-version local-dev 09:06:43 Building config-common 09:06:43 + snapcraftctl build 09:06:45 Skipping build go-build-helper (already ran) 09:06:45 Skipping build static-packages (already ran) 09:06:45 Skipping build go115 (already ran) 09:06:45 Building edgex-go 09:06:46 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 09:06:46 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 09:06:46 + cd /root/parts/edgex-go/src 09:06:46 + make build 09:06:47 go: downloading github.com/gorilla/mux v1.8.0 09:06:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 09:06:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:06:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 09:06:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 09:06:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 09:06:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:06:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 09:06:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 09:06:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:06:47 go: downloading github.com/pelletier/go-toml v1.2.0 09:06:47 go: downloading github.com/pebbe/zmq4 v1.2.5 09:06:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:06:47 go: downloading github.com/google/uuid v1.2.0 09:06:47 go: downloading github.com/x448/float16 v0.8.4 09:06:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:06:47 go: downloading github.com/BurntSushi/toml v0.3.1 09:06:47 go: downloading github.com/go-kit/kit v0.8.0 09:06:47 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:06:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:06:47 go: downloading github.com/pkg/errors v0.8.1 09:06:47 go: downloading github.com/imdario/mergo v0.3.11 09:06:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:06:47 go: downloading github.com/hashicorp/consul/api v1.8.1 09:06:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:06:47 go: downloading github.com/mitchellh/copystructure v1.0.0 09:06:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:06:47 go: downloading github.com/go-playground/universal-translator v0.17.0 09:06:47 go: downloading github.com/leodido/go-urn v1.2.0 09:06:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:06:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:06:48 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:06:48 go: downloading github.com/hashicorp/serf v0.9.5 09:06:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:06:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:06:48 go: downloading github.com/go-playground/locales v0.13.0 09:06:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:06:48 go: downloading github.com/fatih/color v1.9.0 09:06:48 go: downloading github.com/mattn/go-isatty v0.0.12 09:06:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:06:48 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 09:06:48 go: downloading github.com/mattn/go-colorable v0.1.6 09:06:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:06:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:06:55 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 09:06:55 go: downloading gopkg.in/yaml.v2 v2.4.0 09:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:07:01 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 09:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:07:02 go: downloading github.com/stretchr/testify v1.7.0 09:07:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:07:03 go: downloading github.com/davecgh/go-spew v1.1.1 09:07:03 go: downloading github.com/pmezard/go-difflib v1.0.0 09:07:04 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 09:07:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:07:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:07:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:07:06 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 09:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:07:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:07:10 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 09:07:10 go: downloading github.com/lib/pq v1.9.0 09:07:11 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:07:11 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:07:11 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:07:11 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:07:11 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:07:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:07:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:07:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:07:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:07:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:07:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:07:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:07:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:07:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:07:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:07:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:07:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:07:11 + 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 09:07:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:07:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:07:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:07:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:07:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:07:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:07:11 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:07:12 Building version 09:07:12 + snapcraftctl build 09:07:14 Staging config-common 09:07:14 + snapcraftctl stage 09:07:15 Skipping stage go-build-helper (already ran) 09:07:15 Skipping stage static-packages (already ran) 09:07:15 Skipping stage go115 (already ran) 09:07:15 Staging edgex-go 09:07:15 + snapcraftctl stage 09:07:16 Staging version 09:07:16 + snapcraftctl stage 09:07:17 Priming config-common 09:07:17 + snapcraftctl prime 09:07:18 Priming go-build-helper 09:07:18 + snapcraftctl prime 09:07:19 Priming static-packages 09:07:19 + snapcraftctl prime 09:07:21 Priming go115 09:07:21 + snapcraftctl prime 09:07:22 Priming edgex-go 09:07:22 + snapcraftctl prime 09:07:23 Priming version 09:07:23 + snapcraftctl prime 09:07:24 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] } 09:07:52 Removing intermediate container 3bea18cfc6b2 09:07:52 ---> 6f62a8d73fd3 09:07:52 09:07:52 Step 10/30 : FROM alpine:3.12 09:07:52 3.12: Pulling from library/alpine 09:07:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:07:52 Status: Downloaded newer image for alpine:3.12 09:07:52 ---> d10569e2745f 09:07:52 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:07:52 ---> Running in 9bde483bcb39 09:07:52 Removing intermediate container 9bde483bcb39 09:07:52 ---> 57cbda7a6d26 09:07:52 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 09:07:52 ---> Running in 2b4a9b0dd7eb 09:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:07:55 (1/2) Installing dumb-init (1.2.2-r1) 09:07:55 (2/2) Installing su-exec (0.2-r1) 09:07:55 Executing busybox-1.31.1-r19.trigger 09:07:55 OK: 5 MiB in 16 packages 09:07:57 Removing intermediate container 2b4a9b0dd7eb 09:07:57 ---> 881f79286fe5 09:07:57 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 09:07:57 ---> Running in 1fc9f5c5635a 09:07:58 Removing intermediate container 1fc9f5c5635a 09:07:58 ---> 472aa2d2d0cb 09:07:58 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:07:58 ---> Running in 516b7f185a7b 09:07:59 Removing intermediate container 516b7f185a7b 09:07:59 ---> 73cdeccb6d60 09:07:59 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:07:59 ---> Running in ce36b36ffd3e 09:08:04 Removing intermediate container 3d79143e5cc4 09:08:04 ---> 00424606ff34 09:08:04 09:08:04 Step 10/22 : FROM alpine:3.12 09:08:04 ---> d10569e2745f 09:08:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:08:04 ---> Running in 5fa8adde0343 09:08:04 Removing intermediate container ce36b36ffd3e 09:08:04 ---> ef2d3a4c038b 09:08:04 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 09:08:05 ---> Running in bf629181465a 09:08:06 Removing intermediate container bf629181465a 09:08:06 ---> fd38340f6ba1 09:08:06 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:08:07 (1/1) Installing dumb-init (1.2.2-r1) 09:08:07 Executing busybox-1.31.1-r19.trigger 09:08:07 OK: 5 MiB in 15 packages 09:08:08 Removing intermediate container 51c557bfae90 09:08:08 ---> da5cca842007 09:08:08 09:08:08 Step 10/22 : FROM alpine:3.12 09:08:08 ---> d10569e2745f 09:08:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:08:08 ---> 120bbcced7ab 09:08:08 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:08:08 ---> Running in f3609afc869f 09:08:08 ---> Running in ee3688feedbd 09:08:10 Removing intermediate container 5fa8adde0343 09:08:10 ---> 78b54633a511 09:08:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:08:10 ---> Running in ef2253f32fcf 09:08:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:08:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:08:12 Removing intermediate container ef2253f32fcf 09:08:12 ---> a454cbe77076 09:08:12 Step 13/22 : ENV APP_PORT=48085 09:08:12 (1/2) Installing ca-certificates (20191127-r4) 09:08:12 (2/2) Installing dumb-init (1.2.2-r1) 09:08:12 Executing busybox-1.31.1-r19.trigger 09:08:12 Executing ca-certificates-20191127-r4.trigger 09:08:12 OK: 6 MiB in 16 packages 09:08:12 ---> Running in c9f38bcbb89e 09:08:14 Removing intermediate container c9f38bcbb89e 09:08:14 ---> a35a2501b749 09:08:14 Step 14/22 : EXPOSE $APP_PORT 09:08:14 Removing intermediate container ee3688feedbd 09:08:14 ---> 7a61004c736b 09:08:14 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:14 ---> Running in e28d83b19d1f 09:08:14 Removing intermediate container 58f9b5a8048f 09:08:14 ---> 054882ca6abd 09:08:14 09:08:14 Step 10/23 : FROM alpine:3.12 09:08:14 ---> d10569e2745f 09:08:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:08:14 ---> Using cache 09:08:14 ---> 78b54633a511 09:08:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:08:14 ---> Using cache 09:08:14 ---> a454cbe77076 09:08:14 Step 13/23 : ENV APP_PORT=48081 09:08:14 ---> Running in 4a070491d90e 09:08:14 Removing intermediate container e28d83b19d1f 09:08:14 ---> 77384df6aeba 09:08:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:15 Removing intermediate container f3609afc869f 09:08:15 ---> 75582874f650 09:08:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:08:15 ---> 478b3a16a523 09:08:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:08:15 ---> Running in 62d0d264ec57 09:08:15 Removing intermediate container 4a070491d90e 09:08:15 ---> b213b26482fd 09:08:15 Step 14/23 : EXPOSE $APP_PORT 09:08:15 ---> Running in 905b0373006d 09:08:16 ---> afa851d1b05b 09:08:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:08:16 Removing intermediate container 62d0d264ec57 09:08:16 ---> a955977f36f5 09:08:16 Step 13/22 : ENV APP_PORT=48060 09:08:16 ---> Running in 32c79875795a 09:08:16 Removing intermediate container 905b0373006d 09:08:16 ---> a27254e79534 09:08:16 Step 15/23 : WORKDIR / 09:08:17 ---> defbeec4dcbc 09:08:17 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:08:17 ---> Running in 235d4921e034 09:08:17 Removing intermediate container 32c79875795a 09:08:17 ---> 5cd43a3fbffd 09:08:17 Step 14/22 : EXPOSE $APP_PORT 09:08:17 ---> Running in a8881bd51f57 09:08:17 ---> 4ce29794d7db 09:08:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:08:17 Removing intermediate container 235d4921e034 09:08:17 ---> 6dca764c7c61 09:08:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:18 ---> ca4116ab3889 09:08:18 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:08:18 Removing intermediate container a8881bd51f57 09:08:18 ---> a9f769642766 09:08:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:19 ---> 824096ded30c 09:08:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:08:19 ---> 75512d2384af 09:08:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:08:19 ---> Running in 3d9603339999 09:08:19 ---> 9f29d1afb564 09:08:19 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 09:08:19 ---> f79b1460126e 09:08:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:08:20 ---> Running in c6e866a0769f 09:08:20 Removing intermediate container 3d9603339999 09:08:20 ---> 5fadff8fe27e 09:08:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:08:21 Removing intermediate container 8754992a44d4 09:08:21 ---> 3c87731d66a6 09:08:21 09:08:21 Step 10/23 : FROM alpine:3.12 09:08:21 ---> d10569e2745f 09:08:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:08:21 ---> 891a888aed61 09:08:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:08:21 ---> Running in 31687e26dd91 09:08:21 ---> Running in 4b1523a9e94f 09:08:21 ---> 3157230607fe 09:08:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:08:21 Removing intermediate container c6e866a0769f 09:08:21 ---> acc6a73cb1f2 09:08:21 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:08:21 Removing intermediate container 31687e26dd91 09:08:21 ---> 924f69bf2efd 09:08:21 Step 20/22 : LABEL arch=arm64 09:08:21 Removing intermediate container 4b1523a9e94f 09:08:21 ---> 48e4f8ff21cb 09:08:21 Step 12/23 : ENV APP_PORT=48080 09:08:21 ---> Running in ecb6b2cf51ac 09:08:22 ---> Running in 8fa4fd8562e6 09:08:22 ---> 5fe19744fb9c 09:08:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:08:22 ---> 432f194f6004 09:08:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:08:22 ---> fcab404471b2 09:08:22 Step 25/30 : RUN chmod +x /entrypoint.sh 09:08:22 ---> Running in f6efa545e43b 09:08:22 ---> Running in fec1d1f002f3 09:08:22 ---> Running in dac8ba5f1747 09:08:23 Removing intermediate container ecb6b2cf51ac 09:08:23 ---> b791661e0868 09:08:23 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419Removing intermediate container 8fa4fd8562e6 09:08:23 ---> f728179958d5 09:08:23 Step 13/23 : EXPOSE $APP_PORT 09:08:23 09:08:23 Removing intermediate container f6efa545e43b 09:08:23 ---> 4ccee520383b 09:08:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:08:23 Removing intermediate container fec1d1f002f3 09:08:23 ---> aaea53864b44 09:08:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:08:23 ---> Running in d5b26645befe 09:08:23 ---> Running in b8e4527b6646 09:08:23 ---> Running in 8da46ff8af33 09:08:23 ---> Running in fd6e2b03c633 09:08:23 Removing intermediate container b8e4527b6646 09:08:23 ---> 583897e48d2f 09:08:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:08:24 ---> Running in a082b2e10034 09:08:24 Removing intermediate container d5b26645befe 09:08:24 ---> bd4f11bdbc06 09:08:24 Step 22/22 : LABEL version=0.0.0 09:08:24 Removing intermediate container fd6e2b03c633 09:08:24 ---> 3f9e2f04ca82 09:08:24 Step 20/22 : LABEL arch=arm64 09:08:24 Removing intermediate container 8da46ff8af33 09:08:24 ---> f0bd4fc6e713 09:08:24 Step 21/23 : LABEL arch=arm64 09:08:24 ---> Running in a12cbedfe1cb 09:08:24 ---> Running in 0a9b9574fee2 09:08:24 ---> Running in f6ca6017a6a8 09:08:25 Removing intermediate container a12cbedfe1cb 09:08:25 ---> a4d8b2b4ab8d 09:08:25 09:08:25 Removing intermediate container 0a9b9574fee2 09:08:25 ---> 1d5d0d1145d0 09:08:25 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:08:25 Removing intermediate container f6ca6017a6a8 09:08:25 ---> 60a383ac2bb6 09:08:25 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:08:25 ---> Running in fc2506ed831b 09:08:25 ---> Running in 7d552f6439d9 09:08:25 Successfully built a4d8b2b4ab8d 09:08:25 Successfully tagged docker-support-scheduler-go-arm64:latest 09:08:25  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 09:08:26 Removing intermediate container dac8ba5f1747 09:08:26 ---> 208fb9c8051c 09:08:26 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 09:08:26 Removing intermediate container 7d552f6439d9 09:08:26 ---> d5d823691698 09:08:26 Step 23/23 : LABEL version=0.0.0 09:08:26 ---> Running in 12cd449c9034 09:08:26 Removing intermediate container fc2506ed831b 09:08:26 ---> 366cda9ebec6 09:08:26 Step 22/22 : LABEL version=0.0.0 09:08:26 ---> Running in 5275c0290847 09:08:26 ---> Running in d34cf306d0ec 09:08:27 Removing intermediate container 12cd449c9034 09:08:27 ---> 775135125913 09:08:27 Step 27/30 : CMD ["gate"] 09:08:27 Removing intermediate container a082b2e10034 09:08:27 ---> c35484886fcd 09:08:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:08:28 ---> Running in 6024892aec04 09:08:28 Removing intermediate container 5275c0290847 09:08:28 ---> 9f633f950276 09:08:28 09:08:28 Removing intermediate container d34cf306d0ec 09:08:28 ---> 1bb3ee9084b3 09:08:28 09:08:28 ---> Running in b71c49bb2a03 09:08:28 Successfully built 9f633f950276 09:08:29 Successfully built 1bb3ee9084b3 09:08:29 Successfully tagged docker-core-metadata-go-arm64:latest 09:08:29 Successfully tagged docker-support-notifications-go-arm64:latest 09:08:29 Building docker-core-command-go 09:08:29  Building docker-core-metadata-go ... done  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 09:08:29 Removing intermediate container 6024892aec04 09:08:29 ---> afd04e14727d 09:08:29 Step 28/30 : LABEL arch=arm64 09:08:30 ---> Running in a4a786777796 09:08:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:08:30 Removing intermediate container a4a786777796 09:08:30 ---> 6e6c7bc34ffe 09:08:30 Step 29/30 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:08:30 ---> Running in e35dc08f1c18 09:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:08:31 Removing intermediate container e35dc08f1c18 09:08:31 ---> 7ae733add1e4 09:08:31 Step 30/30 : LABEL version=0.0.0 09:08:31 ---> Running in f7082d03d1b3 09:08:32 (1/6) Installing dumb-init (1.2.2-r1) 09:08:32 (2/6) Installing libgcc (9.3.0-r2) 09:08:32 (3/6) Installing libsodium (1.0.18-r0) 09:08:32 (4/6) Installing libstdc++ (9.3.0-r2) 09:08:33 Removing intermediate container f7082d03d1b3 09:08:33 ---> 1f1463dfc7ac 09:08:33 09:08:33 (5/6) Installing libzmq (4.3.3-r0) 09:08:33 Successfully built 1f1463dfc7ac 09:08:33 (6/6) Installing zeromq (4.3.3-r0) 09:08:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:08:33  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 09:08:33 Executing busybox-1.31.1-r19.trigger 09:08:33 OK: 8 MiB in 20 packages 09:08:36 Removing intermediate container b71c49bb2a03 09:08:36 ---> e4e41d343c94 09:08:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:08:38 ---> 5718566345ed 09:08:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:08:40 ---> 1c30f98dc292 09:08:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:08:41 ---> a1b632efa871 09:08:41 Step 19/23 : ENTRYPOINT ["/core-data"] 09:08:41 ---> Running in 56f131f48f9e 09:08:42 Removing intermediate container 56f131f48f9e 09:08:42 ---> 47f044da0677 09:08:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:08:42 ---> Running in 6decb933eeb0 09:08:43 Removing intermediate container 6decb933eeb0 09:08:43 ---> 8db140980bf4 09:08:43 Step 21/23 : LABEL arch=arm64 09:08:44 ---> Running in 79e65df6f6a2 09:08:44 Removing intermediate container 79e65df6f6a2 09:08:44 ---> ff0607c90166 09:08:44 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:08:45 ---> Running in 83e7bea3ebaf 09:08:45 Removing intermediate container 83e7bea3ebaf 09:08:45 ---> 7c26e681f284 09:08:45 Step 23/23 : LABEL version=0.0.0 09:08:46 ---> Running in c80e35ea127d 09:08:47 Removing intermediate container c80e35ea127d 09:08:47 ---> ee357afc92bc 09:08:47 09:08:47 Successfully built ee357afc92bc 09:08:47 Successfully tagged docker-core-data-go-arm64:latest 09:09:20  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:09:20 ---> 75a061b753f0 09:09:20 Step 3/21 : WORKDIR /edgex-go 09:09:20 ---> Using cache 09:09:20 ---> 534df3f8fae2 09:09:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:20 ---> Using cache 09:09:20 ---> 3a104ad64600 09:09:20 Step 5/21 : RUN apk add --update --no-cache make git 09:09:20 ---> Using cache 09:09:20 ---> edc62a03f527 09:09:20 Step 6/21 : COPY go.mod . 09:09:20 ---> Using cache 09:09:20 ---> 200099aca67b 09:09:20 Step 7/21 : RUN go mod download 09:09:20 ---> Using cache 09:09:20 ---> 8216d279e387 09:09:20 Step 8/21 : COPY . . 09:09:20 ---> Using cache 09:09:20 ---> 475a1c15392f 09:09:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:09:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:09:22 ---> 75a061b753f0 09:09:22 Step 3/26 : WORKDIR /edgex-go 09:09:22 ---> Using cache 09:09:22 ---> 534df3f8fae2 09:09:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:22 ---> Using cache 09:09:22 ---> 3a104ad64600 09:09:22 Step 5/26 : RUN apk add --update --no-cache make bash git 09:09:22 ---> Running in c34b6604f2d5 09:09:22 ---> Running in e6e106f37ccc 09:09:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:09:23 ---> 75a061b753f0 09:09:23 Step 3/23 : WORKDIR /edgex-go 09:09:23 ---> Using cache 09:09:23 ---> 534df3f8fae2 09:09:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:23 ---> Using cache 09:09:23 ---> 3a104ad64600 09:09:23 Step 5/23 : RUN apk add --update --no-cache make git 09:09:23 ---> Using cache 09:09:23 ---> edc62a03f527 09:09:23 Step 6/23 : COPY go.mod . 09:09:23 ---> Using cache 09:09:23 ---> 200099aca67b 09:09:23 Step 7/23 : RUN go mod download 09:09:23 ---> Using cache 09:09:23 ---> 8216d279e387 09:09:23 Step 8/23 : COPY . . 09:09:23 ---> Using cache 09:09:23 ---> 475a1c15392f 09:09:23 Step 9/23 : RUN make cmd/core-command/core-command 09:09:24 ---> Running in 2417a4a48dad 09:09:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:09:24 ---> 75a061b753f0 09:09:24 Step 3/24 : WORKDIR /edgex-go 09:09:24 ---> Using cache 09:09:24 ---> 534df3f8fae2 09:09:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:24 ---> Using cache 09:09:24 ---> 3a104ad64600 09:09:24 Step 5/24 : RUN apk add --update --no-cache make git 09:09:24 ---> Using cache 09:09:24 ---> edc62a03f527 09:09:24 Step 6/24 : COPY go.mod . 09:09:24 ---> Using cache 09:09:24 ---> 200099aca67b 09:09:24 Step 7/24 : RUN go mod download 09:09:24 ---> Using cache 09:09:24 ---> 8216d279e387 09:09:24 Step 8/24 : COPY . . 09:09:24 ---> Using cache 09:09:24 ---> 475a1c15392f 09:09:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:09:24 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 09:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:09:25 ---> Running in 0e8f39d5ad96 09:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:09: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 09:09:26 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 09:09:26 OK: 217 MiB in 51 packages 09:09:28 Removing intermediate container e6e106f37ccc 09:09:28 ---> 7b2ef42375aa 09:09:28 Step 6/26 : COPY go.mod . 09:09:29 ---> c1a4d2379348 09:09:29 Step 7/26 : RUN go mod download 09:09:29 ---> Running in 4503bcf140ba 09:09:34 Removing intermediate container 4503bcf140ba 09:09:34 ---> 01a122235bd0 09:09:34 Step 8/26 : COPY . . 09:09:52 ---> cf6de1efb0ce 09:09:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:09:52 ---> Running in 542537b45e1a 09:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:10:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:10:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:10:49 Removing intermediate container c34b6604f2d5 09:10:49 ---> 7dbe87a2c8e4 09:10:49 09:10:49 Step 10/21 : FROM alpine:3.12 09:10:49 ---> d10569e2745f 09:10:49 Step 11/21 : RUN apk add --update --no-cache curl 09:10:49 Removing intermediate container 0e8f39d5ad96 09:10:49 ---> 1a5e96c945f7 09:10:49 09:10:49 Step 10/24 : FROM alpine:3.12 09:10:49 ---> d10569e2745f 09:10:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:10:49 ---> Running in 38290af5944e 09:10:49 ---> Running in f14706346500 09:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:10:53 (1/4) Installing ca-certificates (20191127-r4) 09:10:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:10:53 (3/4) Installing libcurl (7.69.1-r3) 09:10:53 (4/4) Installing curl (7.69.1-r3) 09:10:53 Executing busybox-1.31.1-r19.trigger 09:10:53 (1/5) Installing ca-certificates (20191127-r4) 09:10:53 Executing ca-certificates-20191127-r4.trigger 09:10:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:10:53 (3/5) Installing libcurl (7.69.1-r3) 09:10:53 (4/5) Installing curl (7.69.1-r3) 09:10:53 (5/5) Installing dumb-init (1.2.2-r1) 09:10:53 Executing busybox-1.31.1-r19.trigger 09:10:53 Executing ca-certificates-20191127-r4.trigger 09:10:53 OK: 7 MiB in 19 packages 09:10:53 OK: 7 MiB in 18 packages 09:10:56 Removing intermediate container 2417a4a48dad 09:10:56 ---> ce11b9dd5817 09:10:56 09:10:56 Step 10/23 : FROM alpine:3.12 09:10:56 ---> d10569e2745f 09:10:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:10:56 ---> Using cache 09:10:56 ---> 78b54633a511 09:10:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:10:56 ---> Using cache 09:10:56 ---> a454cbe77076 09:10:56 Step 13/23 : ENV APP_PORT=48082 09:10:56 ---> Running in ff8774c6c751 09:10:56 Removing intermediate container 38290af5944e 09:10:56 ---> 675aa6ca8d19 09:10:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:10:56 Removing intermediate container f14706346500 09:10:56 ---> b5a7ded3a357 09:10:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:10:57 ---> Running in 3474c6db0207 09:10:57 ---> Running in 1c2a3dd104b3 09:10:57 Removing intermediate container ff8774c6c751 09:10:57 ---> 6c3cfcb77bf5 09:10:57 Step 14/23 : EXPOSE $APP_PORT 09:10:57 ---> Running in edbd1076294e 09:10:57 Removing intermediate container 3474c6db0207 09:10:57 ---> aca3708848fc 09:10:57 Step 13/21 : WORKDIR /edgex 09:10:57 Removing intermediate container 1c2a3dd104b3 09:10:57 ---> f07cd9494d66 09:10:57 Step 13/24 : WORKDIR / 09:10:57 ---> Running in c8ec3e4db787 09:10:57 ---> Running in 8b17143aee62 09:10:58 Removing intermediate container edbd1076294e 09:10:58 ---> d63f00ed36bc 09:10:58 Step 15/23 : WORKDIR / 09:10:58 ---> Running in d95a44aee3fd 09:10:58 Removing intermediate container 8b17143aee62 09:10:58 ---> 92122d0a7884 09:10:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:10:58 Removing intermediate container c8ec3e4db787 09:10:58 ---> 3bbdff2b334a 09:10:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:10:59 Removing intermediate container d95a44aee3fd 09:10:59 ---> d7bec35df6b0 09:10:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:10:59 ---> 937c6c147347 09:10:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:10:59 ---> ea52c6f22032 09:10:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:11:00 ---> 80cd551d4439 09:11:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:11:01 ---> 9b7b168f38ea 09:11:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:11:02 ---> 66c14a82d61c 09:11:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:11:02 ---> c249b2652968 09:11:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:11:02 ---> eb5916cd9286 09:11:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:11:03 ---> dc8523f68550 09:11:03 Step 19/23 : ENTRYPOINT ["/core-command"] 09:11:04 ---> Running in 4d2d00146ba8 09:11:04 ---> 33c8ee7c2a70 09:11:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:11:04 ---> 4c7787f2565a 09:11:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:11:04 Removing intermediate container 542537b45e1a 09:11:04 ---> 4c89f2508e0c 09:11:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:11:04 ---> Running in bc337ec88c1b 09:11:04 Removing intermediate container 4d2d00146ba8 09:11:04 ---> ad3c80cd59e7 09:11:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:11:04 ---> Running in e4f871fa15a1 09:11:04 ---> Running in 1b2ba97cd647 09:11:04 Removing intermediate container bc337ec88c1b 09:11:04 ---> 8def2de2514c 09:11:04 Step 18/21 : CMD ["--init=true"] 09:11:05 ---> Running in 845f908ceced 09:11:05 ---> 05c80ae8b11c 09:11:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:11:05 Removing intermediate container 1b2ba97cd647 09:11:05 ---> 8fd516728c11 09:11:05 Step 21/23 : LABEL arch=arm64 09:11:05 ---> Running in 86d47a6465b2 09:11:06 Removing intermediate container 845f908ceced 09:11:06 ---> 75f358cd1ab9 09:11:06 Step 19/21 : LABEL arch=arm64 09:11:06 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 09:11:06 ---> Running in acbbf1acfaaf 09:11:06 Removing intermediate container 86d47a6465b2 09:11:06 ---> 8465b5eaa06a 09:11:06 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:11:06 ---> 279da61348c3 09:11:06 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/ 09:11:06 ---> Running in 998cc501402b 09:11:06 ---> Running in dba050ccbf3d 09:11:06 Removing intermediate container acbbf1acfaaf 09:11:06 ---> 74a2eb7f78e9 09:11:06 Step 20/21 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:11:07 ---> Running in dbc7cc39e33b 09:11:07 Removing intermediate container 998cc501402b 09:11:07 ---> abbd68c479b1 09:11:07 Step 23/23 : LABEL version=0.0.0 09:11:07 ---> Running in f8a896b6ee02 09:11:07 Removing intermediate container dbc7cc39e33b 09:11:07 ---> e7b4cdac4a70 09:11:07 Step 21/21 : LABEL version=0.0.0 09:11:07 ---> Running in 639ff5eb5b13 09:11:07 Removing intermediate container f8a896b6ee02 09:11:07 ---> 8fb19c8986cd 09:11:07 09:11:08 Successfully built 8fb19c8986cd 09:11:08 Removing intermediate container 639ff5eb5b13 09:11:08 ---> 54ab92fe2527 09:11:08 09:11:08 Successfully tagged docker-core-command-go-arm64:latest 09:11:09  Building docker-core-command-go ... done Successfully built 54ab92fe2527 09:11:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:11:09  Building docker-security-proxy-setup-go ... done Removing intermediate container dba050ccbf3d 09:11:09 ---> d7cbf6e1b488 09:11:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:11:09 Removing intermediate container e4f871fa15a1 09:11:09 ---> dd2a45c418e8 09:11:09 09:11:09 Step 11/26 : FROM docker:20.10.0 09:11:09 ---> Running in 1e128d261d97 09:11:09 20.10.0: Pulling from library/docker 09:11:10 Removing intermediate container 1e128d261d97 09:11:10 ---> 301aa96e8ee0 09:11:10 Step 22/24 : LABEL arch=arm64 09:11:10 ---> Running in aece461961dd 09:11:10 Removing intermediate container aece461961dd 09:11:10 ---> 8fcae5890da5 09:11:10 Step 23/24 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:11:11 ---> Running in c640989f8e10 09:11:11 Removing intermediate container c640989f8e10 09:11:11 ---> 58be5331aea7 09:11:11 Step 24/24 : LABEL version=0.0.0 09:11:12 ---> Running in 19a7b7b1acdd 09:11:13 Removing intermediate container 19a7b7b1acdd 09:11:13 ---> 34e1a2c0ee91 09:11:13 09:11:13 Successfully built 34e1a2c0ee91 09:11:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:11:18  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:11:18 Status: Downloaded newer image for docker:20.10.0 09:11:18 ---> eeaf43b92773 09:11:18 Step 12/26 : RUN apk add --no-cache bash 09:11:19 ---> Running in d3250df8e5c7 09:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:11:21 (1/2) Installing readline (8.0.4-r0) 09:11:21 (2/2) Installing bash (5.0.17-r0) 09:11:21 Executing bash-5.0.17-r0.post-install 09:11:21 Executing busybox-1.31.1-r19.trigger 09:11:21 OK: 12 MiB in 22 packages 09:11:23 Removing intermediate container d3250df8e5c7 09:11:23 ---> ebfd5bf1dead 09:11:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:11:23 ---> Running in 3c2e3b894290 09:11:23 Removing intermediate container 3c2e3b894290 09:11:23 ---> 308eff6eca8f 09:11:23 Step 14/26 : ENV APP_PORT=48090 09:11:23 ---> Running in 5b8e9583e2ff 09:11:23 Removing intermediate container 5b8e9583e2ff 09:11:23 ---> b7df67dcf63d 09:11:23 Step 15/26 : EXPOSE $APP_PORT 09:11:23 ---> Running in 8417b6888c8a 09:11:24 Removing intermediate container 8417b6888c8a 09:11:24 ---> 405217f8a75e 09:11:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:11:25 ---> 7a1df8e70ad8 09:11:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:11:26 ---> f98d80294029 09:11:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:11:27 ---> 6c21d6a05813 09:11:27 Step 19/26 : RUN apk --no-cache add py3-pip 09:11:27 ---> Running in 58dbb69fe9d2 09:11:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:11:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:11:29 (1/33) Installing libbz2 (1.0.8-r1) 09:11:29 (2/33) Installing expat (2.2.9-r1) 09:11:29 (3/33) Installing libffi (3.3-r2) 09:11:29 (4/33) Installing gdbm (1.13-r1) 09:11:29 (5/33) Installing xz-libs (5.2.5-r0) 09:11:29 (6/33) Installing sqlite-libs (3.32.1-r0) 09:11:29 (7/33) Installing python3 (3.8.5-r1) 09:11:30 (8/33) Installing py3-appdirs (1.4.4-r1) 09:11:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:11:30 (10/33) Installing py3-parsing (2.4.7-r0) 09:11:30 (11/33) Installing py3-six (1.15.0-r0) 09:11:30 (12/33) Installing py3-packaging (20.4-r0) 09:11:30 (13/33) Installing py3-setuptools (47.0.0-r0) 09:11:30 (14/33) Installing py3-chardet (3.0.4-r4) 09:11:30 (15/33) Installing py3-idna (2.9-r0) 09:11:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:11:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:11:30 (18/33) Installing py3-requests (2.23.0-r0) 09:11:30 (19/33) Installing py3-msgpack (1.0.0-r0) 09:11:31 (20/33) Installing py3-lockfile (0.12.2-r3) 09:11:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:11:31 (22/33) Installing py3-colorama (0.4.3-r0) 09:11:31 (23/33) Installing py3-distlib (0.3.0-r0) 09:11:31 (24/33) Installing py3-distro (1.5.0-r1) 09:11:31 (25/33) Installing py3-webencodings (0.5.1-r3) 09:11:31 (26/33) Installing py3-html5lib (1.0.1-r4) 09:11:31 (27/33) Installing py3-pytoml (0.1.21-r0) 09:11:31 (28/33) Installing py3-pep517 (0.8.2-r0) 09:11:31 (29/33) Installing py3-progress (1.5-r0) 09:11:31 (30/33) Installing py3-toml (0.10.1-r0) 09:11:31 (31/33) Installing py3-retrying (1.3.3-r0) 09:11:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:11:31 (33/33) Installing py3-pip (20.1.1-r0) 09:11:31 Executing busybox-1.31.1-r19.trigger 09:11:31 OK: 71 MiB in 55 packages 09:11:38 Removing intermediate container 58dbb69fe9d2 09:11:38 ---> d20e85ef2afa 09:11:38 Step 20/26 : RUN pip install docker-compose==1.23.2 09:11:38 ---> Running in 89f2e4ee977f 09:11:42 Collecting docker-compose==1.23.2 09:11:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:11:42 Collecting texttable<0.10,>=0.9.0 09:11:42 Downloading texttable-0.9.1.tar.gz (11 kB) 09:11:44 Collecting cached-property<2,>=1.2.0 09:11:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:11:45 Collecting websocket-client<1.0,>=0.32.0 09:11:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:11:46 Collecting PyYAML<4,>=3.10 09:11:46 Downloading PyYAML-3.13.tar.gz (270 kB) 09:11:48 Collecting docopt<0.7,>=0.6.1 09:11:48 Downloading docopt-0.6.2.tar.gz (25 kB) 09:11:50 Collecting jsonschema<3,>=2.5.1 09:11:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:11:51 Collecting docker<4.0,>=3.6.0 09:11:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:11:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:11:52 Collecting dockerpty<0.5,>=0.4.1 09:11:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:11:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:11:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:11:54 Collecting docker-pycreds>=0.4.0 09:11:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:11:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:11:55 Collecting urllib3<1.25,>=1.21.1 09:11:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:11:56 Collecting idna<2.8,>=2.5 09:11:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:11:56 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) 09:11:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:11:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:11:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:11:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:11:57 Installing collected packages: texttable, cached-property, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose 09:11:57 Running setup.py install for texttable: started 09:11:59 Running setup.py install for texttable: finished with status 'done' 09:11:59 Running setup.py install for PyYAML: started 09:12:01 Running setup.py install for PyYAML: finished with status 'done' 09:12:01 Running setup.py install for docopt: started 09:12:03 Running setup.py install for docopt: finished with status 'done' 09:12:03 Attempting uninstall: urllib3 09:12:03 Found existing installation: urllib3 1.25.9 09:12:03 Uninstalling urllib3-1.25.9: 09:12:03 Successfully uninstalled urllib3-1.25.9 09:12:04 Attempting uninstall: idna 09:12:04 Found existing installation: idna 2.9 09:12:04 Uninstalling idna-2.9: 09:12:04 Successfully uninstalled idna-2.9 09:12:04 Attempting uninstall: requests 09:12:04 Found existing installation: requests 2.23.0 09:12:05 Uninstalling requests-2.23.0: 09:12:05 Successfully uninstalled requests-2.23.0 09:12:06 Running setup.py install for dockerpty: started 09:12:08 Running setup.py install for dockerpty: finished with status 'done' 09:12:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:12:12 Removing intermediate container 89f2e4ee977f 09:12:12 ---> 8efbe605e59d 09:12:12 Step 21/26 : RUN apk --no-cache add curl 09:12:12 ---> Running in e54597b08b5e 09:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:12:14 (2/3) Installing libcurl (7.69.1-r3) 09:12:14 (3/3) Installing curl (7.69.1-r3) 09:12:14 Executing busybox-1.31.1-r19.trigger 09:12:14 OK: 71 MiB in 58 packages 09:12:15 Removing intermediate container e54597b08b5e 09:12:15 ---> cdbcfc4444b0 09:12:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:12:15 ---> Running in 6be0f06cf96b 09:12:16 Removing intermediate container 6be0f06cf96b 09:12:16 ---> 8b6ff7d12dd2 09:12:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:12:16 ---> Running in b8b75290c9c7 09:12:16 Removing intermediate container b8b75290c9c7 09:12:16 ---> 004d5c30fb56 09:12:16 Step 24/26 : LABEL arch=arm64 09:12:16 ---> Running in 8c353fe25f14 09:12:17 Removing intermediate container 8c353fe25f14 09:12:17 ---> 22fae0b4399e 09:12:17 Step 25/26 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 09:12:17 ---> Running in 05fff335a42f 09:12:18 Removing intermediate container 05fff335a42f 09:12:18 ---> d2126fc2382f 09:12:18 Step 26/26 : LABEL version=0.0.0 09:12:18 ---> Running in d4b67d214909 09:12:18 Removing intermediate container d4b67d214909 09:12:18 ---> ed688b277105 09:12:18 09:12:18 Successfully built ed688b277105 09:12:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:12:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:12:19 $ docker stop --time=1 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 09:12:21 $ docker rm -f 8fa28fe44928b980c4bd8f5ac0842fadf212ded9d1d8ce54165989d431540780 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:22 + grep docker 09:12:22 + docker images 09:12:22 docker-sys-mgmt-agent-go-arm64 latest ed688b277105 4 seconds ago 300MB 09:12:22 docker-security-secretstore-setup-go-arm64 latest 34e1a2c0ee91 About a minute ago 23.7MB 09:12:22 docker-security-proxy-setup-go-arm64 latest 54ab92fe2527 About a minute ago 23.4MB 09:12:22 docker-core-command-go-arm64 latest 8fb19c8986cd About a minute ago 16.2MB 09:12:22 docker-core-data-go-arm64 latest ee357afc92bc 3 minutes ago 21.1MB 09:12:22 docker-security-bootstrapper-go-arm64 latest 1f1463dfc7ac 3 minutes ago 17.6MB 09:12:22 docker-support-notifications-go-arm64 latest 1bb3ee9084b3 3 minutes ago 16.8MB 09:12:22 docker-core-metadata-go-arm64 latest 9f633f950276 3 minutes ago 17.9MB 09:12:22 docker-support-scheduler-go-arm64 latest a4d8b2b4ab8d 3 minutes ago 16.3MB 09:12:22 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:12:23 ---> job-cost.sh 09:12:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OjeR 09:13:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:15:24 lf-activate-venv(): INFO: Adding /tmp/venv-OjeR/bin to PATH 09:15:24 INFO: No Stack... 09:15:24 INFO: Retrieving Pricing Info for: lf-standard-4 09:15:24 INFO: Archiving Costs [Pipeline] sh 09:15:24 + cut -d, -f6 09:15:24 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 09:15:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] 09:15:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] did not exist. Created. 09:15:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:15:25 + echo total: 0.20999999344348907 [Pipeline] stash 09:15:25 Stashed 1 file(s) [Pipeline] } 09:15:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-3-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 09:15:27 provisioning config files... 09:15:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3414416554959382406tmp [Pipeline] { [Pipeline] sh 09:15:27 + set +x 09:15:27 + curl -s https://codecov.io/bash 09:15:27 + bash -s -- 09:15:27 09:15:27 _____ _ 09:15:27 / ____| | | 09:15:27 | | ___ __| | ___ ___ _____ __ 09:15:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:15:27 | |___| (_) | (_| | __/ (_| (_) \ V / 09:15:27 \_____\___/ \__,_|\___|\___\___/ \_/ 09:15:27 Bash-20210129-7c25fce 09:15:27 09:15:27 09:15:27 ==> git version 2.24.3 found 09:15:27 ==> 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 09:15:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:15:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:15:27 ==> Jenkins CI detected. 09:15:27 project root: . 09:15:27 --> token set from env 09:15:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:15:27 ==> Running gcov in . (disable via -X gcov) 09:15:27 ==> Python coveragepy not found 09:15:27 ==> Searching for coverage reports in: 09:15:27 + . 09:15:27 -> Found 1 reports 09:15:27 ==> Detecting git/mercurial file structure 09:15:27 ==> Reading reports 09:15:27 + ./coverage.out bytes=599137 09:15:27 ==> Appending adjustments 09:15:27 https://docs.codecov.io/docs/fixing-reports 09:15:31 + Found adjustments 09:15:31 ==> Gzipping contents 09:15:31 88K /tmp/codecov.wA1eNF.gz 09:15:31 ==> Uploading reports 09:15:31 url: https://codecov.io 09:15:31 query: branch=PR-3202&commit=7e4b36505a1967a6a490424c350129e624223419&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 09:15:31 -> Pinging Codecov 09:15:31 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3202&commit=7e4b36505a1967a6a490424c350129e624223419&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 09:15:31 -> Uploading to 09:15:31 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/7e4b36505a1967a6a490424c350129e624223419/8cec960a-49ef-456b-aadd-a7385786e7c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T091531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fefe5f7b66272ddc60b937bc193f3beb266d26ed61e472fecad0cd50fc417f7 09:15:31 % Total % Received % Xferd Average Speed Time Time Time Current 09:15:31 Dload Upload Total Spent Left Speed 09:15:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89316 0 0 100 89316 0 167k --:--:-- --:--:-- --:--:-- 168k 09:15:31 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7e4b36505a1967a6a490424c350129e624223419 [Pipeline] } 09:15:31 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 09:15:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:15:34 ---> package-listing.sh 09:15:34 ++ facter osfamily 09:15:34 ++ tr '[:upper:]' '[:lower:]' 09:15:34 + OS_FAMILY=redhat 09:15:34 + workspace=/w/workspace/edgex-go/3 09:15:34 + START_PACKAGES=/tmp/packages_start.txt 09:15:34 + END_PACKAGES=/tmp/packages_end.txt 09:15:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:15:34 + PACKAGES=/tmp/packages_start.txt 09:15:34 + '[' /w/workspace/edgex-go/3 ']' 09:15:34 + PACKAGES=/tmp/packages_end.txt 09:15:34 + case "${OS_FAMILY}" in 09:15:34 + rpm -qa 09:15:34 + sort 09:15:39 + '[' -f /tmp/packages_start.txt ']' 09:15:39 + '[' -f /tmp/packages_end.txt ']' 09:15:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:15:39 + '[' /w/workspace/edgex-go/3 ']' 09:15:39 + mkdir -p /w/workspace/edgex-go/3/archives/ 09:15:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 09:15:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:15:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:15:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:40 09:15:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:15:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:40 alpine: Pulling from edgex-lftools-log-publisher 09:15:40 df20fa9351a1: Pulling fs layer 09:15:40 36b3adc4ff6f: Pulling fs layer 09:15:40 8ad3a11d3b57: Pulling fs layer 09:15:40 46f8f816bc3b: Pulling fs layer 09:15:40 93b61091891f: Pulling fs layer 09:15:40 93b9cdb0e59b: Pulling fs layer 09:15:40 5e14af77c1be: Pulling fs layer 09:15:40 01666e4c0597: Pulling fs layer 09:15:40 aa168da1d23b: Pulling fs layer 09:15:40 93b9cdb0e59b: Waiting 09:15:40 5e14af77c1be: Waiting 09:15:40 01666e4c0597: Waiting 09:15:40 aa168da1d23b: Waiting 09:15:40 46f8f816bc3b: Waiting 09:15:40 93b61091891f: Waiting 09:15:40 36b3adc4ff6f: Verifying Checksum 09:15:40 36b3adc4ff6f: Download complete 09:15:40 46f8f816bc3b: Verifying Checksum 09:15:40 46f8f816bc3b: Download complete 09:15:40 df20fa9351a1: Verifying Checksum 09:15:40 df20fa9351a1: Download complete 09:15:40 93b9cdb0e59b: Download complete 09:15:40 5e14af77c1be: Download complete 09:15:40 93b61091891f: Verifying Checksum 09:15:40 93b61091891f: Download complete 09:15:40 01666e4c0597: Verifying Checksum 09:15:40 01666e4c0597: Download complete 09:15:40 8ad3a11d3b57: Verifying Checksum 09:15:40 8ad3a11d3b57: Download complete 09:15:41 df20fa9351a1: Pull complete 09:15:41 36b3adc4ff6f: Pull complete 09:15:42 8ad3a11d3b57: Pull complete 09:15:42 46f8f816bc3b: Pull complete 09:15:42 93b61091891f: Pull complete 09:15:42 aa168da1d23b: Verifying Checksum 09:15:42 aa168da1d23b: Download complete 09:15:43 93b9cdb0e59b: Pull complete 09:15:44 5e14af77c1be: Pull complete 09:15:44 01666e4c0597: Pull complete 09:15:54 aa168da1d23b: Pull complete 09:15:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:15:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:15:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:15:54 prd-centos7-docker-4c-2g-27828 does not seem to be running inside a container 09:15:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:15:58 $ docker top d7ed69846a1eb60323840877c0c9072f4c4a28f7720231a17a89a817aa02549d -eo pid,comm [Pipeline] { [Pipeline] sh 09:15:58 + touch /tmp/pre-build-complete [Pipeline] sh 09:15:58 + mkdir -p /var/log/sa [Pipeline] sh 09:15:59 + ls /var/log/sa-host 09:15:59 + sadf -c /var/log/sa-host/sa23 09:15:59 file_magic: OK 09:15:59 HZ: Using current value: 100 09:15:59 file_header: OK 09:15:59 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 09:15:59 Statistics: 09:15:59 Hnuu...uuuununununu... 09:15:59 File successfully converted to sysstat format version 12.2.1 09:15:59 + sadf -c /var/log/sa-host/sa26 09:15:59 file_magic: OK 09:15:59 HZ: Using current value: 100 09:15:59 file_header: OK 09:15:59 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 09:15:59 Statistics: 09:15:59 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... 09:15:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:15:59 provisioning config files... 09:15:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3235731454558878310tmp [Pipeline] { [Pipeline] echo 09:15:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:15:59 ---> create-netrc.sh [Pipeline] } 09:15:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:16:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:16:00 ---> python-tools-install.sh [Pipeline] echo 09:16:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:16:00 ---> sudo-logs.sh 09:16:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:16:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:16:00 ---> job-cost.sh 09:16:00 lf-activate-venv: SKIPPING 09:16:00 DEBUG: total: 0.20999999344348907 09:16:00 INFO: Retrieving Stack Cost... 09:16:01 INFO: Retrieving Pricing Info for: v1-standard-2 09:16:02 INFO: Archiving Costs [Pipeline] echo 09:16:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:16:02 ---> logs-deploy.sh 09:16:02 lf-activate-venv: SKIPPING 09:16:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/3 09:16:02 INFO: archiving workspace using pattern(s): 09:16:04 Archives upload complete. 09:16:04 INFO: archiving logs to Nexus 09:16:05 ---> uname -a: 09:16:05 Linux prd-centos7-docker-4c-2g-27828.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:16:05 09:16:05 09:16:05 ---> lscpu: 09:16:05 Architecture: x86_64 09:16:05 CPU op-mode(s): 32-bit, 64-bit 09:16:05 Byte Order: Little Endian 09:16:05 Address sizes: 40 bits physical, 48 bits virtual 09:16:05 CPU(s): 4 09:16:05 On-line CPU(s) list: 0-3 09:16:05 Thread(s) per core: 1 09:16:05 Core(s) per socket: 1 09:16:05 Socket(s): 4 09:16:05 NUMA node(s): 1 09:16:05 Vendor ID: GenuineIntel 09:16:05 CPU family: 6 09:16:05 Model: 44 09:16:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:16:05 Stepping: 1 09:16:05 CPU MHz: 2933.436 09:16:05 BogoMIPS: 5866.87 09:16:05 Virtualization: VT-x 09:16:05 Hypervisor vendor: KVM 09:16:05 Virtualization type: full 09:16:05 L1d cache: 128 KiB 09:16:05 L1i cache: 128 KiB 09:16:05 L2 cache: 16 MiB 09:16:05 L3 cache: 64 MiB 09:16:05 NUMA node0 CPU(s): 0-3 09:16:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:16:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:16:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:16:05 Vulnerability Meltdown: Mitigation; PTI 09:16:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:16:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:16:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:16:05 Vulnerability Srbds: Not affected 09:16:05 Vulnerability Tsx async abort: Not affected 09:16:05 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 09:16:05 09:16:05 09:16:05 ---> nproc: 09:16:05 4 09:16:05 09:16:05 09:16:05 ---> df -h: 09:16:05 Filesystem Size Used Available Use% Mounted on 09:16:05 overlay 50.0G 12.2G 37.8G 24% / 09:16:05 tmpfs 64.0M 0 64.0M 0% /dev 09:16:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:16:05 shm 64.0M 0 64.0M 0% /dev/shm 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 09:16:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp 09:16:05 09:16:05 09:16:05 ---> free -m: 09:16:05 total used free shared buff/cache available 09:16:05 Mem: 1837 685 133 0 1018 1064 09:16:05 Swap: 1023 85 938 09:16:05 09:16:05 09:16:05 ---> ip addr: 09:16:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:16:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:16:05 inet 127.0.0.1/8 scope host lo 09:16:05 valid_lft forever preferred_lft forever 09:16:05 inet6 ::1/128 scope host 09:16:05 valid_lft forever preferred_lft forever 09:16:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:16:05 link/ether fa:16:3e:b6:cc:13 brd ff:ff:ff:ff:ff:ff 09:16:05 inet 10.30.122.23/23 brd 10.30.123.255 scope global dynamic eth0 09:16:05 valid_lft 84966sec preferred_lft 84966sec 09:16:05 inet6 fe80::f816:3eff:feb6:cc13/64 scope link 09:16:05 valid_lft forever preferred_lft forever 09:16:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:16:05 link/ether 02:42:aa:6f:1f:49 brd ff:ff:ff:ff:ff:ff 09:16:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:16:05 valid_lft forever preferred_lft forever 09:16:05 inet6 fe80::42:aaff:fe6f:1f49/64 scope link 09:16:05 valid_lft forever preferred_lft forever 09:16:05 09:16:05 09:16:05 ---> sar -b -r -n DEV: 09:16:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 09:16:05 09:16:05 08:52:00 LINUX RESTART (4 CPU) 09:16:05 09:16:05 08:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:16:05 08:54:01 218.69 106.32 112.36 0.00 11260.18 45354.44 0.00 09:16:05 08:55:01 276.55 106.19 170.36 0.00 4439.39 22456.80 0.00 09:16:05 08:56:01 149.59 60.28 89.32 0.00 2194.57 11477.63 0.00 09:16:05 08:57:03 161.19 48.93 112.25 0.00 7886.33 34864.27 0.00 09:16:05 08:58:01 2304.64 1906.47 398.17 0.00 185575.96 242118.23 0.00 09:16:05 08:59:02 1013.88 760.64 253.24 0.00 54488.86 79607.85 0.00 09:16:05 09:00:02 1255.30 882.92 372.38 0.00 105536.65 137411.14 0.00 09:16:05 09:01:02 1348.80 1003.79 345.01 0.00 84705.63 88301.30 0.00 09:16:05 09:02:01 87.35 31.46 55.89 0.00 3767.52 6905.14 0.00 09:16:05 09:03:01 3.10 1.53 1.57 0.00 27.32 28.10 0.00 09:16:05 09:04:01 1.58 1.33 0.25 0.00 101.30 2.70 0.00 09:16:05 09:05:01 0.45 0.28 0.17 0.00 5.73 1.77 0.00 09:16:05 09:06:01 0.22 0.02 0.20 0.00 0.27 2.22 0.00 09:16:05 09:07:01 0.33 0.10 0.23 0.00 2.00 1.93 0.00 09:16:05 09:08:01 2.61 1.78 0.83 0.00 167.49 16.07 0.00 09:16:05 09:09:01 0.30 0.03 0.27 0.00 0.80 3.13 0.00 09:16:05 09:10:01 0.22 0.02 0.20 0.00 0.13 1.92 0.00 09:16:05 09:11:01 0.20 0.03 0.17 0.00 0.27 1.65 0.00 09:16:05 09:12:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 09:16:05 09:13:01 0.27 0.02 0.25 0.00 0.53 2.60 0.00 09:16:05 09:14:01 0.23 0.07 0.17 0.00 0.67 1.65 0.00 09:16:05 09:15:01 0.30 0.07 0.23 0.00 0.67 2.12 0.00 09:16:05 Average: 308.16 221.42 86.74 0.00 20744.26 30206.83 0.00 09:16:05 09:16:05 08:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:16:05 08:54:01 182152 0 694496 36.91 2196 1002700 1334620 45.55 535208 927056 33708 09:16:05 08:55:01 96008 0 831496 44.19 1236 952804 1605192 54.78 665036 837800 85752 09:16:05 08:56:01 230020 0 798160 42.42 680 852684 1776820 60.64 622568 735044 63700 09:16:05 08:57:03 114504 0 737836 39.21 184 1029020 1250348 42.67 539296 951596 331480 09:16:05 08:58:01 77680 0 813376 43.23 8 990480 2124224 72.50 669888 910124 89844 09:16:05 08:59:02 249416 0 806316 42.85 8 825804 2787144 95.12 613912 762680 8 09:16:05 09:00:02 69456 0 759004 40.34 8 1053076 2076856 70.88 719044 835564 30972 09:16:05 09:01:02 302760 0 837540 44.51 8 741236 2823784 96.37 629592 699128 2996 09:16:05 09:02:01 491200 0 603588 32.08 8 786748 1196068 40.82 385108 766992 8 09:16:05 09:03:01 494232 0 600104 31.89 8 787200 1165272 39.77 385384 764900 8 09:16:05 09:04:01 491768 0 599516 31.86 8 790252 1165272 39.77 385244 767952 16 09:16:05 09:05:01 491148 0 600144 31.90 8 790244 1165280 39.77 385500 768112 20 09:16:05 09:06:01 491620 0 599644 31.87 8 790272 1165140 39.76 384448 768136 12 09:16:05 09:07:01 491768 0 599508 31.86 8 790260 1184496 40.42 384696 768136 8 09:16:05 09:08:01 483496 0 603444 32.07 8 794596 1165224 39.77 390800 769488 8 09:16:05 09:09:01 484244 0 602708 32.03 8 794584 1165140 39.76 390352 769488 8 09:16:05 09:10:01 484328 0 602596 32.03 8 794612 1165176 39.77 390488 769516 8 09:16:05 09:11:01 484252 0 602668 32.03 8 794616 1165140 39.76 390364 769520 8 09:16:05 09:12:01 484128 0 602780 32.04 8 794628 1165140 39.76 390492 769524 8 09:16:05 09:13:01 484272 0 602644 32.03 8 794620 1165212 39.77 390444 769524 8 09:16:05 09:14:01 484220 0 602676 32.03 8 794640 1165140 39.76 390488 769560 8 09:16:05 09:15:01 484368 0 602520 32.02 8 794648 1165140 39.76 390388 769576 8 09:16:05 Average: 370320 0 668307 35.52 202 842715 1460992 49.86 474034 791792 29027 09:16:05 09:16:05 08:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:16:05 08:54:01 eth0 1203.66 1214.78 5849.12 138.21 0.00 0.00 0.00 0.00 09:16:05 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:54:01 docker0 898.30 822.55 72.95 2683.98 0.00 0.00 0.00 0.00 09:16:05 08:55:01 veth4925fef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 08:55:01 eth0 252.74 199.30 870.02 28.65 0.00 0.00 0.00 0.00 09:16:05 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:55:01 docker0 177.45 213.69 13.15 835.45 0.00 0.00 0.00 0.00 09:16:05 08:56:01 veth4925fef 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 09:16:05 08:56:01 eth0 39.27 27.86 22.14 71.48 0.00 0.00 0.00 0.00 09:16:05 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:56:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 09:16:05 08:57:03 eth0 213.31 160.65 1670.38 77.94 0.00 0.00 0.00 0.00 09:16:05 08:57:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:57:03 vethfd296d3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 08:57:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:58:01 eth0 60.30 43.30 171.57 12.26 0.00 0.00 0.00 0.00 09:16:05 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:58:01 vethfd296d3 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 08:58:01 docker0 30.65 36.78 1.94 151.04 0.00 0.00 0.00 0.00 09:16:05 08:59:02 veth7d0e674 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:59:02 vethf66c730 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 08:59:02 vethca27c3e 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 08:59:02 veth3448296 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 09:00:02 veth1ac2f8d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 09:00:02 veth820af22 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 09:00:02 eth0 3117.17 2471.89 13738.08 522.06 0.00 0.00 0.00 0.00 09:16:05 09:00:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:01:02 vethd9cee14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:01:02 vethf4753e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:01:02 vethc92caba 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:16:05 09:01:02 eth0 100.08 66.92 165.72 85.40 0.00 0.00 0.00 0.00 09:16:05 09:02:01 eth0 31.72 15.07 93.07 7.62 0.00 0.00 0.00 0.00 09:16:05 09:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:02:01 docker0 1181.99 1222.36 92.90 4442.67 0.00 0.00 0.00 0.00 09:16:05 09:03:01 eth0 1.47 0.62 0.81 0.29 0.00 0.00 0.00 0.00 09:16:05 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:04:01 eth0 2.28 0.30 0.44 0.17 0.00 0.00 0.00 0.00 09:16:05 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:05:01 eth0 1.00 0.62 0.54 0.40 0.00 0.00 0.00 0.00 09:16:05 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:06:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 09:16:05 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:07:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:08:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:16:05 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:10:01 eth0 0.23 0.22 0.10 0.02 0.00 0.00 0.00 0.00 09:16:05 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:11:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:12:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:13:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 09:16:05 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:14:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:15:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:16:05 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 Average: eth0 99.87 87.37 486.59 24.04 0.00 0.00 0.00 0.00 09:16:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:16:05 Average: docker0 52.93 54.74 4.16 198.95 0.00 0.00 0.00 0.00 09:16:05 09:16:05 09:16:05 ---> sar -P ALL: 09:16:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 09:16:05 09:16:05 08:52:00 LINUX RESTART (4 CPU) 09:16:05 09:16:05 08:53:01 CPU %user %nice %system %iowait %steal %idle 09:16:05 08:54:01 all 15.21 0.00 6.19 1.69 0.10 76.81 09:16:05 08:54:01 0 15.38 0.00 7.26 2.13 0.09 75.15 09:16:05 08:54:01 1 19.34 0.00 6.29 2.44 0.14 71.79 09:16:05 08:54:01 2 12.16 0.00 5.42 1.48 0.09 80.85 09:16:05 08:54:01 3 13.98 0.00 5.80 0.70 0.10 79.42 09:16:05 08:55:01 all 27.93 0.00 7.53 6.36 0.12 58.05 09:16:05 08:55:01 0 27.42 0.00 7.54 6.45 0.12 58.47 09:16:05 08:55:01 1 27.61 0.00 7.59 6.71 0.12 57.98 09:16:05 08:55:01 2 28.25 0.00 7.71 5.30 0.10 58.64 09:16:05 08:55:01 3 28.45 0.00 7.30 6.99 0.14 57.11 09:16:05 08:56:01 all 51.21 0.00 10.55 4.29 0.11 33.85 09:16:05 08:56:01 0 49.36 0.00 10.16 6.57 0.10 33.81 09:16:05 08:56:01 1 53.51 0.00 11.06 3.48 0.10 31.85 09:16:05 08:56:01 2 51.24 0.00 10.81 2.20 0.09 35.67 09:16:05 08:56:01 3 50.74 0.00 10.16 4.91 0.14 34.05 09:16:05 08:57:03 all 29.41 0.00 9.24 5.48 0.09 55.77 09:16:05 08:57:03 0 30.68 0.00 8.95 5.27 0.10 54.99 09:16:05 08:57:03 1 29.82 0.00 9.54 6.78 0.08 53.78 09:16:05 08:57:03 2 27.80 0.00 9.51 5.06 0.12 57.52 09:16:05 08:57:03 3 29.35 0.00 8.97 4.81 0.07 56.79 09:16:05 08:58:01 all 19.73 0.00 18.01 31.69 0.26 30.31 09:16:05 08:58:01 0 19.30 0.00 17.54 29.85 0.30 33.01 09:16:05 08:58:01 1 19.49 0.00 17.97 34.61 0.32 27.60 09:16:05 08:58:01 2 20.00 0.00 18.13 29.57 0.23 32.07 09:16:05 08:58:01 3 20.13 0.00 18.39 32.75 0.20 28.54 09:16:05 08:59:02 all 51.70 0.00 12.08 19.08 0.10 17.05 09:16:05 08:59:02 0 50.83 0.00 11.98 19.96 0.14 17.09 09:16:05 08:59:02 1 51.59 0.00 12.49 18.20 0.10 17.62 09:16:05 08:59:02 2 52.18 0.00 11.79 21.18 0.08 14.77 09:16:05 08:59:02 3 52.17 0.00 12.05 16.97 0.07 18.74 09:16:05 09:00:02 all 29.38 0.00 14.26 31.07 0.14 25.15 09:16:05 09:00:02 0 27.66 0.00 13.85 29.53 0.14 28.82 09:16:05 09:00:02 1 30.60 0.00 14.26 31.73 0.15 23.26 09:16:05 09:00:02 2 29.00 0.00 14.25 30.79 0.14 25.83 09:16:05 09:00:02 3 30.28 0.00 14.69 32.24 0.12 22.67 09:16:05 09:01:02 all 29.17 0.00 12.47 33.95 0.19 24.22 09:16:05 09:01:02 0 29.98 0.00 11.88 36.79 0.21 21.14 09:16:05 09:01:02 1 26.97 0.00 12.92 32.17 0.21 27.74 09:16:05 09:01:02 2 30.14 0.00 12.18 34.40 0.17 23.11 09:16:05 09:01:02 3 29.60 0.00 12.90 32.42 0.18 24.91 09:16:05 09:02:01 all 7.64 0.00 2.38 1.93 0.03 88.02 09:16:05 09:02:01 0 7.42 0.00 2.39 3.24 0.02 86.93 09:16:05 09:02:01 1 7.44 0.00 2.55 1.79 0.02 88.20 09:16:05 09:02:01 2 7.13 0.00 2.42 1.46 0.05 88.93 09:16:05 09:02:01 3 8.57 0.00 2.17 1.23 0.02 88.01 09:16:05 09:03:01 all 0.15 0.00 0.03 0.03 0.00 99.78 09:16:05 09:03:01 0 0.05 0.00 0.03 0.03 0.02 99.87 09:16:05 09:03:01 1 0.02 0.00 0.02 0.03 0.00 99.93 09:16:05 09:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:16:05 09:03:01 3 0.52 0.00 0.03 0.07 0.00 99.38 09:16:05 09:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:16:05 09:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:16:05 09:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:04:01 2 0.03 0.00 0.03 0.02 0.00 99.92 09:16:05 09:04:01 3 0.52 0.00 0.00 0.00 0.00 99.48 09:16:05 09:16:05 09:04:01 CPU %user %nice %system %iowait %steal %idle 09:16:05 09:05:01 all 0.16 0.00 0.02 0.01 0.00 99.81 09:16:05 09:05:01 0 0.03 0.00 0.02 0.05 0.00 99.90 09:16:05 09:05:01 1 0.08 0.00 0.02 0.00 0.02 99.88 09:16:05 09:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:05:01 3 0.50 0.00 0.02 0.00 0.00 99.48 09:16:05 09:06:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:16:05 09:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:06:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:16:05 09:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:16:05 09:06:01 3 0.50 0.00 0.02 0.00 0.00 99.48 09:16:05 09:07:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:16:05 09:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:16:05 09:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:16:05 09:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:16:05 09:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 09:16:05 09:08:01 all 0.09 0.00 0.05 0.03 0.00 99.83 09:16:05 09:08:01 0 0.02 0.00 0.07 0.07 0.00 99.85 09:16:05 09:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:16:05 09:08:01 2 0.05 0.00 0.07 0.03 0.00 99.85 09:16:05 09:08:01 3 0.25 0.00 0.05 0.00 0.00 99.70 09:16:05 09:09:01 all 0.03 0.00 0.01 0.00 0.00 99.96 09:16:05 09:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:16:05 09:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 09:16:05 09:10:01 all 0.15 0.00 0.02 0.00 0.00 99.82 09:16:05 09:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:16:05 09:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:16:05 09:10:01 3 0.52 0.00 0.03 0.02 0.00 99.43 09:16:05 09:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:16:05 09:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:11:01 2 0.02 0.00 0.03 0.02 0.00 99.93 09:16:05 09:11:01 3 0.50 0.00 0.02 0.00 0.00 99.48 09:16:05 09:12:01 all 0.15 0.00 0.02 0.00 0.00 99.84 09:16:05 09:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:16:05 09:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:16:05 09:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 09:16:05 09:13:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:16:05 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:16:05 09:13:01 3 0.50 0.00 0.00 0.00 0.00 99.50 09:16:05 09:14:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:16:05 09:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:16:05 09:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:16:05 09:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:16:05 09:14:01 3 0.50 0.00 0.03 0.00 0.00 99.47 09:16:05 09:15:01 all 0.15 0.00 0.01 0.01 0.00 99.83 09:16:05 09:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:16:05 09:15:01 1 0.03 0.00 0.02 0.02 0.00 99.93 09:16:05 09:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:16:05 09:15:01 3 0.52 0.00 0.02 0.02 0.00 99.45 09:16:05 09:16:05 Average: CPU %user %nice %system %iowait %steal %idle 09:16:05 Average: all 11.76 0.00 4.13 5.99 0.05 78.06 09:16:05 Average: 0 11.56 0.00 4.09 6.20 0.06 78.10 09:16:05 Average: 1 11.92 0.00 4.22 6.10 0.06 77.70 09:16:05 Average: 2 11.56 0.00 4.12 5.83 0.05 78.45 09:16:05 Average: 3 12.01 0.00 4.10 5.84 0.05 78.00 09:16:05 09:16:05 09:16:05