Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from feceee52b67c986ed78c3711126a3ae755cb7ff3+8a69c127c9b04e641d44d2e92838084644d97324 (9bc1f09f1b2e4e89edd9afce8f7ada9825dd7c12) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29457’ Running on prd-centos7-docker-4c-2g-29464 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:48:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:48:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:48:06 ========================================================= 04:48:06 EdgeX Global Pipelines Version Info 04:48:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 # timeout=10 04:48:08 ------------------- 04:48:08 stable info: 04:48:08 ------------------- 04:48:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:48:08 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:48:08 Message: update stable to v1.0.184 04:48:09 ------------------- 04:48:09 experimental info: 04:48:09 ------------------- 04:48:09 Commited By: **** collab-it+edgex@linuxfoundation.org 04:48:09 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:48:09 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:48:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:48:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:48:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:48:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:48:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:48:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:48:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = feceee52b67c986ed78c3711126a3ae755cb7ff3 [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = feceee5 [Pipeline] echo 04:48:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:48:12 provisioning config files... 04:48:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config354790119377552847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:48:13 ---> docker-login.sh 04:48:13 nexus3.edgexfoundry.org:10001 04:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:13 Configure a credential helper to remove this warning. See 04:48:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:13 04:48:13 Login Succeeded 04:48:13 nexus3.edgexfoundry.org:10002 04:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:13 Configure a credential helper to remove this warning. See 04:48:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:13 04:48:13 Login Succeeded 04:48:13 nexus3.edgexfoundry.org:10003 04:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:13 Configure a credential helper to remove this warning. See 04:48:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:13 04:48:13 Login Succeeded 04:48:13 nexus3.edgexfoundry.org:10004 04:48:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:14 Configure a credential helper to remove this warning. See 04:48:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:14 04:48:14 Login Succeeded 04:48:14 docker.io 04:48:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:14 Configure a credential helper to remove this warning. See 04:48:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:14 04:48:14 Login Succeeded 04:48:14 ---> docker-login.sh ends [Pipeline] } 04:48:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:48:14 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/core-command/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo core-command,cmd/core-command/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/core-data/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo core-data,cmd/core-data/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/core-metadata/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo core-metadata,cmd/core-metadata/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/security-bootstrapper/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/security-proxy-setup/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/support-notifications/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo support-notifications,cmd/support-notifications/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/support-scheduler/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:48:14 + for file in '`ls cmd/**/Dockerfile`' 04:48:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:48:14 ++ cut -d/ -f2 04:48:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:48:14 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 04:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:48:15 04:48:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:48:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:48:16 latest: Pulling from edgex-devops/git-semver 04:48:16 31603596830f: Pulling fs layer 04:48:16 2a8b12db71e7: Pulling fs layer 04:48:16 6ca5941a6612: Pulling fs layer 04:48:16 ecc8261a40a4: Pulling fs layer 04:48:16 ecc8261a40a4: Waiting 04:48:16 2a8b12db71e7: Verifying Checksum 04:48:16 2a8b12db71e7: Download complete 04:48:16 31603596830f: Download complete 04:48:16 ecc8261a40a4: Verifying Checksum 04:48:16 ecc8261a40a4: Download complete 04:48:16 6ca5941a6612: Verifying Checksum 04:48:16 6ca5941a6612: Download complete 04:48:16 31603596830f: Pull complete 04:48:16 2a8b12db71e7: Pull complete 04:48:17 6ca5941a6612: Pull complete 04:48:17 ecc8261a40a4: Pull complete 04:48:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:48:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:48:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:48:17 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 04:48:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:48:20 $ docker top e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:48:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:48:20 [ssh-agent] Looking for ssh-agent implementation... 04:48:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:48:21 $ docker exec e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent 04:48:21 SSH_AUTH_SOCK=/tmp/ssh-O3wsrrd71ZhL/agent.11 04:48:21 SSH_AGENT_PID=16 04:48:21 Running ssh-add (command line suppressed) 04:48:21 Identity added: /w/workspace/edgex-go/16@tmp/private_key_6162223483341405912.key (/w/workspace/edgex-go/16@tmp/private_key_6162223483341405912.key) 04:48:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:48:21 + git tag --points-at HEAD [Pipeline] } 04:48:21 $ docker exec --env ******** --env ******** e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent -k 04:48:22 unset SSH_AUTH_SOCK; 04:48:22 unset SSH_AGENT_PID; 04:48:22 echo Agent pid 16 killed; 04:48:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:48:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:48:22 [ssh-agent] Looking for ssh-agent implementation... 04:48:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:48:22 $ docker exec e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent 04:48:22 SSH_AUTH_SOCK=/tmp/ssh-LcMq4oMXoa1M/agent.47 04:48:22 SSH_AGENT_PID=52 04:48:22 Running ssh-add (command line suppressed) 04:48:22 Identity added: /w/workspace/edgex-go/16@tmp/private_key_2761181073468637267.key (/w/workspace/edgex-go/16@tmp/private_key_2761181073468637267.key) 04:48:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:48:23 + git semver init 04:48:23 # -> Open(): unable to determine branch for HEAD 04:48:23 # $GIT_DIR = /w/workspace/edgex-go/16/.git 04:48:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 04:48:23 # $SEMVER_REMOTE_NAME = origin 04:48:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:48:23 # $SEMVER_USER_NAME = edgex-jenkins 04:48:23 # $SEMVER_BRANCH = PR-3209 04:48:23 # $SEMVER_TEMP = /tmp/semver-093271425 04:48:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:49:01 # '/tmp/semver-093271425' -> '/w/workspace/edgex-go/16/.semver' 04:49:01 # -> Force: false 04:49:01 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 04:49:02 $ docker exec --env ******** --env ******** e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 ssh-agent -k 04:49:02 unset SSH_AUTH_SOCK; 04:49:02 unset SSH_AGENT_PID; 04:49:02 echo Agent pid 52 killed; 04:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:49:02 + git semver [Pipeline] } 04:49:02 $ docker stop --time=1 e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 04:49:04 $ docker rm -f e750af60675862b093d61e474a0d8d034ccd6948c56170983800bd5d0c912660 [Pipeline] // withDockerContainer [Pipeline] sh 04:49:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:49:05 Stashed 1 file(s) [Pipeline] echo 04:49:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:49:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:49:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:49:07 + sudo service docker restart 04:49:07 + true 04:49:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:49:08 ========================================================= 04:49:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:49:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:49:08 + 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 . 04:49:12 Sending build context to Docker daemon 328.4MB 04:49:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:49:12 Step 2/6 : FROM ${BASE} 04:49:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:49:12 188c0c94c7c5: Pulling fs layer 04:49:12 0ef7d3d256c8: Pulling fs layer 04:49:12 de9db76c5a1d: Pulling fs layer 04:49:12 bca2f99d35d6: Pulling fs layer 04:49:12 93359f2a8cfa: Pulling fs layer 04:49:12 7c6f9722023f: Pulling fs layer 04:49:12 a35cf1a2eb13: Pulling fs layer 04:49:12 93359f2a8cfa: Waiting 04:49:12 7c6f9722023f: Waiting 04:49:12 a35cf1a2eb13: Waiting 04:49:12 bca2f99d35d6: Waiting 04:49:12 de9db76c5a1d: Verifying Checksum 04:49:12 de9db76c5a1d: Download complete 04:49:12 0ef7d3d256c8: Download complete 04:49:12 93359f2a8cfa: Download complete 04:49:12 7c6f9722023f: Download complete 04:49:13 188c0c94c7c5: Verifying Checksum 04:49:13 188c0c94c7c5: Download complete 04:49:13 188c0c94c7c5: Pull complete 04:49:13 0ef7d3d256c8: Pull complete 04:49:13 de9db76c5a1d: Pull complete 04:49:15 a35cf1a2eb13: Download complete 04:49:17 bca2f99d35d6: Verifying Checksum 04:49:17 bca2f99d35d6: Download complete 04:49:21 Still waiting to schedule task 04:49:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:49:22 bca2f99d35d6: Pull complete 04:49:22 93359f2a8cfa: Pull complete 04:49:22 7c6f9722023f: Pull complete 04:49:28 a35cf1a2eb13: Pull complete 04:49:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:49:28 ---> a62c8e92a672 04:49:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:49:28 ---> Running in 9e916b22fcd1 04:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:49:30 (1/12) Installing libmagic (5.38-r0) 04:49:30 (2/12) Installing file (5.38-r0) 04:49:30 (3/12) Installing libc-dev (0.7.2-r3) 04:49:30 (4/12) Installing g++ (9.3.0-r2) 04:49:57 (5/12) Installing fortify-headers (1.1-r0) 04:49:57 (6/12) Installing patch (2.7.6-r6) 04:49:57 (7/12) Installing build-base (0.5-r2) 04:49:57 (8/12) Installing libsodium (1.0.18-r0) 04:49:57 (9/12) Installing pkgconf (1.7.2-r0) 04:49:57 (10/12) Installing libsodium-dev (1.0.18-r0) 04:49:57 (11/12) Installing libzmq (4.3.3-r0) 04:49:57 (12/12) Installing zeromq-dev (4.3.3-r0) 04:49:57 Executing busybox-1.31.1-r19.trigger 04:49:57 OK: 233 MiB in 51 packages 04:49:58 Removing intermediate container 9e916b22fcd1 04:49:58 ---> 04d50c154add 04:49:58 Step 4/6 : WORKDIR /edgex-go 04:49:58 ---> Running in deba1d3ac48e 04:49:58 Removing intermediate container deba1d3ac48e 04:49:58 ---> 53c44dbb0096 04:49:58 Step 5/6 : COPY go.mod . 04:49:59 ---> 861def644887 04:49:59 Step 6/6 : RUN go mod download 04:49:59 ---> Running in 31f1456ad474 04:50:25 Removing intermediate container 31f1456ad474 04:50:25 ---> c21ad0dda80c 04:50:25 Successfully built c21ad0dda80c 04:50:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:50:26 + docker inspect -f . ci-base-image-x86_64 04:50:26 . [Pipeline] withDockerContainer 04:50:26 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 04:50:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:50:27 $ docker top e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:27 + go version 04:50:27 go version go1.15.5 linux/amd64 [Pipeline] } 04:50:27 $ docker stop --time=1 e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c 04:50:29 $ docker rm -f e47c0b24aaeeb25977eaac4bdde55a78dc0d33e9b64b885ba290fb521b99ea3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:29 + docker inspect -f . ci-base-image-x86_64 04:50:29 . [Pipeline] withDockerContainer 04:50:30 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 04:50:30 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:50:30 $ docker top ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 -eo pid,comm [Pipeline] { [Pipeline] echo 04:50:31 ========================================================= 04:50:31 [edgeXBuildGoParallel] Running Tests and Build... 04:50:31 ========================================================= [Pipeline] sh 04:50:31 + make test 04:50:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:50:39 ? github.com/edgexfoundry/edgex-go [no test files] 04:50:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:51:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:51:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:51:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:51:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:51:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:51:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:51:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:51:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:51:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:51:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.133s coverage: 45.9% of statements 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:51:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:51:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 04:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:51:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:51:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.024s coverage: 58.8% of statements 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:51:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 04:51:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 04:51:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.057s coverage: 94.4% of statements 04:51:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements 04:51:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.077s coverage: 81.4% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 62.4% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 69.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 38.4% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 87.1% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 29.1% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.102s coverage: 96.5% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:51:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 04:51:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 04:51:45 GO111MODULE=on go vet ./... 04:52:12 gofmt -l . 04:52:12 [ "`gofmt -l .`" = "" ] 04:52:12 ./bin/test-go-mod-tidy.sh 04:52:12 ./bin/test-attribution-txt.sh [Pipeline] sh 04:52:13 + ls -al . 04:52:13 total 740 04:52:13 drwxrwxr-x 10 1001 1001 4096 Mar 11 04:52 . 04:52:13 drwxr-xr-x 4 root root 30 Mar 11 04:50 .. 04:52:13 -rw-rw-r-- 1 1001 1001 11 Mar 11 04:48 .dockerignore 04:52:13 drwxrwxr-x 8 1001 1001 179 Mar 11 04:48 .git 04:52:13 drwxrwxr-x 3 1001 1001 125 Mar 11 04:48 .github 04:52:13 -rw-rw-r-- 1 1001 1001 818 Mar 11 04:48 .gitignore 04:52:13 drwx------ 3 1001 1001 60 Mar 11 04:48 .semver 04:52:13 -rw-rw-r-- 1 1001 1001 166 Mar 11 04:48 .sonarcloud.properties 04:52:13 -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:48 Attribution.txt 04:52:13 -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:48 CONTRIBUTING.md 04:52:13 -rw-rw-r-- 1 1001 1001 931 Mar 11 04:48 Dockerfile.build 04:52:13 -rw-rw-r-- 1 1001 1001 863 Mar 11 04:48 Jenkinsfile 04:52:13 -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:48 LICENSE 04:52:13 -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:48 Makefile 04:52:13 -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:48 README.md 04:52:13 -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:48 SECURITY.md 04:52:13 -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION 04:52:13 -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:48 ZMQWindows.md 04:52:13 drwxrwxr-x 2 1001 1001 117 Mar 11 04:48 bin 04:52:13 drwxrwxr-x 14 1001 1001 4096 Mar 11 04:48 cmd 04:52:13 -rw-r--r-- 1 root root 628838 Mar 11 04:51 coverage.out 04:52:13 -rw-r--r-- 1 root root 1055 Mar 11 04:52 go.mod 04:52:13 -rw-r--r-- 1 root root 22099 Mar 11 04:52 go.sum 04:52:13 drwxrwxr-x 8 1001 1001 127 Mar 11 04:48 internal 04:52:13 drwxrwxr-x 4 1001 1001 26 Mar 11 04:48 openapi 04:52:13 drwxrwxr-x 4 1001 1001 71 Mar 11 04:48 snap 04:52:13 -rw-rw-r-- 1 1001 1001 168 Mar 11 04:48 version.go [Pipeline] sh 04:52:13 + '[' -e coverage.out ] 04:52:13 + chown 1001:1001 coverage.out [Pipeline] stash 04:52:13 Stashed 1 file(s) [Pipeline] sh 04:52:13 + make build 04:52:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:52: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 04:52: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 04:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:52: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 04:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:52: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 04:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:52:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:52:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:52:39 $ docker stop --time=1 ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 04:52:41 $ docker rm -f ad1408563ea682e8b2043b4ec220e0cda1439ca011fe2892cb7accfa53e7feb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:52:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:52:43 04:52:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:52:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:52:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29468 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { 04:52:44 latest: Pulling from edgex-devops/edgex-compose 04:52:44 cbdbe7a5bc2a: Pulling fs layer 04:52:44 ca9280d653b3: Pulling fs layer 04:52:44 7e9c9ca2126c: Pulling fs layer [Pipeline] ws 04:52:44 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 04:52:44 cbdbe7a5bc2a: Download complete 04:52:45 cbdbe7a5bc2a: Pull complete 04:52:46 ca9280d653b3: Verifying Checksum 04:52:46 ca9280d653b3: Download complete 04:52:47 ca9280d653b3: Pull complete 04:52:49 using credential edgex-jenkins-ssh 04:52:49 Cloning the remote Git repository 04:52:49 7e9c9ca2126c: Verifying Checksum 04:52:49 7e9c9ca2126c: Download complete 04:52:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:52:49 > git init /w/workspace/edgex-go/16 # timeout=10 04:52:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:52:49 > git --version # timeout=10 04:52:49 > git --version # 'git version 2.17.1' 04:52:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:52:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:52:56 7e9c9ca2126c: Pull complete 04:52:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:52:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:52:56 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 04:52:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:52:59 $ docker top 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad -eo pid,comm [Pipeline] { [Pipeline] sh 04:52:59 + docker-compose build --help 04:52:59 + grep parallel 04:53:00 --parallel Build images in parallel. [Pipeline] } 04:53:00 $ docker stop --time=1 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad 04:53:02 $ docker rm -f 943b93d8eaa91a6a58f540c8d3c14d946857e544c11a4f6a335171b2914c8dad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:53:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:53:02 . [Pipeline] withDockerContainer 04:53:03 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 04:53:03 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:53:03 $ docker top 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:04 + docker-compose -f ./docker-compose-build.yml build --parallel 04:53:05 Building docker-core-command-go ... 04:53:05 Building docker-core-data-go ... 04:53:05 Building docker-core-metadata-go ... 04:53:05 Building docker-security-bootstrapper-go ... 04:53:05 Building docker-security-proxy-setup-go ... 04:53:05 Building docker-security-secretstore-setup-go ... 04:53:05 Building docker-support-notifications-go ... 04:53:05 Building docker-support-scheduler-go ... 04:53:05 Building docker-sys-mgmt-agent-go ... 04:53:05 Building docker-core-command-go 04:53:05 Building docker-security-bootstrapper-go 04:53:05 Building docker-support-notifications-go 04:53:05 Building docker-support-scheduler-go 04:53:05 Building docker-security-secretstore-setup-go 04:53:12 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 04:53:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:53:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:53:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:53:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:53:11 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:53:12 > git config core.sparsecheckout # timeout=10 04:53:12 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 04:53:14 Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 04:53:14 Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) 04:53:14 > git remote # timeout=10 04:53:14 > git config --get remote.origin.url # timeout=10 04:53:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:53:14 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 04:53:14 > git rev-parse HEAD^{commit} # timeout=10 04:53:14 > git config core.sparsecheckout # timeout=10 04:53:14 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 04:53:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:53:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:53:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:53:20 + true 04:53:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:53:22 provisioning config files... 04:53:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config234720513323454699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:53:23 ---> docker-login.sh 04:53:23 nexus3.edgexfoundry.org:10001 04:53:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:24 Configure a credential helper to remove this warning. See 04:53:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:24 04:53:24 Login Succeeded 04:53:24 nexus3.edgexfoundry.org:10002 04:53:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:25 Configure a credential helper to remove this warning. See 04:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:25 04:53:25 Login Succeeded 04:53:25 nexus3.edgexfoundry.org:10003 04:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:25 Configure a credential helper to remove this warning. See 04:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:25 04:53:25 Login Succeeded 04:53:25 nexus3.edgexfoundry.org:10004 04:53:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:26 Configure a credential helper to remove this warning. See 04:53:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:26 04:53:26 Login Succeeded 04:53:26 docker.io 04:53:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:53:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:53:26 Configure a credential helper to remove this warning. See 04:53:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:53:26 04:53:26 Login Succeeded 04:53:26 ---> docker-login.sh ends [Pipeline] } 04:53:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:53:27 ========================================================= 04:53:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:53:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:53:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:53:30 Sending build context to Docker daemon 166.7MB 04:53:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:53:30 Step 2/6 : FROM ${BASE} 04:53:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:53:30 5f621e34cdf4: Pulling fs layer 04:53:30 a4357932f1b6: Pulling fs layer 04:53:30 18c013af1878: Pulling fs layer 04:53:30 00ac8860ef70: Pulling fs layer 04:53:30 63d7cb157983: Pulling fs layer 04:53:30 b116817d02f9: Pulling fs layer 04:53:30 745a02a5169b: Pulling fs layer 04:53:30 00ac8860ef70: Waiting 04:53:30 63d7cb157983: Waiting 04:53:30 b116817d02f9: Waiting 04:53:30 745a02a5169b: Waiting 04:53:30 18c013af1878: Verifying Checksum 04:53:30 18c013af1878: Download complete 04:53:30 a4357932f1b6: Download complete 04:53:30 63d7cb157983: Verifying Checksum 04:53:30 63d7cb157983: Download complete 04:53:30 b116817d02f9: Download complete 04:53:30 5f621e34cdf4: Verifying Checksum 04:53:30 5f621e34cdf4: Download complete 04:53:31 5f621e34cdf4: Pull complete 04:53:31 a4357932f1b6: Pull complete 04:53:32 18c013af1878: Pull complete 04:53:34 00ac8860ef70: Verifying Checksum 04:53:34 00ac8860ef70: Download complete 04:53:35 745a02a5169b: Verifying Checksum 04:53:35 745a02a5169b: Download complete 04:53:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:53:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:53:38 ---> c21ad0dda80c 04:53:38 Step 3/22 : WORKDIR /edgex-go 04:53:38 ---> Running in 95af71fafd0d 04:53:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:53:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:53:38 ---> c21ad0dda80c 04:53:38 Step 3/22 : WORKDIR /edgex-go 04:53:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:53:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:53:38 ---> c21ad0dda80c 04:53:38 Step 3/31 : WORKDIR /edgex-go 04:53:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:53:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:53:38 ---> c21ad0dda80c 04:53:38 Step 3/24 : WORKDIR /edgex-go 04:53:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:53:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:53:38 ---> c21ad0dda80c 04:53:38 Step 3/23 : WORKDIR /edgex-go 04:53:38 ---> Running in ff73b3cd5416 04:53:38 ---> Running in a4acd4b54f87 04:53:38 ---> Running in e5218efc6232 04:53:38 ---> Running in d4e62cdcdf00 04:53:38 Removing intermediate container e5218efc6232 04:53:38 ---> 49947154eb65 04:53:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:38 Removing intermediate container a4acd4b54f87 04:53:38 ---> 22f7cc5618fc 04:53:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:38 Removing intermediate container ff73b3cd5416 04:53:38 ---> 140d7fc1f8d9 04:53:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:38 ---> Running in dd65d730439b 04:53:38 Removing intermediate container 95af71fafd0d 04:53:38 ---> c9f18c6a29a6 04:53:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:38 Removing intermediate container d4e62cdcdf00 04:53:38 ---> 4286bb0e7143 04:53:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:53:38 ---> Running in 4591007fbdca 04:53:38 ---> Running in 98d8ac4d181f 04:53:38 ---> Running in 9c553be21297 04:53:38 ---> Running in 99e51ecb7f43 04:53:40 Removing intermediate container 4591007fbdca 04:53:40 ---> 8367c7eff324 04:53:40 Step 5/24 : RUN apk add --update --no-cache make git 04:53:40 Removing intermediate container dd65d730439b 04:53:40 ---> 12dfdc3595d4 04:53:40 Step 5/23 : RUN apk add --update --no-cache make git 04:53:40 ---> Running in 50d66196d8f1 04:53:40 ---> Running in 865c37ccaee1 04:53:41 Removing intermediate container 98d8ac4d181f 04:53:41 ---> a9f8e061c217 04:53:41 Step 5/22 : RUN apk add --update --no-cache make git 04:53:41 Removing intermediate container 9c553be21297 04:53:41 ---> af8c3d8a8710 04:53:41 Step 5/31 : RUN apk add --update --no-cache make git 04:53:41 ---> Running in 17d848dd4755 04:53:41 Removing intermediate container 99e51ecb7f43 04:53:41 ---> cc24974de58d 04:53:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:53:41 ---> Running in ed493e2e8cc4 04:53:41 ---> Running in 36e30f631c1a 04:53:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:53:43 OK: 233 MiB in 51 packages 04:53:43 OK: 233 MiB in 51 packages 04:53:44 OK: 233 MiB in 51 packages 04:53:44 Removing intermediate container 50d66196d8f1 04:53:44 ---> 2fa3f3ce33dc 04:53:44 Step 6/24 : COPY go.mod . 04:53:44 ---> 73b4e5f64f5c 04:53:44 Step 7/24 : RUN go mod download 04:53:44 Removing intermediate container 865c37ccaee1 04:53:44 ---> 513c147e6184 04:53:44 Step 6/23 : COPY go.mod . 04:53:44 ---> Running in 86d005e8d354 04:53:44 OK: 233 MiB in 51 packages 04:53:44 Removing intermediate container 17d848dd4755 04:53:44 ---> 395214acc518 04:53:44 Step 6/22 : COPY go.mod . 04:53:45 OK: 233 MiB in 51 packages 04:53:45 ---> d5e9b6a582ff 04:53:45 Step 7/23 : RUN go mod download 04:53:45 ---> Running in a6f64aa9cffd 04:53:45 00ac8860ef70: Pull complete 04:53:45 63d7cb157983: Pull complete 04:53:45 b116817d02f9: Pull complete 04:53:45 ---> f653a7f5fc1c 04:53:45 Step 7/22 : RUN go mod download 04:53:45 ---> Running in e6b38a9a8bb8 04:53:45 Removing intermediate container 36e30f631c1a 04:53:45 ---> 783b7d8356a4 04:53:45 Step 6/22 : COPY go.mod . 04:53:45 Removing intermediate container ed493e2e8cc4 04:53:45 ---> b4d7429b19a7 04:53:45 Step 6/31 : COPY go.mod . 04:53:45 ---> a1e42a347917 04:53:45 Step 7/22 : RUN go mod download 04:53:46 ---> Running in ddc5e80efd51 04:53:46 ---> caeea68537fa 04:53:46 Step 7/31 : RUN go mod download 04:53:46 ---> Running in 4911e132649f 04:53:46 Removing intermediate container 86d005e8d354 04:53:46 ---> 3676b53c1299 04:53:46 Step 8/24 : COPY . . 04:53:46 Removing intermediate container a6f64aa9cffd 04:53:46 ---> e27f371fc3c1 04:53:46 Step 8/23 : COPY . . 04:53:47 745a02a5169b: Pull complete 04:53:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:53:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:53:47 ---> b7e6874047d6 04:53:47 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:53:50 Removing intermediate container e6b38a9a8bb8 04:53:50 ---> 6547ec2220fa 04:53:50 Step 8/22 : COPY . . 04:53:52 ---> Running in 0a8b9da45e5f 04:53:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:53 Removing intermediate container ddc5e80efd51 04:53:53 ---> a041fe9becf4 04:53:53 Step 8/22 : COPY . . 04:53:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:56 (1/12) Installing libmagic (5.38-r0) 04:53:57 Removing intermediate container 4911e132649f 04:53:57 ---> 5b66939c56ce 04:53:57 Step 8/31 : COPY . . 04:53:57 (2/12) Installing file (5.38-r0) 04:53:57 (3/12) Installing libc-dev (0.7.2-r3) 04:53:57 (4/12) Installing g++ (9.3.0-r2) 04:54:19 (5/12) Installing fortify-headers (1.1-r0) 04:54:19 (6/12) Installing patch (2.7.6-r6) 04:54:19 (7/12) Installing build-base (0.5-r2) 04:54:19 (8/12) Installing libsodium (1.0.18-r0) 04:54:19 (9/12) Installing pkgconf (1.7.2-r0) 04:54:19 (10/12) Installing libsodium-dev (1.0.18-r0) 04:54:19 (11/12) Installing libzmq (4.3.3-r0) 04:54:19 (12/12) Installing zeromq-dev (4.3.3-r0) 04:54:19 Executing busybox-1.31.1-r19.trigger 04:54:19 OK: 217 MiB in 51 packages 04:54:22 Removing intermediate container 0a8b9da45e5f 04:54:22 ---> 1865bf656a46 04:54:22 Step 4/6 : WORKDIR /edgex-go 04:54:22 ---> Running in 3c7d5d2771eb 04:54:22 Removing intermediate container 3c7d5d2771eb 04:54:22 ---> cc0a376f3a49 04:54:22 Step 5/6 : COPY go.mod . 04:54:23 ---> 5349db6a94d8 04:54:23 Step 6/6 : RUN go mod download 04:54:23 ---> Running in bf299f7c2bf7 04:54:29 ---> a2907fa6ba64 04:54:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:54:29 ---> 75f9cf35b164 04:54:29 Step 9/23 : RUN make cmd/core-command/core-command 04:54:30 ---> Running in cc25f6d3cf93 04:54:31 ---> Running in 818724b9ce5b 04:54:31 ---> 9c8c7c3cb6f9 04:54:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:54:31 ---> 911a8c17af20 04:54:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:54:31 ---> e01dac52471e 04:54:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:54:31 ---> Running in a6f3b57ff121 04:54:31 ---> Running in 1a7837c4e3ee 04:54:31 ---> Running in 080a2070496a 04:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:54:56 Removing intermediate container bf299f7c2bf7 04:54:56 ---> f3ea6f7b6cae 04:54:56 Successfully built f3ea6f7b6cae 04:54:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:54:56 + docker inspect -f . ci-base-image-arm64 04:54:56 . [Pipeline] withDockerContainer 04:54:56 prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container 04:54:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-arm64 cat 04:54:58 $ docker top db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:54:59 + go version 04:54:59 go version go1.15.5 linux/arm64 [Pipeline] } 04:54:59 $ docker stop --time=1 db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 04:55:01 $ docker rm -f db458ee3023408af63a3009b29956916ee6cbfb07deb2bd08a5a5fb5488f51a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:55:02 + docker inspect -f . ci-base-image-arm64 04:55:02 . [Pipeline] withDockerContainer 04:55:02 prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container 04:55:02 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-arm64 cat 04:55:04 $ docker top a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 -eo pid,comm 04:55: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 [Pipeline] { [Pipeline] echo 04:55:04 ========================================================= 04:55:04 [edgeXBuildGoParallel] Running Tests and Build... 04:55:04 ========================================================= [Pipeline] sh 04:55:05 + make test 04:55:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:55:12 Removing intermediate container cc25f6d3cf93 04:55:12 ---> a84e5a884156 04:55:12 04:55:12 Step 10/24 : FROM alpine:3.12 04:55:12 Removing intermediate container 818724b9ce5b 04:55:12 ---> 5920f709598d 04:55:12 04:55:12 Step 10/23 : FROM alpine:3.12 04:55:12 Removing intermediate container 1a7837c4e3ee 04:55:12 ---> deb0eecd5d51 04:55:12 04:55:12 Step 10/31 : FROM alpine:3.12 04:55:12 3.12: Pulling from library/alpine 04:55:12 3.12: Pulling from library/alpine 04:55:12 3.12: Pulling from library/alpine 04:55:12 Removing intermediate container 080a2070496a 04:55:12 ---> 7ffda759d4cd 04:55:12 04:55:12 Step 10/22 : FROM alpine:3.12 04:55:12 Removing intermediate container a6f3b57ff121 04:55:12 ---> a30137abb638 04:55:12 04:55:12 Step 10/22 : FROM alpine:3.12 04:55:12 3.12: Pulling from library/alpine 04:55:12 3.12: Pulling from library/alpine 04:55:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:55:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:55:12 Status: Downloaded newer image for alpine:3.12 04:55:12 Status: Image is up to date for alpine:3.12 04:55:12 ---> 88dd2752d2ea 04:55:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:55:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:55:12 Status: Image is up to date for alpine:3.12 04:55:12 ---> 88dd2752d2ea 04:55:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:55:12 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:55:12 Status: Image is up to date for alpine:3.12 04:55:12 ---> 88dd2752d2ea 04:55:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:55:12 ---> 88dd2752d2ea 04:55:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:55:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:55:13 Status: Image is up to date for alpine:3.12 04:55:13 ---> 88dd2752d2ea 04:55:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:55:13 ---> Running in e691ebeb4f33 04:55:13 ---> Running in 674cc99b5eb6 04:55:13 ---> Running in 7a96363af598 04:55:13 ---> Running in de6a4f97a216 04:55:13 ---> Running in c138db80223b 04:55:13 Removing intermediate container c138db80223b 04:55:13 ---> baa12e220ae2 04:55:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:55:13 ---> Running in 0444eedda751 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:14 (1/5) Installing ca-certificates (20191127-r4) 04:55:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:55:14 (3/5) Installing libcurl (7.69.1-r3) 04:55:14 (4/5) Installing curl (7.69.1-r3) 04:55:14 (5/5) Installing dumb-init (1.2.2-r1) 04:55:14 Executing busybox-1.31.1-r19.trigger 04:55:14 Executing ca-certificates-20191127-r4.trigger 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:14 OK: 7 MiB in 19 packages 04:55:14 (1/2) Installing ca-certificates (20191127-r4) 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:14 (2/2) Installing dumb-init (1.2.2-r1) 04:55:14 Executing busybox-1.31.1-r19.trigger 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:14 Executing ca-certificates-20191127-r4.trigger 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:14 OK: 6 MiB in 16 packages 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:14 (1/1) Installing dumb-init (1.2.2-r1) 04:55:14 Executing busybox-1.31.1-r19.trigger 04:55:14 OK: 6 MiB in 15 packages 04:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:14 (1/1) Installing dumb-init (1.2.2-r1) 04:55:14 Executing busybox-1.31.1-r19.trigger 04:55:14 OK: 6 MiB in 15 packages 04:55:14 (1/2) Installing dumb-init (1.2.2-r1) 04:55:14 (2/2) Installing su-exec (0.2-r1) 04:55:14 Executing busybox-1.31.1-r19.trigger 04:55:14 OK: 6 MiB in 16 packages 04:55:16 Removing intermediate container 7a96363af598 04:55:16 ---> 43529d54946a 04:55:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:55:16 ---> Running in c49a31d699af 04:55:17 Removing intermediate container 674cc99b5eb6 04:55:17 ---> 9b3942785e8c 04:55:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:55:17 ---> Running in eb8884727b6d 04:55:17 Removing intermediate container de6a4f97a216 04:55:17 ---> 0be1b91da10b 04:55:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:55:17 Removing intermediate container c49a31d699af 04:55:17 ---> e93e366e1ee1 04:55:17 Step 13/24 : WORKDIR / 04:55:17 Removing intermediate container 0444eedda751 04:55:17 ---> a80910de093f 04:55:17 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:55:18 Removing intermediate container e691ebeb4f33 04:55:18 ---> 3c45cf7f5510 04:55:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:55:18 ---> Running in 732b647710af 04:55:18 ---> Running in a2bc8d0eaa4e 04:55:18 ---> Running in 628d807c662f 04:55:18 ---> Running in 2684936a5bba 04:55:18 Removing intermediate container eb8884727b6d 04:55:18 ---> 0c8c51579d68 04:55:18 Step 13/22 : ENV APP_PORT=48060 04:55:18 ---> Running in 2395c8fbf21f 04:55:18 Removing intermediate container 732b647710af 04:55:18 ---> bf49596db9d4 04:55:18 Step 13/22 : ENV APP_PORT=48085 04:55:18 Removing intermediate container a2bc8d0eaa4e 04:55:18 ---> 3353004eb99b 04:55:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:55:18 Removing intermediate container 628d807c662f 04:55:18 ---> d45a4a00557f 04:55:18 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:55:18 Removing intermediate container 2684936a5bba 04:55:18 ---> 2ae221c8788c 04:55:18 Step 13/23 : ENV APP_PORT=48082 04:55:18 ---> Running in ce7d823774a4 04:55:18 ---> Running in 38f1b18285fd 04:55:18 ---> Running in 6846a362a5a6 04:55:18 Removing intermediate container 2395c8fbf21f 04:55:18 ---> ba9b6f252a8e 04:55:18 Step 14/22 : EXPOSE $APP_PORT 04:55:18 ---> 0bd6b816beb1 04:55:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:55:19 Removing intermediate container ce7d823774a4 04:55:19 ---> 4c6ca402171d 04:55:19 Step 14/22 : EXPOSE $APP_PORT 04:55:19 ---> Running in da495cd31369 04:55:19 Removing intermediate container 38f1b18285fd 04:55:19 ---> 72d0b9b69339 04:55:19 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:55:19 ---> Running in 92a8ae49585c 04:55:19 Removing intermediate container 6846a362a5a6 04:55:19 ---> 7858921c1076 04:55:19 Step 14/23 : EXPOSE $APP_PORT 04:55:19 ---> Running in 87501f02ee64 04:55:19 ---> 025f38364d36 04:55:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:55:19 ---> Running in 3e2429f2788a 04:55:19 Removing intermediate container da495cd31369 04:55:19 ---> c04dc460657a 04:55:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:20 Removing intermediate container 92a8ae49585c 04:55:20 ---> bbdd542a5904 04:55:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:20 ---> ef72c0578885 04:55:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:55:20 Removing intermediate container 3e2429f2788a 04:55:20 ---> c8cb69534277 04:55:20 Step 15/23 : WORKDIR / 04:55:20 ---> 8310e4deb142 04:55:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:55:20 ---> Running in 5cd307d3f4fc 04:55:20 ---> 4db1b8234cb7 04:55:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:55:20 ---> d1f9fc970cc4 04:55:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:55:20 Removing intermediate container 5cd307d3f4fc 04:55:20 ---> 73305c57c1db 04:55:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:21 ---> 39ad9b542548 04:55:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:55:21 Removing intermediate container 87501f02ee64 04:55:21 ---> 2dca8d86bfc6 04:55:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:55:21 ---> e70a2710f78b 04:55:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:55:21 ---> eb963e9dad57 04:55:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:55:21 ---> Running in 05bf512dc935 04:55:21 ---> 5f98d0b4e78e 04:55:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:55:21 ---> 2814bd652943 04:55:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:55:21 ---> Running in 4802b9fa84d1 04:55:21 ---> e34e716679a9 04:55:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:55:21 Removing intermediate container 05bf512dc935 04:55:21 ---> 9c796b138d56 04:55:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:55:22 ---> Running in 3133fa822a3a 04:55:22 Removing intermediate container 4802b9fa84d1 04:55:22 ---> ec5d271810c9 04:55:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:22 ---> 3a5f9f40475e 04:55:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:55:22 ---> fecbba64b9ba 04:55:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:55:22 ---> 0565732ad650 04:55:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:55:22 ---> Running in 2585c05c6a28 04:55:22 ---> Running in c93a73d9ef65 04:55:22 ---> Running in f9200b38f34d 04:55:22 Removing intermediate container 3133fa822a3a 04:55:22 ---> d6ebfa92b27a 04:55:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:22 ---> 8cb7fd050ac1 04:55:22 Step 19/23 : ENTRYPOINT ["/core-command"] 04:55:22 Removing intermediate container 2585c05c6a28 04:55:22 ---> c335650bd0d0 04:55:22 Step 20/22 : LABEL arch=x86_64 04:55:22 ---> Running in 059620343dc0 04:55:23 ---> Running in 612130c3ffb7 04:55:23 ---> Running in 9271d623be3b 04:55:23 Removing intermediate container 059620343dc0 04:55:23 ---> a6c126b1a765 04:55:23 Step 20/22 : LABEL arch=x86_64 04:55:23 Removing intermediate container 612130c3ffb7 04:55:23 ---> 018cac8d436c 04:55:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:55:23 ---> Running in b4144eca4a4f 04:55:23 ---> Running in 4a65cf61a80e 04:55:23 Removing intermediate container 9271d623be3b 04:55:23 ---> 7c6beaf2bdd8 04:55:23 Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:55:23 Removing intermediate container b4144eca4a4f 04:55:23 ---> 764960a99c4d 04:55:23 Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:55:23 Removing intermediate container 4a65cf61a80e 04:55:23 ---> bfcdcc119756 04:55:23 Step 21/23 : LABEL arch=x86_64 04:55:24 ---> Running in 0e8524141e20 04:55:24 ---> Running in 9721547ef9af 04:55:24 ---> Running in 5638a26ce0a5 04:55:24 Removing intermediate container c93a73d9ef65 04:55:24 ---> dac76c30f067 04:55:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:55:24 Removing intermediate container 0e8524141e20 04:55:24 ---> 96624b046a94 04:55:24 Step 22/22 : LABEL version=0.0.0 04:55:24 Removing intermediate container 9721547ef9af 04:55:24 ---> 4ebb700ae199 04:55:24 Step 22/22 : LABEL version=0.0.0 04:55:24 ---> Running in 143c1a13cbe2 04:55:24 Removing intermediate container 5638a26ce0a5 04:55:24 ---> 644ee4070393 04:55:24 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:55:24 ---> Running in 972720767e7b 04:55:24 ---> Running in f777ee9a4d3a 04:55:24 Removing intermediate container f9200b38f34d 04:55:24 ---> ba08c7b88246 04:55:24 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:55:25 ---> Running in 80780b13495c 04:55:25 Removing intermediate container 143c1a13cbe2 04:55:25 ---> 6ae1b2ace262 04:55:25 Step 22/24 : LABEL arch=x86_64 04:55:25 Removing intermediate container 972720767e7b 04:55:25 ---> d315ae2f4b02 04:55:25 04:55:25 Removing intermediate container f777ee9a4d3a 04:55:25 ---> 091d89933078 04:55:25 04:55:25 ---> 150b38177eab 04:55:25 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:55:25 Removing intermediate container 80780b13495c 04:55:25 ---> 087da3d2fac6 04:55:25 Step 23/23 : LABEL version=0.0.0 04:55:25 ---> Running in f83139465901 04:55:25 Successfully built 091d89933078 04:55:25 Successfully built d315ae2f4b02 04:55:25 Successfully tagged docker-support-scheduler-go:latest 04:55:25 Successfully tagged docker-support-notifications-go:latest 04:55:25  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 04:55:25 ---> Running in 1d8df8d03427 04:55:25 Building docker-core-metadata-go 04:55:25  Building docker-support-notifications-go ... done Removing intermediate container f83139465901 04:55:25 ---> bf6759262aba 04:55:25 Step 23/24 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:55:25 ---> Running in c1b0333545b4 04:55:25 Removing intermediate container 1d8df8d03427 04:55:25 ---> d63212fc1e45 04:55:25 04:55:25 ---> 9e7db123a32d 04:55:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:55:26 Successfully built d63212fc1e45 04:55:26 Successfully tagged docker-core-command-go:latest 04:55:26  Building docker-core-command-go ... done Building docker-core-data-go 04:55:26 Removing intermediate container c1b0333545b4 04:55:26 ---> 2212db2fd67c 04:55:26 Step 24/24 : LABEL version=0.0.0 04:55:26 ---> Running in 6385a3893582 04:55:26 ---> 56af026a7b10 04:55:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:55:26 Removing intermediate container 6385a3893582 04:55:26 ---> ac1b1150981d 04:55:26 04:55:26 ---> 658024949972 04:55:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:55:26 Successfully built ac1b1150981d 04:55:26 Successfully tagged docker-security-secretstore-setup-go:latest 04:55:26 Building docker-security-proxy-setup-go 04:55:27  Building docker-security-secretstore-setup-go ... done  ---> afe6df2cb6ad 04:55:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:55:27 ---> Running in 7ad061ff7ac9 04:55:31 Removing intermediate container 7ad061ff7ac9 04:55:31 ---> 477948db29d7 04:55:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:55:32 ? github.com/edgexfoundry/edgex-go [no test files] 04:55:35 ---> 58dd12a94fb7 04:55:35 Step 26/31 : RUN chmod +x /entrypoint.sh 04:55:35 ---> Running in cfd3c2733c10 04:55:37 Removing intermediate container cfd3c2733c10 04:55:37 ---> 79d2a27f42f0 04:55:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:55:37 ---> Running in 723efd56e040 04:55:37 Removing intermediate container 723efd56e040 04:55:37 ---> d0237729d0a9 04:55:37 Step 28/31 : CMD ["gate"] 04:55:37 ---> Running in 061fc6eb3a86 04:55:37 Removing intermediate container 061fc6eb3a86 04:55:37 ---> d381fe85a187 04:55:37 Step 29/31 : LABEL arch=x86_64 04:55:38 ---> Running in 7b657aa1f58d 04:55:38 Removing intermediate container 7b657aa1f58d 04:55:38 ---> 0ffc25640dfd 04:55:38 Step 30/31 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:55:38 ---> Running in 8c6c0ea83b69 04:55:38 Removing intermediate container 8c6c0ea83b69 04:55:38 ---> 9b2a4a4f88cf 04:55:38 Step 31/31 : LABEL version=0.0.0 04:55:39 ---> Running in aff49b1ae649 04:55:44 Removing intermediate container aff49b1ae649 04:55:44 ---> 6b0ee344a98c 04:55:44 04:55:48 Successfully built 6b0ee344a98c 04:55:48 Successfully tagged docker-security-bootstrapper-go:latest 04:55:53  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:55:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:55:53 ---> c21ad0dda80c 04:55:53 Step 3/23 : WORKDIR /edgex-go 04:55:53 ---> Using cache 04:55:53 ---> 4286bb0e7143 04:55:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:53 ---> Using cache 04:55:53 ---> cc24974de58d 04:55:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:55:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:55:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:55:53 ---> c21ad0dda80c 04:55:53 Step 3/21 : WORKDIR /edgex-go 04:55:53 ---> Using cache 04:55:53 ---> 4286bb0e7143 04:55:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:53 ---> Using cache 04:55:53 ---> cc24974de58d 04:55:53 Step 5/21 : RUN apk add --update --no-cache make git 04:55:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:55:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:55:55 ---> c21ad0dda80c 04:55:55 Step 3/26 : WORKDIR /edgex-go 04:55:55 ---> Using cache 04:55:55 ---> 4286bb0e7143 04:55:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:55 ---> Using cache 04:55:55 ---> cc24974de58d 04:55:55 Step 5/26 : RUN apk add --update --no-cache make bash git 04:55:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:55:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:55:55 ---> c21ad0dda80c 04:55:55 Step 3/23 : WORKDIR /edgex-go 04:55:55 ---> Using cache 04:55:55 ---> 4286bb0e7143 04:55:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:55:55 ---> Using cache 04:55:55 ---> cc24974de58d 04:55:55 Step 5/23 : RUN apk add --update --no-cache make git 04:55:56 ---> Running in a44374b96da8 04:55:56 ---> Running in 032394643bdb 04:55:56 ---> Running in bbc22eeb5cae 04:55:56 ---> Running in ca1d786b4985 04:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:55:58 OK: 233 MiB in 51 packages 04:55:59 OK: 233 MiB in 51 packages 04:55:59 OK: 233 MiB in 51 packages 04:55:59 OK: 233 MiB in 51 packages 04:56:00 Removing intermediate container bbc22eeb5cae 04:56:00 ---> 9232a90bc0c2 04:56:00 Step 6/26 : COPY go.mod . 04:56:00 Removing intermediate container a44374b96da8 04:56:00 ---> 5df5c35ca4fa 04:56:00 Step 6/21 : COPY go.mod . 04:56:00 Removing intermediate container ca1d786b4985 04:56:00 ---> 2d742ab7595f 04:56:00 Step 6/23 : COPY go.mod . 04:56:00 Removing intermediate container 032394643bdb 04:56:00 ---> f8b76f0edce2 04:56:00 Step 6/23 : COPY go.mod . 04:56:00 ---> 885cdd1fe829 04:56:00 Step 7/26 : RUN go mod download 04:56:00 ---> 76abf296dcc4 04:56:00 Step 7/21 : RUN go mod download 04:56:00 ---> Running in 11e0c75f9424 04:56:00 ---> Running in 5ac27b147bed 04:56:00 ---> f72b449f6cb8 04:56:00 ---> 0ecfdf58d7b6 04:56:00 Step 7/23 : RUN go mod downloadStep 7/23 : RUN go mod download 04:56:00 04:56:00 ---> Running in 913c1f40d6c8 04:56:00 ---> Running in f8d9e39c32a1 04:56:02 Removing intermediate container f8d9e39c32a1 04:56:02 ---> 1a0b17bfd2f3 04:56:02 Step 8/23 : COPY . . 04:56:02 Removing intermediate container 5ac27b147bed 04:56:02 ---> ce27f1f49a87 04:56:02 Step 8/21 : COPY . . 04:56:02 Removing intermediate container 11e0c75f9424 04:56:02 ---> 49199e961e9b 04:56:02 Step 8/26 : COPY . . 04:56:03 Removing intermediate container 913c1f40d6c8 04:56:03 ---> 957f423dece9 04:56:03 Step 8/23 : COPY . . 04:56:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:56:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:56:35 ---> 24da9b29212c 04:56:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:56:36 ---> 1b57a6492a39 04:56:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:56:36 ---> e88f80e96cca 04:56:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:56:36 ---> Running in d2d7c38a0cd1 04:56:36 ---> Running in 1729a649c66d 04:56:36 ---> Running in f040675d9991 04:56:36 ---> 56f2ee3d8175 04:56:36 Step 9/23 : RUN make cmd/core-data/core-data 04:56:36 ---> Running in 1df429daeb2c 04:56:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:56:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:56:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:56:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:56:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:56:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:56:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:56:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:56:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:56:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:56:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 45.9% of statements 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements 04:57:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:57:06 Removing intermediate container d2d7c38a0cd1 04:57:06 ---> b9282a72b6fd 04:57:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:57:06 ---> Running in 57d68021957d 04:57:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.9% of statements 04:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:57:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 04:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:57:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:57:10 Removing intermediate container f040675d9991 04:57:10 ---> 1f4fdbadb55e 04:57:10 04:57:10 Step 10/21 : FROM alpine:3.12 04:57:10 ---> 88dd2752d2ea 04:57:10 Step 11/21 : RUN apk add --update --no-cache curl 04:57:10 ---> Running in d295b57da085 04:57:11 Removing intermediate container 57d68021957d 04:57:11 ---> 0c1fb41705e9 04:57:11 04:57:11 Step 11/26 : FROM docker:20.10.0 04:57:11 20.10.0: Pulling from library/docker 04:57:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:12 (1/4) Installing ca-certificates (20191127-r4) 04:57:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:57:12 (3/4) Installing libcurl (7.69.1-r3) 04:57:12 (4/4) Installing curl (7.69.1-r3) 04:57:12 Executing busybox-1.31.1-r19.trigger 04:57:12 Executing ca-certificates-20191127-r4.trigger 04:57:12 OK: 7 MiB in 18 packages 04:57:15 Removing intermediate container 1729a649c66d 04:57:15 ---> c190d6aa3afc 04:57:15 04:57:15 Step 10/23 : FROM alpine:3.12 04:57:15 ---> 88dd2752d2ea 04:57:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:57:15 ---> Using cache 04:57:15 ---> 3c45cf7f5510 04:57:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:57:15 ---> Using cache 04:57:15 ---> 2ae221c8788c 04:57:15 Step 13/23 : ENV APP_PORT=48081 04:57:15 Removing intermediate container 1df429daeb2c 04:57:15 ---> 8b9b68dff019 04:57:15 04:57:15 Step 10/23 : FROM alpine:3.12 04:57:15 ---> 88dd2752d2ea 04:57:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:57:15 ---> Running in 6234edb459d6 04:57:16 ---> Running in 27136c0ef6d4 04:57:17 Removing intermediate container d295b57da085 04:57:17 ---> f31dff121244 04:57:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:57:17 Removing intermediate container 6234edb459d6 04:57:17 ---> a5b6bb204abe 04:57:17 Step 14/23 : EXPOSE $APP_PORT 04:57:17 ---> Running in 51ca732fdddb 04:57:17 ---> Running in 56c0b34df7d3 04:57:17 Removing intermediate container 27136c0ef6d4 04:57:17 ---> 2804410cea25 04:57:17 Step 12/23 : ENV APP_PORT=48080 04:57:17 ---> Running in 4021717ab966 04:57:17 Removing intermediate container 51ca732fdddb 04:57:17 ---> 7f498ed17bd9 04:57:17 Step 15/23 : WORKDIR / 04:57:17 Removing intermediate container 56c0b34df7d3 04:57:17 ---> dfab07353e8f 04:57:17 Step 13/21 : WORKDIR /edgex 04:57:17 ---> Running in 158cc5e2de23 04:57:17 ---> Running in 422b3d401738 04:57:17 Removing intermediate container 4021717ab966 04:57:17 ---> ee50632f0073 04:57:17 Step 13/23 : EXPOSE $APP_PORT 04:57:18 ---> Running in c22302f93809 04:57:18 Removing intermediate container 158cc5e2de23 04:57:18 ---> 8c342df0a621 04:57:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:57:18 Removing intermediate container 422b3d401738 04:57:18 ---> 5e662d016e48 04:57:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:18 Removing intermediate container c22302f93809 04:57:18 ---> e113c60d9b30 04:57:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:57:18 ---> Running in 8afe8612e954 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.270s coverage: 28.6% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:57:18 ---> 1c09fd8eb5be 04:57:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:57:18 ---> 1c81c3e58e7f 04:57:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:57:19 ---> 2afdd17997fe 04:57:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:57:19 ---> 42effa01abcb 04:57:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:57:19 ---> 1e1cd501d96c 04:57:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:57:20 ---> 195aad0d7bfb 04:57:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:57:20 ---> Running in 4e7fd4723e3a 04:57:20 Removing intermediate container 8afe8612e954 04:57:20 ---> ac8beedb0f09 04:57:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:57:20 ---> Running in fd683de8ff29 04:57:20 ---> Running in 462fad3c18f9 04:57:20 Removing intermediate container 4e7fd4723e3a 04:57:20 ---> ce45919f329a 04:57:20 Step 18/21 : CMD ["--init=true"] 04:57:21 ---> Running in 17f65c47b876 04:57:21 Removing intermediate container fd683de8ff29 04:57:21 ---> 1a90d9025282 04:57:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:21 ---> Running in 3f312c660f35 04:57:21 Removing intermediate container 17f65c47b876 04:57:21 ---> cf5a46debb3c 04:57:21 Step 19/21 : LABEL arch=x86_64 04:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:21 ---> Running in 59c5aa6ac4fc 04:57:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:57:21 Status: Downloaded newer image for docker:20.10.0 04:57:21 ---> aefe523efa57 04:57:21 Step 12/26 : RUN apk add --no-cache bash 04:57:21 Removing intermediate container 3f312c660f35 04:57:21 ---> 24683c9057bb 04:57:21 Step 21/23 : LABEL arch=x86_64 04:57:21 ---> Running in f1ff42e065e2 04:57:21 ---> Running in 6892be7f7243 04:57:21 Removing intermediate container 59c5aa6ac4fc 04:57:21 ---> 212053295ba6 04:57:21 Step 20/21 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:57:22 ---> Running in e87083cecbf5 04:57:22 Removing intermediate container 6892be7f7243 04:57:22 ---> 59c10a18d6f8 04:57:22 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:57:22 ---> Running in 79160c0a95c9 04:57:22 Removing intermediate container e87083cecbf5 04:57:22 ---> 4888731cf864 04:57:22 Step 21/21 : LABEL version=0.0.0 04:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:22 ---> Running in ddf484401e03 04:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:22 Removing intermediate container 79160c0a95c9 04:57:22 ---> 0701d075fabd 04:57:22 Step 23/23 : LABEL version=0.0.0 04:57:22 ---> Running in 2b4b4b8c296b 04:57:22 (1/2) Installing readline (8.0.4-r0) 04:57:22 (2/2) Installing bash (5.0.17-r0) 04:57:22 Removing intermediate container ddf484401e03 04:57:22 ---> 38b81d15dcd4 04:57:22 04:57:22 Executing bash-5.0.17-r0.post-install 04:57:22 Executing busybox-1.31.1-r19.trigger 04:57:22 OK: 12 MiB in 22 packages 04:57:23 Successfully built 38b81d15dcd4 04:57:23 Removing intermediate container 2b4b4b8c296b 04:57:23 ---> 844c6c5b880d 04:57:23 04:57:23 Successfully tagged docker-security-proxy-setup-go:latest 04:57:23  Building docker-security-proxy-setup-go ... done Successfully built 844c6c5b880d 04:57:23 Successfully tagged docker-core-metadata-go:latest 04:57:23  Building docker-core-metadata-go ... done Removing intermediate container f1ff42e065e2 04:57:23 ---> ff809651239b 04:57:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:57:23 ---> Running in b1d97713fef1 04:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:23 Removing intermediate container b1d97713fef1 04:57:23 ---> cb442a392e58 04:57:23 Step 14/26 : ENV APP_PORT=48090 04:57:23 ---> Running in 6c9285efa810 04:57:23 Removing intermediate container 6c9285efa810 04:57:23 ---> 4634fe6b583f 04:57:23 Step 15/26 : EXPOSE $APP_PORT 04:57:23 ---> Running in 298967cd3818 04:57:23 Removing intermediate container 298967cd3818 04:57:23 ---> 3a54d1b89253 04:57:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:57:24 ---> 2b84319d2b4b 04:57:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:57:24 ---> 8f704f2cdb5c 04:57:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:57:25 (1/6) Installing dumb-init (1.2.2-r1) 04:57:25 (2/6) Installing libgcc (9.3.0-r2) 04:57:25 ---> 810bea10430d 04:57:25 Step 19/26 : RUN apk --no-cache add py3-pip 04:57:25 (3/6) Installing libsodium (1.0.18-r0) 04:57:25 ---> Running in d3e8add4bd45 04:57:25 (4/6) Installing libstdc++ (9.3.0-r2) 04:57:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:25 (1/33) Installing libbz2 (1.0.8-r1) 04:57:25 (2/33) Installing expat (2.2.9-r1) 04:57:25 (3/33) Installing libffi (3.3-r2) 04:57:25 (4/33) Installing gdbm (1.13-r1) 04:57:25 (5/6) Installing libzmq (4.3.3-r0) 04:57:25 (5/33) Installing xz-libs (5.2.5-r0) 04:57:25 (6/33) Installing sqlite-libs (3.32.1-r0) 04:57:25 (7/33) Installing python3 (3.8.5-r1) 04:57:26 (6/6) Installing zeromq (4.3.3-r0) 04:57:26 Executing busybox-1.31.1-r19.trigger 04:57:26 OK: 8 MiB in 20 packages 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.307s coverage: 92.8% of statements 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:57:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements 04:57:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 04:57:30 (8/33) Installing py3-appdirs (1.4.4-r1) 04:57:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:57:30 (10/33) Installing py3-parsing (2.4.7-r0) 04:57:30 (11/33) Installing py3-six (1.15.0-r0) 04:57:30 (12/33) Installing py3-packaging (20.4-r0) 04:57:30 (13/33) Installing py3-setuptools (47.0.0-r0) 04:57:30 (14/33) Installing py3-chardet (3.0.4-r4) 04:57:30 Removing intermediate container 462fad3c18f9 04:57:30 ---> 7055f74a2035 04:57:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:57:30 (15/33) Installing py3-idna (2.9-r0) 04:57:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:57:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:57:30 (18/33) Installing py3-requests (2.23.0-r0) 04:57:30 (19/33) Installing py3-msgpack (1.0.0-r0) 04:57:30 (20/33) Installing py3-lockfile (0.12.2-r3) 04:57:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:57:30 (22/33) Installing py3-colorama (0.4.3-r0) 04:57:30 (23/33) Installing py3-distlib (0.3.0-r0) 04:57:31 (24/33) Installing py3-distro (1.5.0-r1) 04:57:31 (25/33) Installing py3-webencodings (0.5.1-r3) 04:57:31 (26/33) Installing py3-html5lib (1.0.1-r4) 04:57:31 (27/33) Installing py3-pytoml (0.1.21-r0) 04:57:32 (28/33) Installing py3-pep517 (0.8.2-r0) 04:57:32 (29/33) Installing py3-progress (1.5-r0) 04:57:32 (30/33) Installing py3-toml (0.10.1-r0) 04:57:32 (31/33) Installing py3-retrying (1.3.3-r0) 04:57:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:57:32 (33/33) Installing py3-pip (20.1.1-r0) 04:57:32 ---> 13c6d7041b9c 04:57:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:57:32 Executing busybox-1.31.1-r19.trigger 04:57:32 OK: 71 MiB in 55 packages 04:57:33 ---> 50926d18e65c 04:57:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:57:35 ---> 00a2a11c3a43 04:57:35 Step 19/23 : ENTRYPOINT ["/core-data"] 04:57:37 ---> Running in ffa236521ea1 04:57:37 Removing intermediate container d3e8add4bd45 04:57:37 ---> aeaddd892581 04:57:37 Step 20/26 : RUN pip install docker-compose==1.23.2 04:57:37 ---> Running in d90b30bc0644 04:57:37 Removing intermediate container ffa236521ea1 04:57:37 ---> 5db67c70a7a0 04:57:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:38 ---> Running in 24e5bd2e260f 04:57:38 Removing intermediate container 24e5bd2e260f 04:57:38 ---> 24c84e565042 04:57:38 Step 21/23 : LABEL arch=x86_64 04:57:38 ---> Running in cea0fbf2a44a 04:57:38 Removing intermediate container cea0fbf2a44a 04:57:38 ---> 52b35151fb6e 04:57:38 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:57:38 ---> Running in 84083a0a724d 04:57:38 Removing intermediate container 84083a0a724d 04:57:38 ---> ad62044a6557 04:57:38 Step 23/23 : LABEL version=0.0.0 04:57:38 ---> Running in 7b2393f56b1a 04:57:38 Removing intermediate container 7b2393f56b1a 04:57:38 ---> b7ce4325e70c 04:57:38 04:57:39 Successfully built b7ce4325e70c 04:57:39 Successfully tagged docker-core-data-go:latest 04:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 04:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 04:57:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.138s coverage: 81.4% of statements 04:57:39  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 04:57:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:57:39 Collecting docker<4.0,>=3.6.0 04:57:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:57:39 Collecting texttable<0.10,>=0.9.0 04:57:39 Downloading texttable-0.9.1.tar.gz (11 kB) 04:57:40 Collecting dockerpty<0.5,>=0.4.1 04:57:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:57:40 Collecting jsonschema<3,>=2.5.1 04:57:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:57:41 Collecting PyYAML<4,>=3.10 04:57:41 Downloading PyYAML-3.13.tar.gz (270 kB) 04:57:42 Collecting websocket-client<1.0,>=0.32.0 04:57:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:57:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:57:42 Collecting cached-property<2,>=1.2.0 04:57:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:57:42 Collecting docopt<0.7,>=0.6.1 04:57:42 Downloading docopt-0.6.2.tar.gz (25 kB) 04:57:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:57:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:57:42 Collecting docker-pycreds>=0.4.0 04:57:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:57:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:57:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:57:43 Collecting urllib3<1.25,>=1.21.1 04:57:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:57:43 Collecting idna<2.8,>=2.5 04:57:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:57:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:57:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:57:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:57:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:57:43 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, jsonschema, PyYAML, cached-property, docopt, docker-compose 04:57:43 Attempting uninstall: urllib3 04:57:43 Found existing installation: urllib3 1.25.9 04:57:43 Uninstalling urllib3-1.25.9: 04:57:43 Successfully uninstalled urllib3-1.25.9 04:57:43 Attempting uninstall: idna 04:57:43 Found existing installation: idna 2.9 04:57:43 Uninstalling idna-2.9: 04:57:44 Successfully uninstalled idna-2.9 04:57:44 Attempting uninstall: requests 04:57:44 Found existing installation: requests 2.23.0 04:57:44 Uninstalling requests-2.23.0: 04:57:44 Successfully uninstalled requests-2.23.0 04:57:45 Running setup.py install for texttable: started 04:57:45 Running setup.py install for texttable: finished with status 'done' 04:57:45 Running setup.py install for dockerpty: started 04:57:46 Running setup.py install for dockerpty: finished with status 'done' 04:57:46 Running setup.py install for PyYAML: started 04:57:46 Running setup.py install for PyYAML: finished with status 'done' 04:57:46 Running setup.py install for docopt: started 04:57:46 Running setup.py install for docopt: finished with status 'done' 04:57:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 04:57:50 Removing intermediate container d90b30bc0644 04:57:50 ---> 9454927482da 04:57:50 Step 21/26 : RUN apk --no-cache add curl 04:57:50 ---> Running in 0be7807bbebb 04:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:57:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:57:50 (2/3) Installing libcurl (7.69.1-r3) 04:57:50 (3/3) Installing curl (7.69.1-r3) 04:57:50 Executing busybox-1.31.1-r19.trigger 04:57:50 OK: 72 MiB in 58 packages 04:57:51 Removing intermediate container 0be7807bbebb 04:57:51 ---> 30709f2dc275 04:57:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:57:51 ---> Running in 8e8c124e3d1c 04:57:51 Removing intermediate container 8e8c124e3d1c 04:57:51 ---> eda09312afda 04:57:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:57:51 ---> Running in ad23e64766a9 04:57:52 Removing intermediate container ad23e64766a9 04:57:52 ---> 28189b27945c 04:57:52 Step 24/26 : LABEL arch=x86_64 04:57:52 ---> Running in 9e28854d483a 04:57:52 Removing intermediate container 9e28854d483a 04:57:52 ---> 01b980b46e45 04:57:52 Step 25/26 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 04:57:52 ---> Running in 50d66b03d73d 04:57:52 Removing intermediate container 50d66b03d73d 04:57:52 ---> fc548db7ab21 04:57:52 Step 26/26 : LABEL version=0.0.0 04:57:52 ---> Running in 085e83f6d8e8 04:57:53 Removing intermediate container 085e83f6d8e8 04:57:53 ---> a819074e051c 04:57:53 04:57:53 Successfully built a819074e051c 04:57:53 Successfully tagged docker-sys-mgmt-agent-go:latest 04:57:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:57:54 $ docker stop --time=1 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 62.4% of statements 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 04:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 04:57:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements 04:57:56 $ docker rm -f 142099130f491bf9ae0d0dade86781d5dfe8af80acc4df72f386e890fe61232e [Pipeline] // withDockerContainer [Pipeline] sh 04:57:57 + docker images 04:57:57 + grep docker 04:57:57 docker-sys-mgmt-agent-go latest a819074e051c 5 seconds ago 313MB 04:57:57 docker-core-data-go latest b7ce4325e70c 19 seconds ago 22.6MB 04:57:57 docker-security-proxy-setup-go latest 38b81d15dcd4 35 seconds ago 24.7MB 04:57:57 docker-core-metadata-go latest 844c6c5b880d 35 seconds ago 19MB 04:57:57 docker-security-bootstrapper-go latest 6b0ee344a98c 2 minutes ago 18.7MB 04:57:57 docker-security-secretstore-setup-go latest ac1b1150981d 2 minutes ago 24.9MB 04:57:57 docker-core-command-go latest d63212fc1e45 2 minutes ago 17.2MB 04:57:57 docker-support-notifications-go latest d315ae2f4b02 2 minutes ago 17.8MB 04:57:57 docker-support-scheduler-go latest 091d89933078 2 minutes ago 17.3MB 04:57:57 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 04:57:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.982s coverage: 69.0% of statements 04:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 38.4% of statements 04:58:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:58:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 04:58:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements 04:58:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:58:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:58:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:58:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 87.1% of statements 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:58:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:58:13 Still waiting to schedule task 04:58:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.170s coverage: 29.1% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 96.5% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:58:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:58:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 04:58:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 04:58:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 04:58:18 GO111MODULE=on go vet ./... 04:59:09 Running on prd-ubuntu18.04-docker-8c-8g-29471 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 04:59:09 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 04:59:12 using credential edgex-jenkins-ssh 04:59:12 Cloning the remote Git repository 04:59:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:59:12 > git init /w/workspace/edgex-go/16 # timeout=10 04:59:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:59:12 > git --version # timeout=10 04:59:12 > git --version # 'git version 2.17.1' 04:59:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:59:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:59:40 gofmt -l . 04:59:40 [ "`gofmt -l .`" = "" ] 04:59:41 ./bin/test-go-mod-tidy.sh 04:59:42 ./bin/test-attribution-txt.sh [Pipeline] sh 04:59:44 + ls -al . 04:59:44 total 768 04:59:44 drwxrwxr-x 9 1001 1001 4096 Mar 11 04:59 . 04:59:44 drwxr-xr-x 4 root root 4096 Mar 11 04:55 .. 04:59:44 -rw-rw-r-- 1 1001 1001 11 Mar 11 04:53 .dockerignore 04:59:44 drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 .git 04:59:44 drwxrwxr-x 3 1001 1001 4096 Mar 11 04:53 .github 04:59:44 -rw-rw-r-- 1 1001 1001 818 Mar 11 04:53 .gitignore 04:59:44 -rw-rw-r-- 1 1001 1001 166 Mar 11 04:53 .sonarcloud.properties 04:59:44 -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:53 Attribution.txt 04:59:44 -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:53 CONTRIBUTING.md 04:59:44 -rw-rw-r-- 1 1001 1001 931 Mar 11 04:53 Dockerfile.build 04:59:44 -rw-rw-r-- 1 1001 1001 863 Mar 11 04:53 Jenkinsfile 04:59:44 -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:53 LICENSE 04:59:44 -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:53 Makefile 04:59:44 -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:53 README.md 04:59:44 -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:53 SECURITY.md 04:59:44 -rw-rw-r-- 1 1001 1001 5 Mar 11 04:49 VERSION 04:59:44 -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:53 ZMQWindows.md 04:59:44 drwxrwxr-x 2 1001 1001 4096 Mar 11 04:53 bin 04:59:44 drwxrwxr-x 14 1001 1001 4096 Mar 11 04:53 cmd 04:59:44 -rw-r--r-- 1 root root 628838 Mar 11 04:58 coverage.out 04:59:44 -rw-r--r-- 1 root root 1055 Mar 11 04:59 go.mod 04:59:44 -rw-r--r-- 1 root root 22099 Mar 11 04:59 go.sum 04:59:44 drwxrwxr-x 8 1001 1001 4096 Mar 11 04:53 internal 04:59:44 drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 openapi 04:59:44 drwxrwxr-x 4 1001 1001 4096 Mar 11 04:53 snap 04:59:44 -rw-rw-r-- 1 1001 1001 168 Mar 11 04:53 version.go [Pipeline] sh 04:59:45 + '[' -e coverage.out ] 04:59:45 + chown 1001:1001 coverage.out [Pipeline] stash 04:59:45 Warning: overwriting stash ‘coverage-report’ 04:59:46 Stashed 1 file(s) [Pipeline] sh 04:59:47 + make build 04:59:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:59:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:00:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:00:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:00:02 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit feceee52b67c986ed78c3711126a3ae755cb7ff3 05:00:02 Merge succeeded, producing feceee52b67c986ed78c3711126a3ae755cb7ff3 05:00:02 Checking out Revision feceee52b67c986ed78c3711126a3ae755cb7ff3 (PR-3209) 05:00:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:00:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:00:01 using GIT_SSH to set credentials SSH Credentials for GitHub 05:00:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:00:02 > git config core.sparsecheckout # timeout=10 05:00:02 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 05:00:02 > git remote # timeout=10 05:00:02 > git config --get remote.origin.url # timeout=10 05:00:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:00:02 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 05:00:02 > git rev-parse HEAD^{commit} # timeout=10 05:00:02 > git config core.sparsecheckout # timeout=10 05:00:02 > git checkout -f feceee52b67c986ed78c3711126a3ae755cb7ff3 # timeout=10 05:00:06 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:08 + echo snap-build.sh 05:00:08 snap-build.sh 05:00:08 + SNAP_BASE_DIR=. 05:00:08 + '[' '!' -z /w/workspace/edgex-go/16 ']' 05:00:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/16 05:00:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/16]' 05:00:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/16] 05:00:08 + cd /w/workspace/edgex-go/16 05:00:08 + sudo apt-get remove -qy --purge lxd lxd-client 05:00:08 Reading package lists... 05:00:08 Building dependency tree... 05:00:08 Reading state information... 05:00:08 The following packages were automatically installed and are no longer required: 05:00:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 05:00:08 uidmap xdelta3 05:00:08 Use 'sudo apt autoremove' to remove them. 05:00:08 The following packages will be REMOVED: 05:00:08 lxd* lxd-client* 05:00:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 05:00:09 After this operation, 31.7 MB disk space will be freed. 05:00:10 (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.) 05:00:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 05:00:11 Removing lxd dnsmasq configuration 05:00:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 05:00:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 05:00:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 05:00:13 (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.) 05:00:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 05:00:15 Processing triggers for systemd (237-3ubuntu10.42) ... 05:00:15 Processing triggers for ureadahead (0.100.0-21) ... 05:00:17 + sudo snap remove --purge lxd 05:00:17 snap "lxd" is not installed 05:00:17 + sudo groupadd --force --system lxd 05:00:17 ++ whoami 05:00:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 05:00:17 + newgrp - lxd 05:00:17 + sudo snap install lxd 05:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 05:00:27 2021-03-11T05:00:24Z INFO Waiting for automatic snapd restart... 05:00:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:00:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:00:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:00:49 lxd 4.12 from Canonical* installed 05:00:49 + sudo lxd init --auto 05:00:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:00:56 + sudo snap install --classic snapcraft 05:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:01:01 snapcraft 4.5.4 from Canonical* installed 05:01:01 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 05:01:01 + patch --verbose -p1 05:01:01 Hmm... Looks like a unified diff to me... 05:01:01 The text leading up to this was: 05:01:01 -------------------------- 05:01:01 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 05:01:01 |From: Tony Espy 05:01:01 |Date: Wed, 16 Dec 2020 16:34:55 -0500 05:01:01 |Subject: [PATCH] optimize snap build for pipeline CI check 05:01:01 | 05:01:01 |This patch is used by the EdgeX CI pipeline builds to 05:01:01 |optimize the snap CI check run for pull requests. When 05:01:01 |applied, it essentially strips out everything (apps and 05:01:01 |parts) from the snapcraft.yaml file except those required 05:01:01 |to build edgex-go, as the whole idea of the CI check is to 05:01:01 |catch changes to edgex-go that break the snap build. 05:01:01 | 05:01:01 |In general, anyone updating snapcraft.yaml will also need 05:01:01 |to update this patch file, otherwise it may fail to apply, 05:01:01 |resulting in a failed snap build CI check in the associated 05:01:01 |pull request. 05:01:01 | 05:01:01 |Note - in addition to applying this patch, the pipeline also 05:01:01 |only primes the snap (e.g. `snapcraft prime`), as there's no 05:01:01 |need to build the finally binary .snap file (and it won't 05:01:01 |work with the patch applied). This further reduces the build 05:01:01 |time. 05:01:01 |--- 05:01:01 | snap/snapcraft.yaml | 461 +------------------------------------------- 05:01:01 | 1 file changed, 2 insertions(+), 459 deletions(-) 05:01:01 | 05:01:01 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 05:01:01 |index 1e537489..faf42425 100644 05:01:01 |--- a/snap/snapcraft.yaml 05:01:01 |+++ b/snap/snapcraft.yaml 05:01:01 -------------------------- 05:01:01 patching file snap/snapcraft.yaml 05:01:01 Using Plan A... 05:01:01 Hunk #1 succeeded at 73. 05:01:01 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 05:01:01 Hunk #3 succeeded at 217 (offset 3 lines). 05:01:01 Hunk #4 succeeded at 225 (offset 3 lines). 05:01:01 Hunk #5 succeeded at 232 (offset 3 lines). 05:01:01 Hunk #6 succeeded at 259 (offset 3 lines). 05:01:01 Hunk #7 succeeded at 293 (offset 3 lines). 05:01:01 Hunk #8 succeeded at 352 (offset 11 lines). 05:01:01 Hmm... Ignoring the trailing garbage. 05:01:01 done 05:01:01 + sudo snapcraft prime --use-lxd 05:01:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 05:01:03 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 05:01:03 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: 05:01:03 - README.md 05:01:03 - snapcraft.yaml.orig 05:01:03 05:01:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:01:04 Launching a container. 05:01:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 05:01:14 $ docker stop --time=1 a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 05:01:17 $ docker rm -f a69455ee02eb52cf5170f5163c4e83fbf1507b06fdb64e643a866ff1642d73a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:19 Waiting for container to be ready 05:01:19 To start your first instance, try: lxc launch ubuntu:18.04 05:01:19 05:01:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:19 05:01:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:01:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:20 latest: Pulling from edgex-devops/edgex-compose-arm64 05:01:20 29e5d40040c1: Pulling fs layer 05:01:20 1ce36da41761: Pulling fs layer 05:01:20 25b303627fd3: Pulling fs layer 05:01:20 29e5d40040c1: Verifying Checksum 05:01:20 29e5d40040c1: Download complete 05:01:21 1ce36da41761: Download complete 05:01:21 29e5d40040c1: Pull complete 05:01:22 1ce36da41761: Pull complete 05:01:23 25b303627fd3: Verifying Checksum 05:01:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 05:01:23 Waiting for network to be ready... 05:01:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:01:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:01:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 05:01:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 05:01:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 05:01:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 05:01:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 05:01:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 05:01:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 05:01:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 05:01:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:01:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:01:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:01:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:01:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:01:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:01:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:01:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:01:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:01:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 05:01:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 05:01:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 05:01:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 05:01:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 05:01:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 05:01:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 05:01:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 05:01:29 Fetched 24.0 MB in 5s (4436 kB/s) 05:01:31 Reading package lists... 05:01:31 Reading package lists... 05:01:31 Building dependency tree... 05:01:31 Reading state information... 05:01:31 The following additional packages will be installed: 05:01:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:01:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:01:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:01:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 05:01:31 Suggested packages: 05:01:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 05:01:31 Recommended packages: 05:01:31 gnupg libsasl2-modules 05:01:31 The following NEW packages will be installed: 05:01:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:01:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:01:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:01:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 05:01:31 The following packages will be upgraded: 05:01:31 gpg gpg-agent gpgconf libudev1 05:01:31 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 05:01:31 Need to get 3530 kB of archives. 05:01:31 After this operation, 13.3 MB of additional disk space will be used. 05:01:31 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] 05:01:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 05:01:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 05:01:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 05:01:31 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 05:01:32 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 05:01:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 05:01:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 05:01:32 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 05:01:32 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 05:01:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 05:01:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 05:01:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 05:01:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 05:01:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 05:01:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 05:01:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 05:01:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 05:01:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 05:01:32 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 05:01:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 05:01:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 05:01:33 debconf: delaying package configuration, since apt-utils is not installed 05:01:33 Fetched 3530 kB in 1s (2922 kB/s) 05:01:33 25b303627fd3: Pull complete 05:01:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:33 (Reading database ... 12511 files and directories currently installed.) 05:01:33 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 05:01:33 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:01:33 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 05:01:33 Selecting previously unselected package udev. 05:01:33 (Reading database ... 12511 files and directories currently installed.) 05:01:33 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [Pipeline] withDockerContainer 05:01:33 Unpacking udev (237-3ubuntu10.44) ... 05:01:33 prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container 05:01:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:01:33 Selecting previously unselected package libfuse2:amd64. 05:01:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 05:01:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:01:33 Selecting previously unselected package fuse. 05:01:33 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 05:01:33 Unpacking fuse (2.9.7-1ubuntu1) ... 05:01:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 05:01:34 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:01:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 05:01:34 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:01:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 05:01:34 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:01:34 Selecting previously unselected package libksba8:amd64. 05:01:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 05:01:34 Unpacking libksba8:amd64 (1.3.5-2) ... 05:01:34 Selecting previously unselected package libroken18-heimdal:amd64. 05:01:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 05:01:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 05:01:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:34 Selecting previously unselected package libhcrypto4-heimdal:amd64. 05:01:34 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:34 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libwind0-heimdal:amd64. 05:01:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 05:01:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 05:01:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 05:01:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 05:01:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:01:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:35 Selecting previously unselected package libsasl2-modules-db:amd64. 05:01:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:01:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:01:35 Selecting previously unselected package libsasl2-2:amd64. 05:01:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:01:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:01:35 Selecting previously unselected package libldap-common. 05:01:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 05:01:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 05:01:35 Selecting previously unselected package libldap-2.4-2:amd64. 05:01:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 05:01:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 05:01:35 Selecting previously unselected package dirmngr. 05:01:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 05:01:35 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 05:01:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 05:01:36 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 05:01:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:01:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:01:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:01:36 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 05:01:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:36 Setting up libksba8:amd64 (1.3.5-2) ... 05:01:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:01:36 Setting up udev (237-3ubuntu10.44) ... 05:01:37 invoke-rc.d: policy-rc.d denied execution of start. 05:01:37 $ docker top ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e -eo pid,comm 05:01:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Processing triggers for systemd (237-3ubuntu10) ... [Pipeline] { [Pipeline] sh 05:01:37 Setting up fuse (2.9.7-1ubuntu1) ... 05:01:37 Setting up gpg (2.2.4-1ubuntu1.4) ... 05:01:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:01:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 05:01:37 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 05:01:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:01:38 + docker-compose build --help 05:01:38 + grep parallel 05:01:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 05:01:38 settings in the [Install] section, and DefaultInstance for template units). 05:01:38 This means they are not meant to be enabled using systemctl. 05:01:38 Possible reasons for having this kind of units are: 05:01:38 1) A unit may be statically enabled by being symlinked from another unit's 05:01:38 .wants/ or .requires/ directory. 05:01:38 2) A unit's purpose may be to act as a helper for some other unit which has 05:01:38 a requirement dependency on it. 05:01:38 3) A unit may be started when needed via activation (socket, path, timer, 05:01:38 D-Bus, udev, scripted systemctl call, ...). 05:01:38 4) In case of template units, the unit is meant to be enabled with some 05:01:38 instance name specified. 05:01:39 Reading package lists... 05:01:39 Building dependency tree... 05:01:39 Reading state information... 05:01:39 The following additional packages will be installed: 05:01:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 05:01:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 05:01:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 05:01:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 05:01:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 05:01:39 Suggested packages: 05:01:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 05:01:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 05:01:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 05:01:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 05:01:39 systemd-container policykit-1 05:01:39 Recommended packages: 05:01:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 05:01:39 The following NEW packages will be installed: 05:01:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 05:01:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 05:01:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 05:01:39 multiarch-support openssh-client python3 python3-minimal python3.6 05:01:39 python3.6-minimal snapd squashfs-tools sudo 05:01:39 The following packages will be upgraded: 05:01:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 05:01:39 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 05:01:39 Need to get 35.2 MB of archives. 05:01:39 After this operation, 141 MB of additional disk space will be used. 05:01:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 05:01:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 05:01:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 05:01:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 05:01:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 05:01:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 05:01:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 05:01:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 05:01:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 05:01:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 05:01:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 05:01:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 05:01:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 05:01:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 05:01:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 05:01:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 05:01:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 05:01:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 05:01:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 05:01:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 05:01:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 05:01:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 05:01:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 05:01:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 05:01:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 05:01:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 05:01:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 05:01:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 05:01:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 05:01:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 05:01:41 debconf: delaying package configuration, since apt-utils is not installed 05:01:41 Fetched 35.2 MB in 2s (17.6 MB/s) 05:01:41 (Reading database ... 12757 files and directories currently installed.) 05:01:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 05:01:42 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:01:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 05:01:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:01:43 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 05:01:43 --parallel Build images in parallel. 05:01:43 (Reading database ... 12757 files and directories currently installed.) 05:01:43 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 05:01:43 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 05:01:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [Pipeline] } 05:01:43 $ docker stop --time=1 ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e 05:01:44 (Reading database ... 12757 files and directories currently installed.) 05:01:44 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 05:01:44 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 05:01:44 Setting up apt (1.6.12ubuntu0.2) ... 05:01:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 05:01:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 05:01:45 (Reading database ... 12764 files and directories currently installed.) 05:01:45 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 05:01:45 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 05:01:45 Selecting previously unselected package libpython3.6-minimal:amd64. 05:01:45 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:01:45 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:01:45 Selecting previously unselected package libexpat1:amd64. 05:01:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 05:01:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:01:45 Selecting previously unselected package python3.6-minimal. 05:01:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:01:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 05:01:45 $ docker rm -f ee5044734b9302ecc08a844cec5d5c2315223e66f0498b8b70d3eaab347c049e [Pipeline] // withDockerContainer [Pipeline] writeFile 05:01:46 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 05:01:46 Checking for services that may need to be restarted...done. 05:01:46 Checking for services that may need to be restarted...done. 05:01:46 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:01:46 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:01:46 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 05:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:01:46 . [Pipeline] withDockerContainer 05:01:47 prd-ubuntu18.04-docker-arm64-4c-16g-29468 does not seem to be running inside a container 05:01:47 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:01:47 Selecting previously unselected package python3-minimal. 05:01:47 (Reading database ... 13012 files and directories currently installed.) 05:01:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 05:01:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 05:01:47 Selecting previously unselected package mime-support. 05:01:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 05:01:47 Unpacking mime-support (3.60ubuntu1) ... 05:01:47 Selecting previously unselected package libmpdec2:amd64. 05:01:47 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 05:01:47 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:01:47 Selecting previously unselected package libpython3.6-stdlib:amd64. 05:01:47 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:01:47 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:01:48 Selecting previously unselected package python3.6. 05:01:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 05:01:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 05:01:48 Selecting previously unselected package libpython3-stdlib:amd64. 05:01:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 05:01:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:01:48 Setting up python3-minimal (3.6.7-1~18.04) ... 05:01:48 $ docker top de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:49 Selecting previously unselected package python3. 05:01:49 (Reading database ... 13442 files and directories currently installed.) 05:01:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 05:01:49 Unpacking python3 (3.6.7-1~18.04) ... 05:01:49 Selecting previously unselected package multiarch-support. 05:01:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 05:01:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 05:01:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 05:01:49 Selecting previously unselected package liblzo2-2:amd64. 05:01:49 (Reading database ... 13479 files and directories currently installed.) 05:01:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 05:01:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 05:01:49 Selecting previously unselected package libbsd0:amd64. 05:01:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 05:01:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:01:49 + docker-compose -f ./docker-compose-build.yml build --parallel 05:01:50 Selecting previously unselected package sudo. 05:01:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 05:01:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 05:01:50 Selecting previously unselected package apparmor. 05:01:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 05:01:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 05:01:50 Selecting previously unselected package libedit2:amd64. 05:01:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 05:01:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 05:01:50 Selecting previously unselected package libkrb5support0:amd64. 05:01:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 05:01:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 05:01:50 Selecting previously unselected package libk5crypto3:amd64. 05:01:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 05:01:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:01:50 Selecting previously unselected package libkeyutils1:amd64. 05:01:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 05:01:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:01:50 Selecting previously unselected package libkrb5-3:amd64. 05:01:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 05:01:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 05:01:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 05:01:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 05:01:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:01:51 Selecting previously unselected package libssl1.0.0:amd64. 05:01:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 05:01:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 05:01:51 Selecting previously unselected package openssh-client. 05:01:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 05:01:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 05:01:51 Selecting previously unselected package squashfs-tools. 05:01:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 05:01:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 05:01:51 Selecting previously unselected package snapd. 05:01:51 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 05:01:51 Unpacking snapd (2.48.3+18.04) ... 05:01:54 Building docker-core-command-go ... 05:01:54 Building docker-core-data-go ... 05:01:54 Building docker-core-metadata-go ... 05:01:54 Building docker-security-bootstrapper-go ... 05:01:54 Building docker-security-proxy-setup-go ... 05:01:54 Building docker-security-secretstore-setup-go ... 05:01:54 Building docker-support-notifications-go ... 05:01:54 Building docker-support-scheduler-go ... 05:01:54 Building docker-sys-mgmt-agent-go ... 05:01:54 Building docker-security-bootstrapper-go 05:01:54 Building docker-core-metadata-go 05:01:54 Building docker-core-command-go 05:01:54 Building docker-sys-mgmt-agent-go 05:01:54 Building docker-security-secretstore-setup-go 05:01:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 05:01:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 05:01:54 Setting up mime-support (3.60ubuntu1) ... 05:01:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 05:01:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:01:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 05:01:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:01:54 Setting up systemd (237-3ubuntu10.44) ... 05:01:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 05:01:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:01:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:01:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 05:01:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 05:01:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:01:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 05:01:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 05:01:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 05:01:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:01:56 Setting up python3 (3.6.7-1~18.04) ... 05:01:56 running python rtupdate hooks for python3.6... 05:01:56 running python post-rtupdate hooks for python3.6... 05:01:56 Setting up apparmor (2.12-4ubuntu5.1) ... 05:01:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 05:01:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:01:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 05:01:58 Setting up snapd (2.48.3+18.04) ... 05:01:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 05:01:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 05:01:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 05:02:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 05:02:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:02:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:02:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 05:02:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 05:02:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 05:02:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 05:02:01 /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' 05:02:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:02:01 Processing triggers for systemd (237-3ubuntu10.44) ... 05:02:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:02:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:02:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:02:05 Reading package lists... 05:02:05 Reading package lists... 05:02:06 Building dependency tree... 05:02:06 Reading state information... 05:02:06 Calculating upgrade... 05:02:06 The following packages will be upgraded: 05:02:06 advancecomp base-files bash binutils binutils-common 05:02:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 05:02:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 05:02:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 05:02:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 05:02:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 05:02:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 05:02:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 05:02:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 05:02:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 05:02:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 05:02:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 05:02:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 05:02:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 05:02:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 05:02:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 05:02:06 Need to get 63.8 MB of archives. 05:02:06 After this operation, 5202 kB of additional disk space will be used. 05:02:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 05:02:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 05:02:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 05:02:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 05:02:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 05:02:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 05:02:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 05:02:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 05:02:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 05:02:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 05:02:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 05:02:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 05:02:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 05:02:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 05:02:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 05:02:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 05:02:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 05:02:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 05:02:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 05:02:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 05:02:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 05:02:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 05:02:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 05:02:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 05:02:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 05:02:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 05:02:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 05:02:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 05:02:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 05:02:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 05:02:06 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 05:02:06 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 05:02:06 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 05:02:06 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 05:02:06 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 05:02:06 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 05:02:06 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 05:02:06 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 05:02:06 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 05:02:06 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 05:02:06 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 05:02:06 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 05:02:06 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 05:02:06 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 05:02:06 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 05:02:06 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 05:02:06 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 05:02:06 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 05:02:06 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 05:02:06 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 05:02:06 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 05:02:06 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 05:02:06 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 05:02:06 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 05:02:06 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 05:02:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 05:02:07 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 05:02:07 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 05:02:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 05:02:07 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 05:02:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 05:02:07 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 05:02:07 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 05:02:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 05:02:07 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 05:02:07 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 05:02:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 05:02:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 05:02:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 05:02:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 05:02:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 05:02:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 05:02:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 05:02:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 05:02:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 05:02:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 05:02:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 05:02:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 05:02:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 05:02:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 05:02:07 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 05:02:07 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] 05:02:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 05:02:08 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 05:02:08 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] 05:02:08 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 05:02:08 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 05:02:08 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 05:02:08 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 05:02:08 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 05:02:08 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 05:02:08 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 05:02:08 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] 05:02:08 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 05:02:08 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 05:02:08 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 05:02:08 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 05:02:08 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 05:02:08 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 05:02:08 debconf: delaying package configuration, since apt-utils is not installed 05:02:08 Fetched 63.8 MB in 2s (34.6 MB/s) 05:02:08 (Reading database ... 13912 files and directories currently installed.) 05:02:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 05:02:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:02:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 05:02:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:02:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 05:02:09 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 05:02:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:11 (Reading database ... 13911 files and directories currently installed.) 05:02:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 05:02:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 05:02:12 (Reading database ... 13911 files and directories currently installed.) 05:02:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:02:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:02:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:12 (Reading database ... 13911 files and directories currently installed.) 05:02:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 05:02:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:02:13 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 05:02:13 (Reading database ... 13911 files and directories currently installed.) 05:02:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 05:02:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 05:02:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 05:02:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 05:02:14 Setting up base-files (10.1ubuntu2.10) ... 05:02:14 Installing new version of config file /etc/issue ... 05:02:14 Installing new version of config file /etc/issue.net ... 05:02:14 Installing new version of config file /etc/lsb-release ... 05:02:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 05:02:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 05:02:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 05:02:14 Removing obsolete conffile /etc/default/motd-news ... 05:02:14 (Reading database ... 13912 files and directories currently installed.) 05:02:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 05:02:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 05:02:15 Setting up bash (4.4.18-2ubuntu1.2) ... 05:02:15 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 05:02:15 (Reading database ... 13912 files and directories currently installed.) 05:02:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 05:02:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 05:02:15 (Reading database ... 13912 files and directories currently installed.) 05:02:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 05:02:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 05:02:15 Setting up tar (1.29b-2ubuntu0.2) ... 05:02:16 (Reading database ... 13912 files and directories currently installed.) 05:02:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 05:02:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:02:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 05:02:16 (Reading database ... 13912 files and directories currently installed.) 05:02:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 05:02:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:02:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 05:02:16 (Reading database ... 13912 files and directories currently installed.) 05:02:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 05:02:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:02:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 05:02:17 (Reading database ... 13912 files and directories currently installed.) 05:02:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 05:02:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 05:02:17 Setting up grep (3.1-2build1) ... 05:02:17 (Reading database ... 13912 files and directories currently installed.) 05:02:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 05:02:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:02:17 Setting up login (1:4.5-1ubuntu2) ... 05:02:17 (Reading database ... 13912 files and directories currently installed.) 05:02:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 05:02:17 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:02:17 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 05:02:18 (Reading database ... 13912 files and directories currently installed.) 05:02:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 05:02:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:02:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 05:02:19 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:02:19 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 05:02:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:02:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 05:02:19 (Reading database ... 13912 files and directories currently installed.) 05:02:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 05:02:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:02:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:02:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:02:21 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:02:21 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:02:21 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 05:02:21 (Reading database ... 13912 files and directories currently installed.) 05:02:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 05:02:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 05:02:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 05:02:21 (Reading database ... 13912 files and directories currently installed.) 05:02:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:02:21 (Reading database ... 13912 files and directories currently installed.) 05:02:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:02:22 (Reading database ... 13912 files and directories currently installed.) 05:02:22 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:22 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:22 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:02:22 (Reading database ... 13912 files and directories currently installed.) 05:02:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:22 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:02:22 (Reading database ... 13912 files and directories currently installed.) 05:02:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 05:02:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:02:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 05:02:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:02:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 05:02:22 (Reading database ... 13912 files and directories currently installed.) 05:02:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 05:02:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:02:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 05:02:23 (Reading database ... 13912 files and directories currently installed.) 05:02:23 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:23 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:02:23 (Reading database ... 13912 files and directories currently installed.) 05:02:23 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:23 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 05:02:23 (Reading database ... 13912 files and directories currently installed.) 05:02:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 05:02:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 05:02:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 05:02:25 (Reading database ... 13912 files and directories currently installed.) 05:02:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 05:02:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:02:25 Setting up libc-bin (2.27-3ubuntu1.4) ... 05:02:25 (Reading database ... 13912 files and directories currently installed.) 05:02:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 05:02:25 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:02:25 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 05:02:26 (Reading database ... 13914 files and directories currently installed.) 05:02:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 05:02:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 05:02:26 Setting up debconf (1.5.66ubuntu1) ... 05:02:26 (Reading database ... 13914 files and directories currently installed.) 05:02:26 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 05:02:26 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:02:26 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 05:02:27 (Reading database ... 13914 files and directories currently installed.) 05:02:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 05:02:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:02:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 05:02:27 (Reading database ... 13914 files and directories currently installed.) 05:02:27 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:02:27 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:02:27 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 05:02:27 (Reading database ... 13914 files and directories currently installed.) 05:02:27 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:02:27 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:02:27 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 05:02:27 (Reading database ... 13914 files and directories currently installed.) 05:02:27 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:02:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:02:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 05:02:28 (Reading database ... 13914 files and directories currently installed.) 05:02:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:02:28 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:02:28 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 05:02:28 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:02:28 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 05:02:28 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:02:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 05:02:29 (Reading database ... 13914 files and directories currently installed.) 05:02:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 05:02:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 05:02:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 05:02:29 (Reading database ... 13914 files and directories currently installed.) 05:02:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 05:02:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:02:29 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 05:02:30 (Reading database ... 13914 files and directories currently installed.) 05:02:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 05:02:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:02:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 05:02:30 (Reading database ... 13914 files and directories currently installed.) 05:02:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 05:02:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 05:02:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 05:02:30 (Reading database ... 13914 files and directories currently installed.) 05:02:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 05:02:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:02:31 Setting up passwd (1:4.5-1ubuntu2) ... 05:02:31 (Reading database ... 13914 files and directories currently installed.) 05:02:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 05:02:31 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 05:02:31 Setting up gpgv (2.2.4-1ubuntu1.4) ... 05:02:31 (Reading database ... 13914 files and directories currently installed.) 05:02:31 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 05:02:31 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 05:02:31 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 05:02:31 (Reading database ... 13914 files and directories currently installed.) 05:02:31 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 05:02:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 05:02:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 05:02:32 (Reading database ... 13914 files and directories currently installed.) 05:02:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 05:02:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 05:02:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 05:02:32 (Reading database ... 13914 files and directories currently installed.) 05:02:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 05:02:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 05:02:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 05:02:32 (Reading database ... 13914 files and directories currently installed.) 05:02:32 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 05:02:32 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 05:02:32 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 05:02:33 (Reading database ... 13914 files and directories currently installed.) 05:02:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 05:02:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 05:02:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 05:02:33 (Reading database ... 13915 files and directories currently installed.) 05:02:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:02:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:02:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:02:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:02:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 05:02:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 05:02:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 05:02:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 05:02:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 05:02:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 05:02:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 05:02:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 05:02:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 05:02:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 05:02:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 05:02:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 05:02:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 05:02:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 05:02:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 05:02:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 05:02:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 05:02:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 05:02:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 05:02:35 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 05:02:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 05:02:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 05:02:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 05:02:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 05:02:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:02:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:02:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:02:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:02:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:02:37 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:02:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 05:02:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 05:02:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:40 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:40 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:41 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:41 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:43 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:02:43 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:02:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:02:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:02:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 05:02:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:02:44 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 05:02:44 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:02:44 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 05:02:44 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 05:02:44 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:02:44 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:02:44 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:02:44 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:02:44 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 05:02:44 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 05:02:44 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:44 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 05:02:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 05:02:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 05:02:44 Setting up tzdata (2021a-0ubuntu0.18.04) ... 05:02:45 05:02:45 Current default time zone: 'Etc/UTC' 05:02:45 Local time is now: Thu Mar 11 05:02:45 UTC 2021. 05:02:45 Universal Time is now: Thu Mar 11 05:02:45 UTC 2021. 05:02:45 Run 'dpkg-reconfigure tzdata' if you wish to change it. 05:02:45 05:02:45 Setting up systemd-sysv (237-3ubuntu10.44) ... 05:02:45 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:45 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 05:02:45 Setting up mount (2.31.1-0.4ubuntu3.7) ... 05:02:45 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 05:02:45 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 05:02:45 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 05:02:45 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 05:02:45 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 05:02:45 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 05:02:45 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:45 Setting up procps (2:3.3.12-3ubuntu1.2) ... 05:02:46 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:46 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 05:02:46 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:46 Setting up patch (2.7.6-2ubuntu1.1) ... 05:02:46 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 05:02:46 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 05:02:46 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 05:02:46 Installing new version of config file /etc/ssl/openssl.cnf ... 05:02:46 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 05:02:46 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 05:02:46 Setting up ca-certificates (20210119~18.04.1) ... 05:02:49 Updating certificates in /etc/ssl/certs... 05:02:49 23 added, 27 removed; done. 05:02:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 05:02:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:02:49 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 05:02:49 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 05:02:49 Setting up pkgbinarymangler (138.18.04.1) ... 05:02:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 05:02:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up perl (5.26.1-6ubuntu0.5) ... 05:02:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 05:02:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 05:02:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 05:02:50 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 05:02:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 05:02:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 05:02:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 05:02:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 05:02:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:02:50 Processing triggers for systemd (237-3ubuntu10.44) ... 05:02:50 Processing triggers for mime-support (3.60ubuntu1) ... 05:02:50 Processing triggers for ca-certificates (20210119~18.04.1) ... 05:02:50 Updating certificates in /etc/ssl/certs... 05:02:51 0 added, 0 removed; done. 05:02:51 Running hooks in /etc/ca-certificates/update.d... 05:02:51 done. 05:02:52 Reading package lists... 05:02:52 Building dependency tree... 05:02:52 Reading state information... 05:02:53 The following NEW packages will be installed: 05:02:53 apt-transport-https 05:02:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 05:02:53 Need to get 1696 B of archives. 05:02:53 After this operation, 153 kB of additional disk space will be used. 05:02:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 05:02:53 debconf: delaying package configuration, since apt-utils is not installed 05:02:53 Fetched 1696 B in 0s (42.7 kB/s) 05:02:53 Selecting previously unselected package apt-transport-https. 05:02:53 (Reading database ... 13920 files and directories currently installed.) 05:02:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 05:02:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 05:02:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 05:02:54 Waiting for network to be ready... 05:03:02 2021-03-11T05:02:58Z INFO Waiting for automatic snapd restart... 05:03:02 snapd 2.49 from Canonical* installed 05:03:02 "snapd" switched to the "latest/stable" channel 05:03:02 05:03:08 core18 20210128 from Canonical* installed 05:03:08 "core18" switched to the "latest/stable" channel 05:03:08 05:03:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:03:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:03:15 ---> f3ea6f7b6cae 05:03:15 Step 3/23 : WORKDIR /edgex-go 05:03:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:03:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:03:15 ---> f3ea6f7b6cae 05:03:15 Step 3/23 : WORKDIR /edgex-go 05:03:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:03:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:03:15 ---> f3ea6f7b6cae 05:03:15 Step 3/24 : WORKDIR /edgex-go 05:03:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:03:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:03:15 ---> f3ea6f7b6cae 05:03:15 Step 3/26 : WORKDIR /edgex-go 05:03:15 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:03:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:03:15 ---> f3ea6f7b6cae 05:03:15 Step 3/31 : WORKDIR /edgex-go 05:03:15 ---> Running in 9d5bb9e7b480 05:03:15 ---> Running in 1ecee9f22fe8 05:03:15 ---> Running in dd40ec0b2825 05:03:15 ---> Running in 15e0d31cbc59 05:03:15 ---> Running in d52937108a60 05:03:15 Removing intermediate container 15e0d31cbc59 05:03:15 ---> 0448c28e84b8 05:03:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:15 Removing intermediate container dd40ec0b2825 05:03:15 ---> c5e0b8612534 05:03:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:15 Removing intermediate container 1ecee9f22fe8 05:03:15 ---> a1c5c6e56f8f 05:03:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:15 Removing intermediate container d52937108a60 05:03:15 ---> ac3c3081fb1f 05:03:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:15 Removing intermediate container 9d5bb9e7b480 05:03:15 ---> 16892f5a90d2 05:03:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:03:15 ---> Running in c1b84aa88b67 05:03:15 ---> Running in f18b34e362c3 05:03:15 ---> Running in 1061d95e6be5 05:03:15 ---> Running in 94f53f20282b 05:03:15 ---> Running in 8db90923d691 05:03:15 Removing intermediate container c1b84aa88b67 05:03:15 ---> d7365b669135 05:03:15 Step 5/23 : RUN apk add --update --no-cache make git 05:03:15 ---> Running in 249b2276df3b 05:03:15 Removing intermediate container 1061d95e6be5 05:03:15 ---> 3cc095ea28a3 05:03:15 Step 5/26 : RUN apk add --update --no-cache make bash git 05:03:15 Removing intermediate container f18b34e362c3 05:03:15 ---> d3b3e11685d5 05:03:15 Step 5/23 : RUN apk add --update --no-cache make git 05:03:15 ---> Running in 6aee914269df 05:03:15 ---> Running in 1428117f306e 05:03:15 Removing intermediate container 8db90923d691 05:03:15 ---> a1f3d8654f6a 05:03:15 Step 5/24 : RUN apk add --update --no-cache make git 05:03:15 Removing intermediate container 94f53f20282b 05:03:15 ---> 13bbc6e8e0cc 05:03:15 Step 5/31 : RUN apk add --update --no-cache make git 05:03:15 ---> Running in 001121336ee4 05:03:15 ---> Running in 94231d282275 05:03:16 snapcraft 4.5.4 from Canonical* installed 05:03:16 "snapcraft" switched to the "latest/stable" channel 05:03:16 05:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:03:18 OK: 217 MiB in 51 packages 05:03:18 OK: 217 MiB in 51 packages 05:03:19 OK: 217 MiB in 51 packages 05:03:19 OK: 217 MiB in 51 packages 05:03:19 OK: 217 MiB in 51 packages 05:03:20 Removing intermediate container 249b2276df3b 05:03:20 ---> a24fc425192e 05:03:20 Step 6/23 : COPY go.mod . 05:03:20 Removing intermediate container 1428117f306e 05:03:20 ---> 7b20c24dadab 05:03:20 Step 6/23 : COPY go.mod . 05:03:20 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: 05:03:20 - README.md 05:03:20 - snapcraft.yaml.orig 05:03:20 05:03:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:03:21 Removing intermediate container 94231d282275 05:03:21 ---> 7ddf7e0475a3 05:03:21 Step 6/31 : COPY go.mod . 05:03:21 Removing intermediate container 6aee914269df 05:03:21 ---> 2d3bf2c133ed 05:03:21 Step 6/26 : COPY go.mod . 05:03:21 Removing intermediate container 001121336ee4 05:03:21 ---> 007dfc57a034 05:03:21 Step 6/24 : COPY go.mod . 05:03:21 ---> 6572144a4218 05:03:21 Step 7/23 : RUN go mod download 05:03:21 ---> Running in d341bb5664ae 05:03:21 ---> 3a9c4b06d2fb 05:03:21 Step 7/23 : RUN go mod download 05:03:22 ---> Running in 830f17208cd5 05:03:22 ---> a0527f6502c5 05:03:22 Step 7/31 : RUN go mod download 05:03:22 ---> dfb974fa7986 05:03:22 Step 7/26 : RUN go mod download 05:03:22 ---> Running in e4bd22064e81 05:03:22 ---> 315a93b302ec 05:03:22 Step 7/24 : RUN go mod download 05:03:23 ---> Running in 660578f7279c 05:03:23 ---> Running in b42f4ac1bb29 05:03:26 Removing intermediate container d341bb5664ae 05:03:26 ---> 29f608ea7b5f 05:03:26 Step 8/23 : COPY . . 05:03:26 Removing intermediate container 830f17208cd5 05:03:26 ---> def5588d0b77 05:03:26 Step 8/23 : COPY . . 05:03:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:03:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:03:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:03:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:03:27 Removing intermediate container e4bd22064e81 05:03:27 ---> 51c29ac8ee76 05:03:27 Step 8/31 : COPY . . 05:03:28 Removing intermediate container b42f4ac1bb29 05:03:28 ---> da2522dd41dd 05:03:28 Step 8/24 : COPY . . 05:03:28 Removing intermediate container 660578f7279c 05:03:28 ---> be08f913e385 05:03:28 Step 8/26 : COPY . . 05:03:29 Reading package lists... 05:03:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 05:03:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:03:36 Reading package lists... 05:03:36 Building dependency tree... 05:03:36 Reading state information... 05:03:36 Suggested packages: 05:03:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 05:03:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 05:03:36 Recommended packages: 05:03:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 05:03:36 The following NEW packages will be installed: 05:03:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 05:03:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 05:03:36 pkg-config zip 05:03:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 05:03:36 Need to get 7658 kB of archives. 05:03:36 After this operation, 43.8 MB of additional disk space will be used. 05:03:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 05:03:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 05:03:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 05:03:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 05:03:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 05:03:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 05:03:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 05:03:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 05:03:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 05:03:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 05:03:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 05:03:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 05:03:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 05:03:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 05:03:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 05:03:37 debconf: delaying package configuration, since apt-utils is not installed 05:03:37 Fetched 7658 kB in 1s (10.1 MB/s) 05:03:37 Selecting previously unselected package libglib2.0-0:amd64. 05:03:37 (Reading database ... 13924 files and directories currently installed.) 05:03:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 05:03:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 05:03:38 Selecting previously unselected package libpsl5:amd64. 05:03:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 05:03:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 05:03:38 Selecting previously unselected package libnghttp2-14:amd64. 05:03:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 05:03:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:03:38 Selecting previously unselected package librtmp1:amd64. 05:03:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 05:03:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:03:38 Selecting previously unselected package libcurl3-gnutls:amd64. 05:03:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 05:03:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 05:03:38 Selecting previously unselected package liberror-perl. 05:03:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 05:03:38 Unpacking liberror-perl (0.17025-1) ... 05:03:38 Selecting previously unselected package git-man. 05:03:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 05:03:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 05:03:39 Selecting previously unselected package git. 05:03:39 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 05:03:39 Unpacking git (1:2.17.1-1ubuntu0.8) ... 05:03:39 Selecting previously unselected package libnorm1:amd64. 05:03:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 05:03:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:03:39 Selecting previously unselected package libpgm-5.2-0:amd64. 05:03:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 05:03:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:03:40 Selecting previously unselected package libsodium23:amd64. 05:03:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 05:03:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 05:03:40 Selecting previously unselected package libzmq5:amd64. 05:03:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 05:03:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:03:40 Selecting previously unselected package libzmq3-dev:amd64. 05:03:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 05:03:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:03:40 Selecting previously unselected package pkg-config. 05:03:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 05:03:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 05:03:40 Selecting previously unselected package zip. 05:03:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 05:03:40 Unpacking zip (3.0-11build1) ... 05:03:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:03:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 05:03:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:03:41 Setting up liberror-perl (0.17025-1) ... 05:03:41 Setting up libpsl5:amd64 (0.19.1-5build1) ... 05:03:41 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 05:03:41 No schema files found: doing nothing. 05:03:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:03:41 Setting up zip (3.0-11build1) ... 05:03:41 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:03:41 Setting up libsodium23:amd64 (1.0.16-2) ... 05:03:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 05:03:41 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:03:41 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 05:03:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:03:41 Setting up git (1:2.17.1-1ubuntu0.8) ... 05:03:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:03:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:03:48 git set to automatically installed. 05:03:48 git-man set to automatically installed. 05:03:48 libcurl3-gnutls set to automatically installed. 05:03:48 liberror-perl set to automatically installed. 05:03:48 libglib2.0-0 set to automatically installed. 05:03:48 libnghttp2-14 set to automatically installed. 05:03:48 libnorm1 set to automatically installed. 05:03:48 libpgm-5.2-0 set to automatically installed. 05:03:48 libpsl5 set to automatically installed. 05:03:48 librtmp1 set to automatically installed. 05:03:48 libsodium23 set to automatically installed. 05:03:48 libzmq3-dev set to automatically installed. 05:03:48 libzmq5 set to automatically installed. 05:03:48 pkg-config set to automatically installed. 05:03:48 zip set to automatically installed. 05:03:49 snapd is not logged in, snap install commands will use sudo 05:03:55 ---> e97f82b7c224 05:03:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:03:55 ---> 75f93204ac8c 05:03:55 Step 9/23 : RUN make cmd/core-command/core-command 05:03:55 ---> Running in 8547eb158222 05:03:55 ---> Running in 26f011d9df9b 05:03:55 ---> a88a05c87901 05:03:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 05:03:55 ---> 7196a4df73ed 05:03:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:03:55 ---> de27ff6b6bd4 05:03:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:03:55 ---> Running in dae4cfd3d5fa 05:03:55 ---> Running in c0ea8461f169 05:03:55 ---> Running in e862c27950c0 05:03: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 05:03:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 05:03:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:03:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:03:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:03:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:03:56 snap "core18" has no updates available 05:03:57 Pulling config-common 05:03:57 + snapcraftctl pull 05:03:59 Pulling go-build-helper 05:03:59 + snapcraftctl pull 05:04:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:04:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:04:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 05:04:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 05:04:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 05:04:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 05:04:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 05:04:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 05:04:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 05:04:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 05:04:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:04:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:04:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:04:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:04:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:04:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:04:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:04:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:04:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:04:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 05:04:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 05:04:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 05:04:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 05:04:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 05:04:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 05:04:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 05:04:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 05:04:26 Fetched 24.0 MB in 0s (0 B/s) 05:04:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 05:04:26 Fetched 96.5 kB in 0s (0 B/s) 05:04:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 05:04:26 Fetched 279 kB in 0s (0 B/s) 05:04:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 05:04:26 Fetched 122 kB in 0s (0 B/s) 05:04:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 05:04:26 Fetched 77.8 kB in 0s (0 B/s) 05:04:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 05:04:26 Fetched 8848 B in 0s (0 B/s) 05:04:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 05:04:26 Fetched 47.8 kB in 0s (0 B/s) 05:04:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 05:04:26 Fetched 45.6 kB in 0s (0 B/s) 05:04:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 05:04:26 Fetched 15.0 kB in 0s (0 B/s) 05:04:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 05:04:26 Fetched 214 kB in 0s (0 B/s) 05:04:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 05:04:26 Fetched 154 kB in 0s (0 B/s) 05:04:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 05:04:26 Fetched 50.6 kB in 0s (0 B/s) 05:04:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 05:04:26 Fetched 14.8 kB in 0s (0 B/s) 05:04:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 05:04:26 Fetched 41.8 kB in 0s (0 B/s) 05:04:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 05:04:26 Fetched 499 kB in 0s (0 B/s) 05:04:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 05:04:26 Fetched 111 kB in 0s (0 B/s) 05:04:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 05:04:26 Fetched 240 kB in 0s (0 B/s) 05:04:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 05:04:26 Fetched 29.3 kB in 0s (0 B/s) 05:04:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 05:04:26 Fetched 85.5 kB in 0s (0 B/s) 05:04:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 05:04:26 Fetched 24.5 kB in 0s (0 B/s) 05:04:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 05:04:26 Fetched 49.2 kB in 0s (0 B/s) 05:04:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 05:04:26 Fetched 54.2 kB in 0s (0 B/s) 05:04:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 05:04:26 Fetched 30.8 kB in 0s (0 B/s) 05:04:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 05:04:26 Fetched 15.8 kB in 0s (0 B/s) 05:04:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 05:04:26 Fetched 85.9 kB in 0s (0 B/s) 05:04:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 05:04:26 Fetched 8720 B in 0s (0 B/s) 05:04:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 05:04:26 Fetched 137 kB in 0s (0 B/s) 05:04:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 05:04:26 Fetched 119 kB in 0s (0 B/s) 05:04:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 05:04:26 Fetched 109 kB in 0s (0 B/s) 05:04:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 05:04:26 Fetched 11.1 kB in 0s (0 B/s) 05:04:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 05:04:26 Fetched 645 kB in 0s (0 B/s) 05:04:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 05:04:26 Fetched 41.3 kB in 0s (0 B/s) 05:04:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 05:04:26 Fetched 17.9 kB in 0s (0 B/s) 05:04:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 05:04:26 Fetched 368 kB in 0s (0 B/s) 05:04:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 05:04:26 Fetched 187 kB in 0s (0 B/s) 05:04:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 05:04:26 Fetched 175 kB in 0s (0 B/s) 05:04:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 05:04:28 Fetched 206 kB in 0s (0 B/s) 05:04:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 05:04:28 Fetched 1301 kB in 0s (0 B/s) 05:04:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 05:04:28 Fetched 36.2 kB in 0s (0 B/s) 05:04:28 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 05:04:28 Fetched 159 kB in 0s (0 B/s) 05:04:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 05:04:28 Fetched 107 kB in 0s (0 B/s) 05:04:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 05:04:28 Fetched 48.7 kB in 0s (0 B/s) 05:04:28 Pulling static-packages 05:04:28 + snapcraftctl pull 05:04:30 'go115' has dependencies that need to be staged: go-build-helper static-packages 05:04:30 Skipping pull go-build-helper (already ran) 05:04:30 Skipping pull static-packages (already ran) 05:04:30 Building go-build-helper 05:04:30 + snapcraftctl build 05:04:35 Building static-packages 05:04:35 + snapcraftctl build 05:04:37 Staging go-build-helper 05:04:37 + snapcraftctl stage 05:04:39 Staging static-packages 05:04:39 + snapcraftctl stage 05:04:40 Pulling go115 05:04:40 + snapcraftctl pull 05:04:42 'edgex-go' has dependencies that need to be staged: go115 05:04:42 Skipping pull go115 (already ran) 05:04:42 Building go115 05:04:42 + dpkg --print-architecture 05:04:42 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 05:04:42 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 05:04:42 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 05:04:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:42 Dload Upload Total Spent Left Speed 05:04:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.5M 46 115M 46 53.1M 0 0 34.7M 0 0:00:03 0:00:01 0:00:02 34.7M 75 115M 75 87.4M 0 0 35.0M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M 05:04:44 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 05:04:44 + sha256sum -c sha256 05:04:44 + grep OK 05:04:45 go1.15.2.linux-amd64.tar.gz: OK 05:04:45 + mkdir -p /root/stage/go1.15 05:04:45 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 05:04:52 Staging go115 05:04:52 + snapcraftctl stage 05:04:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 05:04:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 05:04:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:04:59 Fetched 0 B in 0s (0 B/s) 05:04:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 05:04:59 Fetched 224 kB in 0s (0 B/s) 05:04:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 05:04:59 Fetched 157 kB in 0s (0 B/s) 05:04:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 05:04:59 Fetched 221 kB in 0s (0 B/s) 05:04:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 05:04:59 Fetched 143 kB in 0s (0 B/s) 05:04:59 Pulling edgex-go 05:04:59 + snapcraftctl pull 05:05:01 Pulling version 05:05:01 + cd /root/project 05:05:01 + [ -f VERSION ] 05:05:01 + PROJECT_VERSION=local-dev 05:05:01 + git rev-parse --short HEAD 05:05:01 + GIT_REVISION=feceee52 05:05:01 + snapcraftctl set-version local-dev 05:05:03 Building config-common 05:05:03 + snapcraftctl build 05:05:06 Skipping build go-build-helper (already ran) 05:05:06 Skipping build static-packages (already ran) 05:05:06 Skipping build go115 (already ran) 05:05:06 Building edgex-go 05:05:07 + 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/6120/bin/scriptlet-bin 05:05:07 + cd /root/parts/edgex-go/src 05:05:07 + make build 05:05: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 05:05:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 05:05:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 05:05:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 05:05:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 05:05:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 05:05:08 go: downloading github.com/gorilla/mux v1.8.0 05:05:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 05:05:08 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 05:05:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 05:05:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 05:05:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 05:05:08 go: downloading github.com/x448/float16 v0.8.4 05:05:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:05:08 go: downloading github.com/go-playground/validator/v10 v10.3.0 05:05:08 go: downloading github.com/go-kit/kit v0.8.0 05:05:08 go: downloading github.com/pebbe/zmq4 v1.2.5 05:05:08 go: downloading github.com/imdario/mergo v0.3.12 05:05:09 go: downloading github.com/hashicorp/consul/api v1.8.1 05:05:09 go: downloading github.com/pkg/errors v0.8.1 05:05:09 go: downloading github.com/google/uuid v1.2.0 05:05:09 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 05:05:09 go: downloading github.com/BurntSushi/toml v0.3.1 05:05:09 go: downloading github.com/pelletier/go-toml v1.2.0 05:05:09 go: downloading github.com/gorilla/websocket v1.4.2 05:05:09 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 05:05:09 go: downloading github.com/leodido/go-urn v1.2.0 05:05:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:05:09 go: downloading github.com/go-playground/universal-translator v0.17.0 05:05:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 05:05:09 go: downloading github.com/hashicorp/go-hclog v0.12.0 05:05:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:05:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:05:09 go: downloading github.com/hashicorp/serf v0.9.5 05:05:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:05:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:05:09 go: downloading github.com/mitchellh/copystructure v1.0.0 05:05:09 go: downloading github.com/go-playground/locales v0.13.0 05:05:09 go: downloading github.com/mattn/go-isatty v0.0.12 05:05:09 go: downloading github.com/fatih/color v1.9.0 05:05:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:05:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:05:09 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 05:05:10 go: downloading github.com/mattn/go-colorable v0.1.6 05:05:10 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:05:10 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:05:20 go: downloading gopkg.in/yaml.v2 v2.4.0 05:05: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 05:05: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 05:05: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 05:05:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:05:30 go: downloading github.com/stretchr/testify v1.7.0 05:05:30 go: downloading github.com/davecgh/go-spew v1.1.1 05:05:30 go: downloading github.com/pmezard/go-difflib v1.0.0 05:05:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 05:05:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:05:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 05:05:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 05:05:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:05:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:05:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:05:35 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 05:05:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:05:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 05:05:38 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 05:05:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:05:39 go: downloading github.com/lib/pq v1.9.0 05:05:42 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 05:05:42 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 05:05:42 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 05:05:42 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 05:05:42 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 05:05:42 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 05:05:42 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 05:05:42 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 05:05:42 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 05:05:42 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 05:05:42 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 05:05:42 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 05:05:42 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 05:05:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 05:05:42 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 05:05:42 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 05:05:42 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 05:05:42 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 05:05:42 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 05:05:42 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 05:05:42 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 05:05:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 05:05:42 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 05:05:42 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 05:05:42 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 05:05:44 Building version 05:05:44 + snapcraftctl build 05:05:45 Removing intermediate container e862c27950c0 05:05:45 ---> 715738a02d10 05:05:45 05:05:45 Step 10/24 : FROM alpine:3.12 05:05:45 3.12: Pulling from library/alpine 05:05:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 05:05:45 Status: Downloaded newer image for alpine:3.12 05:05:45 ---> d10569e2745f 05:05:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 05:05:45 ---> Running in ff76f2082b5a 05:05:47 Staging config-common 05:05:47 + snapcraftctl stage 05:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:05:48 (1/5) Installing ca-certificates (20191127-r4) 05:05:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 05:05:48 (3/5) Installing libcurl (7.69.1-r3) 05:05:48 (4/5) Installing curl (7.69.1-r3) 05:05:48 (5/5) Installing dumb-init (1.2.2-r1) 05:05:48 Executing busybox-1.31.1-r19.trigger 05:05:48 Skipping stage go-build-helper (already ran) 05:05:48 Skipping stage static-packages (already ran) 05:05:48 Skipping stage go115 (already ran) 05:05:48 Staging edgex-go 05:05:48 + snapcraftctl stage 05:05:48 Executing ca-certificates-20191127-r4.trigger 05:05:49 OK: 7 MiB in 19 packages 05:05:50 Staging version 05:05:50 + snapcraftctl stage 05:05:51 Priming config-common 05:05:51 + snapcraftctl prime 05:05:52 Removing intermediate container c0ea8461f169 05:05:52 ---> 85b8e908945f 05:05:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:05:53 Priming go-build-helper 05:05:53 + snapcraftctl prime 05:05:53 ---> Running in 2f47d80cc38a 05:05:53 Removing intermediate container ff76f2082b5a 05:05:53 ---> eeb9857f4a02 05:05:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:05:53 ---> Running in ccbaf63b3eee 05:05:54 Priming static-packages 05:05:54 + snapcraftctl prime 05:05:55 Removing intermediate container ccbaf63b3eee 05:05:55 ---> 0f0ccb4e71ad 05:05:55 Step 13/24 : WORKDIR / 05:05:55 Removing intermediate container dae4cfd3d5fa 05:05:55 ---> ab50615c1b37 05:05:55 05:05:55 Step 10/31 : FROM alpine:3.12 05:05:55 ---> d10569e2745f 05:05:55 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:05:55 ---> Running in 6046bd2741e0 05:05:55 ---> Running in 232efb5b1701 05:05:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:05:56 Removing intermediate container 6046bd2741e0 05:05:56 ---> faff19eeec56 05:05:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:05:56 Removing intermediate container 232efb5b1701 05:05:56 ---> 94ed216bf0cc 05:05:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:05:57 ---> Running in d8430875f714 05:05:57 Priming go115 05:05:57 + snapcraftctl prime 05:05:58 ---> fac8ad3cae31 05:05:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:05:58 Priming edgex-go 05:05:58 + snapcraftctl prime 05:05:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:05:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:05:59 ---> 1b2073e4444e 05:05:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:06:00 Priming version 05:06:00 + snapcraftctl prime 05:06:00 (1/2) Installing dumb-init (1.2.2-r1) 05:06:00 (2/2) Installing su-exec (0.2-r1) 05:06:00 Executing busybox-1.31.1-r19.trigger 05:06:00 OK: 5 MiB in 16 packages 05:06:01 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 05:06:02 ---> 64f420ae1bd9 05:06:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:06:02 Removing intermediate container 2f47d80cc38a 05:06:02 ---> 8ddffe09448e 05:06:02 05:06:02 Step 11/26 : FROM docker:20.10.0 05:06:02 20.10.0: Pulling from library/docker 05:06:03 Removing intermediate container d8430875f714 05:06:03 ---> 65401bf39fa8 05:06:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:06:03 ---> Running in 77eda4e3881b [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:06:04 ---> cff01fe26086 05:06:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:06:05 Removing intermediate container 77eda4e3881b 05:06:05 ---> 02d2408b23cc 05:06:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:06:06 ---> Running in 0029ff46c6db 05:06:07 Removing intermediate container 26f011d9df9b 05:06:07 ---> 6899c8c8bd69 05:06:07 05:06:07 Step 10/23 : FROM alpine:3.12 05:06:07 ---> d10569e2745f 05:06:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:06:07 Removing intermediate container 0029ff46c6db 05:06:07 ---> 4d9d0ff05ce4 05:06:07 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:06:08 ---> Running in 70f30a9b6dce 05:06:08 ---> Running in cf14b810d8f8 05:06:08 ---> a71a4992c7c0 05:06:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:06:09 ---> 4109d2560633 05:06:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 05:06:09 ---> Running in ba3399b50755 05:06:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:06:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:06:11 (1/1) Installing dumb-init (1.2.2-r1) 05:06:11 Executing busybox-1.31.1-r19.trigger 05:06:11 OK: 5 MiB in 15 packages 05:06:13 Removing intermediate container cf14b810d8f8 05:06:13 ---> d9b4eafffb41 05:06:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:06:13 ---> Running in 7767fbeff462 05:06:13 Removing intermediate container 70f30a9b6dce 05:06:13 ---> 1158e94125c9 05:06:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:06:14 Removing intermediate container 8547eb158222 05:06:14 ---> e3eeeee630d4 05:06:14 05:06:14 Step 10/23 : FROM alpine:3.12 05:06:14 ---> d10569e2745f 05:06:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:06:14 ---> Using cache 05:06:14 ---> 1158e94125c9 05:06:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:06:14 ---> Running in b29093ffab88 05:06:14 Removing intermediate container ba3399b50755 05:06:14 ---> 04490a050fbf 05:06:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:06:14 ---> Running in 89cd6f80bc65 05:06:14 Removing intermediate container 7767fbeff462 05:06:14 ---> a96ddedd7ff7 05:06:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:06:15 ---> Running in 49040646d428 05:06:15 Removing intermediate container b29093ffab88 05:06:15 ---> c241629ac335 05:06:15 Step 13/23 : ENV APP_PORT=48082 05:06:15 Removing intermediate container 89cd6f80bc65 05:06:15 ---> 363a9747674b 05:06:15 Step 13/23 : ENV APP_PORT=48081 05:06:15 ---> Running in c1a99df4fc1e 05:06:16 ---> Running in f35045ccfebc 05:06:16 Removing intermediate container 49040646d428 05:06:16 ---> 608840e1bb2d 05:06:16 Step 22/24 : LABEL arch=arm64 05:06:16 ---> a880db9f663c 05:06:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:06:16 Removing intermediate container c1a99df4fc1e 05:06:16 ---> 2d09480cf0ff 05:06:16 Step 14/23 : EXPOSE $APP_PORT 05:06:16 ---> Running in 8a7c9d0ebb31 05:06:16 ---> Running in e2b4cf615299 05:06:17 Removing intermediate container f35045ccfebc 05:06:17 ---> 669d1c46f21a 05:06:17 Step 14/23 : EXPOSE $APP_PORT 05:06:17 ---> Running in 881f17df863a 05:06:17 ---> Running in ac893d1930a2 05:06:18 Removing intermediate container 8a7c9d0ebb31 05:06:18 ---> aab81056101d 05:06:18 Step 23/24 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:06:18 Removing intermediate container 881f17df863a 05:06:18 ---> 2304b659b9e9 05:06:18 Step 15/23 : WORKDIR / 05:06:18 ---> Running in 7911edd7a65c 05:06:18 Removing intermediate container ac893d1930a2 05:06:18 ---> 65f5bbbe27c5 05:06:18 Step 15/23 : WORKDIR / 05:06:18 ---> Running in 249edc55bc8b 05:06:18 ---> Running in 2a2be5ab66d6 05:06:19 Removing intermediate container 7911edd7a65c 05:06:19 ---> 2c31e4b67c67 05:06:19 Step 24/24 : LABEL version=0.0.0 05:06:19 ---> Running in ee2c5bdb2657 05:06:19 Removing intermediate container 249edc55bc8b 05:06:19 ---> c643cbc224b3 05:06:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:06:20 Removing intermediate container 2a2be5ab66d6 05:06:20 ---> 966ebb563a52 05:06:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:06:20 Removing intermediate container ee2c5bdb2657 05:06:20 ---> 4dd613e7bfae 05:06:20 05:06:20 Removing intermediate container e2b4cf615299 05:06:20 ---> 6c5a33fba1fb 05:06:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:06:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:06:20 Status: Downloaded newer image for docker:20.10.0 05:06:20 ---> eeaf43b92773 05:06:20 Step 12/26 : RUN apk add --no-cache bash 05:06:20 Successfully built 4dd613e7bfae 05:06:20 ---> 9fef677584a7 05:06:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:06:20 ---> Running in 33a565f1ebe7 05:06:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 05:06:21 Building docker-core-data-go 05:06:21  Building docker-security-secretstore-setup-go ... done  ---> 0fa2c65b09f9 05:06:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:06:22 ---> 955a7f0666f8 05:06:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:06:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:06:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:06:23 (1/2) Installing readline (8.0.4-r0) 05:06:23 (2/2) Installing bash (5.0.17-r0) 05:06:23 Executing bash-5.0.17-r0.post-install 05:06:23 Executing busybox-1.31.1-r19.trigger 05:06:24 OK: 12 MiB in 22 packages 05:06:24 ---> 20d45292db88 05:06:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:06:25 ---> a0b51a8b5911 05:06:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:06:25 ---> 32de3f90222d 05:06:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:06:25 ---> b3196fd2deb8 05:06:25 Step 19/23 : ENTRYPOINT ["/core-command"] 05:06:25 ---> Running in ab529f20f07b 05:06:26 ---> e7049d5038a9 05:06:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:06:26 ---> Running in 4965023ca71d 05:06:26 Removing intermediate container 33a565f1ebe7 05:06:26 ---> 6477eb7d69dc 05:06:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:06:27 Removing intermediate container ab529f20f07b 05:06:27 ---> 8bc164259b01 05:06:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:06:27 ---> 51fc9cc65df9 05:06:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:06:27 ---> Running in badb6dff5103 05:06:27 ---> Running in 8711c74921f7 05:06:28 Removing intermediate container 4965023ca71d 05:06:28 ---> 5d9472b95b23 05:06:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:06:28 Removing intermediate container badb6dff5103 05:06:28 ---> 85cd199e217c 05:06:28 Step 14/26 : ENV APP_PORT=48090 05:06:28 ---> Running in 1c2bd55fc5cd 05:06:28 ---> 1f84adfc0bda 05:06:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 05:06:28 ---> Running in c848869ba5a8 05:06:28 Removing intermediate container 8711c74921f7 05:06:28 ---> 829add4d1310 05:06:28 Step 21/23 : LABEL arch=arm64 05:06:29 ---> Running in 5a67133c273e 05:06:29 Removing intermediate container 1c2bd55fc5cd 05:06:29 ---> b609df9e9c6e 05:06:29 Step 21/23 : LABEL arch=arm64 05:06:29 Removing intermediate container c848869ba5a8 05:06:29 ---> 89f605de1f5b 05:06:29 Step 15/26 : EXPOSE $APP_PORT 05:06:29 ---> Running in 3e66b016903b 05:06:29 ---> Running in d6cb37e97a04 05:06:29 Removing intermediate container 5a67133c273e 05:06:29 ---> 9f17699b7fea 05:06:29 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:06:29 ---> 43b6debf2f31 05:06:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:06:30 ---> Running in 2902d451920f 05:06:30 ---> Running in d0838a87ba5c 05:06:30 Removing intermediate container 3e66b016903b 05:06:30 ---> 8ef6769e1050 05:06:30 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:06:30 Removing intermediate container d6cb37e97a04 05:06:30 ---> 42802bd96a59 05:06:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:06:30 ---> Running in 0cc3ed75380f 05:06:31 Removing intermediate container 2902d451920f 05:06:31 ---> 51c1f0d3b75e 05:06:31 Step 23/23 : LABEL version=0.0.0 05:06:31 Removing intermediate container d0838a87ba5c 05:06:31 ---> 5263bab6a4f5 05:06:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:06:31 ---> Running in 74233ad05165 05:06:31 Removing intermediate container 0cc3ed75380f 05:06:31 ---> fb99b03f2395 05:06:31 Step 23/23 : LABEL version=0.0.0 05:06:32 ---> Running in 85ed34f736b6 05:06:32 ---> 3ed5a900f7e7 05:06:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:06:32 ---> 09d90817de49 05:06:32 Step 26/31 : RUN chmod +x /entrypoint.sh 05:06:32 Removing intermediate container 74233ad05165 05:06:32 ---> 4790680da451 05:06:32 05:06:33 Removing intermediate container 85ed34f736b6 05:06:33 ---> 0e46807cce07 05:06:33 05:06:33 Successfully built 4790680da451 05:06:33 Successfully built 0e46807cce07 05:06:33 ---> Running in 7bf9b682bb5d 05:06:33 Successfully tagged docker-core-command-go-arm64:latest 05:06:33  Building docker-core-command-go ... done Building docker-support-notifications-go 05:06:33 Successfully tagged docker-core-metadata-go-arm64:latest 05:06:33  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 05:06:34 ---> 7ec7a2779950 05:06:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:06:35 ---> 41572e270a31 05:06:35 Step 19/26 : RUN apk --no-cache add py3-pip 05:06:35 ---> Running in 972de47b53eb 05:06:37 Removing intermediate container 7bf9b682bb5d 05:06:37 ---> 4a88bea59a01 05:06:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:06:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:06:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:06:37 ---> Running in b3d77c31ed5f 05:06:38 (1/33) Installing libbz2 (1.0.8-r1) 05:06:38 (2/33) Installing expat (2.2.9-r1) 05:06:38 (3/33) Installing libffi (3.3-r2) 05:06:38 (4/33) Installing gdbm (1.13-r1) 05:06:38 (5/33) Installing xz-libs (5.2.5-r0) 05:06:38 (6/33) Installing sqlite-libs (3.32.1-r0) 05:06:38 (7/33) Installing python3 (3.8.5-r1) 05:06:38 Removing intermediate container b3d77c31ed5f 05:06:38 ---> 9246b056e3d8 05:06:38 Step 28/31 : CMD ["gate"] 05:06:40 (8/33) Installing py3-appdirs (1.4.4-r1) 05:06:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:06:40 (10/33) Installing py3-parsing (2.4.7-r0) 05:06:40 (11/33) Installing py3-six (1.15.0-r0) 05:06:40 (12/33) Installing py3-packaging (20.4-r0) 05:06:40 (13/33) Installing py3-setuptools (47.0.0-r0) 05:06:40 (14/33) Installing py3-chardet (3.0.4-r4) 05:06:40 (15/33) Installing py3-idna (2.9-r0) 05:06:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:06:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:06:40 ---> Running in f8ddd67ee140 05:06:40 (18/33) Installing py3-requests (2.23.0-r0) 05:06:40 (19/33) Installing py3-msgpack (1.0.0-r0) 05:06:40 (20/33) Installing py3-lockfile (0.12.2-r3) 05:06:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:06:40 (22/33) Installing py3-colorama (0.4.3-r0) 05:06:40 (23/33) Installing py3-distlib (0.3.0-r0) 05:06:40 (24/33) Installing py3-distro (1.5.0-r1) 05:06:40 (25/33) Installing py3-webencodings (0.5.1-r3) 05:06:40 (26/33) Installing py3-html5lib (1.0.1-r4) 05:06:40 (27/33) Installing py3-pytoml (0.1.21-r0) 05:06:40 (28/33) Installing py3-pep517 (0.8.2-r0) 05:06:40 (29/33) Installing py3-progress (1.5-r0) 05:06:40 (30/33) Installing py3-toml (0.10.1-r0) 05:06:40 (31/33) Installing py3-retrying (1.3.3-r0) 05:06:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:06:40 (33/33) Installing py3-pip (20.1.1-r0) 05:06:40 Executing busybox-1.31.1-r19.trigger 05:06:41 OK: 71 MiB in 55 packages 05:06:41 Removing intermediate container f8ddd67ee140 05:06:41 ---> dbf2f656216b 05:06:41 Step 29/31 : LABEL arch=arm64 05:06:42 ---> Running in 0a82d6f5b3ec 05:06:43 Removing intermediate container 0a82d6f5b3ec 05:06:43 ---> 69178ffeeab1 05:06:43 Step 30/31 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:06:44 ---> Running in 65aaa217ed8a 05:06:45 Removing intermediate container 65aaa217ed8a 05:06:45 ---> e749e5e01ca5 05:06:45 Step 31/31 : LABEL version=0.0.0 05:06:46 ---> Running in 68342414e3c7 05:06:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:06:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:06:46 ---> f3ea6f7b6cae 05:06:46 Step 3/23 : WORKDIR /edgex-go 05:06:46 ---> Using cache 05:06:46 ---> ac3c3081fb1f 05:06:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:06:46 ---> Using cache 05:06:46 ---> a1f3d8654f6a 05:06:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 05:06:47 ---> Running in 59b758077271 05:06:48 Removing intermediate container 68342414e3c7 05:06:48 ---> 072068a1b0a1 05:06:48 05:06:49 Successfully built 072068a1b0a1 05:06:49 Successfully tagged docker-security-bootstrapper-go-arm64:latest 05:06:49  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 05:06:49 Removing intermediate container 972de47b53eb 05:06:49 ---> 9c5409adbdba 05:06:49 Step 20/26 : RUN pip install docker-compose==1.23.2 05:06:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:06:50 ---> Running in 6553dfa3ca8e 05:06:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:06:51 OK: 217 MiB in 51 packages 05:06:52 Removing intermediate container 59b758077271 05:06:52 ---> 56b8ea6dde4c 05:06:52 Step 6/23 : COPY go.mod . 05:06:53 ---> 2c6d6c36a48b 05:06:53 Step 7/23 : RUN go mod download 05:06:53 ---> Running in f8e54c7614c2 05:06:56 Collecting docker-compose==1.23.2 05:06:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:06:58 Collecting PyYAML<4,>=3.10 05:06:58 Downloading PyYAML-3.13.tar.gz (270 kB) 05:06:58 Removing intermediate container f8e54c7614c2 05:06:58 ---> 3a12355905e4 05:06:58 Step 8/23 : COPY . . 05:07:03 Collecting cached-property<2,>=1.2.0 05:07:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:07:03 Collecting texttable<0.10,>=0.9.0 05:07:03 Downloading texttable-0.9.1.tar.gz (11 kB) 05:07:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:07:05 Collecting docopt<0.7,>=0.6.1 05:07:05 Downloading docopt-0.6.2.tar.gz (25 kB) 05:07:08 Collecting jsonschema<3,>=2.5.1 05:07:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:07:08 Collecting websocket-client<1.0,>=0.32.0 05:07:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 05:07:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:07:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:07:11 Collecting docker<4.0,>=3.6.0 05:07:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:07:12 Collecting dockerpty<0.5,>=0.4.1 05:07:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:07:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:07:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:07:13 ---> f3ea6f7b6cae 05:07:13 Step 3/22 : WORKDIR /edgex-go 05:07:13 ---> Using cache 05:07:13 ---> ac3c3081fb1f 05:07:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:13 ---> Using cache 05:07:13 ---> a1f3d8654f6a 05:07:13 Step 5/22 : RUN apk add --update --no-cache make git 05:07:13 ---> Using cache 05:07:13 ---> 007dfc57a034 05:07:13 Step 6/22 : COPY go.mod . 05:07:13 ---> Using cache 05:07:13 ---> 315a93b302ec 05:07:13 Step 7/22 : RUN go mod download 05:07:13 ---> Using cache 05:07:13 ---> da2522dd41dd 05:07:13 Step 8/22 : COPY . . 05:07:13 ---> Using cache 05:07:13 ---> de27ff6b6bd4 05:07:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:07:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:07:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:07:13 ---> f3ea6f7b6cae 05:07:13 Step 3/22 : WORKDIR /edgex-go 05:07:13 ---> Using cache 05:07:13 ---> ac3c3081fb1f 05:07:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:13 ---> Using cache 05:07:13 ---> a1f3d8654f6a 05:07:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:07:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 05:07:15 Collecting idna<2.8,>=2.5 05:07:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:07:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 05:07:16 Collecting urllib3<1.25,>=1.21.1 05:07:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:07:18 Collecting docker-pycreds>=0.4.0 05:07:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:07:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:07:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:07:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:07:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:07:19 Installing collected packages: PyYAML, cached-property, texttable, docopt, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose 05:07:19 Running setup.py install for PyYAML: started 05:07:20 ---> Running in 2ef96c77cb60 05:07:20 ---> Running in 871bda80ed57 05:07:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:07:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:07:20 ---> f3ea6f7b6cae 05:07:20 Step 3/21 : WORKDIR /edgex-go 05:07:20 ---> Using cache 05:07:20 ---> ac3c3081fb1f 05:07:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:20 ---> Using cache 05:07:20 ---> a1f3d8654f6a 05:07:20 Step 5/21 : RUN apk add --update --no-cache make git 05:07:20 ---> Using cache 05:07:20 ---> 007dfc57a034 05:07:20 Step 6/21 : COPY go.mod . 05:07:20 ---> Using cache 05:07:20 ---> 315a93b302ec 05:07:20 Step 7/21 : RUN go mod download 05:07:20 ---> Using cache 05:07:20 ---> da2522dd41dd 05:07:20 Step 8/21 : COPY . . 05:07:20 ---> Using cache 05:07:20 ---> de27ff6b6bd4 05:07:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:07:21 ---> 805798ddb84e 05:07:21 Step 9/23 : RUN make cmd/core-data/core-data 05:07:21 ---> Running in 7859416670ee 05:07:21 ---> Running in c6b8f8e6af7d 05:07:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:07:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:07:23 Running setup.py install for PyYAML: finished with status 'done' 05:07:23 Running setup.py install for texttable: started 05:07:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 05:07:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:07:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:07:24 OK: 217 MiB in 51 packages 05:07:26 Running setup.py install for texttable: finished with status 'done' 05:07:26 Running setup.py install for docopt: started 05:07:26 Removing intermediate container 2ef96c77cb60 05:07:26 ---> 2f6a963c35d2 05:07:26 Step 6/22 : COPY go.mod . 05:07:27 ---> ee596ea244fc 05:07:27 Step 7/22 : RUN go mod download 05:07:27 ---> Running in 4db38bda7ef7 05:07:29 Running setup.py install for docopt: finished with status 'done' 05:07:30 Attempting uninstall: idna 05:07:30 Found existing installation: idna 2.9 05:07:30 Uninstalling idna-2.9: 05:07:30 Successfully uninstalled idna-2.9 05:07:31 Attempting uninstall: urllib3 05:07:31 Found existing installation: urllib3 1.25.9 05:07:31 Uninstalling urllib3-1.25.9: 05:07:31 Successfully uninstalled urllib3-1.25.9 05:07:32 Removing intermediate container 4db38bda7ef7 05:07:32 ---> a5937c6857ef 05:07:32 Step 8/22 : COPY . . 05:07:32 Attempting uninstall: requests 05:07:32 Found existing installation: requests 2.23.0 05:07:32 Uninstalling requests-2.23.0: 05:07:32 Successfully uninstalled requests-2.23.0 05:07:34 Running setup.py install for dockerpty: started 05:07:38 Running setup.py install for dockerpty: finished with status 'done' 05:07:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 05:07:48 Removing intermediate container 6553dfa3ca8e 05:07:48 ---> 5f069c1c05f5 05:07:48 Step 21/26 : RUN apk --no-cache add curl 05:07:48 ---> Running in 7a630d9a815d 05:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:07:51 ---> 62f20871c6b2 05:07:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:07:51 ---> Running in aa82cecde947 05:07:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:07:52 (2/3) Installing libcurl (7.69.1-r3) 05:07:52 (3/3) Installing curl (7.69.1-r3) 05:07:52 Executing busybox-1.31.1-r19.trigger 05:07:52 OK: 71 MiB in 58 packages 05:07:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:07:54 Removing intermediate container 7a630d9a815d 05:07:54 ---> fa4640945335 05:07:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 05:07:54 ---> Running in 0e26f20e0bff 05:07:55 Removing intermediate container 0e26f20e0bff 05:07:55 ---> 87e2a8f3f3cd 05:07:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:07:56 ---> Running in 5e0234041262 05:07:56 Removing intermediate container 5e0234041262 05:07:56 ---> 2f1fa312485e 05:07:56 Step 24/26 : LABEL arch=arm64 05:07:57 ---> Running in 148e04af7986 05:07:57 Removing intermediate container 148e04af7986 05:07:57 ---> 4d8f8015eec4 05:07:57 Step 25/26 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:07:57 ---> Running in 989171ebbaae 05:07:58 Removing intermediate container 989171ebbaae 05:07:58 ---> e92c1a98d044 05:07:58 Step 26/26 : LABEL version=0.0.0 05:07:58 ---> Running in 78c06904322b 05:07:59 Removing intermediate container 78c06904322b 05:07:59 ---> 3db8a3ff83a6 05:07:59 05:08:00 Successfully built 3db8a3ff83a6 05:08:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 05:08:57  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 05:09:05 Removing intermediate container 7859416670ee 05:09:05 ---> 99a6f502db07 05:09:05 05:09:05 Step 10/21 : FROM alpine:3.12 05:09:05 ---> d10569e2745f 05:09:05 Step 11/21 : RUN apk add --update --no-cache curl 05:09:05 ---> Running in 57dafca8d037 05:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:09:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:09:07 (1/4) Installing ca-certificates (20191127-r4) 05:09:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:09:07 (3/4) Installing libcurl (7.69.1-r3) 05:09:07 (4/4) Installing curl (7.69.1-r3) 05:09:07 Executing busybox-1.31.1-r19.trigger 05:09:07 Executing ca-certificates-20191127-r4.trigger 05:09:07 OK: 7 MiB in 18 packages 05:09:10 Removing intermediate container 57dafca8d037 05:09:10 ---> 613bdffc0dcf 05:09:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:09:10 ---> Running in d6061907451b 05:09:11 Removing intermediate container d6061907451b 05:09:11 ---> 7300e042c5a3 05:09:11 Step 13/21 : WORKDIR /edgex 05:09:11 ---> Running in 4150912d5eb4 05:09:11 Removing intermediate container 4150912d5eb4 05:09:11 ---> e6e7b8efc36c 05:09:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:09:13 ---> 8ad7f7b4aeb8 05:09:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:09:16 ---> 3d75a6ac8f0f 05:09:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:09:17 Removing intermediate container 871bda80ed57 05:09:17 ---> 55e4eccb63e5 05:09:17 05:09:17 Step 10/22 : FROM alpine:3.12 05:09:17 ---> d10569e2745f 05:09:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:09:17 ---> Using cache 05:09:17 ---> 1158e94125c9 05:09:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:09:17 ---> Using cache 05:09:17 ---> 363a9747674b 05:09:17 Step 13/22 : ENV APP_PORT=48085 05:09:17 ---> Running in 8831a28d4a02 05:09:18 ---> cfd0ec66e71d 05:09:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:09:18 ---> Running in 93b018108322 05:09:18 Removing intermediate container 8831a28d4a02 05:09:18 ---> 5d18dbd453f9 05:09:18 Step 14/22 : EXPOSE $APP_PORT 05:09:18 ---> Running in 50a96f7a6317 05:09:18 Removing intermediate container 93b018108322 05:09:18 ---> d42b53196f5b 05:09:18 Step 18/21 : CMD ["--init=true"] 05:09:19 ---> Running in 6c11300b1390 05:09:19 Removing intermediate container 50a96f7a6317 05:09:19 ---> 9693a83ad52d 05:09:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:09:19 Removing intermediate container 6c11300b1390 05:09:19 ---> 2157e7b52b68 05:09:19 Step 19/21 : LABEL arch=arm64 05:09:20 ---> Running in 0b6183e53ab6 05:09:20 ---> b3c86c23e50d 05:09:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:09:20 Removing intermediate container 0b6183e53ab6 05:09:20 ---> 9319319551d3 05:09:20 Step 20/21 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:09:20 ---> Running in bfb21dd7c13f 05:09:21 Removing intermediate container bfb21dd7c13f 05:09:21 ---> b7e013cf5ff6 05:09:21 Step 21/21 : LABEL version=0.0.0 05:09:21 ---> 82bd3f4c6e8e 05:09:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:09:22 ---> Running in 2ddde0d7c176 05:09:22 Removing intermediate container 2ddde0d7c176 05:09:22 ---> b29df74f65e8 05:09:22 05:09:23 Successfully built b29df74f65e8 05:09:23 ---> 16be553560a3 05:09:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:09:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 05:09:23  Building docker-security-proxy-setup-go ... done  ---> Running in c16efed6c6be 05:09:23 Removing intermediate container c16efed6c6be 05:09:23 ---> 3f2bb7fab382 05:09:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:09:24 ---> Running in ac2fd287fa73 05:09:24 Removing intermediate container ac2fd287fa73 05:09:24 ---> 8ec4525d2429 05:09:24 Step 20/22 : LABEL arch=arm64 05:09:25 ---> Running in 12248e7a7358 05:09:25 Removing intermediate container 12248e7a7358 05:09:25 ---> 0f122fa51409 05:09:25 Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:09:25 ---> Running in 864f0c3e3d1b 05:09:26 Removing intermediate container 864f0c3e3d1b 05:09:26 ---> 89226a01d7bf 05:09:26 Step 22/22 : LABEL version=0.0.0 05:09:26 ---> Running in 652d9bbbbc93 05:09:27 Removing intermediate container 652d9bbbbc93 05:09:27 ---> 5405a2a3bc19 05:09:27 05:09:27 Successfully built 5405a2a3bc19 05:09:28 Successfully tagged docker-support-scheduler-go-arm64:latest 05:09:28  Building docker-support-scheduler-go ... done Removing intermediate container aa82cecde947 05:09:28 ---> fbe9455b18de 05:09:28 05:09:28 Step 10/22 : FROM alpine:3.12 05:09:28 ---> d10569e2745f 05:09:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:09:28 ---> Running in 1781f867ffbc 05:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:09:31 Removing intermediate container c6b8f8e6af7d 05:09:31 ---> 26ade3d35468 05:09:31 05:09:31 Step 10/23 : FROM alpine:3.12 05:09:31 ---> d10569e2745f 05:09:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:09:31 (1/2) Installing ca-certificates (20191127-r4) 05:09:31 (2/2) Installing dumb-init (1.2.2-r1) 05:09:31 Executing busybox-1.31.1-r19.trigger 05:09:31 Executing ca-certificates-20191127-r4.trigger 05:09:31 ---> Running in ff7de1cdd9ac 05:09:31 OK: 6 MiB in 16 packages 05:09:31 Removing intermediate container ff7de1cdd9ac 05:09:31 ---> bc6465c271b4 05:09:31 Step 12/23 : ENV APP_PORT=48080 05:09:31 ---> Running in c64cecb652e6 05:09:32 Removing intermediate container c64cecb652e6 05:09:32 ---> 567b5136326d 05:09:32 Step 13/23 : EXPOSE $APP_PORT 05:09:32 ---> Running in 64c01ba4f9b1 05:09:32 Removing intermediate container 1781f867ffbc 05:09:32 ---> a364a3676a82 05:09:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:09:32 ---> Running in b556ac563e3b 05:09:32 Removing intermediate container 64c01ba4f9b1 05:09:32 ---> 431b5672b91b 05:09:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:09:32 ---> Running in 78ad5f99f902 05:09:32 Removing intermediate container b556ac563e3b 05:09:32 ---> 71b41ac8ee07 05:09:32 Step 13/22 : ENV APP_PORT=48060 05:09:33 ---> Running in cbeaa6ae5728 05:09:33 Removing intermediate container cbeaa6ae5728 05:09:33 ---> 7c7fbfd37e8b 05:09:33 Step 14/22 : EXPOSE $APP_PORT 05:09:33 ---> Running in 1d0a41f12262 05:09:34 Removing intermediate container 1d0a41f12262 05:09:34 ---> 1c629f7322c0 05:09:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:09:34 ---> f1e9ad8988b1 05:09:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:09:35 Removing intermediate container 78ad5f99f902 05:09:35 ---> 9c02e54062c1 05:09:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:09:35 ---> Running in 29285b576152 05:09:36 ---> 6a84b448ef9d 05:09:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:09:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:09:37 ---> 79e9e1c37efd 05:09:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:09:37 ---> Running in 84d5b533fd56 05:09:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:09:37 Removing intermediate container 84d5b533fd56 05:09:37 ---> e161eb8ec502 05:09:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:09:37 ---> Running in 9811541458e9 05:09:38 (1/6) Installing dumb-init (1.2.2-r1) 05:09:38 Removing intermediate container 9811541458e9 05:09:38 ---> 16e1d3b49c02 05:09:38 Step 20/22 : LABEL arch=arm64 05:09:38 (2/6) Installing libgcc (9.3.0-r2) 05:09:38 (3/6) Installing libsodium (1.0.18-r0) 05:09:38 ---> Running in 316b98f92fdb 05:09:38 (4/6) Installing libstdc++ (9.3.0-r2) 05:09:39 Removing intermediate container 316b98f92fdb 05:09:39 ---> 5cb8f3ea1d96 05:09:39 Step 21/22 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:09:39 (5/6) Installing libzmq (4.3.3-r0) 05:09:39 ---> Running in 8cffed48d98a 05:09:39 (6/6) Installing zeromq (4.3.3-r0) 05:09:39 Executing busybox-1.31.1-r19.trigger 05:09:39 OK: 8 MiB in 20 packages 05:09:39 Removing intermediate container 8cffed48d98a 05:09:39 ---> 3c5d9b44aee9 05:09:39 Step 22/22 : LABEL version=0.0.0 05:09:39 ---> Running in f5452dd0b44e 05:09:40 Removing intermediate container f5452dd0b44e 05:09:40 ---> 95edf247a618 05:09:40 05:09:40 Successfully built 95edf247a618 05:09:40 Successfully tagged docker-support-notifications-go-arm64:latest 05:09:40  Building docker-support-notifications-go ... done Removing intermediate container 29285b576152 05:09:40 ---> e09a50e3b6db 05:09:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:09:41 ---> 7e514ca29a50 05:09:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:09:42 ---> d4c103a8bdca 05:09:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:09:43 ---> b3befe2ad6da 05:09:43 Step 19/23 : ENTRYPOINT ["/core-data"] 05:09:43 ---> Running in d8ec2a5abd3e 05:09:43 Removing intermediate container d8ec2a5abd3e 05:09:43 ---> ee2cd9336547 05:09:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:09:44 ---> Running in 2e67dd89a498 05:09:44 Removing intermediate container 2e67dd89a498 05:09:44 ---> 06deae424af6 05:09:44 Step 21/23 : LABEL arch=arm64 05:09:44 ---> Running in 3adca7ffa529 05:09:45 Removing intermediate container 3adca7ffa529 05:09:45 ---> 1af663f7eacc 05:09:45 Step 22/23 : LABEL git_sha=feceee52b67c986ed78c3711126a3ae755cb7ff3 05:09:45 ---> Running in 6e24db6dd8ae 05:09:45 Removing intermediate container 6e24db6dd8ae 05:09:45 ---> b808a038f06b 05:09:45 Step 23/23 : LABEL version=0.0.0 05:09:45 ---> Running in 0332fe0d616f 05:09:46 Removing intermediate container 0332fe0d616f 05:09:46 ---> cd435e09cf9e 05:09:46 05:09:46 Successfully built cd435e09cf9e 05:09:46 Successfully tagged docker-core-data-go-arm64:latest 05:09:47  Building docker-core-data-go ... done  [Pipeline] } 05:09:47 $ docker stop --time=1 de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 05:09:49 $ docker rm -f de1fabe8f711edee7b7eb1c6cea54b9739d58e87e2b0cd3ecbce69bb310ea9a3 [Pipeline] // withDockerContainer [Pipeline] sh 05:09:49 + + docker images 05:09:49 grep docker 05:09:50 docker-core-data-go-arm64 latest cd435e09cf9e 3 seconds ago 21.3MB 05:09:50 docker-support-notifications-go-arm64 latest 95edf247a618 10 seconds ago 16.9MB 05:09:50 docker-support-scheduler-go-arm64 latest 5405a2a3bc19 23 seconds ago 16.3MB 05:09:50 docker-security-proxy-setup-go-arm64 latest b29df74f65e8 27 seconds ago 23.4MB 05:09:50 docker-sys-mgmt-agent-go-arm64 latest 3db8a3ff83a6 About a minute ago 300MB 05:09:50 docker-security-bootstrapper-go-arm64 latest 072068a1b0a1 3 minutes ago 17.8MB 05:09:50 docker-core-command-go-arm64 latest 4790680da451 3 minutes ago 16.2MB 05:09:50 docker-core-metadata-go-arm64 latest 0e46807cce07 3 minutes ago 17.9MB 05:09:50 docker-security-secretstore-setup-go-arm64 latest 4dd613e7bfae 3 minutes ago 23.7MB 05:09:50 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:09:51 ---> job-cost.sh 05:09:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0OoJ 05:10:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:12:06 lf-activate-venv(): INFO: Adding /tmp/venv-0OoJ/bin to PATH 05:12:06 INFO: No Stack... 05:12:06 INFO: Retrieving Pricing Info for: lf-standard-4 05:12:06 INFO: Archiving Costs [Pipeline] sh 05:12:07 + cat /w/workspace/edgex-go/16/archives/cost.csv 05:12:07 + cut -d, -f6 [Pipeline] lock 05:12:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] 05:12:07 Resource [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] did not exist. Created. 05:12:07 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:12:07 + echo total: 0.20999999344348907 [Pipeline] stash 05:12:08 Stashed 1 file(s) [Pipeline] } 05:12:08 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:12:09 provisioning config files... 05:12:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config3134060698549000628tmp [Pipeline] { [Pipeline] sh 05:12:10 + set +x 05:12:10 + curl -s https://codecov.io/bash 05:12:10 + bash -s -- 05:12:10 05:12:10 _____ _ 05:12:10 / ____| | | 05:12:10 | | ___ __| | ___ ___ _____ __ 05:12:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:12:10 | |___| (_) | (_| | __/ (_| (_) \ V / 05:12:10 \_____\___/ \__,_|\___|\___\___/ \_/ 05:12:10 Bash-20210309-2b87ace 05:12:10 05:12:10 05:12:10 ==> git version 2.24.3 found 05:12:10 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:12:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:12:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:12:10 ==> Jenkins CI detected. 05:12:10 project root: . 05:12:10 --> token set from env 05:12:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:12:10 ==> Running gcov in . (disable via -X gcov) 05:12:10 ==> Python coveragepy not found 05:12:10 ==> Searching for coverage reports in: 05:12:10 + . 05:12:10 -> Found 1 reports 05:12:10 ==> Detecting git/mercurial file structure 05:12:10 ==> Reading reports 05:12:10 + ./coverage.out bytes=628838 05:12:10 ==> Appending adjustments 05:12:10 https://docs.codecov.io/docs/fixing-reports 05:12:14 + Found adjustments 05:12:14 ==> Gzipping contents 05:12:14 92K /tmp/codecov.4FKpC6.gz 05:12:14 ==> Uploading reports 05:12:14 url: https://codecov.io 05:12:14 query: branch=PR-3209&commit=feceee52b67c986ed78c3711126a3ae755cb7ff3&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 05:12:14 -> Pinging Codecov 05:12:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=feceee52b67c986ed78c3711126a3ae755cb7ff3&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 05:12:14 -> Uploading to 05:12:14 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/feceee52b67c986ed78c3711126a3ae755cb7ff3/72775f8d-c36e-45ff-86f2-c3b7e6c68c89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T051214Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d56a0c93d83c15661dad2a8fd715a6c67e361f264b80f4de69adc5afeb594ff 05:12:14 % Total % Received % Xferd Average Speed Time Time Time Current 05:12:14 Dload Upload Total Spent Left Speed 05:12:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92816 0 0 100 92816 0 137k --:--:-- --:--:-- --:--:-- 137k 05:12:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/feceee52b67c986ed78c3711126a3ae755cb7ff3 [Pipeline] } 05:12:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:12:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:12:18 ---> package-listing.sh 05:12:18 ++ facter osfamily 05:12:18 ++ tr '[:upper:]' '[:lower:]' 05:12:18 + OS_FAMILY=redhat 05:12:18 + workspace=/w/workspace/edgex-go/16 05:12:18 + START_PACKAGES=/tmp/packages_start.txt 05:12:18 + END_PACKAGES=/tmp/packages_end.txt 05:12:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:12:18 + PACKAGES=/tmp/packages_start.txt 05:12:18 + '[' /w/workspace/edgex-go/16 ']' 05:12:18 + PACKAGES=/tmp/packages_end.txt 05:12:18 + case "${OS_FAMILY}" in 05:12:18 + rpm -qa 05:12:18 + sort 05:12:23 + '[' -f /tmp/packages_start.txt ']' 05:12:23 + '[' -f /tmp/packages_end.txt ']' 05:12:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:12:23 + '[' /w/workspace/edgex-go/16 ']' 05:12:23 + mkdir -p /w/workspace/edgex-go/16/archives/ 05:12:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 05:12:23 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:12:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:12:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:12:24 05:12:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:12:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:12:24 alpine: Pulling from edgex-lftools-log-publisher 05:12:24 df20fa9351a1: Pulling fs layer 05:12:24 36b3adc4ff6f: Pulling fs layer 05:12:24 8ad3a11d3b57: Pulling fs layer 05:12:24 46f8f816bc3b: Pulling fs layer 05:12:24 93b61091891f: Pulling fs layer 05:12:24 93b9cdb0e59b: Pulling fs layer 05:12:24 5e14af77c1be: Pulling fs layer 05:12:24 01666e4c0597: Pulling fs layer 05:12:24 aa168da1d23b: Pulling fs layer 05:12:24 46f8f816bc3b: Waiting 05:12:24 93b61091891f: Waiting 05:12:24 01666e4c0597: Waiting 05:12:24 aa168da1d23b: Waiting 05:12:24 93b9cdb0e59b: Waiting 05:12:24 5e14af77c1be: Waiting 05:12:24 36b3adc4ff6f: Verifying Checksum 05:12:24 36b3adc4ff6f: Download complete 05:12:24 46f8f816bc3b: Verifying Checksum 05:12:24 46f8f816bc3b: Download complete 05:12:24 df20fa9351a1: Verifying Checksum 05:12:24 df20fa9351a1: Download complete 05:12:24 93b9cdb0e59b: Verifying Checksum 05:12:24 93b9cdb0e59b: Download complete 05:12:24 5e14af77c1be: Download complete 05:12:24 93b61091891f: Verifying Checksum 05:12:24 93b61091891f: Download complete 05:12:24 01666e4c0597: Verifying Checksum 05:12:24 01666e4c0597: Download complete 05:12:25 df20fa9351a1: Pull complete 05:12:25 36b3adc4ff6f: Pull complete 05:12:25 8ad3a11d3b57: Verifying Checksum 05:12:25 8ad3a11d3b57: Download complete 05:12:26 8ad3a11d3b57: Pull complete 05:12:27 aa168da1d23b: Verifying Checksum 05:12:27 aa168da1d23b: Download complete 05:12:28 46f8f816bc3b: Pull complete 05:12:29 93b61091891f: Pull complete 05:12:29 93b9cdb0e59b: Pull complete 05:12:29 5e14af77c1be: Pull complete 05:12:29 01666e4c0597: Pull complete 05:12:39 aa168da1d23b: Pull complete 05:12:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:12:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:12:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:12:39 prd-centos7-docker-4c-2g-29464 does not seem to be running inside a container 05:12:39 $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:12:43 $ docker top de7511a9250678a938b9ffc149a4202ba4676750a61d4f0694ec5f00f201bc8a -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:43 + touch /tmp/pre-build-complete [Pipeline] sh 05:12:44 + mkdir -p /var/log/sa [Pipeline] sh 05:12:44 + ls /var/log/sa-host 05:12:44 + sadf -c /var/log/sa-host/sa11 05:12:44 file_magic: OK 05:12:44 HZ: Using current value: 100 05:12:44 file_header: OK 05:12:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:12:44 Statistics: 05:12:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:12:44 File successfully converted to sysstat format version 12.2.1 05:12:44 + sadf -c /var/log/sa-host/sa23 05:12:44 file_magic: OK 05:12:44 HZ: Using current value: 100 05:12:44 file_header: OK 05:12:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:12:44 Statistics: 05:12:44 Hnuu...uuuununununu... 05:12:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:12:44 provisioning config files... 05:12:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config6554492283918243115tmp [Pipeline] { [Pipeline] echo 05:12:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:12:45 ---> create-netrc.sh [Pipeline] } 05:12:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:12:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:12:45 ---> python-tools-install.sh [Pipeline] echo 05:12:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:12:45 ---> sudo-logs.sh 05:12:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:12:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:12:46 ---> job-cost.sh 05:12:46 lf-activate-venv: SKIPPING 05:12:46 DEBUG: total: 0.20999999344348907 05:12:46 INFO: Retrieving Stack Cost... 05:12:47 INFO: Retrieving Pricing Info for: v1-standard-2 05:12:49 INFO: Archiving Costs [Pipeline] echo 05:12:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:12:49 ---> logs-deploy.sh 05:12:49 lf-activate-venv: SKIPPING 05:12:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/16 05:12:49 INFO: archiving workspace using pattern(s): 05:12:51 Archives upload complete. 05:12:51 INFO: archiving logs to Nexus 05:12:52 ---> uname -a: 05:12:52 Linux prd-centos7-docker-4c-2g-29464.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:12:52 05:12:52 05:12:52 ---> lscpu: 05:12:52 Architecture: x86_64 05:12:52 CPU op-mode(s): 32-bit, 64-bit 05:12:52 Byte Order: Little Endian 05:12:52 Address sizes: 40 bits physical, 48 bits virtual 05:12:52 CPU(s): 4 05:12:52 On-line CPU(s) list: 0-3 05:12:52 Thread(s) per core: 1 05:12:52 Core(s) per socket: 1 05:12:52 Socket(s): 4 05:12:52 NUMA node(s): 1 05:12:52 Vendor ID: GenuineIntel 05:12:52 CPU family: 6 05:12:52 Model: 44 05:12:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:12:52 Stepping: 1 05:12:52 CPU MHz: 2933.438 05:12:52 BogoMIPS: 5866.87 05:12:52 Virtualization: VT-x 05:12:52 Hypervisor vendor: KVM 05:12:52 Virtualization type: full 05:12:52 L1d cache: 128 KiB 05:12:52 L1i cache: 128 KiB 05:12:52 L2 cache: 16 MiB 05:12:52 L3 cache: 64 MiB 05:12:52 NUMA node0 CPU(s): 0-3 05:12:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:12:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:12:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:12:52 Vulnerability Meltdown: Mitigation; PTI 05:12:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:12:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:12:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:12:52 Vulnerability Srbds: Not affected 05:12:52 Vulnerability Tsx async abort: Not affected 05:12:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:12:52 05:12:52 05:12:52 ---> nproc: 05:12:52 4 05:12:52 05:12:52 05:12:52 ---> df -h: 05:12:52 Filesystem Size Used Available Use% Mounted on 05:12:52 overlay 50.0G 13.0G 37.0G 26% / 05:12:52 tmpfs 64.0M 0 64.0M 0% /dev 05:12:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:12:52 shm 64.0M 0 64.0M 0% /dev/shm 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/16@tmp 05:12:52 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/16 05:12:52 05:12:52 05:12:52 ---> free -m: 05:12:52 total used free shared buff/cache available 05:12:52 Mem: 1837 720 180 0 937 1035 05:12:52 Swap: 1023 77 946 05:12:52 05:12:52 05:12:52 ---> ip addr: 05:12:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:12:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:12:52 inet 127.0.0.1/8 scope host lo 05:12:52 valid_lft forever preferred_lft forever 05:12:52 inet6 ::1/128 scope host 05:12:52 valid_lft forever preferred_lft forever 05:12:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:12:52 link/ether fa:16:3e:90:08:cd brd ff:ff:ff:ff:ff:ff 05:12:52 inet 10.30.123.223/23 brd 10.30.123.255 scope global dynamic eth0 05:12:52 valid_lft 84855sec preferred_lft 84855sec 05:12:52 inet6 fe80::f816:3eff:fe90:8cd/64 scope link 05:12:52 valid_lft forever preferred_lft forever 05:12:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:12:52 link/ether 02:42:09:2b:5d:11 brd ff:ff:ff:ff:ff:ff 05:12:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:12:52 valid_lft forever preferred_lft forever 05:12:52 inet6 fe80::42:9ff:fe2b:5d11/64 scope link 05:12:52 valid_lft forever preferred_lft forever 05:12:52 05:12:52 05:12:52 ---> sar -b -r -n DEV: 05:12:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 05:12:52 05:12:52 04:46:55 LINUX RESTART (4 CPU) 05:12:52 05:12:52 04:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:12:52 04:49:01 103.11 51.41 51.71 0.00 6714.49 11605.22 0.00 05:12:52 04:50:01 216.47 99.03 117.44 0.00 6850.45 39948.45 0.00 05:12:52 04:51:01 246.51 98.07 148.44 0.00 3627.94 17925.02 0.00 05:12:52 04:52:01 131.52 56.75 74.77 0.00 2096.61 9545.04 0.00 05:12:52 04:53:01 143.63 43.27 100.37 0.00 2934.13 26241.40 0.00 05:12:52 04:54:03 1864.74 1525.46 339.28 0.00 154703.40 209737.38 0.00 05:12:52 04:55:01 1744.87 1498.99 245.89 0.00 82666.85 98939.80 0.00 05:12:52 04:56:02 1099.04 754.27 344.76 0.00 85555.92 141246.67 0.00 05:12:52 04:57:01 2319.36 2059.05 260.31 0.00 118882.78 130932.64 0.00 05:12:52 04:58:01 300.87 79.76 221.10 0.00 9368.08 34640.66 0.00 05:12:52 04:59:01 1.70 0.07 1.63 0.00 0.80 29.26 0.00 05:12:52 05:00:01 1.13 0.50 0.63 0.00 5.73 8.14 0.00 05:12:52 05:01:01 0.65 0.05 0.60 0.00 0.80 6.14 0.00 05:12:52 05:02:01 2.50 1.85 0.65 0.00 76.27 9.60 0.00 05:12:52 05:03:01 1.35 0.08 1.27 0.00 1.47 20.09 0.00 05:12:52 05:04:01 0.53 0.13 0.40 0.00 1.73 5.01 0.00 05:12:52 05:05:01 0.57 0.02 0.55 0.00 0.13 5.90 0.00 05:12:52 05:06:01 0.47 0.00 0.47 0.00 0.00 5.21 0.00 05:12:52 05:07:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 05:12:52 05:08:01 0.41 0.14 0.27 0.00 37.94 3.59 0.00 05:12:52 05:09:01 0.23 0.02 0.22 0.00 0.27 2.18 0.00 05:12:52 05:10:01 0.20 0.02 0.18 0.00 0.27 2.18 0.00 05:12:52 05:11:01 0.22 0.02 0.20 0.00 0.13 1.62 0.00 05:12:52 05:12:01 0.23 0.02 0.22 0.00 0.13 1.53 0.00 05:12:52 Average: 340.30 260.53 79.77 0.00 19786.41 30153.44 0.00 05:12:52 05:12:52 04:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:12:52 04:49:01 295532 0 630592 33.51 2596 952824 1196896 40.85 569264 813892 43056 05:12:52 04:50:01 137416 0 719924 38.26 1560 1022644 1526740 52.11 575720 925928 1372 05:12:52 04:51:01 217024 0 772896 41.08 888 890736 1733860 59.17 601792 784136 84252 05:12:52 04:52:01 248796 0 789952 41.98 688 842108 1696792 57.91 610292 729208 82168 05:12:52 04:53:01 177188 0 759816 40.38 480 944060 1415804 48.32 599472 814552 44 05:12:52 04:54:03 54980 0 861460 45.78 104 965000 2338356 79.80 779520 817520 77436 05:12:52 04:55:01 286308 0 978860 52.02 104 616272 3465948 118.29 633928 684240 52112 05:12:52 04:56:02 268532 0 699260 37.16 104 913648 2106248 71.88 596876 791080 64 05:12:52 04:57:01 239716 0 929212 49.39 104 712512 3056620 104.32 694640 680780 59808 05:12:52 04:58:01 119428 0 645852 34.33 104 1116160 1214620 41.45 592028 906684 20 05:12:52 04:59:01 123884 0 641316 34.08 104 1116240 1186588 40.50 590680 905276 16 05:12:52 05:00:01 123904 0 641284 34.08 104 1116252 1184652 40.43 591004 905360 8 05:12:52 05:01:01 123576 0 641604 34.10 104 1116260 1186716 40.50 591092 905356 8 05:12:52 05:02:01 121256 0 642332 34.14 104 1117852 1185208 40.45 591664 906780 8 05:12:52 05:03:01 120924 0 642656 34.16 104 1117860 1185280 40.45 591880 906808 8 05:12:52 05:04:01 121872 0 641676 34.10 104 1117892 1185040 40.44 590936 906824 8 05:12:52 05:05:01 121924 0 641616 34.10 104 1117900 1185124 40.45 591252 906832 8 05:12:52 05:06:01 121996 0 641532 34.10 104 1117912 1185040 40.44 590864 906836 8 05:12:52 05:07:01 121888 0 641636 34.10 104 1117916 1185040 40.44 591116 906836 8 05:12:52 05:08:01 118004 0 644412 34.25 104 1119024 1185100 40.45 596956 904876 8 05:12:52 05:09:01 117780 0 644620 34.26 104 1119040 1185040 40.44 596888 904880 16 05:12:52 05:10:01 118068 0 644332 34.24 104 1119040 1185040 40.44 596768 904880 8 05:12:52 05:11:01 118348 0 644040 34.23 104 1119052 1185040 40.44 596896 904892 8 05:12:52 05:12:01 118068 0 644316 34.24 104 1119056 1185040 40.44 596776 904892 8 05:12:52 Average: 155684 0 699383 37.17 341 1026136 1514410 51.68 606596 859556 16686 05:12:52 05:12:52 04:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:12:52 04:49:01 veth49e1e2d 1097.80 777.52 97.36 2684.21 0.00 0.00 0.00 0.00 05:12:52 04:49:01 eth0 950.04 1221.73 3146.98 153.29 0.00 0.00 0.00 0.00 05:12:52 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:49:01 docker0 1097.80 777.39 82.35 2684.20 0.00 0.00 0.00 0.00 05:12:52 04:50:01 eth0 441.43 384.61 3228.15 38.90 0.00 0.00 0.00 0.00 05:12:52 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:50:01 veth051bdaa 22.06 23.34 2.09 21.35 0.00 0.00 0.00 0.00 05:12:52 04:50:01 docker0 83.51 100.03 5.04 382.45 0.00 0.00 0.00 0.00 05:12:52 04:51:01 vethe7d0bdb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:51:01 eth0 117.10 89.42 475.86 17.16 0.00 0.00 0.00 0.00 05:12:52 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:51:01 docker0 72.19 85.33 5.67 448.35 0.00 0.00 0.00 0.00 05:12:52 04:52:01 vethe7d0bdb 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 05:12:52 04:52:01 eth0 42.02 29.34 21.10 85.51 0.00 0.00 0.00 0.00 05:12:52 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:52:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 05:12:52 04:53:01 eth0 252.60 222.27 1702.89 29.88 0.00 0.00 0.00 0.00 05:12:52 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:53:01 vethc9c3d88 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:54:03 veth07ab863 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 05:12:52 04:54:03 eth0 73.04 48.29 171.68 60.36 0.00 0.00 0.00 0.00 05:12:52 04:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:54:03 docker0 13.21 25.12 0.69 142.52 0.00 0.00 0.00 0.00 05:12:52 04:55:01 veth07ab863 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:55:01 vethae5986e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:55:01 veth4771f70 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:55:01 veth7c5505e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:56:02 veth3fae2dc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:56:02 veth07ab863 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 05:12:52 04:56:02 vethf4c014b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:56:02 eth0 2792.73 2589.69 12363.66 478.59 0.00 0.00 0.00 0.00 05:12:52 04:57:01 vethe7229a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:57:01 veth07ab863 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:57:01 vethc66e45c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:12:52 04:57:01 eth0 43.97 40.28 12.01 86.42 0.00 0.00 0.00 0.00 05:12:52 04:58:01 eth0 281.14 213.06 1741.35 93.03 0.00 0.00 0.00 0.00 05:12:52 04:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:12:52 04:58:01 docker0 1328.17 1107.46 97.41 4421.63 0.00 0.00 0.00 0.00 05:12:52 04:59:01 eth0 1.10 0.10 0.11 0.04 0.00 0.00 0.00 0.00 05:12:52 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:00:01 eth0 0.68 0.32 0.28 0.20 0.00 0.00 0.00 0.00 05:12:52 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:01:01 eth0 0.70 0.08 0.07 0.01 0.00 0.00 0.00 0.00 05:12:52 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:02:01 eth0 1.40 0.32 0.36 0.20 0.00 0.00 0.00 0.00 05:12:52 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:03:01 eth0 0.83 0.45 0.42 0.27 0.00 0.00 0.00 0.00 05:12:52 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:04:01 eth0 0.67 0.12 0.06 0.01 0.00 0.00 0.00 0.00 05:12:52 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:05:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 05:12:52 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:12:52 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:07:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 05:12:52 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:08:01 eth0 0.95 0.20 0.21 0.07 0.00 0.00 0.00 0.00 05:12:52 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:09:01 eth0 0.38 0.05 0.04 0.00 0.00 0.00 0.00 0.00 05:12:52 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:10:01 eth0 0.18 0.05 0.02 0.00 0.00 0.00 0.00 0.00 05:12:52 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:11:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:12:52 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:12:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 05:12:52 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 Average: eth0 96.50 96.29 453.82 24.64 0.00 0.00 0.00 0.00 05:12:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:12:52 Average: docker0 55.43 46.21 4.07 184.52 0.00 0.00 0.00 0.00 05:12:52 05:12:52 05:12:52 ---> sar -P ALL: 05:12:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 05:12:52 05:12:52 04:46:55 LINUX RESTART (4 CPU) 05:12:52 05:12:52 04:48:01 CPU %user %nice %system %iowait %steal %idle 05:12:52 04:49:01 all 10.98 0.00 5.00 1.71 0.06 82.24 05:12:52 04:49:01 0 12.41 0.00 6.22 2.84 0.07 78.46 05:12:52 04:49:01 1 9.97 0.00 4.04 0.17 0.05 85.77 05:12:52 04:49:01 2 11.13 0.00 4.96 1.73 0.07 82.12 05:12:52 04:49:01 3 10.43 0.00 4.81 2.13 0.07 82.56 05:12:52 04:50:01 all 8.21 0.00 6.42 2.57 0.06 82.74 05:12:52 04:50:01 0 9.62 0.00 6.20 1.64 0.03 82.50 05:12:52 04:50:01 1 7.73 0.00 6.85 3.09 0.08 82.25 05:12:52 04:50:01 2 8.09 0.00 6.05 3.04 0.05 82.77 05:12:52 04:50:01 3 7.41 0.00 6.56 2.50 0.09 83.44 05:12:52 04:51:01 all 32.48 0.00 10.34 6.27 0.09 50.81 05:12:52 04:51:01 0 33.36 0.00 9.73 5.57 0.09 51.27 05:12:52 04:51:01 1 31.71 0.00 11.09 7.89 0.12 49.19 05:12:52 04:51:01 2 32.05 0.00 10.13 6.24 0.07 51.52 05:12:52 04:51:01 3 32.80 0.00 10.42 5.41 0.10 51.26 05:12:52 04:52:01 all 51.61 0.00 12.90 4.60 0.09 30.79 05:12:52 04:52:01 0 51.60 0.00 12.92 5.21 0.14 30.13 05:12:52 04:52:01 1 52.46 0.00 12.66 4.04 0.07 30.77 05:12:52 04:52:01 2 49.76 0.00 12.78 3.31 0.10 34.04 05:12:52 04:52:01 3 52.62 0.00 13.25 5.83 0.05 28.25 05:12:52 04:53:01 all 29.80 0.00 10.57 2.87 0.09 56.67 05:12:52 04:53:01 0 27.66 0.00 10.47 3.22 0.09 58.56 05:12:52 04:53:01 1 31.68 0.00 10.51 0.89 0.09 56.84 05:12:52 04:53:01 2 28.71 0.00 10.51 3.35 0.09 57.35 05:12:52 04:53:01 3 31.15 0.00 10.78 4.04 0.09 53.94 05:12:52 04:54:03 all 19.82 0.00 27.14 19.83 0.26 32.95 05:12:52 04:54:03 0 17.46 0.00 25.09 20.46 0.31 36.68 05:12:52 04:54:03 1 20.94 0.00 27.83 18.85 0.26 32.12 05:12:52 04:54:03 2 19.64 0.00 28.06 20.37 0.26 31.67 05:12:52 04:54:03 3 21.28 0.00 27.56 19.63 0.22 31.31 05:12:52 04:55:01 all 54.75 0.00 17.74 15.40 0.14 11.96 05:12:52 04:55:01 0 54.90 0.00 16.24 16.44 0.16 12.26 05:12:52 04:55:01 1 54.04 0.00 19.06 16.10 0.13 10.67 05:12:52 04:55:01 2 54.52 0.00 17.66 14.93 0.16 12.73 05:12:52 04:55:01 3 55.55 0.00 18.03 14.11 0.13 12.18 05:12:52 04:56:02 all 22.75 0.00 21.00 20.62 0.16 35.47 05:12:52 04:56:02 0 22.30 0.00 20.54 20.45 0.16 36.55 05:12:52 04:56:02 1 22.11 0.00 21.58 21.32 0.16 34.83 05:12:52 04:56:02 2 23.02 0.00 21.32 19.46 0.14 36.07 05:12:52 04:56:02 3 23.59 0.00 20.56 21.23 0.18 34.44 05:12:52 04:57:01 all 45.00 0.00 21.18 17.35 0.19 16.28 05:12:52 04:57:01 0 44.81 0.00 20.71 17.22 0.25 17.01 05:12:52 04:57:01 1 44.80 0.00 21.65 18.91 0.18 14.46 05:12:52 04:57:01 2 43.89 0.00 21.55 18.95 0.21 15.39 05:12:52 04:57:01 3 46.49 0.00 20.81 14.32 0.12 18.26 05:12:52 04:58:01 all 16.80 0.00 9.24 13.71 0.08 60.17 05:12:52 04:58:01 0 14.86 0.00 9.11 9.25 0.09 66.68 05:12:52 04:58:01 1 19.43 0.00 10.17 13.18 0.10 57.11 05:12:52 04:58:01 2 14.37 0.00 8.57 13.22 0.07 63.78 05:12:52 04:58:01 3 18.55 0.00 9.11 19.22 0.05 53.07 05:12:52 04:59:01 all 0.15 0.00 0.04 0.00 0.00 99.80 05:12:52 04:59:01 0 0.02 0.00 0.05 0.00 0.00 99.93 05:12:52 04:59:01 1 0.03 0.00 0.05 0.02 0.00 99.90 05:12:52 04:59:01 2 0.53 0.00 0.02 0.00 0.00 99.45 05:12:52 04:59:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:12:52 05:12:52 04:59:01 CPU %user %nice %system %iowait %steal %idle 05:12:52 05:00:01 all 0.17 0.00 0.03 0.02 0.01 99.78 05:12:52 05:00:01 0 0.05 0.00 0.02 0.03 0.02 99.88 05:12:52 05:00:01 1 0.08 0.00 0.03 0.00 0.02 99.87 05:12:52 05:00:01 2 0.48 0.00 0.03 0.03 0.00 99.45 05:12:52 05:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:12:52 05:01:01 all 0.15 0.00 0.02 0.00 0.00 99.83 05:12:52 05:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 05:12:52 05:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:12:52 05:02:01 all 0.17 0.00 0.08 0.03 0.00 99.72 05:12:52 05:02:01 0 0.03 0.00 0.05 0.02 0.00 99.90 05:12:52 05:02:01 1 0.53 0.00 0.12 0.10 0.00 99.25 05:12:52 05:02:01 2 0.07 0.00 0.08 0.00 0.02 99.83 05:12:52 05:02:01 3 0.03 0.00 0.07 0.02 0.00 99.88 05:12:52 05:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 05:12:52 05:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:03:01 1 0.52 0.00 0.03 0.00 0.00 99.45 05:12:52 05:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 05:12:52 05:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:04:01 all 0.14 0.00 0.02 0.00 0.00 99.84 05:12:52 05:04:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:12:52 05:04:01 1 0.50 0.00 0.02 0.00 0.00 99.48 05:12:52 05:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:12:52 05:05:01 all 0.16 0.00 0.02 0.00 0.00 99.82 05:12:52 05:05:01 0 0.05 0.00 0.03 0.00 0.00 99.92 05:12:52 05:05:01 1 0.52 0.00 0.02 0.00 0.00 99.47 05:12:52 05:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:12:52 05:06:01 all 0.14 0.00 0.02 0.00 0.00 99.84 05:12:52 05:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:12:52 05:06:01 1 0.52 0.00 0.03 0.00 0.00 99.45 05:12:52 05:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:07:01 all 0.14 0.00 0.03 0.00 0.01 99.83 05:12:52 05:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:07:01 1 0.47 0.00 0.05 0.00 0.02 99.47 05:12:52 05:07:01 2 0.03 0.00 0.05 0.00 0.02 99.90 05:12:52 05:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:12:52 05:08:01 all 0.05 0.00 0.04 0.01 0.00 99.90 05:12:52 05:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 05:12:52 05:08:01 1 0.09 0.00 0.10 0.03 0.00 99.78 05:12:52 05:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:08:01 3 0.02 0.00 0.02 0.02 0.00 99.95 05:12:52 05:09:01 all 0.09 0.00 0.02 0.00 0.00 99.88 05:12:52 05:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:12:52 05:09:01 1 0.03 0.00 0.02 0.02 0.00 99.93 05:12:52 05:09:01 2 0.27 0.00 0.02 0.00 0.00 99.72 05:12:52 05:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:12:52 05:10:01 all 0.10 0.00 0.02 0.00 0.00 99.88 05:12:52 05:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:12:52 05:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:10:01 2 0.32 0.00 0.03 0.00 0.00 99.65 05:12:52 05:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:12:52 05:10:01 CPU %user %nice %system %iowait %steal %idle 05:12:52 05:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 05:12:52 05:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:12:52 05:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:11:01 2 0.50 0.00 0.02 0.00 0.00 99.48 05:12:52 05:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 05:12:52 05:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 05:12:52 05:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 05:12:01 2 0.52 0.00 0.00 0.00 0.00 99.48 05:12:52 05:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:12:52 Average: all 11.92 0.00 5.77 4.26 0.05 77.99 05:12:52 Average: 0 11.75 0.00 5.60 4.16 0.06 78.43 05:12:52 Average: 1 12.11 0.00 5.94 4.24 0.05 77.65 05:12:52 Average: 2 11.67 0.00 5.77 4.25 0.05 78.26 05:12:52 Average: 3 12.16 0.00 5.77 4.40 0.05 77.62 05:12:52 05:12:52 05:12:52