Pull request #3389 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff428d534b5ee6997a5cb6ce9be63fbd715c9f66+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (484fb3802020a76b39f1010cab342b1474466f1d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1227’ is offline; ‘prd-centos7-docker-4c-2g-1232’ is offline Running on prd-centos7-docker-4c-2g-1235 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:59:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:59:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:59:37 ========================================================= 18:59:37 EdgeX Global Pipelines Version Info 18:59:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f889627254aa08f6634109be95b00785bd857dce # timeout=10 18:59:38 ------------------- 18:59:38 stable info: 18:59:38 ------------------- 18:59:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:59:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:59:38 Message: update stable to v1.0.186 18:59:39 ------------------- 18:59:39 experimental info: 18:59:39 ------------------- 18:59:39 Commited By: **** collab-it+edgex@linuxfoundation.org 18:59:39 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:59:39 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3389 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3389 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3389 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff428d5 [Pipeline] echo 18:59:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:59:40 provisioning config files... 18:59:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7934145163907480158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:59:41 ---> docker-login.sh 18:59:41 nexus3.edgexfoundry.org:10001 18:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:41 Configure a credential helper to remove this warning. See 18:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:41 18:59:41 Login Succeeded 18:59:41 nexus3.edgexfoundry.org:10002 18:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:41 Configure a credential helper to remove this warning. See 18:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:41 18:59:41 Login Succeeded 18:59:41 nexus3.edgexfoundry.org:10003 18:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:42 Configure a credential helper to remove this warning. See 18:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:42 18:59:42 Login Succeeded 18:59:42 nexus3.edgexfoundry.org:10004 18:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:42 Configure a credential helper to remove this warning. See 18:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:42 18:59:42 Login Succeeded 18:59:42 docker.io 18:59:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:42 Configure a credential helper to remove this warning. See 18:59:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:42 18:59:42 Login Succeeded 18:59:42 ---> docker-login.sh ends [Pipeline] } 18:59:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:43 ++ 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 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/core-command/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo core-command,cmd/core-command/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/core-data/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo core-data,cmd/core-data/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/core-metadata/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo core-metadata,cmd/core-metadata/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/security-bootstrapper/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/security-proxy-setup/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/support-notifications/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo support-notifications,cmd/support-notifications/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/support-scheduler/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:59:43 + for file in '`ls cmd/**/Dockerfile`' 18:59:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:59:43 ++ cut -d/ -f2 18:59:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:59:43 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 18:59:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:43 18:59:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:59:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:44 latest: Pulling from edgex-devops/git-semver 18:59:44 31603596830f: Pulling fs layer 18:59:44 2a8b12db71e7: Pulling fs layer 18:59:44 6ca5941a6612: Pulling fs layer 18:59:44 ecc8261a40a4: Pulling fs layer 18:59:44 ecc8261a40a4: Waiting 18:59:44 2a8b12db71e7: Download complete 18:59:44 31603596830f: Verifying Checksum 18:59:44 31603596830f: Download complete 18:59:44 6ca5941a6612: Verifying Checksum 18:59:44 6ca5941a6612: Download complete 18:59:44 ecc8261a40a4: Verifying Checksum 18:59:44 ecc8261a40a4: Download complete 18:59:44 31603596830f: Pull complete 18:59:44 2a8b12db71e7: Pull complete 18:59:45 6ca5941a6612: Pull complete 18:59:46 ecc8261a40a4: Pull complete 18:59:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:59:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:59:46 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 18:59:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:59:48 $ docker top 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:59:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:49 [ssh-agent] Looking for ssh-agent implementation... 18:59:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:49 $ docker exec 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent 18:59:49 SSH_AUTH_SOCK=/tmp/ssh-RgXugE2CgQAh/agent.11 18:59:49 SSH_AGENT_PID=16 18:59:49 Running ssh-add (command line suppressed) 18:59:49 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5450371747268872263.key (/w/workspace/edgex-go/2@tmp/private_key_5450371747268872263.key) 18:59:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:50 + git tag --points-at HEAD [Pipeline] } 18:59:50 $ docker exec --env ******** --env ******** 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent -k 18:59:50 unset SSH_AUTH_SOCK; 18:59:50 unset SSH_AGENT_PID; 18:59:50 echo Agent pid 16 killed; 18:59:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:59:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:50 [ssh-agent] Looking for ssh-agent implementation... 18:59:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:50 $ docker exec 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent 18:59:50 SSH_AUTH_SOCK=/tmp/ssh-uTiCfu8CWjsG/agent.46 18:59:50 SSH_AGENT_PID=51 18:59:50 Running ssh-add (command line suppressed) 18:59:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6045803854285083478.key (/w/workspace/edgex-go/2@tmp/private_key_6045803854285083478.key) 18:59:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:51 + git semver init 18:59:51 # -> Open(): unable to determine branch for HEAD 18:59:51 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:59:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:59:51 # $SEMVER_REMOTE_NAME = origin 18:59:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:59:51 # $SEMVER_USER_NAME = edgex-jenkins 18:59:51 # $SEMVER_BRANCH = PR-3389 18:59:51 # $SEMVER_TEMP = /tmp/semver-187774849 18:59:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:00:17 # '/tmp/semver-187774849' -> '/w/workspace/edgex-go/2/.semver' 19:00:17 # -> Force: false 19:00:17 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 19:00:17 $ docker exec --env ******** --env ******** 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d ssh-agent -k 19:00:18 unset SSH_AUTH_SOCK; 19:00:18 unset SSH_AGENT_PID; 19:00:18 echo Agent pid 51 killed; 19:00:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:00:18 + git semver [Pipeline] } 19:00:18 $ docker stop --time=1 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d 19:00:20 $ docker rm -f 1a0fbe852ad68a73b4c25a3429100aa6b2ccec8a7035658306789aee20082f0d [Pipeline] // withDockerContainer [Pipeline] sh 19:00:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:00:21 Stashed 1 file(s) [Pipeline] echo 19:00:21 [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 19:00:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:00:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:00:22 + sudo service docker restart 19:00:22 + true 19:00:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:00:23 ========================================================= 19:00:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:00:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:00:23 + 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 . 19:00:28 Sending build context to Docker daemon 329.6MB 19:00:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:00:28 Step 2/6 : FROM ${BASE} 19:00:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:00:28 188c0c94c7c5: Pulling fs layer 19:00:28 0ef7d3d256c8: Pulling fs layer 19:00:28 de9db76c5a1d: Pulling fs layer 19:00:28 bca2f99d35d6: Pulling fs layer 19:00:28 93359f2a8cfa: Pulling fs layer 19:00:28 7c6f9722023f: Pulling fs layer 19:00:28 a35cf1a2eb13: Pulling fs layer 19:00:28 93359f2a8cfa: Waiting 19:00:28 7c6f9722023f: Waiting 19:00:28 bca2f99d35d6: Waiting 19:00:28 a35cf1a2eb13: Waiting 19:00:28 de9db76c5a1d: Verifying Checksum 19:00:28 de9db76c5a1d: Download complete 19:00:28 0ef7d3d256c8: Verifying Checksum 19:00:28 0ef7d3d256c8: Download complete 19:00:28 93359f2a8cfa: Verifying Checksum 19:00:28 93359f2a8cfa: Download complete 19:00:28 7c6f9722023f: Verifying Checksum 19:00:28 7c6f9722023f: Download complete 19:00:28 188c0c94c7c5: Verifying Checksum 19:00:28 188c0c94c7c5: Download complete 19:00:28 188c0c94c7c5: Pull complete 19:00:29 0ef7d3d256c8: Pull complete 19:00:29 de9db76c5a1d: Pull complete 19:00:29 a35cf1a2eb13: Verifying Checksum 19:00:29 a35cf1a2eb13: Download complete 19:00:30 bca2f99d35d6: Verifying Checksum 19:00:30 bca2f99d35d6: Download complete 19:00:36 Still waiting to schedule task 19:00:36 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1236’ is offline 19:00:38 bca2f99d35d6: Pull complete 19:00:38 93359f2a8cfa: Pull complete 19:00:38 7c6f9722023f: Pull complete 19:00:42 a35cf1a2eb13: Pull complete 19:00:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:00:42 ---> a62c8e92a672 19:00:42 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 19:00:42 ---> Running in aa223d68bed3 19:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:43 (1/12) Installing libmagic (5.38-r0) 19:00:44 (2/12) Installing file (5.38-r0) 19:00:44 (3/12) Installing libc-dev (0.7.2-r3) 19:00:44 (4/12) Installing g++ (9.3.0-r2) 19:00:50 (5/12) Installing fortify-headers (1.1-r0) 19:00:50 (6/12) Installing patch (2.7.6-r6) 19:00:50 (7/12) Installing build-base (0.5-r2) 19:00:50 (8/12) Installing libsodium (1.0.18-r0) 19:00:50 (9/12) Installing pkgconf (1.7.2-r0) 19:00:50 (10/12) Installing libsodium-dev (1.0.18-r0) 19:00:50 (11/12) Installing libzmq (4.3.3-r0) 19:00:50 (12/12) Installing zeromq-dev (4.3.3-r0) 19:00:50 Executing busybox-1.31.1-r19.trigger 19:00:50 OK: 233 MiB in 51 packages 19:00:55 Removing intermediate container aa223d68bed3 19:00:55 ---> 5fb4f5fec8d6 19:00:55 Step 4/6 : WORKDIR /edgex-go 19:00:55 ---> Running in d5238b21107c 19:00:55 Removing intermediate container d5238b21107c 19:00:55 ---> 5dd259b03d6a 19:00:55 Step 5/6 : COPY go.mod . 19:00:55 ---> 26452a7fef8b 19:00:55 Step 6/6 : RUN go mod download 19:00:55 ---> Running in affb1eb610d4 19:01:17 Removing intermediate container affb1eb610d4 19:01:17 ---> 8cd335dd7b5f 19:01:17 Successfully built 8cd335dd7b5f 19:01:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:01:17 + docker inspect -f . ci-base-image-x86_64 19:01:17 . [Pipeline] withDockerContainer 19:01:17 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 19:01:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:01:18 $ docker top 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f -eo pid,comm [Pipeline] { [Pipeline] sh 19:01:19 + go version 19:01:19 go version go1.15.5 linux/amd64 [Pipeline] } 19:01:19 $ docker stop --time=1 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f 19:01:20 $ docker rm -f 4430d88cc549920328cb0497f4200ba87487278ac3e68e7921e22641c4d55b7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:01:21 + docker inspect -f . ci-base-image-x86_64 19:01:21 . [Pipeline] withDockerContainer 19:01:21 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 19:01:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:01:22 $ docker top 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 -eo pid,comm [Pipeline] { [Pipeline] echo 19:01:22 ========================================================= 19:01:22 [edgeXBuildGoParallel] Running Tests and Build... 19:01:22 ========================================================= [Pipeline] sh 19:01:22 + make test 19:01:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:01:32 ? github.com/edgexfoundry/edgex-go [no test files] 19:01:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:01:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:01:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:01:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:01:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:01:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:01:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:01:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:01:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:02:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:02:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:02:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:02:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:02:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.195s coverage: 45.9% of statements 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:02:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 19:02:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.1% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.119s coverage: 71.3% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.203s coverage: 82.9% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:02:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.086s coverage: 78.9% of statements 19:02:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.203s coverage: 86.7% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:02:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:02:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.502s coverage: 93.0% of statements 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.080s coverage: 0.9% of statements 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:02:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 19:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 19:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements 19:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 19:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.9% of statements 19:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.6% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 69.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 9.6% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.163s coverage: 88.6% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 28.7% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.071s coverage: 64.6% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 95.6% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 19:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 19:02:45 GO111MODULE=on go vet ./... 19:03:17 gofmt -l . 19:03:17 [ "`gofmt -l .`" = "" ] 19:03:17 ./bin/test-go-mod-tidy.sh 19:03:17 ./bin/test-attribution-txt.sh [Pipeline] sh 19:03:18 + ls -al . 19:03:18 total 812 19:03:18 drwxrwxr-x 10 1001 1001 4096 Apr 20 19:03 . 19:03:18 drwxr-xr-x 4 root root 28 Apr 20 19:01 .. 19:03:18 -rw-rw-r-- 1 1001 1001 11 Apr 20 18:59 .dockerignore 19:03:18 drwxrwxr-x 8 1001 1001 179 Apr 20 18:59 .git 19:03:18 drwxrwxr-x 3 1001 1001 125 Apr 20 18:59 .github 19:03:18 -rw-rw-r-- 1 1001 1001 818 Apr 20 18:59 .gitignore 19:03:18 drwx------ 3 1001 1001 60 Apr 20 19:00 .semver 19:03:18 -rw-rw-r-- 1 1001 1001 166 Apr 20 18:59 .sonarcloud.properties 19:03:18 -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:59 Attribution.txt 19:03:18 -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:59 CONTRIBUTING.md 19:03:18 -rw-rw-r-- 1 1001 1001 931 Apr 20 18:59 Dockerfile.build 19:03:18 -rw-rw-r-- 1 1001 1001 863 Apr 20 18:59 Jenkinsfile 19:03:18 -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:59 LICENSE 19:03:18 -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:59 Makefile 19:03:18 -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:59 README.md 19:03:18 -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:59 SECURITY.md 19:03:18 -rw-rw-r-- 1 1001 1001 5 Apr 20 19:00 VERSION 19:03:18 -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:59 ZMQWindows.md 19:03:18 drwxrwxr-x 2 1001 1001 117 Apr 20 18:59 bin 19:03:18 drwxrwxr-x 14 1001 1001 4096 Apr 20 18:59 cmd 19:03:18 -rw-r--r-- 1 root root 703598 Apr 20 19:02 coverage.out 19:03:18 -rw-r--r-- 1 root root 1059 Apr 20 19:03 go.mod 19:03:18 -rw-r--r-- 1 root root 22184 Apr 20 19:03 go.sum 19:03:18 drwxrwxr-x 8 1001 1001 127 Apr 20 18:59 internal 19:03:18 drwxrwxr-x 4 1001 1001 26 Apr 20 18:59 openapi 19:03:18 drwxrwxr-x 4 1001 1001 71 Apr 20 18:59 snap 19:03:18 -rw-rw-r-- 1 1001 1001 168 Apr 20 18:59 version.go [Pipeline] sh 19:03:18 + '[' -e coverage.out ] 19:03:18 + chown 1001:1001 coverage.out [Pipeline] stash 19:03:18 Stashed 1 file(s) [Pipeline] sh 19:03:19 + make build 19:03:19 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 19:03:23 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 19:03: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 19:03:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:03:35 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 19:03:35 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 19:03:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:03:38 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 19:03:39 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 19:03:41 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 19:03:42 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 19:03:44 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] } 19:03:46 $ docker stop --time=1 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 19:03:47 $ docker rm -f 96cb391a4ff93c800e13903c19f7962f9e79533a5e5fa320c23ee3330116a3d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:03:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:03:49 19:03:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:03:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:03:49 latest: Pulling from edgex-devops/edgex-compose 19:03:49 cbdbe7a5bc2a: Pulling fs layer 19:03:49 ca9280d653b3: Pulling fs layer 19:03:49 7e9c9ca2126c: Pulling fs layer 19:03:49 cbdbe7a5bc2a: Verifying Checksum 19:03:49 cbdbe7a5bc2a: Download complete 19:03:50 ca9280d653b3: Verifying Checksum 19:03:50 ca9280d653b3: Download complete 19:03:50 cbdbe7a5bc2a: Pull complete 19:03:51 7e9c9ca2126c: Verifying Checksum 19:03:51 7e9c9ca2126c: Download complete 19:03:51 ca9280d653b3: Pull complete 19:03:57 7e9c9ca2126c: Pull complete 19:03:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:03:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:03:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:03:57 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 19:03:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:04:00 $ docker top 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:00 + docker-compose build --help 19:04:00 + grep parallel 19:04:01 --parallel Build images in parallel. [Pipeline] } 19:04:02 $ docker stop --time=1 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 19:04:03 $ docker rm -f 19e682c4840ba7e148ccae140565bfc123d5fc105c1c8a1747af801e91fb3c43 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:04:03 . [Pipeline] withDockerContainer 19:04:03 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 19:04:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:04:04 $ docker top 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:05 + docker-compose -f ./docker-compose-build.yml build --parallel 19:04:06 Building docker-core-command-go ... 19:04:06 Building docker-core-data-go ... 19:04:06 Building docker-core-metadata-go ... 19:04:06 Building docker-security-bootstrapper-go ... 19:04:06 Building docker-security-proxy-setup-go ... 19:04:06 Building docker-security-secretstore-setup-go ... 19:04:06 Building docker-support-notifications-go ... 19:04:06 Building docker-support-scheduler-go ... 19:04:06 Building docker-sys-mgmt-agent-go ... 19:04:06 Building docker-security-secretstore-setup-go 19:04:06 Building docker-support-notifications-go 19:04:06 Building docker-security-bootstrapper-go 19:04:06 Building docker-core-metadata-go 19:04:06 Building docker-core-command-go 19:04:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:04:45 ---> 8cd335dd7b5f 19:04:45 Step 3/23 : WORKDIR /edgex-go 19:04:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:04:45 ---> 8cd335dd7b5f 19:04:45 Step 3/31 : WORKDIR /edgex-go 19:04:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:04:45 ---> 8cd335dd7b5f 19:04:45 Step 3/24 : WORKDIR /edgex-go 19:04:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:04:45 ---> 8cd335dd7b5f 19:04:45 Step 3/22 : WORKDIR /edgex-go 19:04:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:04:45 ---> 8cd335dd7b5f 19:04:45 Step 3/23 : WORKDIR /edgex-go 19:04:45 ---> Running in 864d2a118e9f 19:04:45 ---> Running in 206a728620c0 19:04:45 ---> Running in 8dc134b25864 19:04:45 ---> Running in e71cc562493e 19:04:45 ---> Running in 2b3683b8e31f 19:04:45 Removing intermediate container 206a728620c0 19:04:45 ---> 24b393923628 19:04:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:45 Removing intermediate container e71cc562493e 19:04:45 ---> dada9165472a 19:04:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:45 Removing intermediate container 864d2a118e9f 19:04:45 ---> 0af3332d6bf3 19:04:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:45 Removing intermediate container 8dc134b25864 19:04:45 ---> 61df014db08d 19:04:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:45 Removing intermediate container 2b3683b8e31f 19:04:45 ---> e9316c1279c2 19:04:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:45 ---> Running in 4e03ca430129 19:04:45 ---> Running in 2bdf602df67a 19:04:45 ---> Running in b2194de06e58 19:04:45 ---> Running in bc8ea6c53318 19:04:45 ---> Running in 2982c3c5015e 19:04:46 Removing intermediate container 2bdf602df67a 19:04:46 ---> 8cd8c7cdb21e 19:04:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:04:46 Removing intermediate container bc8ea6c53318 19:04:46 ---> cbfcd24fe058 19:04:46 Step 5/23 : RUN apk add --update --no-cache make git 19:04:46 ---> Running in 8c56be54cfb6 19:04:46 Removing intermediate container 4e03ca430129 19:04:46 ---> 091e36ee1886 19:04:46 Step 5/24 : RUN apk add --update --no-cache make git 19:04:46 Removing intermediate container 2982c3c5015e 19:04:46 ---> 571a8bede751 19:04:46 Step 5/31 : RUN apk add --update --no-cache make git 19:04:46 ---> Running in 504c8616b879 19:04:46 ---> Running in 49136e9b8bc6 19:04:47 Removing intermediate container b2194de06e58 19:04:47 ---> 40f302d92e17 19:04:47 Step 5/23 : RUN apk add --update --no-cache make git 19:04:47 ---> Running in 24a727addd3f 19:04:47 ---> Running in 8b9200712f4c 19:04:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:49 OK: 233 MiB in 51 packages 19:04:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:49 OK: 233 MiB in 51 packages 19:04:49 OK: 233 MiB in 51 packages 19:04:49 OK: 233 MiB in 51 packages 19:04:49 Removing intermediate container 8c56be54cfb6 19:04:49 ---> eb1755f5c003 19:04:49 Step 6/22 : COPY go.mod . 19:04:50 Removing intermediate container 504c8616b879 19:04:50 ---> 1173e090374b 19:04:50 Step 6/24 : COPY go.mod . 19:04:50 ---> dc5e1b05040f 19:04:50 Step 7/22 : RUN go mod download 19:04:50 ---> Running in dcaa40602b81 19:04:50 Removing intermediate container 49136e9b8bc6 19:04:50 ---> db32072af9b8 19:04:50 Step 6/23 : COPY go.mod . 19:04:50 Removing intermediate container 8b9200712f4c 19:04:50 ---> b37f14aa0c8f 19:04:50 Step 6/23 : COPY go.mod . 19:04:50 ---> a73e9cc5e215 19:04:50 Step 7/24 : RUN go mod download 19:04:50 ---> Running in dc20cd79b9bb 19:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:50 ---> 9090e983a33b 19:04:50 Step 7/23 : RUN go mod download 19:04:50 ---> b0f8189b3f04 19:04:50 Step 7/23 : RUN go mod download 19:04:51 ---> Running in c5ee07bf74dd 19:04:51 ---> Running in f6ecf4687493 19:04:53 Removing intermediate container dcaa40602b81 19:04:53 ---> f3332ba013d2 19:04:53 Step 8/22 : COPY . . 19:04:53 Removing intermediate container dc20cd79b9bb 19:04:53 ---> 39703edf88d2 19:04:53 Step 8/24 : COPY . . 19:04:53 Removing intermediate container f6ecf4687493 19:04:53 ---> 0ba562b570fa 19:04:53 Step 8/23 : COPY . . 19:04:53 OK: 233 MiB in 51 packages 19:04:53 Removing intermediate container c5ee07bf74dd 19:04:53 ---> bed483126f5f 19:04:53 Step 8/23 : COPY . . 19:04:59 Removing intermediate container 24a727addd3f 19:04:59 ---> 1fe75cabe12a 19:04:59 Step 6/31 : COPY go.mod . 19:05:03 ---> cfadfcb82318 19:05:03 Step 7/31 : RUN go mod download 19:05:04 ---> Running in 6278c28628f4 19:05:16 Removing intermediate container 6278c28628f4 19:05:16 ---> 5623d9b11968 19:05:16 Step 8/31 : COPY . . 19:05:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1240 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws 19:05:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 19:05:24 using credential edgex-jenkins-ssh 19:05:24 Cloning the remote Git repository 19:05:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:05:25 > git init /w/workspace/edgex-go/2 # timeout=10 19:05:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:25 > git --version # timeout=10 19:05:25 > git --version # 'git version 2.17.1' 19:05:25 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:05:32 ---> d867751562ef 19:05:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:05:34 ---> 4803b9987f06 19:05:34 ---> c435c41de4cf 19:05:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:05:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:05:34 ---> 5ddc16679bf0 19:05:34 Step 9/23 : RUN make cmd/core-command/core-command 19:05:34 ---> Running in 1c53c8a6309d 19:05:35 ---> Running in 7a3b4a05f03d 19:05:35 ---> Running in 4d019b359a10 19:05:35 ---> Running in 64f607e3d5e8 19:05:37 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 19:05:37 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 19:05: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 19: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 19:05:41 ---> ebecf4d579aa 19:05:41 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:05:41 ---> Running in c8b15e25c5d1 19:05:42 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 19:05:43 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:05:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:05:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:05:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:05:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:05:43 > git config core.sparsecheckout # timeout=10 19:05:43 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 19:05:43 Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:05:43 Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) 19:05:43 > git remote # timeout=10 19:05:43 > git config --get remote.origin.url # timeout=10 19:05:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:43 > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 19:05:43 > git rev-parse HEAD^{commit} # timeout=10 19:05:43 > git config core.sparsecheckout # timeout=10 19:05:43 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 19:05:47 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:05:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:05:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:05:50 + sudo service docker restart 19:05:50 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:05:52 provisioning config files... 19:05:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5904475502458353149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:52 ---> docker-login.sh 19:05:52 nexus3.edgexfoundry.org:10001 19:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:53 Configure a credential helper to remove this warning. See 19:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:53 19:05:53 Login Succeeded 19:05:53 nexus3.edgexfoundry.org:10002 19:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:54 Configure a credential helper to remove this warning. See 19:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:54 19:05:54 Login Succeeded 19:05:54 nexus3.edgexfoundry.org:10003 19:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:54 Configure a credential helper to remove this warning. See 19:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:54 19:05:54 Login Succeeded 19:05:54 nexus3.edgexfoundry.org:10004 19:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:55 Configure a credential helper to remove this warning. See 19:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:55 19:05:55 Login Succeeded 19:05:55 docker.io 19:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:56 Configure a credential helper to remove this warning. See 19:05:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:56 19:05:56 Login Succeeded 19:05:56 ---> docker-login.sh ends [Pipeline] } 19:05:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:05:56 ========================================================= 19:05:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:05:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:05:56 + 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 . 19:05:59 Sending build context to Docker daemon 167.4MB 19:05:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:05:59 Step 2/6 : FROM ${BASE} 19:05:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:05:59 5f621e34cdf4: Pulling fs layer 19:05:59 a4357932f1b6: Pulling fs layer 19:05:59 18c013af1878: Pulling fs layer 19:05:59 00ac8860ef70: Pulling fs layer 19:05:59 63d7cb157983: Pulling fs layer 19:05:59 b116817d02f9: Pulling fs layer 19:05:59 745a02a5169b: Pulling fs layer 19:05:59 00ac8860ef70: Waiting 19:05:59 63d7cb157983: Waiting 19:05:59 b116817d02f9: Waiting 19:05:59 745a02a5169b: Waiting 19:05:59 18c013af1878: Download complete 19:05:59 a4357932f1b6: Verifying Checksum 19:05:59 a4357932f1b6: Download complete 19:05:59 63d7cb157983: Verifying Checksum 19:05:59 63d7cb157983: Download complete 19:05:59 b116817d02f9: Verifying Checksum 19:05:59 b116817d02f9: Download complete 19:05:59 5f621e34cdf4: Verifying Checksum 19:05:59 5f621e34cdf4: Download complete 19:06:00 5f621e34cdf4: Pull complete 19:06:00 a4357932f1b6: Pull complete 19:06:00 18c013af1878: Pull complete 19:06:00 745a02a5169b: Verifying Checksum 19:06:00 745a02a5169b: Download complete 19:06:02 00ac8860ef70: Verifying Checksum 19:06:02 00ac8860ef70: Download complete 19:06:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:06:12 00ac8860ef70: Pull complete 19:06:12 63d7cb157983: Pull complete 19:06:12 b116817d02f9: Pull complete 19:06:15 745a02a5169b: Pull complete 19:06:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:06:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:06:15 ---> b7e6874047d6 19:06:15 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 19:06:20 ---> Running in e2a598c15753 19:06:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:21 Removing intermediate container 4d019b359a10 19:06:21 ---> 13e3ff826bf5 19:06:21 19:06:21 Step 10/24 : FROM alpine:3.12 19:06:21 Removing intermediate container 64f607e3d5e8 19:06:21 ---> cf339a91afc9 19:06:21 19:06:21 Step 10/23 : FROM alpine:3.12 19:06:21 3.12: Pulling from library/alpine 19:06:21 3.12: Pulling from library/alpine 19:06:22 Removing intermediate container 7a3b4a05f03d 19:06:22 ---> 642665cd3c64 19:06:22 19:06:22 Step 10/22 : FROM alpine:3.12 19:06:22 3.12: Pulling from library/alpine 19:06:22 (1/12) Installing libmagic (5.38-r0) 19:06:23 (2/12) Installing file (5.38-r0) 19:06:23 (3/12) Installing libc-dev (0.7.2-r3) 19:06:23 (4/12) Installing g++ (9.3.0-r2) 19:06:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:06:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:06:23 Status: Downloaded newer image for alpine:3.12 19:06:23 Status: Image is up to date for alpine:3.12 19:06:23 ---> 13621d1b12d4 19:06:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:06:23 ---> 13621d1b12d4 19:06:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:06:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:06:23 Status: Image is up to date for alpine:3.12 19:06:23 ---> 13621d1b12d4 19:06:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:06:26 Removing intermediate container c8b15e25c5d1 19:06:26 ---> d7e462943206 19:06:26 19:06:26 Step 10/31 : FROM alpine:3.12 19:06:26 ---> 13621d1b12d4 19:06:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:06:26 ---> Running in 14bb0945112f 19:06:26 ---> Running in cbb0ac168d7a 19:06:26 ---> Running in 890f919ba2c1 19:06:26 ---> Running in 16865b1bb988 19:06:26 Removing intermediate container 1c53c8a6309d 19:06:26 ---> 7378c3ef5995 19:06:26 19:06:26 Step 10/23 : FROM alpine:3.12 19:06:26 ---> 13621d1b12d4 19:06:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:06:26 ---> Running in 2e5a2f5bfd9c 19:06:27 Removing intermediate container 16865b1bb988 19:06:27 ---> 14d4f2118175 19:06:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:06:27 ---> Running in 20fafe955e2e 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:28 (1/6) Installing ca-certificates (20191127-r4) 19:06:28 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:06:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:28 (3/6) Installing libcurl (7.76.1-r0) 19:06:28 (4/6) Installing curl (7.76.1-r0) 19:06:28 (5/6) Installing dumb-init (1.2.2-r1) 19:06:28 (6/6) Installing su-exec (0.2-r1) 19:06:28 Executing busybox-1.31.1-r20.trigger 19:06:28 Executing ca-certificates-20191127-r4.trigger 19:06:28 (1/1) Installing dumb-init (1.2.2-r1) 19:06:28 Executing busybox-1.31.1-r20.trigger 19:06:28 (1/2) Installing ca-certificates (20191127-r4) 19:06:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:06:28 OK: 6 MiB in 15 packages 19:06:28 (2/2) Installing dumb-init (1.2.2-r1) 19:06:28 Executing busybox-1.31.1-r20.trigger 19:06:28 OK: 7 MiB in 20 packages 19:06:28 Executing ca-certificates-20191127-r4.trigger 19:06:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:06:28 (1/1) Installing dumb-init (1.2.2-r1) 19:06:28 Executing busybox-1.31.1-r20.trigger 19:06:28 OK: 6 MiB in 16 packages 19:06:28 OK: 6 MiB in 15 packages 19:06:28 (1/2) Installing dumb-init (1.2.2-r1) 19:06:28 (2/2) Installing su-exec (0.2-r1) 19:06:28 Executing busybox-1.31.1-r20.trigger 19:06:28 OK: 6 MiB in 16 packages 19:06:30 Removing intermediate container cbb0ac168d7a 19:06:30 ---> 35284a73836d 19:06:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:06:31 Removing intermediate container 890f919ba2c1 19:06:31 ---> ae81053e5967 19:06:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:06:31 Removing intermediate container 14bb0945112f 19:06:31 ---> 968229e01c7b 19:06:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:06:31 Removing intermediate container 2e5a2f5bfd9c 19:06:31 ---> 1772e24ebd40 19:06:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:06:31 Removing intermediate container 20fafe955e2e 19:06:31 ---> fb537f428fdd 19:06:31 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:06:31 ---> Running in 25a51514737d 19:06:31 ---> Running in 6feca98f92ec 19:06:31 ---> Running in 4729d947a70c 19:06:31 ---> Running in 47f97255b39c 19:06:31 ---> Running in b73c04d861ac 19:06:31 Removing intermediate container 6feca98f92ec 19:06:31 ---> 9e293e3c7ab9 19:06:31 Step 13/22 : ENV APP_PORT=48060 19:06:31 Removing intermediate container 4729d947a70c 19:06:31 ---> 4c759bda45e4 19:06:31 Step 13/24 : WORKDIR / 19:06:32 Removing intermediate container 25a51514737d 19:06:32 ---> 5e49a1fda17d 19:06:32 Step 13/23 : ENV APP_PORT=48082 19:06:32 Removing intermediate container 47f97255b39c 19:06:32 ---> 5116dd981752 19:06:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:06:32 Removing intermediate container b73c04d861ac 19:06:32 ---> 07bea1b208b4 19:06:32 Step 13/23 : ENV APP_PORT=48081 19:06:32 ---> Running in 4beb26db1730 19:06:32 ---> Running in 840d06351584 19:06:32 ---> Running in dfb9e3372e38 19:06:32 ---> Running in 3935194bc25d 19:06:32 ---> Running in 989008ff9e12 19:06:32 Removing intermediate container 4beb26db1730 19:06:32 ---> 9a69d76836da 19:06:32 Step 14/22 : EXPOSE $APP_PORT 19:06:32 Removing intermediate container 840d06351584 19:06:32 ---> 0b8ea0a971e6 19:06:32 Step 14/23 : EXPOSE $APP_PORT 19:06:33 Removing intermediate container 3935194bc25d 19:06:33 ---> 1c29271dd127 19:06:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:06:33 ---> Running in b2e96e07f818 19:06:33 Removing intermediate container dfb9e3372e38 19:06:33 ---> ade9df1fa566 19:06:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:06:33 Removing intermediate container 989008ff9e12 19:06:33 ---> 04d8f5c1da68 19:06:33 Step 14/23 : EXPOSE $APP_PORT 19:06:33 ---> Running in d209e502f4f1 19:06:33 ---> Running in 03cd9fe422cd 19:06:33 ---> Running in 0706c95a7516 19:06:33 Removing intermediate container b2e96e07f818 19:06:33 ---> cfa4475621f9 19:06:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:06:33 ---> bc81952d9d02 19:06:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:06:33 Removing intermediate container d209e502f4f1 19:06:33 ---> a3366ad56a7d 19:06:33 Step 15/23 : WORKDIR / 19:06:33 Removing intermediate container 0706c95a7516 19:06:33 ---> 3ccc4c26718d 19:06:33 Step 15/23 : WORKDIR / 19:06:33 ---> e7ebf54e0779 19:06:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:06:33 ---> Running in 1b04ea7d8f96 19:06:33 ---> Running in 9e69b8e3710e 19:06:34 ---> eeded374f732 19:06:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:06:34 Removing intermediate container 1b04ea7d8f96 19:06:34 ---> f02b9e24bd3a 19:06:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:06:34 Removing intermediate container 9e69b8e3710e 19:06:34 ---> b9c2303af018 19:06:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:06:34 ---> d4ebb42a234b 19:06:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:06:34 ---> 743f6c974333 19:06:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:06:34 ---> 37f6e51db53e 19:06:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:06:35 ---> 2a14391e68c2 19:06:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:06:35 Removing intermediate container 03cd9fe422cd 19:06:35 ---> baf75a5c712c 19:06:35 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:06:35 ---> Running in aa72910d5d8f 19:06:35 ---> 0db4daaa5b83 19:06:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:06:35 ---> 51b81ff57a33 19:06:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:06:35 ---> Running in 9c4a3f925c24 19:06:36 ---> 244cadba9794 19:06:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:06:36 ---> dde9f7a65637 19:06:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:06:36 Removing intermediate container aa72910d5d8f 19:06:36 ---> c25455946047 19:06:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:06:36 ---> 31ed24f6f0d8 19:06:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:06:36 Removing intermediate container 9c4a3f925c24 19:06:36 ---> 19680e235567 19:06:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:36 ---> Running in 1f795a145509 19:06:36 ---> 666089d50274 19:06:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:06:36 ---> 9641ab426070 19:06:36 Step 19/23 : ENTRYPOINT ["/core-command"] 19:06:36 ---> e126028aeade 19:06:36 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/ 19:06:36 ---> 79509a5de474 19:06:36 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:06:36 Removing intermediate container 1f795a145509 19:06:36 ---> 19c7477112b3 19:06:36 Step 20/22 : LABEL arch=x86_64 19:06:36 ---> Running in 7f45257e61c4 19:06:36 ---> Running in 584121815faa 19:06:36 ---> Running in 0e196ec20391 19:06:36 ---> Running in b1afd9640993 19:06:36 ---> Running in fb20bb12ef4d 19:06:37 Removing intermediate container 7f45257e61c4 19:06:37 ---> 329025fe41e7 19:06:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:37 Removing intermediate container 584121815faa 19:06:37 ---> 25372f51262b 19:06:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:37 ---> Running in fc4698d2c147 19:06:37 Removing intermediate container fb20bb12ef4d 19:06:37 ---> b9fd7d8984da 19:06:37 Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:06:37 ---> Running in 4379d4da4d28 19:06:37 ---> Running in d3bfed51ba13 19:06:37 Removing intermediate container fc4698d2c147 19:06:37 ---> 226607ad3b89 19:06:37 Step 21/23 : LABEL arch=x86_64 19:06:37 ---> Running in b61ab9303167 19:06:37 Removing intermediate container 4379d4da4d28 19:06:37 ---> e69fdb05f24c 19:06:37 Step 21/23 : LABEL arch=x86_64 19:06:37 ---> Running in 117a1f99897b 19:06:38 (5/12) Installing fortify-headers (1.1-r0) 19:06:38 (6/12) Installing patch (2.7.6-r6) 19:06:38 (7/12) Installing build-base (0.5-r2) 19:06:38 (8/12) Installing libsodium (1.0.18-r0) 19:06:38 (9/12) Installing pkgconf (1.7.2-r0) 19:06:38 (10/12) Installing libsodium-dev (1.0.18-r0) 19:06:38 (11/12) Installing libzmq (4.3.3-r0) 19:06:38 (12/12) Installing zeromq-dev (4.3.3-r0) 19:06:38 Executing busybox-1.31.1-r19.trigger 19:06:38 OK: 217 MiB in 51 packages 19:06:38 Removing intermediate container d3bfed51ba13 19:06:38 ---> bceddc8e9f54 19:06:38 Step 22/22 : LABEL version=0.0.0 19:06:38 ---> Running in 60d8b5c0b84e 19:06:38 Removing intermediate container b61ab9303167 19:06:38 ---> c5c5ad0f9f46 19:06:38 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:06:38 Removing intermediate container 117a1f99897b 19:06:38 ---> 93a90573a133 19:06:38 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:06:38 ---> Running in 588e68c65eca 19:06:38 ---> Running in 1b7a35d1ce6e 19:06:38 Removing intermediate container 60d8b5c0b84e 19:06:38 ---> d379cef53d17 19:06:38 19:06:38 Removing intermediate container 588e68c65eca 19:06:38 ---> d462437a683a 19:06:38 Step 23/23 : LABEL version=0.0.0 19:06:39 Successfully built d379cef53d17 19:06:39 Removing intermediate container 1b7a35d1ce6e 19:06:39 ---> f13d3a2030f6 19:06:39 Step 23/23 : LABEL version=0.0.0 19:06:39 Successfully tagged docker-support-notifications-go:latest 19:06:39  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 19:06:39 ---> Running in eb78354c1364 19:06:39 ---> Running in 6519c2692cdc 19:06:39 Removing intermediate container 0e196ec20391 19:06:39 ---> a4d9945e25d9 19:06:39 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:06:39 Removing intermediate container b1afd9640993 19:06:39 ---> 98caa94a4f78 19:06:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:06:39 Removing intermediate container eb78354c1364 19:06:39 ---> b7c4672e0ed2 19:06:39 19:06:39 ---> Running in d6f23fbef4c6 19:06:39 Removing intermediate container 6519c2692cdc 19:06:39 ---> 9e9788b5cfeb 19:06:39 19:06:39 ---> d24859d8caab 19:06:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:06:39 Successfully built b7c4672e0ed2 19:06:39 Successfully built 9e9788b5cfeb 19:06:40 Successfully tagged docker-core-metadata-go:latest 19:06:40 Building docker-sys-mgmt-agent-go 19:06:40  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 19:06:40  Building docker-core-command-go ... done Building docker-support-scheduler-go 19:06:40 Removing intermediate container d6f23fbef4c6 19:06:40 ---> 495bb781c100 19:06:40 Step 22/24 : LABEL arch=x86_64 19:06:40 ---> Running in d6abdbd77dd4 19:06:40 Removing intermediate container d6abdbd77dd4 19:06:40 ---> 43fcea183959 19:06:40 Step 23/24 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:06:40 ---> Running in 00fecab68393 19:06:40 ---> 9da9b378b379 19:06:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:06:40 Removing intermediate container e2a598c15753 19:06:40 ---> d0d52c60016b 19:06:40 Step 4/6 : WORKDIR /edgex-go 19:06:40 ---> Running in 464c573757f1 19:06:40 Removing intermediate container 00fecab68393 19:06:40 ---> 88126ea67266 19:06:40 Step 24/24 : LABEL version=0.0.0 19:06:41 ---> Running in 7517e3df0938 19:06:41 ---> 2a1c7b4d4baa 19:06:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:06:41 Removing intermediate container 464c573757f1 19:06:41 ---> 7dad85cce347 19:06:41 Step 5/6 : COPY go.mod . 19:06:41 ---> 953fff188d40 19:06:41 Step 6/6 : RUN go mod download 19:06:41 ---> Running in 01797f757dd0 19:06:46 Removing intermediate container 7517e3df0938 19:06:46 ---> 2e95d12fa65f 19:06:46 19:06:46 ---> 4cb5fb39ccf5 19:06:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:06:47 Successfully built 2e95d12fa65f 19:06:47 Successfully tagged docker-security-secretstore-setup-go:latest 19:06:47  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 19:06:49 ---> e5315824477b 19:06:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:06:51 ---> Running in 66fe82dd8933 19:06:51 Removing intermediate container 66fe82dd8933 19:06:51 ---> f0824cc07cb3 19:06:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:06:51 ---> 94baefd75b76 19:06:51 Step 26/31 : RUN chmod +x /entrypoint.sh 19:06:51 ---> Running in d7c53ad2d522 19:06:56 Removing intermediate container d7c53ad2d522 19:06:56 ---> 242da1feadf5 19:06:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:06:56 ---> Running in 4e2cee423579 19:06:57 Removing intermediate container 4e2cee423579 19:06:57 ---> 43bb2a59945b 19:06:57 Step 28/31 : CMD ["gate"] 19:06:58 ---> Running in e79c91166b03 19:07:00 Removing intermediate container e79c91166b03 19:07:00 ---> a8ed98ae321b 19:07:00 Step 29/31 : LABEL arch=x86_64 19:07:00 ---> Running in fafbf3e98959 19:07:01 Removing intermediate container fafbf3e98959 19:07:01 ---> c88e67687a62 19:07:01 Step 30/31 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:07:01 ---> Running in 73f182e94533 19:07:02 Removing intermediate container 73f182e94533 19:07:02 ---> c450390c8893 19:07:02 Step 31/31 : LABEL version=0.0.0 19:07:03 ---> Running in 0e9dd692f834 19:07:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:07:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:07:06 ---> 8cd335dd7b5f 19:07:06 Step 3/23 : WORKDIR /edgex-go 19:07:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:07:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:07:06 ---> 8cd335dd7b5f 19:07:06 Step 3/21 : WORKDIR /edgex-go 19:07:06 ---> Using cache 19:07:06 ---> e9316c1279c2 19:07:06 ---> Using cache 19:07:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> e9316c1279c2 19:07:06 19:07:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:07:06 ---> Using cache 19:07:06 ---> 571a8bede751 19:07:06 Step 5/21 : RUN apk add --update --no-cache make git 19:07:06 ---> Using cache 19:07:06 ---> 571a8bede751 19:07:06 Step 5/23 : RUN apk add --update --no-cache make bash git 19:07:06 ---> Using cache 19:07:06 ---> 1fe75cabe12a 19:07:06 Step 6/21 : COPY go.mod . 19:07:06 ---> Using cache 19:07:06 ---> cfadfcb82318 19:07:06 Step 7/21 : RUN go mod download 19:07:06 ---> Using cache 19:07:06 ---> 5623d9b11968 19:07:06 Step 8/21 : COPY . . 19:07:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:07:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:07:06 ---> 8cd335dd7b5f 19:07:06 Step 3/22 : WORKDIR /edgex-go 19:07:06 ---> Using cache 19:07:06 ---> e9316c1279c2 19:07:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:07:06 ---> Using cache 19:07:06 ---> 571a8bede751 19:07:06 Step 5/22 : RUN apk add --update --no-cache make git 19:07:06 ---> Using cache 19:07:06 ---> 1fe75cabe12a 19:07:06 Step 6/22 : COPY go.mod . 19:07:06 ---> Using cache 19:07:06 ---> cfadfcb82318 19:07:06 Step 7/22 : RUN go mod download 19:07:06 ---> Using cache 19:07:06 ---> 5623d9b11968 19:07:06 Step 8/22 : COPY . . 19:07:06 ---> Using cache 19:07:06 ---> ebecf4d579aa 19:07:06 ---> Using cache 19:07:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> ebecf4d579aa 19:07:06 19:07:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:07:08 Removing intermediate container 01797f757dd0 19:07:08 ---> 903e2d7a8d1c 19:07:08 Successfully built 903e2d7a8d1c 19:07:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:07:09 + docker inspect -f . ci-base-image-arm64 19:07:09 . [Pipeline] withDockerContainer 19:07:09 ---> Running in 94f8c081945b 19:07:09 ---> Running in fea3931d2db5 19:07:09 ---> Running in 2a44495d331e 19:07:09 Removing intermediate container 0e9dd692f834 19:07:09 ---> 0fdeac33a782 19:07:09 19:07:09 prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container 19:07:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:07:09 Successfully built 0fdeac33a782 19:07:09 Successfully tagged docker-security-bootstrapper-go:latest 19:07:10 $ docker top e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:11  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:07:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:07:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:11 + go version 19:07:11 go version go1.15.5 linux/arm64 [Pipeline] } 19:07:11 $ docker stop --time=1 e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d 19:07:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:07:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:07:12 ---> 8cd335dd7b5f 19:07:12 Step 3/23 : WORKDIR /edgex-go 19:07:12 ---> Using cache 19:07:12 ---> e9316c1279c2 19:07:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:07:12 ---> Using cache 19:07:12 ---> 571a8bede751 19:07:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:07:12 OK: 233 MiB in 51 packages 19:07:13 ---> Running in e9f057150298 19:07:13 $ docker rm -f e448a13f5cd1bb5cc1cb2e6777ae67327cf26636bf26c2104374970a9bc0262d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:14 + docker inspect -f . ci-base-image-arm64 19:07:14 . [Pipeline] withDockerContainer 19:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:14 Removing intermediate container 94f8c081945b 19:07:14 ---> ebba7f685b9d 19:07:14 Step 6/23 : COPY go.mod . 19:07:14 prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container 19:07:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:07:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:15 ---> 7db01846db6c 19:07:15 Step 7/23 : RUN go mod download 19:07:15 OK: 233 MiB in 51 packages 19:07:15 ---> Running in e4f2e5433c2b 19:07:16 $ docker top c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:16 ========================================================= 19:07:16 [edgeXBuildGoParallel] Running Tests and Build... 19:07:16 ========================================================= [Pipeline] sh 19:07:16 Removing intermediate container e9f057150298 19:07:16 ---> fd1b4e4c55e7 19:07:16 Step 6/23 : COPY go.mod . 19:07:16 ---> b14bcb1abf6b 19:07:16 Step 7/23 : RUN go mod download 19:07:16 ---> Running in 112978aaa6af 19:07:17 + make test 19:07:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:18 Removing intermediate container e4f2e5433c2b 19:07:18 ---> 8ac0306e5c12 19:07:18 Step 8/23 : COPY . . 19:07:21 Removing intermediate container 112978aaa6af 19:07:21 ---> fca17039ce0e 19:07:21 Step 8/23 : COPY . . 19:07:37 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 19:07:39 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:52 Removing intermediate container 2a44495d331e 19:07:52 ---> 71e3189e2ecb 19:07:52 19:07:52 Step 10/21 : FROM alpine:3.12 19:07:52 ---> 13621d1b12d4 19:07:52 Step 11/21 : RUN apk add --update --no-cache curl 19:07:52 Removing intermediate container fea3931d2db5 19:07:52 ---> 0d3d59b00b2f 19:07:52 19:07:52 Step 10/22 : FROM alpine:3.12 19:07:52 ---> 13621d1b12d4 19:07:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:07:52 ---> Using cache 19:07:52 ---> 1772e24ebd40 19:07:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:07:52 ---> Using cache 19:07:52 ---> 07bea1b208b4 19:07:52 Step 13/22 : ENV APP_PORT=48085 19:07:52 ---> aad9c27ede3a 19:07:52 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:07:52 ---> f17bba754a81 19:07:52 Step 9/23 : RUN make cmd/core-data/core-data 19:07:52 ---> Running in c09ed1346579 19:07:52 ---> Running in 19279f8cc02b 19:07:52 ---> Running in 27e0c18a447c 19:07:52 ---> Running in ed387df8b42a 19:07:52 Removing intermediate container 27e0c18a447c 19:07:52 ---> 44d792d46e44 19:07:52 Step 14/22 : EXPOSE $APP_PORT 19:07:52 ---> Running in 5493c45731f0 19:07:52 Removing intermediate container 5493c45731f0 19:07:52 ---> 04a4068e8edd 19:07:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:07:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:07:52 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 19:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:07:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:07:52 ---> 2247d76cc658 19:07:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:07:52 (1/4) Installing ca-certificates (20191127-r4) 19:07:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:07:52 (3/4) Installing libcurl (7.76.1-r0) 19:07:52 (4/4) Installing curl (7.76.1-r0) 19:07:52 Executing busybox-1.31.1-r20.trigger 19:07:52 Executing ca-certificates-20191127-r4.trigger 19:07:52 OK: 7 MiB in 18 packages 19:07:53 ---> 44173af8761a 19:07:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:07:54 Removing intermediate container 19279f8cc02b 19:07:54 ---> be124dd30eb3 19:07:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:07:54 ---> 1d649bbe0eda 19:07:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:07:54 ---> Running in ab8e8ef02b8b 19:07:54 ---> Running in d3a22b716a03 19:07:54 Removing intermediate container ab8e8ef02b8b 19:07:54 ---> 19c9409e9034 19:07:54 Step 13/21 : WORKDIR /edgex 19:07:56 ---> Running in d9aa1733a583 19:07:56 Removing intermediate container d3a22b716a03 19:07:56 ---> 48868066ed8a 19:07:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:07:56 ---> Running in 68547e9f2b3b 19:07:56 Removing intermediate container d9aa1733a583 19:07:56 ---> f20fcca6584a 19:07:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:07:56 Removing intermediate container 68547e9f2b3b 19:07:56 ---> 68243c250dad 19:07:56 Step 20/22 : LABEL arch=x86_64 19:07:56 ---> Running in 7ac9beacf2f7 19:07:57 ---> 59b8e3fd27d2 19:07:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:07:57 Removing intermediate container 7ac9beacf2f7 19:07:57 ---> a9ef49a20016 19:07:57 Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:07:57 ---> Running in 709b2a974e80 19:07:58 Removing intermediate container 709b2a974e80 19:07:58 ---> 88e14c1d2aa2 19:07:58 Step 22/22 : LABEL version=0.0.0 19:07:58 ---> Running in 903fd313cf55 19:07:58 ---> 5e5cb1469195 19:07:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:07:58 Removing intermediate container 903fd313cf55 19:07:58 ---> abb4ac29474e 19:07:58 19:07:59 Successfully built abb4ac29474e 19:07:59 Successfully tagged docker-support-scheduler-go:latest 19:08:00  Building docker-support-scheduler-go ... done  ---> d24011638bcd 19:08:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:08:00 ---> Running in 27bd8643169b 19:08:00 Removing intermediate container 27bd8643169b 19:08:00 ---> 0fae6124c60e 19:08:00 Step 18/21 : CMD ["--init=true"] 19:08:00 ---> Running in 54350b77a82c 19:08:01 Removing intermediate container 54350b77a82c 19:08:01 ---> fc36a9d24228 19:08:01 Step 19/21 : LABEL arch=x86_64 19:08:01 ---> Running in a9711e832234 19:08:02 Removing intermediate container a9711e832234 19:08:02 ---> bc0db4d5bc1b 19:08:02 Step 20/21 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:08:02 ---> Running in a7b3cf0cb2f7 19:08:03 Removing intermediate container a7b3cf0cb2f7 19:08:03 ---> e53fa1f72fdc 19:08:03 Step 21/21 : LABEL version=0.0.0 19:08:03 ---> Running in 4bced42bda19 19:08:03 Removing intermediate container 4bced42bda19 19:08:03 ---> a4168429615f 19:08:03 19:08:03 Successfully built a4168429615f 19:08:03 Successfully tagged docker-security-proxy-setup-go:latest 19:08:16  Building docker-security-proxy-setup-go ... done Removing intermediate container c09ed1346579 19:08:16 ---> 2a0b772bf3c1 19:08:16 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:08:16 ---> Running in 11702982e4af 19:08:16 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 19:08:19 Removing intermediate container ed387df8b42a 19:08:19 ---> ed43eb630642 19:08:19 19:08:19 Step 10/23 : FROM alpine:3.12 19:08:19 ---> 13621d1b12d4 19:08:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:08:19 ---> Running in f107f6330f8d 19:08:19 Removing intermediate container 11702982e4af 19:08:19 ---> b14e0c4b097c 19:08:19 19:08:19 Step 11/23 : FROM docker:20.10.0 19:08:19 20.10.0: Pulling from library/docker 19:08:19 Removing intermediate container f107f6330f8d 19:08:19 ---> f519389015cb 19:08:19 Step 12/23 : ENV APP_PORT=48080 19:08:19 ---> Running in e6c279f9805c 19:08:19 Removing intermediate container e6c279f9805c 19:08:19 ---> ed6d4f5a89cc 19:08:19 Step 13/23 : EXPOSE $APP_PORT 19:08:19 ---> Running in cda59dc86958 19:08:20 Removing intermediate container cda59dc86958 19:08:20 ---> 93f42968d3d0 19:08:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:20 ---> Running in 4189c42b49b3 19:08:21 Removing intermediate container 4189c42b49b3 19:08:21 ---> 273f13fea809 19:08:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:08:21 ---> Running in 0933a0e58173 19:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:08:24 Status: Downloaded newer image for docker:20.10.0 19:08:24 ---> aefe523efa57 19:08:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:08:24 ---> Running in d9c1f67abd10 19:08:24 Removing intermediate container d9c1f67abd10 19:08:24 ---> a36d4d554691 19:08:24 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:08:24 ---> Running in 3c2339ff7092 19:08:24 (1/6) Installing dumb-init (1.2.2-r1) 19:08:24 (2/6) Installing libgcc (9.3.0-r2) 19:08:25 (3/6) Installing libsodium (1.0.18-r0) 19:08:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:08:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:08:25 (4/6) Installing libstdc++ (9.3.0-r2) 19:08:25 (1/39) Installing readline (8.0.4-r0) 19:08:25 (2/39) Installing bash (5.0.17-r0) 19:08:25 Executing bash-5.0.17-r0.post-install 19:08:25 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:08:25 (4/39) Installing libcurl (7.76.1-r0) 19:08:25 (5/39) Installing curl (7.76.1-r0) 19:08:25 (6/39) Installing dumb-init (1.2.2-r1) 19:08:25 (7/39) Installing libbz2 (1.0.8-r1) 19:08:25 (8/39) Installing expat (2.2.9-r1) 19:08:25 (9/39) Installing libffi (3.3-r2) 19:08:25 (10/39) Installing gdbm (1.13-r1) 19:08:25 (11/39) Installing xz-libs (5.2.5-r0) 19:08:25 (12/39) Installing sqlite-libs (3.32.1-r0) 19:08:25 (13/39) Installing python3 (3.8.8-r0) 19:08:25 (5/6) Installing libzmq (4.3.3-r0) 19:08:26 (6/6) Installing zeromq (4.3.3-r0) 19:08:26 Executing busybox-1.31.1-r20.trigger 19:08:26 OK: 8 MiB in 20 packages 19:08:27 (14/39) Installing py3-appdirs (1.4.4-r1) 19:08:27 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:08:27 (16/39) Installing py3-parsing (2.4.7-r0) 19:08:27 (17/39) Installing py3-six (1.15.0-r0) 19:08:27 (18/39) Installing py3-packaging (20.4-r0) 19:08:27 (19/39) Installing py3-setuptools (47.0.0-r0) 19:08:28 (20/39) Installing py3-chardet (3.0.4-r4) 19:08:29 (21/39) Installing py3-idna (2.9-r0) 19:08:29 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:08:29 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:08:30 (24/39) Installing py3-requests (2.23.0-r0) 19:08:30 (25/39) Installing py3-msgpack (1.0.0-r0) 19:08:30 (26/39) Installing py3-lockfile (0.12.2-r3) 19:08:30 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:08:30 (28/39) Installing py3-colorama (0.4.3-r0) 19:08:30 (29/39) Installing py3-distlib (0.3.0-r0) 19:08:30 (30/39) Installing py3-distro (1.5.0-r1) 19:08:30 (31/39) Installing py3-webencodings (0.5.1-r3) 19:08:30 (32/39) Installing py3-html5lib (1.0.1-r4) 19:08:30 (33/39) Installing py3-pytoml (0.1.21-r0) 19:08:30 (34/39) Installing py3-pep517 (0.8.2-r0) 19:08:30 (35/39) Installing py3-progress (1.5-r0) 19:08:30 (36/39) Installing py3-toml (0.10.1-r0) 19:08:30 (37/39) Installing py3-retrying (1.3.3-r0) 19:08:30 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:08:30 (39/39) Installing py3-pip (20.1.1-r0) 19:08:30 Removing intermediate container 0933a0e58173 19:08:30 ---> 4cf0885180ab 19:08:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:30 Executing busybox-1.31.1-r19.trigger 19:08:31 OK: 72 MiB in 59 packages 19:08:31 ---> 4f1d4ef19193 19:08:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:08:31 Collecting docker-compose==1.23.2 19:08:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:08:33 ---> 40f02c6cfd8b 19:08:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:08:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:08:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:08:33 ---> 9cb03abcafc9 19:08:33 Step 19/23 : ENTRYPOINT ["/core-data"] 19:08:33 ---> Running in c13caf032937 19:08:33 Collecting docker<4.0,>=3.6.0 19:08:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:08:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:08:33 Removing intermediate container c13caf032937 19:08:33 ---> 472a3f3525bd 19:08:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:33 ---> Running in 404d48fdf90c 19:08:33 Collecting PyYAML<4,>=3.10 19:08:33 Downloading PyYAML-3.13.tar.gz (270 kB) 19:08:33 Removing intermediate container 404d48fdf90c 19:08:33 ---> a46c0cfd82f1 19:08:33 Step 21/23 : LABEL arch=x86_64 19:08:33 ---> Running in 64ff3b39a0d3 19:08:34 Removing intermediate container 64ff3b39a0d3 19:08:34 ---> 37902898c77b 19:08:34 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:08:34 ---> Running in e51f34b0cdfc 19:08:34 Removing intermediate container e51f34b0cdfc 19:08:34 ---> 72cc5f0bc1de 19:08:34 Step 23/23 : LABEL version=0.0.0 19:08:34 ---> Running in 906c5f1b6f7b 19:08:34 Collecting dockerpty<0.5,>=0.4.1 19:08:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:08:35 Removing intermediate container 906c5f1b6f7b 19:08:35 ---> 65815bec22a1 19:08:35 19:08:35 Successfully built 65815bec22a1 19:08:35 Successfully tagged docker-core-data-go:latest 19:08:35  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 19:08:35 Downloading docopt-0.6.2.tar.gz (25 kB) 19:08:35 Collecting texttable<0.10,>=0.9.0 19:08:35 Downloading texttable-0.9.1.tar.gz (11 kB) 19:08:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:08:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:08:36 Collecting jsonschema<3,>=2.5.1 19:08:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:08:36 Collecting websocket-client<1.0,>=0.32.0 19:08:36 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:08:36 Collecting cached-property<2,>=1.2.0 19:08:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:08:36 Collecting urllib3<1.25,>=1.21.1 19:08:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:08:36 Collecting idna<2.8,>=2.5 19:08:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:08:36 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) 19:08:36 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) 19:08:36 Collecting docker-pycreds>=0.4.0 19:08:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:08:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:08:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:08:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:08:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:08:37 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, texttable, jsonschema, cached-property, docker-compose 19:08:37 Attempting uninstall: urllib3 19:08:37 Found existing installation: urllib3 1.25.9 19:08:37 Uninstalling urllib3-1.25.9: 19:08:37 Successfully uninstalled urllib3-1.25.9 19:08:37 Attempting uninstall: idna 19:08:37 Found existing installation: idna 2.9 19:08:37 Uninstalling idna-2.9: 19:08:37 Successfully uninstalled idna-2.9 19:08:37 Attempting uninstall: requests 19:08:37 Found existing installation: requests 2.23.0 19:08:37 Uninstalling requests-2.23.0: 19:08:37 Successfully uninstalled requests-2.23.0 19:08:38 Running setup.py install for PyYAML: started 19:08:38 Running setup.py install for PyYAML: finished with status 'done' 19:08:38 Running setup.py install for dockerpty: started 19:08:39 Running setup.py install for dockerpty: finished with status 'done' 19:08:39 Running setup.py install for docopt: started 19:08:39 Running setup.py install for docopt: finished with status 'done' 19:08:39 Running setup.py install for texttable: started 19:08:40 Running setup.py install for texttable: finished with status 'done' 19:08: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 19:08:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:08:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:08:48 Removing intermediate container 3c2339ff7092 19:08:48 ---> 725648f98330 19:08:48 Step 14/23 : ENV APP_PORT=48090 19:08:48 ---> Running in 5876978ba7ac 19:08:48 Removing intermediate container 5876978ba7ac 19:08:48 ---> f2e950f58631 19:08:48 Step 15/23 : EXPOSE $APP_PORT 19:08:48 ---> Running in e00ef4fecb85 19:08:48 Removing intermediate container e00ef4fecb85 19:08:48 ---> f3a0f82616c6 19:08:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:08:49 ---> 172b9be37657 19:08:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:08:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:08:49 ---> c5473012b626 19:08:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:08:49 ---> 2fcc8ceb3d0f 19:08:49 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:08:49 ---> Running in 6092a5f7c01e 19:08:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:08:49 Removing intermediate container 6092a5f7c01e 19:08:49 ---> 0e6f769d5aac 19:08:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:49 ---> Running in cbbf24ab6a98 19:08:50 Removing intermediate container cbbf24ab6a98 19:08:50 ---> 17049ae7ee33 19:08:50 Step 21/23 : LABEL arch=x86_64 19:08:50 ---> Running in a2dd635e7328 19:08:50 Removing intermediate container a2dd635e7328 19:08:50 ---> a681f4bea543 19:08:50 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:08:50 ---> Running in fcf35e49c173 19:08:50 Removing intermediate container fcf35e49c173 19:08:50 ---> a81f49c38cbd 19:08:50 Step 23/23 : LABEL version=0.0.0 19:08:50 ---> Running in a313b86aa7b6 19:08:50 Removing intermediate container a313b86aa7b6 19:08:50 ---> 748b11955d3c 19:08:50 19:08:50 Successfully built 748b11955d3c 19:08:50 Successfully tagged docker-sys-mgmt-agent-go:latest 19:08:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:08:51 $ docker stop --time=1 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 19:08:52 $ docker rm -f 2033927982a873444265c50060a10f6c895de78109c68ffba785dc268bcbb2f4 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:53 + docker images 19:08:53 + grep docker 19:08:54 docker-sys-mgmt-agent-go latest 748b11955d3c 3 seconds ago 312MB 19:08:54 docker-core-data-go latest 65815bec22a1 19 seconds ago 22.9MB 19:08:54 docker-security-proxy-setup-go latest a4168429615f 50 seconds ago 26MB 19:08:54 docker-support-scheduler-go latest abb4ac29474e 55 seconds ago 17.7MB 19:08:54 docker-security-bootstrapper-go latest 0fdeac33a782 About a minute ago 19.3MB 19:08:54 docker-security-secretstore-setup-go latest 2e95d12fa65f 2 minutes ago 26.3MB 19:08:54 docker-core-command-go latest 9e9788b5cfeb 2 minutes ago 17.5MB 19:08:54 docker-core-metadata-go latest b7c4672e0ed2 2 minutes ago 19.2MB 19:08:54 docker-support-notifications-go latest d379cef53d17 2 minutes ago 18.2MB 19:08:54 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:08:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:08:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:08:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.262s coverage: 45.9% of statements 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.120s coverage: 19.8% of statements 19:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements 19:09:09 Still waiting to schedule task 19:09:09 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.208s coverage: 100.0% of statements 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.220s coverage: 71.3% of statements 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.9% of statements 19:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 19:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.216s coverage: 78.3% of statements 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 93.0% of statements 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.9% of statements 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.297s coverage: 79.5% of statements 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.221s coverage: 94.1% of statements 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements 19:09:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements 19:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.133s coverage: 94.4% of statements 19:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.117s coverage: 44.8% of statements 19:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.468s coverage: 81.9% of statements 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.209s coverage: 92.9% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.148s coverage: 75.5% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements 19:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.6% of statements 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:10:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 64.4% of statements 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:10:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements 19:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 19:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 19:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 19:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 19:10:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.817s coverage: 69.0% of statements 19:10:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:10:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:10:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 19:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements 19:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.0% of statements 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:10:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 9.6% of statements 19:10:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:10:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.438s coverage: 88.6% of statements 19:10:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:10:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:10:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.348s coverage: 28.7% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.152s coverage: 64.6% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.374s coverage: 95.6% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:10:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:10:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements 19:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 19:10:26 GO111MODULE=on go vet ./... 19:11:49 Running on prd-ubuntu18.04-docker-8c-8g-1242 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { 19:11:49 gofmt -l . 19:11:49 [ "`gofmt -l .`" = "" ] 19:11:49 ./bin/test-go-mod-tidy.sh 19:11:49 ./bin/test-attribution-txt.sh [Pipeline] ws 19:11:49 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] sh 19:11:50 + ls -al . 19:11:50 total 840 19:11:50 drwxrwxr-x 9 1001 1001 4096 Apr 20 19:11 . 19:11:50 drwxr-xr-x 4 root root 4096 Apr 20 19:07 .. 19:11:50 -rw-rw-r-- 1 1001 1001 11 Apr 20 19:05 .dockerignore 19:11:50 drwxrwxr-x 8 1001 1001 4096 Apr 20 19:05 .git 19:11:50 drwxrwxr-x 3 1001 1001 4096 Apr 20 19:05 .github 19:11:50 -rw-rw-r-- 1 1001 1001 818 Apr 20 19:05 .gitignore 19:11:50 -rw-rw-r-- 1 1001 1001 166 Apr 20 19:05 .sonarcloud.properties 19:11:50 -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:05 Attribution.txt 19:11:50 -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:05 CONTRIBUTING.md 19:11:50 -rw-rw-r-- 1 1001 1001 931 Apr 20 19:05 Dockerfile.build 19:11:50 -rw-rw-r-- 1 1001 1001 863 Apr 20 19:05 Jenkinsfile 19:11:50 -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:05 LICENSE 19:11:50 -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:05 Makefile 19:11:50 -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:05 README.md 19:11:50 -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:05 SECURITY.md 19:11:50 -rw-rw-r-- 1 1001 1001 5 Apr 20 19:00 VERSION 19:11:50 -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:05 ZMQWindows.md 19:11:50 drwxrwxr-x 2 1001 1001 4096 Apr 20 19:05 bin 19:11:50 drwxrwxr-x 14 1001 1001 4096 Apr 20 19:05 cmd 19:11:50 -rw-r--r-- 1 root root 703598 Apr 20 19:10 coverage.out 19:11:50 -rw-r--r-- 1 root root 1059 Apr 20 19:11 go.mod 19:11:50 -rw-r--r-- 1 root root 22184 Apr 20 19:11 go.sum 19:11:50 drwxrwxr-x 8 1001 1001 4096 Apr 20 19:05 internal 19:11:50 drwxrwxr-x 4 1001 1001 4096 Apr 20 19:05 openapi 19:11:50 drwxrwxr-x 4 1001 1001 4096 Apr 20 19:05 snap 19:11:50 -rw-rw-r-- 1 1001 1001 168 Apr 20 19:05 version.go [Pipeline] sh 19:11:51 + '[' -e coverage.out ] 19:11:51 + chown 1001:1001 coverage.out [Pipeline] stash 19:11:51 Warning: overwriting stash ‘coverage-report’ 19:11:51 using credential edgex-jenkins-ssh 19:11:51 Cloning the remote Git repository 19:11:52 Stashed 1 file(s) [Pipeline] sh 19:11:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:11:51 > git init /w/workspace/edgex-go/2 # timeout=10 19:11:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:51 > git --version # timeout=10 19:11:52 > git --version # 'git version 2.17.1' 19:11:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:53 + make build 19:11:53 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 19:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:11:59 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:11:59 Merge succeeded, producing ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:11:59 Checking out Revision ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 (PR-3389) 19:11:59 > git config core.sparsecheckout # timeout=10 19:11:59 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 19:11:59 > git remote # timeout=10 19:11:59 > git config --get remote.origin.url # timeout=10 19:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:59 > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 19:11:59 > git rev-parse HEAD^{commit} # timeout=10 19:11:59 > git config core.sparsecheckout # timeout=10 19:11:59 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 19:12:03 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 19:12:03 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:04 + echo snap-build.sh 19:12:04 snap-build.sh 19:12:04 + SNAP_BASE_DIR=. 19:12:04 + '[' '!' -z /w/workspace/edgex-go/2 ']' 19:12:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 19:12:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 19:12:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 19:12:04 + cd /w/workspace/edgex-go/2 19:12:04 + sudo apt-get remove -qy --purge lxd lxd-client 19:12:04 Reading package lists... 19:12:05 Building dependency tree... 19:12:05 Reading state information... 19:12:05 The following packages were automatically installed and are no longer required: 19:12:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:12:05 uidmap xdelta3 19:12:05 Use 'sudo apt autoremove' to remove them. 19:12:05 The following packages will be REMOVED: 19:12:05 lxd* lxd-client* 19:12:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:12:06 After this operation, 31.7 MB disk space will be freed. 19:12:07 (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.) 19:12:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:12:08 Removing lxd dnsmasq configuration 19:12:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:12:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:12:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:12: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 ... 189852 files and directories currently installed.) 19:12:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:12:12 Processing triggers for systemd (237-3ubuntu10.42) ... 19:12:12 Processing triggers for ureadahead (0.100.0-21) ... 19:12:14 + sudo snap remove --purge lxd 19:12:15 snap "lxd" is not installed 19:12:15 + sudo groupadd --force --system lxd 19:12:15 ++ whoami 19:12:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:12:15 + newgrp - lxd 19:12:15 + sudo snap install lxd 19:12:25 2021-04-20T19:12:22Z INFO Waiting for automatic snapd restart... 19:12:30 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 19:12:31 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 19:12:37 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 19:12: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 19:12: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 19:12:43 lxd 4.13 from Canonical* installed 19:12:43 + sudo lxd init --auto 19:12:47 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 19:12:51 + sudo snap install --classic snapcraft 19:12:52 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 19:12:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:13:00 snapcraft 4.6.2 from Canonical* installed 19:13:00 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:13:00 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:13:00 % Total % Received % Xferd Average Speed Time Time Time Current 19:13:00 Dload Upload Total Spent Left Speed 19:13:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 19:13:00 6 3325k 6 217k 0 0 928k 0 0:00:03 --:--:-- 0:00:03 928k 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 74.0M 19:13:00 ./yq_linux_amd64 19:13:00 + sudo snapcraft prime --use-lxd 19:13:00 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 19:13:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:13:02 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: 19:13:02 - README.md 19:13:02 19:13:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:13:03 Launching a container. 19:13:05 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] } 19:13:11 $ docker stop --time=1 c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e 19:13:14 $ docker rm -f c6079f08f5866ea102060a9a83e0f4c048db690ddb2503d1759ae5c45769c94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:13:16 19:13:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:13:16 Waiting for container to be ready 19:13:16 To start your first instance, try: lxc launch ubuntu:18.04 19:13:16 [Pipeline] isUnix [Pipeline] sh 19:13:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:13:17 latest: Pulling from edgex-devops/edgex-compose-arm64 19:13:17 29e5d40040c1: Pulling fs layer 19:13:17 1ce36da41761: Pulling fs layer 19:13:17 25b303627fd3: Pulling fs layer 19:13:17 29e5d40040c1: Download complete 19:13:17 29e5d40040c1: Pull complete 19:13:17 1ce36da41761: Verifying Checksum 19:13:17 1ce36da41761: Download complete 19:13:19 1ce36da41761: Pull complete 19:13:19 25b303627fd3: Verifying Checksum 19:13:19 25b303627fd3: Download complete 19:13:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:13:21 Waiting for network to be ready... 19:13:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:13:22 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:13:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 19:13:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 19:13:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:13:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:13:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:13:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:13:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 19:13:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:13:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:13:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:13:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:13:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:13:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:13:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:13:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:13:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:13:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:13:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 19:13:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 19:13:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:13:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:13:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:13:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:13:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 19:13:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:13:28 Fetched 24.4 MB in 6s (4230 kB/s) 19:13:29 Reading package lists... 19:13:29 25b303627fd3: Pull complete 19:13:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:13:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:13:29 Reading package lists... 19:13:30 prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container 19:13:30 Building dependency tree... 19:13:30 Reading state information... 19:13:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:13:30 The following additional packages will be installed: 19:13:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:13:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:13:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:13:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:13:30 Suggested packages: 19:13:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:13:30 Recommended packages: 19:13:30 gnupg libsasl2-modules 19:13:30 The following NEW packages will be installed: 19:13:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:13:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:13:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:13:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:13:30 The following packages will be upgraded: 19:13:30 gpg gpg-agent gpgconf libudev1 19:13:30 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 19:13:30 Need to get 3529 kB of archives. 19:13:30 After this operation, 13.3 MB of additional disk space will be used. 19:13:30 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] 19:13:30 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 19:13:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:13:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:13:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:13:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 19:13:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:13:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:13:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:13:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:13:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:13:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:13:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:13:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:13:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:13:33 $ docker top 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e -eo pid,comm 19:13:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:13:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:13:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:13:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:13:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:13:33 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:13:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [Pipeline] { [Pipeline] sh 19:13:33 debconf: delaying package configuration, since apt-utils is not installed 19:13:33 Fetched 3529 kB in 3s (1201 kB/s) 19:13:33 (Reading database ... 12511 files and directories currently installed.) 19:13:33 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 19:13:33 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:13:33 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 19:13:33 Selecting previously unselected package udev. 19:13:33 (Reading database ... 12511 files and directories currently installed.) 19:13:33 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 19:13:34 Unpacking udev (237-3ubuntu10.46) ... 19:13:34 + docker-compose build --help 19:13:34 + grep parallel 19:13:34 Selecting previously unselected package libfuse2:amd64. 19:13:34 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:13:34 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:13:34 Selecting previously unselected package fuse. 19:13:34 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:13:34 Unpacking fuse (2.9.7-1ubuntu1) ... 19:13:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:13:34 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:13:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:13:34 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:13:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:13:34 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:13:34 Selecting previously unselected package libksba8:amd64. 19:13:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:13:34 Unpacking libksba8:amd64 (1.3.5-2) ... 19:13:34 Selecting previously unselected package libroken18-heimdal:amd64. 19:13:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:13:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:13:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:13:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libwind0-heimdal:amd64. 19:13:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:13:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:13:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:13:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:13:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:13:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:35 Selecting previously unselected package libsasl2-modules-db:amd64. 19:13:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:13:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:13:36 Selecting previously unselected package libsasl2-2:amd64. 19:13:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:13:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:13:36 Selecting previously unselected package libldap-common. 19:13:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:13:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:13:36 Selecting previously unselected package libldap-2.4-2:amd64. 19:13:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:13:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:13:36 Selecting previously unselected package dirmngr. 19:13:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:13:36 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:13:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:13:37 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:13:37 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:13:37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:13:37 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:13:37 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:13:37 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:37 Setting up libksba8:amd64 (1.3.5-2) ... 19:13:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:13:37 Setting up udev (237-3ubuntu10.46) ... 19:13:37 --parallel Build images in parallel. 19:13:37 invoke-rc.d: policy-rc.d denied execution of start. [Pipeline] } 19:13:37 $ docker stop --time=1 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e 19:13:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:37 Processing triggers for systemd (237-3ubuntu10) ... 19:13:37 Setting up fuse (2.9.7-1ubuntu1) ... 19:13:38 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:13:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:13:38 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:13:38 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:13:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:13:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:13:38 settings in the [Install] section, and DefaultInstance for template units). 19:13:38 This means they are not meant to be enabled using systemctl. 19:13:38 Possible reasons for having this kind of units are: 19:13:38 1) A unit may be statically enabled by being symlinked from another unit's 19:13:38 .wants/ or .requires/ directory. 19:13:38 2) A unit's purpose may be to act as a helper for some other unit which has 19:13:38 a requirement dependency on it. 19:13:38 3) A unit may be started when needed via activation (socket, path, timer, 19:13:38 D-Bus, udev, scripted systemctl call, ...). 19:13:38 4) In case of template units, the unit is meant to be enabled with some 19:13:38 instance name specified. 19:13:39 Reading package lists... 19:13:39 $ docker rm -f 5bb6ada328d0d55e793a135c9b58488dd790289f961b000753604480dd4b7d4e 19:13:39 Building dependency tree... 19:13:39 Reading state information... 19:13:39 The following additional packages will be installed: 19:13:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:13:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:13:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:13:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:13:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:13:39 Suggested packages: 19:13:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:13:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:13:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:13:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:13:39 systemd-container policykit-1 19:13:39 Recommended packages: 19:13:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [Pipeline] // withDockerContainer [Pipeline] writeFile 19:13:40 The following NEW packages will be installed: 19:13:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:13:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:13:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:13:40 multiarch-support openssh-client python3 python3-minimal python3.6 19:13:40 python3.6-minimal snapd squashfs-tools sudo 19:13:40 The following packages will be upgraded: 19:13:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:13:40 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 19:13:40 Need to get 35.2 MB of archives. 19:13:40 After this operation, 141 MB of additional disk space will be used. 19:13:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:13:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 19:13:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:13:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:13:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:13:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:13:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:13:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:13:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:13:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:13:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:13:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:13:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:13:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:13:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:13:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:13:40 . [Pipeline] withDockerContainer 19:13:40 prd-ubuntu18.04-docker-arm64-4c-16g-1240 does not seem to be running inside a container 19:13:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:13:40 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 19:13:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 19:13:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 19:13:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:13:41 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:13:41 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:13:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:13:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:13:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:13:41 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:13:41 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:13:41 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:13:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:13:41 debconf: delaying package configuration, since apt-utils is not installed 19:13:41 Fetched 35.2 MB in 1s (28.2 MB/s) 19:13:41 (Reading database ... 12757 files and directories currently installed.) 19:13:41 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 19:13:41 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:13:42 $ docker top a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 19:13:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:13:42 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 19:13:42 (Reading database ... 12757 files and directories currently installed.) 19:13:42 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 19:13:42 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 19:13:43 + docker-compose -f ./docker-compose-build.yml build --parallel 19:13:43 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 19:13:43 (Reading database ... 12757 files and directories currently installed.) 19:13:43 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 19:13:43 Unpacking apt (1.6.13) over (1.6.1) ... 19:13:44 Setting up apt (1.6.13) ... 19:13:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:13:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:13:44 (Reading database ... 12764 files and directories currently installed.) 19:13:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:13:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:13:44 Selecting previously unselected package libpython3.6-minimal:amd64. 19:13:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:13:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:13:45 Selecting previously unselected package libexpat1:amd64. 19:13:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:13:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:13:45 Selecting previously unselected package python3.6-minimal. 19:13:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:13:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:13:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:13:45 Checking for services that may need to be restarted...done. 19:13:45 Checking for services that may need to be restarted...done. 19:13:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:13:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:13:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:13:46 Selecting previously unselected package python3-minimal. 19:13:46 (Reading database ... 13012 files and directories currently installed.) 19:13:46 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:13:46 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:13:46 Selecting previously unselected package mime-support. 19:13:46 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:13:46 Unpacking mime-support (3.60ubuntu1) ... 19:13:46 Selecting previously unselected package libmpdec2:amd64. 19:13:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:13:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:13:47 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:13:47 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:13:47 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:13:47 Selecting previously unselected package python3.6. 19:13:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:13:47 Building docker-core-command-go ... 19:13:47 Building docker-core-data-go ... 19:13:47 Building docker-core-metadata-go ... 19:13:47 Building docker-security-bootstrapper-go ... 19:13:47 Building docker-security-proxy-setup-go ... 19:13:47 Building docker-security-secretstore-setup-go ... 19:13:47 Building docker-support-notifications-go ... 19:13:47 Building docker-support-scheduler-go ... 19:13:47 Building docker-sys-mgmt-agent-go ... 19:13:47 Building docker-core-command-go 19:13:47 Building docker-security-bootstrapper-go 19:13:47 Building docker-core-metadata-go 19:13:47 Building docker-support-notifications-go 19:13:47 Building docker-support-scheduler-go 19:13:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:13:48 Selecting previously unselected package libpython3-stdlib:amd64. 19:13:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:13:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:13:48 Setting up python3-minimal (3.6.7-1~18.04) ... 19:13:48 Selecting previously unselected package python3. 19:13:48 (Reading database ... 13442 files and directories currently installed.) 19:13:48 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:13:48 Unpacking python3 (3.6.7-1~18.04) ... 19:13:48 Selecting previously unselected package multiarch-support. 19:13:48 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:13:48 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:13:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:13:49 Selecting previously unselected package liblzo2-2:amd64. 19:13:49 (Reading database ... 13479 files and directories currently installed.) 19:13:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:13:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:13:49 Selecting previously unselected package libbsd0:amd64. 19:13:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:13:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:13:49 Selecting previously unselected package sudo. 19:13:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:13:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:13:49 Selecting previously unselected package apparmor. 19:13:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:13:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:13:49 Selecting previously unselected package libedit2:amd64. 19:13:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:13:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:13:49 Selecting previously unselected package libkrb5support0:amd64. 19:13:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:13:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:13:49 Selecting previously unselected package libk5crypto3:amd64. 19:13:49 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:13:49 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:13:50 Selecting previously unselected package libkeyutils1:amd64. 19:13:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:13:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:13:50 Selecting previously unselected package libkrb5-3:amd64. 19:13:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:13:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:13:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:13:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:13:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:13:50 Selecting previously unselected package libssl1.0.0:amd64. 19:13:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:13:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:13:50 Selecting previously unselected package openssh-client. 19:13:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:13:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:13:50 Selecting previously unselected package squashfs-tools. 19:13:50 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:13:50 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:13:51 Selecting previously unselected package snapd. 19:13:51 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:13:51 Unpacking snapd (2.48.3+18.04) ... 19:13:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:13:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:13:53 Setting up mime-support (3.60ubuntu1) ... 19:13:53 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:13:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:13:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:13:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:13:54 Setting up systemd (237-3ubuntu10.46) ... 19:13:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:13:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:13:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:13:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:13:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:13:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:13:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:13:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:13:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:13:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:13:56 Setting up python3 (3.6.7-1~18.04) ... 19:13:56 running python rtupdate hooks for python3.6... 19:13:56 running python post-rtupdate hooks for python3.6... 19:13:56 Setting up apparmor (2.12-4ubuntu5.1) ... 19:13:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:13:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:13:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:13:58 Setting up snapd (2.48.3+18.04) ... 19:13:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:13:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:13:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:14:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:14:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:14:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:14:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:14:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:14:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:14:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:14: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' 19:14:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:14:01 Processing triggers for systemd (237-3ubuntu10.46) ... 19:14:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:14:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:14:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:14:05 Reading package lists... 19:14:05 Reading package lists... 19:14:05 Building dependency tree... 19:14:05 Reading state information... 19:14:05 Calculating upgrade... 19:14:06 The following packages will be upgraded: 19:14:06 advancecomp base-files bash binutils binutils-common 19:14:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:14:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:14:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:14:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:14:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:14:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:14:06 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:14:06 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 19:14:06 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 19:14:06 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 19:14:06 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 19:14:06 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 19:14:06 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 19:14:06 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:14:06 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:14:06 Need to get 64.0 MB of archives. 19:14:06 After this operation, 5034 kB of additional disk space will be used. 19:14:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:14:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 19:14:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:14:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:14:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:14:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:14:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:14:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:14: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] 19:14:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:14:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:14:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:14:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:14:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:14:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:14:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:14:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:14:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:14:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:14:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:14:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:14:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:14:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:14:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:14:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:14:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:14:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:14:07 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:14:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:14:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:14:07 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:14:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:14:07 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:14:07 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:14:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:14:07 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:14:07 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:14:07 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:14:07 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:14:07 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:14:07 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 19:14:07 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:14:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:14:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:14:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:14:07 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:14:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:14:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:14:07 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:14:07 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:14:07 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:14:07 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:14:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:14:07 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:14:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:14:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:14:07 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:14:07 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:14:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:14:07 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:14:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:14:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:14:07 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:14:07 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:14:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:14:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:14:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:14:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:14:07 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:14:07 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:14:07 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 19:14:07 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 19:14:07 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:14:07 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:14:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:14:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:14:07 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:14:07 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:14:07 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:14:07 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:14:07 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:14:07 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:14:07 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:14:07 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:14:07 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:14:07 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:14:07 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:14:07 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:14:07 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:14:07 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:14:07 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:14:07 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:14:08 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:14:08 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:14:08 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:14:09 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:14:09 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:14:09 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:14:09 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:14:09 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:14:09 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:14:09 debconf: delaying package configuration, since apt-utils is not installed 19:14:09 Fetched 64.0 MB in 3s (19.6 MB/s) 19:14:09 (Reading database ... 13912 files and directories currently installed.) 19:14:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:14:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:14:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:14:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:14:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 19:14:10 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 19:14:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:12 (Reading database ... 13911 files and directories currently installed.) 19:14:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:14:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:14:12 (Reading database ... 13911 files and directories currently installed.) 19:14:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:14:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:14:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:13 (Reading database ... 13911 files and directories currently installed.) 19:14:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:14:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:14:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:14:14 (Reading database ... 13911 files and directories currently installed.) 19:14:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:14:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:14:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:14:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:14:14 Setting up base-files (10.1ubuntu2.10) ... 19:14:15 Installing new version of config file /etc/issue ... 19:14:15 Installing new version of config file /etc/issue.net ... 19:14:15 Installing new version of config file /etc/lsb-release ... 19:14:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:14:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:14:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:14:15 Removing obsolete conffile /etc/default/motd-news ... 19:14:15 (Reading database ... 13912 files and directories currently installed.) 19:14:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:14:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:14:15 Setting up bash (4.4.18-2ubuntu1.2) ... 19:14: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 19:14:15 (Reading database ... 13912 files and directories currently installed.) 19:14:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:14:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:14:16 (Reading database ... 13912 files and directories currently installed.) 19:14:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:14:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:14:16 Setting up tar (1.29b-2ubuntu0.2) ... 19:14:16 (Reading database ... 13912 files and directories currently installed.) 19:14:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:14:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:14:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:14:17 (Reading database ... 13912 files and directories currently installed.) 19:14:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:14:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:14:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:14:17 (Reading database ... 13912 files and directories currently installed.) 19:14:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:14:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:14:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:14:17 (Reading database ... 13912 files and directories currently installed.) 19:14:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:14:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:14:17 Setting up grep (3.1-2build1) ... 19:14:18 (Reading database ... 13912 files and directories currently installed.) 19:14:18 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:14:18 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:14:18 Setting up login (1:4.5-1ubuntu2) ... 19:14:18 (Reading database ... 13912 files and directories currently installed.) 19:14:18 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:14:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:14:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:14:18 (Reading database ... 13912 files and directories currently installed.) 19:14:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:14:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:14:19 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:14:19 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:14:19 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:14:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:14:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:14:20 (Reading database ... 13912 files and directories currently installed.) 19:14:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:14:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:14:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:14:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:14:21 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:14:21 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:14:21 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:14:21 (Reading database ... 13912 files and directories currently installed.) 19:14:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:14:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:14:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:14:22 (Reading database ... 13912 files and directories currently installed.) 19:14:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:14:22 (Reading database ... 13912 files and directories currently installed.) 19:14:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:14:22 (Reading database ... 13912 files and directories currently installed.) 19:14:22 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:22 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:22 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:14:22 (Reading database ... 13912 files and directories currently installed.) 19:14:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:14:23 (Reading database ... 13912 files and directories currently installed.) 19:14:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:14:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:14:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:14:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:14:23 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:14:23 (Reading database ... 13912 files and directories currently installed.) 19:14:23 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:14:23 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:14:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:14:23 (Reading database ... 13912 files and directories currently installed.) 19:14:23 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:14:24 (Reading database ... 13912 files and directories currently installed.) 19:14:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:14:24 (Reading database ... 13912 files and directories currently installed.) 19:14:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:14:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:14:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:14:26 (Reading database ... 13912 files and directories currently installed.) 19:14:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:14:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:14:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:14:26 (Reading database ... 13912 files and directories currently installed.) 19:14:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:14:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:14:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:14:27 (Reading database ... 13914 files and directories currently installed.) 19:14:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:14:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:14:27 Setting up debconf (1.5.66ubuntu1) ... 19:14:27 (Reading database ... 13914 files and directories currently installed.) 19:14:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:14:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:14:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:14:27 (Reading database ... 13914 files and directories currently installed.) 19:14:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:14:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:14:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:14:28 (Reading database ... 13914 files and directories currently installed.) 19:14:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:14:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:14:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:14:28 (Reading database ... 13914 files and directories currently installed.) 19:14:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:14:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:14:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:14:28 (Reading database ... 13914 files and directories currently installed.) 19:14:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:14:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:14:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:14:29 (Reading database ... 13914 files and directories currently installed.) 19:14:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:14:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:14:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 19:14:29 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:14:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:14:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:14:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:14:29 (Reading database ... 13914 files and directories currently installed.) 19:14:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:14:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:14:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:14:30 (Reading database ... 13914 files and directories currently installed.) 19:14:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:14:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:14:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:14:31 (Reading database ... 13914 files and directories currently installed.) 19:14:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:14:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:14:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:14:31 (Reading database ... 13914 files and directories currently installed.) 19:14:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:14:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:14:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:14:31 (Reading database ... 13914 files and directories currently installed.) 19:14:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:14:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:14:32 Setting up passwd (1:4.5-1ubuntu2) ... 19:14:32 (Reading database ... 13914 files and directories currently installed.) 19:14:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:14:32 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:14:32 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:14:32 (Reading database ... 13914 files and directories currently installed.) 19:14:32 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 19:14:32 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:14:32 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 19:14:32 (Reading database ... 13914 files and directories currently installed.) 19:14:32 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 19:14:32 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:14:32 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 19:14:33 (Reading database ... 13914 files and directories currently installed.) 19:14:33 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:14:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:14:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:14:33 (Reading database ... 13914 files and directories currently installed.) 19:14:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:14:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:14:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:14:33 (Reading database ... 13914 files and directories currently installed.) 19:14:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:14:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:14:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:14:34 (Reading database ... 13914 files and directories currently installed.) 19:14:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:14:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:14:34 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:14:34 (Reading database ... 13914 files and directories currently installed.) 19:14:34 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:14:34 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:14:34 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:14:34 (Reading database ... 13914 files and directories currently installed.) 19:14:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:14:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:14:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:14:34 (Reading database ... 13915 files and directories currently installed.) 19:14:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:14:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:14:35 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:14:35 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:14:35 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:14:35 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:14:35 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:14:35 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:14:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:14:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:14:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:14:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:14:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:14:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:14:36 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:14:36 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:14:36 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:14:36 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:14:36 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:14:36 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:14:36 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:14:36 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:14:36 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:14:36 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:14:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:14:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:14:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:14:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:14:38 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:14:38 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:14:38 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:14:38 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:14:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:14:39 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:14:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:14:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:14:39 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:39 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:39 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:39 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:39 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:39 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:43 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:43 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:44 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:14:44 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:14:44 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:14:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:14:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:14:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:14:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:14:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:14:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:14:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:14:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:14:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:14:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:14:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:14:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:14:45 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:14:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:14:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:14:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:14:46 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:14:46 19:14:46 Current default time zone: 'Etc/UTC' 19:14:46 Local time is now: Tue Apr 20 19:14:46 UTC 2021. 19:14:46 Universal Time is now: Tue Apr 20 19:14:46 UTC 2021. 19:14:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:14:46 19:14:46 Setting up systemd-sysv (237-3ubuntu10.46) ... 19:14:46 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 19:14:46 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:14:46 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:14:46 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:14:46 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:14:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:14:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:14:46 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:14:46 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:46 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:14:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:14:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:47 Setting up patch (2.7.6-2ubuntu1.1) ... 19:14:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:14:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:14:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:14:47 Installing new version of config file /etc/ssl/openssl.cnf ... 19:14:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:14:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:14:47 Setting up ca-certificates (20210119~18.04.1) ... 19:14:49 Updating certificates in /etc/ssl/certs... 19:14:50 23 added, 27 removed; done. 19:14:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:14:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:14:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:14:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:14:50 Setting up pkgbinarymangler (138.18.04.1) ... 19:14:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:14:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:14:50 Setting up perl (5.26.1-6ubuntu0.5) ... 19:14:51 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:14:51 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:14:51 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:14:51 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:14:51 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:14:51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:14:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:14:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:14:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:14:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:14:51 Processing triggers for systemd (237-3ubuntu10.46) ... 19:14:51 Processing triggers for mime-support (3.60ubuntu1) ... 19:14:51 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:14:51 Updating certificates in /etc/ssl/certs... 19:14:52 0 added, 0 removed; done. 19:14:52 Running hooks in /etc/ca-certificates/update.d... 19:14:52 done. 19:14:53 Reading package lists... 19:14:53 Building dependency tree... 19:14:53 Reading state information... 19:14:53 The following NEW packages will be installed: 19:14:53 apt-transport-https 19:14:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:14:53 Need to get 1692 B of archives. 19:14:53 After this operation, 154 kB of additional disk space will be used. 19:14:53 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 19:14:54 debconf: delaying package configuration, since apt-utils is not installed 19:14:54 Fetched 1692 B in 0s (5921 B/s) 19:14:54 Selecting previously unselected package apt-transport-https. 19:14:54 (Reading database ... 13920 files and directories currently installed.) 19:14:54 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 19:14:54 Unpacking apt-transport-https (1.6.13) ... 19:14:54 Setting up apt-transport-https (1.6.13) ... 19:14:54 Waiting for network to be ready... 19:15:02 2021-04-20T19:14:59Z INFO Waiting for automatic snapd restart... 19:15:02 snapd 2.49.2 from Canonical* installed 19:15:03 "snapd" switched to the "latest/stable" channel 19:15:03 19:15:09 core18 20210309 from Canonical* installed 19:15:09 "core18" switched to the "latest/stable" channel 19:15:09 19:15:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:15:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:15:09 ---> 903e2d7a8d1c 19:15:09 Step 3/22 : WORKDIR /edgex-go 19:15:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:15:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:15:09 ---> 903e2d7a8d1c 19:15:09 Step 3/22 : WORKDIR /edgex-go 19:15:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:15:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:15:09 ---> 903e2d7a8d1c 19:15:09 Step 3/23 : WORKDIR /edgex-go 19:15:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:15:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:15:09 ---> 903e2d7a8d1c 19:15:09 Step 3/31 : WORKDIR /edgex-go 19:15:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:15:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:15:09 ---> 903e2d7a8d1c 19:15:09 Step 3/23 : WORKDIR /edgex-go 19:15:09 ---> Running in 982e8c15773d 19:15:09 ---> Running in 7ce3bafb7bfa 19:15:09 ---> Running in ef952baa6869 19:15:09 ---> Running in 1607b3f9ed7a 19:15:09 ---> Running in a5ee0f14b153 19:15:09 Removing intermediate container 7ce3bafb7bfa 19:15:09 ---> 29acba48dd0d 19:15:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:09 Removing intermediate container a5ee0f14b153 19:15:09 ---> d035e51438a6 19:15:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:09 Removing intermediate container 1607b3f9ed7a 19:15:09 ---> 3b791715b5d8 19:15:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:09 Removing intermediate container 982e8c15773d 19:15:09 ---> 11a66696a662 19:15:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:09 Removing intermediate container ef952baa6869 19:15:09 ---> 02c7ef9e8c5c 19:15:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:15:09 ---> Running in 0cf51d5b4f31 19:15:09 ---> Running in 6db825bc1c94 19:15:09 ---> Running in dc5bdc3fbc83 19:15:09 ---> Running in acfb5dfe8569 19:15:09 ---> Running in e55bb753bbc4 19:15:09 Removing intermediate container 0cf51d5b4f31 19:15:09 ---> 627296f024eb 19:15:09 Step 5/22 : RUN apk add --update --no-cache make git 19:15:09 ---> Running in 4674cadf2264 19:15:09 Removing intermediate container 6db825bc1c94 19:15:09 ---> 8c199c60ceca 19:15:09 Step 5/23 : RUN apk add --update --no-cache make git 19:15:09 Removing intermediate container acfb5dfe8569 19:15:09 ---> dcceea754ef5 19:15:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:15:09 ---> Running in 41ac746f59a5 19:15:09 Removing intermediate container e55bb753bbc4 19:15:09 ---> 5afbdf970790 19:15:09 Step 5/23 : RUN apk add --update --no-cache make git 19:15:09 ---> Running in ea7562f394ed 19:15:09 Removing intermediate container dc5bdc3fbc83 19:15:09 ---> cec88f9565e7 19:15:09 Step 5/31 : RUN apk add --update --no-cache make git 19:15:09 ---> Running in 96b2b8ce2c33 19:15:09 ---> Running in b469b87d7edd 19:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:10 OK: 217 MiB in 51 packages 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:15:10 OK: 217 MiB in 51 packages 19:15:11 OK: 217 MiB in 51 packages 19:15:11 OK: 217 MiB in 51 packages 19:15:11 OK: 217 MiB in 51 packages 19:15:12 Removing intermediate container 4674cadf2264 19:15:12 ---> 60aa98876db7 19:15:12 Step 6/22 : COPY go.mod . 19:15:12 Removing intermediate container 41ac746f59a5 19:15:12 ---> bbf11ec948af 19:15:12 Step 6/23 : COPY go.mod . 19:15:12 Removing intermediate container ea7562f394ed 19:15:12 ---> c410a7ce5a29 19:15:12 Step 6/22 : COPY go.mod . 19:15:13 ---> 60980a48307c 19:15:13 Step 7/22 : RUN go mod download 19:15:13 Removing intermediate container b469b87d7edd 19:15:13 ---> fc7c22e8c867 19:15:13 Step 6/31 : COPY go.mod . 19:15:13 ---> Running in a1bb50b79287 19:15:13 Removing intermediate container 96b2b8ce2c33 19:15:13 ---> fcafd1649b7a 19:15:13 Step 6/23 : COPY go.mod . 19:15:13 ---> 3c6bdad003cd 19:15:13 Step 7/23 : RUN go mod download 19:15:14 ---> a0865d84113a 19:15:14 Step 7/22 : RUN go mod download 19:15:14 ---> Running in 349dfe501722 19:15:14 ---> Running in a1865de70b4d 19:15:14 ---> 112d0b125771 19:15:14 Step 7/31 : RUN go mod download 19:15:14 ---> e21e8acd5298 19:15:14 Step 7/23 : RUN go mod download 19:15:14 ---> Running in 076f73fc9d6e 19:15:14 ---> Running in 4a5526968541 19:15:15 snapcraft 4.6.2 from Canonical* installed 19:15:16 "snapcraft" switched to the "latest/stable" channel 19:15:16 19:15:17 Removing intermediate container a1bb50b79287 19:15:17 ---> 88fbcd5772e2 19:15:17 Step 8/22 : COPY . . 19:15:18 Removing intermediate container 349dfe501722 19:15:18 ---> ae94694dd54e 19:15:18 Step 8/23 : COPY . . 19:15:18 Removing intermediate container a1865de70b4d 19:15:18 ---> d3e3cd656ef5 19:15:18 Step 8/22 : COPY . . 19:15:19 Removing intermediate container 076f73fc9d6e 19:15:19 ---> eabbe444a4b6 19:15:19 Step 8/31 : COPY . . 19:15:19 Removing intermediate container 4a5526968541 19:15:19 ---> f18844340e4f 19:15:19 Step 8/23 : COPY . . 19:15: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: 19:15:20 - README.md 19:15:20 19:15:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:15:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:15:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:15:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:15:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:15:29 Reading package lists... 19:15:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:15:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:15:36 Reading package lists... 19:15:36 Building dependency tree... 19:15:36 Reading state information... 19:15:36 Suggested packages: 19:15:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:15:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:15:36 Recommended packages: 19:15:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:15:36 The following NEW packages will be installed: 19:15:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:15:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:15:36 pkg-config zip 19:15:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:15:36 Need to get 7663 kB of archives. 19:15:36 After this operation, 43.8 MB of additional disk space will be used. 19:15:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:15:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 19:15:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:15:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:15:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:15:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:15:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:15:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:15:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:15:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:15:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:15:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:15:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:15:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:15:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:15:36 debconf: delaying package configuration, since apt-utils is not installed 19:15:37 Fetched 7663 kB in 1s (9844 kB/s) 19:15:37 Selecting previously unselected package libglib2.0-0:amd64. 19:15:37 (Reading database ... 13924 files and directories currently installed.) 19:15:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:15:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:15:37 Selecting previously unselected package libpsl5:amd64. 19:15:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:15:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:15:37 Selecting previously unselected package libnghttp2-14:amd64. 19:15:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:15:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:15:37 Selecting previously unselected package librtmp1:amd64. 19:15:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:15:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:15:38 Selecting previously unselected package libcurl3-gnutls:amd64. 19:15:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 19:15:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:15:38 Selecting previously unselected package liberror-perl. 19:15:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:15:38 Unpacking liberror-perl (0.17025-1) ... 19:15:38 Selecting previously unselected package git-man. 19:15:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:15:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:15:38 Selecting previously unselected package git. 19:15:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:15:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:15:39 Selecting previously unselected package libnorm1:amd64. 19:15:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:15:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:15:39 Selecting previously unselected package libpgm-5.2-0:amd64. 19:15:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:15:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:15:39 Selecting previously unselected package libsodium23:amd64. 19:15:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:15:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:15:39 Selecting previously unselected package libzmq5:amd64. 19:15:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:15:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:15:39 Selecting previously unselected package libzmq3-dev:amd64. 19:15:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:15:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:15:40 Selecting previously unselected package pkg-config. 19:15:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:15:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:15:40 Selecting previously unselected package zip. 19:15:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:15:40 Unpacking zip (3.0-11build1) ... 19:15:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:15:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:15:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:15:40 Setting up liberror-perl (0.17025-1) ... 19:15:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:15:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:15:40 No schema files found: doing nothing. 19:15:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:15:40 Setting up zip (3.0-11build1) ... 19:15:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:15:40 Setting up libsodium23:amd64 (1.0.16-2) ... 19:15:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:15:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:15:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:15:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:15:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:15:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:15:46 ---> 13271adfd0f2 19:15:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:15:46 ---> 27ca132078de 19:15:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:15:46 ---> 5c5246235bec 19:15:46 Step 9/23 : RUN make cmd/core-command/core-command 19:15:46 ---> Running in 9a3db5d00a28 19:15:46 ---> 6bb52e8b57e2 19:15:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:15:46 ---> Running in 179d0f0e9677 19:15:46 ---> 5846ee364f01 19:15:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:15:46 ---> Running in 67b76c7380e6 19:15:46 ---> Running in d4796c116e55 19:15:46 ---> Running in 1411da73f025 19:15:46 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 19:15:46 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 19:15:46 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 19:15:46 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 19:15:47 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 19:15:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:15:47 git set to automatically installed. 19:15:47 git-man set to automatically installed. 19:15:47 libcurl3-gnutls set to automatically installed. 19:15:47 liberror-perl set to automatically installed. 19:15:47 libglib2.0-0 set to automatically installed. 19:15:47 libnghttp2-14 set to automatically installed. 19:15:47 libnorm1 set to automatically installed. 19:15:47 libpgm-5.2-0 set to automatically installed. 19:15:47 libpsl5 set to automatically installed. 19:15:47 librtmp1 set to automatically installed. 19:15:47 libsodium23 set to automatically installed. 19:15:47 libzmq3-dev set to automatically installed. 19:15:47 libzmq5 set to automatically installed. 19:15:47 pkg-config set to automatically installed. 19:15:47 zip set to automatically installed. 19:15:49 snapd is not logged in, snap install commands will use sudo 19:15:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:18 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:16:18 snapd is not logged in, snap install commands will use sudo 19:16:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:23 snap "core18" has no updates available 19:16:24 Pulling go-build-helper 19:16:24 + snapcraftctl pull 19:16:26 'app-service-config' has dependencies that need to be staged: go-build-helper 19:16:26 Skipping pull go-build-helper (already ran) 19:16:26 Building go-build-helper 19:16:26 + snapcraftctl build 19:16:29 Staging go-build-helper 19:16:29 + snapcraftctl stage 19:16:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:16:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:16:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 19:16:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 19:16:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:16:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:16:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:16:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:16:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 19:16:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:16:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:16:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:16:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:16:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:16:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:16:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:16:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:16:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:16:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:16:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 19:16:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 19:16:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:16:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:16:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:16:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:16:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 19:16:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:16:44 Fetched 24.4 MB in 0s (0 B/s) 19:16:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:16:44 Fetched 224 kB in 0s (0 B/s) 19:16:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:16:44 Fetched 157 kB in 0s (0 B/s) 19:16:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:16:44 Fetched 221 kB in 0s (0 B/s) 19:16:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:16:44 Fetched 143 kB in 0s (0 B/s) 19:16:44 Pulling app-service-config 19:16:44 + snapcraftctl pull 19:16:45 Cloning into '/root/parts/app-service-config/src'... 19:16:45 Pulling config-common 19:16:45 + snapcraftctl pull 19:16:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:16:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:16:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:16:52 Fetched 0 B in 0s (0 B/s) 19:16:52 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:16:52 Fetched 0 B in 0s (0 B/s) 19:16:52 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:16:52 Fetched 0 B in 0s (0 B/s) 19:16:52 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:16:52 Fetched 0 B in 0s (0 B/s) 19:16:52 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:16:52 Fetched 0 B in 0s (0 B/s) 19:16:52 Pulling edgex-go 19:16:52 + snapcraftctl pull 19:17:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:17:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:17:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:17:25 Fetched 88.7 kB in 0s (0 B/s) 19:17:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:17:25 Fetched 96.5 kB in 0s (0 B/s) 19:17:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:17:25 Fetched 279 kB in 0s (0 B/s) 19:17:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:17:25 Fetched 122 kB in 0s (0 B/s) 19:17:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:17:25 Fetched 77.8 kB in 0s (0 B/s) 19:17:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:17:25 Fetched 8848 B in 0s (0 B/s) 19:17:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:17:25 Fetched 47.8 kB in 0s (0 B/s) 19:17:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:17:25 Fetched 45.6 kB in 0s (0 B/s) 19:17:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:17:25 Fetched 15.0 kB in 0s (0 B/s) 19:17:25 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 19:17:25 Fetched 219 kB in 0s (0 B/s) 19:17:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:17:25 Fetched 154 kB in 0s (0 B/s) 19:17:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:17:25 Fetched 50.6 kB in 0s (0 B/s) 19:17:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:17:25 Fetched 14.8 kB in 0s (0 B/s) 19:17:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:17:25 Fetched 41.8 kB in 0s (0 B/s) 19:17:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:17:25 Fetched 499 kB in 0s (0 B/s) 19:17:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:17:25 Fetched 111 kB in 0s (0 B/s) 19:17:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:17:25 Fetched 240 kB in 0s (0 B/s) 19:17:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:17:25 Fetched 29.3 kB in 0s (0 B/s) 19:17:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:17:25 Fetched 85.5 kB in 0s (0 B/s) 19:17:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:17:25 Fetched 24.5 kB in 0s (0 B/s) 19:17:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:17:25 Fetched 49.2 kB in 0s (0 B/s) 19:17:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:17:25 Fetched 54.2 kB in 0s (0 B/s) 19:17:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:17:25 Fetched 30.8 kB in 0s (0 B/s) 19:17:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:17:25 Fetched 15.8 kB in 0s (0 B/s) 19:17:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:17:25 Fetched 85.9 kB in 0s (0 B/s) 19:17:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:17:25 Fetched 8720 B in 0s (0 B/s) 19:17:25 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 19:17:25 Fetched 137 kB in 0s (0 B/s) 19:17:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:17:25 Fetched 119 kB in 0s (0 B/s) 19:17:25 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 19:17:25 Fetched 110 kB in 0s (0 B/s) 19:17:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:17:25 Fetched 11.1 kB in 0s (0 B/s) 19:17:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:17:25 Fetched 645 kB in 0s (0 B/s) 19:17:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:17:25 Fetched 41.3 kB in 0s (0 B/s) 19:17:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:17:25 Fetched 17.9 kB in 0s (0 B/s) 19:17:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:17:25 Fetched 368 kB in 0s (0 B/s) 19:17:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:17:25 Fetched 187 kB in 0s (0 B/s) 19:17:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:17:25 Fetched 175 kB in 0s (0 B/s) 19:17:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:17:25 Fetched 206 kB in 0s (0 B/s) 19:17:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:17:25 Fetched 1301 kB in 0s (0 B/s) 19:17:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:17:25 Fetched 36.2 kB in 0s (0 B/s) 19:17:25 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 19:17:25 Fetched 159 kB in 0s (0 B/s) 19:17:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:17:25 Fetched 107 kB in 0s (0 B/s) 19:17:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:17:25 Fetched 48.7 kB in 0s (0 B/s) 19:17:25 Pulling static-packages 19:17:25 + snapcraftctl pull 19:17:25 Pulling version 19:17:25 + cd /root/project 19:17:25 + [ -f VERSION ] 19:17:25 + PROJECT_VERSION=local-dev 19:17:25 + git rev-parse --short HEAD 19:17:25 + GIT_REVISION=ff428d53 19:17:25 + snapcraftctl set-version local-dev 19:17:26 Skipping build go-build-helper (already ran) 19:17:26 Building app-service-config 19:17:26 + make build 19:17:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:17:29 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 19:17:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 19:17:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 19:17:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 19:17:29 go: downloading github.com/go-kit/kit v0.8.0 19:17:29 go: downloading github.com/google/uuid v1.2.0 19:17:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 19:17:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:17:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:17:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 19:17:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:17:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 19:17:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:17:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 19:17:30 go: downloading github.com/gorilla/websocket v1.4.2 19:17:30 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:17:30 go: downloading github.com/hashicorp/consul/api v1.8.1 19:17:30 go: downloading github.com/x448/float16 v0.8.4 19:17:30 go: downloading github.com/hashicorp/serf v0.9.5 19:17:30 go: downloading github.com/BurntSushi/toml v0.3.1 19:17:30 go: downloading github.com/gorilla/mux v1.8.0 19:17:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:17:30 go: downloading github.com/pelletier/go-toml v1.2.0 19:17:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:17:30 go: downloading github.com/go-playground/validator/v10 v10.4.1 19:17:30 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:17:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:17:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:17:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:17:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:17:30 go: downloading github.com/go-playground/universal-translator v0.17.0 19:17:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:17:30 go: downloading github.com/pebbe/zmq4 v1.2.7 19:17:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:17:30 go: downloading github.com/fatih/color v1.9.0 19:17:30 go: downloading github.com/leodido/go-urn v1.2.0 19:17:30 go: downloading github.com/mitchellh/copystructure v1.0.0 19:17:30 go: downloading github.com/mattn/go-colorable v0.1.6 19:17:30 go: downloading github.com/go-playground/locales v0.13.0 19:17:31 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:17:31 go: downloading github.com/mattn/go-isatty v0.0.12 19:17:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:17:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:17:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:17:31 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:17:46 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:17:46 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:17:46 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:17:46 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:17:46 Building config-common 19:17:46 + snapcraftctl build 19:17:49 Building edgex-go 19:17:50 + cd /root/parts/edgex-go/src 19:17:50 + make build 19:17:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:17:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 19:17:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 19:17:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 19:17:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 19:17:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:17:50 go: downloading github.com/pkg/errors v0.8.1 19:17:50 go: downloading github.com/imdario/mergo v0.3.12 19:17:50 go: downloading github.com/go-playground/validator/v10 v10.5.0 19:17:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 19:17:50 go: downloading github.com/pelletier/go-toml v1.9.0 19:17:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 19:17:50 go: downloading golang.org/x/text v0.3.2 19:17:54 Removing intermediate container d4796c116e55 19:17:54 ---> a35b8e0a6530 19:17:54 19:17:54 Step 10/31 : FROM alpine:3.12 19:17:54 3.12: Pulling from library/alpine 19:17:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:17:54 Status: Downloaded newer image for alpine:3.12 19:17:54 ---> 9852663dfa18 19:17:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:17:54 ---> Running in 8e104bccbbd0 19:17:54 Removing intermediate container 8e104bccbbd0 19:17:54 ---> f44f89eec771 19:17:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:17:54 ---> Running in c74287b06c34 19:17:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:54 (1/2) Installing dumb-init (1.2.2-r1) 19:17:54 (2/2) Installing su-exec (0.2-r1) 19:17:54 Executing busybox-1.31.1-r20.trigger 19:17:54 OK: 5 MiB in 16 packages 19:17:54 Removing intermediate container c74287b06c34 19:17:54 ---> 02ad7bd2fdca 19:17:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:17:54 ---> Running in e04e362439b6 19:17:54 Removing intermediate container e04e362439b6 19:17:54 ---> 0b758eaed9ff 19:17:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:17:54 ---> Running in 22590a559d3d 19:17:54 Removing intermediate container 22590a559d3d 19:17:54 ---> 55ac8abda36f 19:17:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:17:54 ---> Running in ed5c604a1601 19:17:54 Removing intermediate container 67b76c7380e6 19:17:54 ---> 3bf0f6a1928a 19:17:54 19:17:54 Step 10/23 : FROM alpine:3.12 19:17:54 ---> 9852663dfa18 19:17:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:17:54 ---> Running in 2dcb0bab0875 19:17:54 Removing intermediate container 179d0f0e9677 19:17:54 ---> f5656f2a8c9b 19:17:54 19:17:54 Step 10/22 : FROM alpine:3.12 19:17:54 ---> 9852663dfa18 19:17:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:17:54 Removing intermediate container 9a3db5d00a28 19:17:54 ---> 45a1555e021d 19:17:54 19:17:54 Step 10/22 : FROM alpine:3.12 19:17:54 ---> 9852663dfa18 19:17:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:17:54 ---> Running in 170ed2af7ba1 19:17:54 ---> Running in 5b26d777806a 19:17:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:55 (1/1) Installing dumb-init (1.2.2-r1) 19:17:55 Executing busybox-1.31.1-r20.trigger 19:17:55 OK: 5 MiB in 15 packages 19:17:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:55 Removing intermediate container ed5c604a1601 19:17:55 ---> bdcc46874440 19:17:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:17:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:17:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:17:56 ---> Running in 8c72ac4cefc6 19:17:56 (1/2) Installing ca-certificates (20191127-r4) 19:17:56 (2/2) Installing dumb-init (1.2.2-r1) 19:17:56 Executing busybox-1.31.1-r20.trigger 19:17:56 Executing ca-certificates-20191127-r4.trigger 19:17:56 (1/1) Installing dumb-init (1.2.2-r1) 19:17:56 Executing busybox-1.31.1-r20.trigger 19:17:56 OK: 5 MiB in 15 packages 19:17:56 OK: 6 MiB in 16 packages 19:17: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 19:17:57 go: downloading gopkg.in/yaml.v2 v2.4.0 19:17:57 Removing intermediate container 8c72ac4cefc6 19:17:57 ---> b3b20b68c904 19:17:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:17:57 Removing intermediate container 2dcb0bab0875 19:17:57 ---> 374e7b4e6cc6 19:17:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:17:58 ---> Running in 1bb6feadde31 19:17:58 ---> 8bb4f0218f06 19:17:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:17:59 Removing intermediate container 170ed2af7ba1 19:17:59 ---> fd8ab788dc5a 19:17:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:17:59 ---> Running in d4e4f011af80 19:17:59 Removing intermediate container 1bb6feadde31 19:17:59 ---> fa2abe23c609 19:17:59 Step 13/23 : ENV APP_PORT=48082 19:17:59 ---> Running in 62e64f542f8d 19:17:59 Removing intermediate container 5b26d777806a 19:17:59 ---> bded4c7787c5 19:17:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:17:59 ---> Running in 905c19953261 19:18:00 Removing intermediate container 1411da73f025 19:18:00 ---> 437c5b40d93f 19:18:00 19:18:00 Step 10/23 : FROM alpine:3.12 19:18:00 ---> 9852663dfa18 19:18:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:18:00 ---> Using cache 19:18:00 ---> fd8ab788dc5a 19:18:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:18:00 ---> Running in 4d6859a906eb 19:18:00 ---> Running in 6cba850f9892 19:18:00 Removing intermediate container 62e64f542f8d 19:18:00 ---> 2f7b7e141adc 19:18:00 Step 13/22 : ENV APP_PORT=48085 19:18:00 Removing intermediate container 905c19953261 19:18:00 ---> af1d6040144f 19:18:00 Step 14/23 : EXPOSE $APP_PORT 19:18:00 ---> Running in 7ca9f0283e17 19:18:00 ---> Running in 18f5d817220e 19:18:01 Removing intermediate container 4d6859a906eb 19:18:01 ---> b807535577a2 19:18:01 Step 13/22 : ENV APP_PORT=48060 19:18:01 Removing intermediate container 6cba850f9892 19:18:01 ---> cfc696524685 19:18:01 Step 13/23 : ENV APP_PORT=48081 19:18:01 ---> Running in 1fb863dba4b5 19:18:01 Removing intermediate container 18f5d817220e 19:18:01 ---> f8b6128939f1 19:18:01 Step 14/22 : EXPOSE $APP_PORT 19:18:01 ---> Running in b0974abe6c46 19:18:01 Removing intermediate container 7ca9f0283e17 19:18:01 ---> 1a5170d370da 19:18:01 Step 15/23 : WORKDIR / 19:18:01 ---> Running in 5775d38623b5 19:18:02 ---> Running in 6d6492e5b6d1 19:18:02 Removing intermediate container 1fb863dba4b5 19:18:02 ---> 93944427adc0 19:18:02 Step 14/22 : EXPOSE $APP_PORT 19:18:02 Removing intermediate container b0974abe6c46 19:18:02 ---> 8553ec0b64db 19:18:02 Step 14/23 : EXPOSE $APP_PORT 19:18:02 ---> Running in 27070f546529 19:18:02 Removing intermediate container 5775d38623b5 19:18:02 ---> f25b73a88fd2 19:18:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:02 Removing intermediate container 6d6492e5b6d1 19:18:02 ---> 36486d9984ed 19:18:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:02 ---> Running in f131df73f69a 19:18:02 Removing intermediate container d4e4f011af80 19:18:02 ---> 85bd15f5518d 19:18:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:03 Removing intermediate container 27070f546529 19:18:03 ---> e07de176388a 19:18:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:03 Removing intermediate container f131df73f69a 19:18:03 ---> 9ea40ed71fef 19:18:03 Step 15/23 : WORKDIR / 19:18:03 ---> Running in b34b271fd5b2 19:18:03 ---> e616a3c32cae 19:18:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:18:04 ---> 6d54b0f58887 19:18:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:18:04 ---> aabbd1404988 19:18:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:18:04 ---> 6e8629e456a6 19:18:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:18:04 Removing intermediate container b34b271fd5b2 19:18:04 ---> 8a2950bb19c2 19:18:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:05 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 19:18:06 ---> 2491481acef3 19:18:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:18:06 ---> 40b5d4f905ae 19:18:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:18:06 ---> d40089b42353 19:18:06 ---> 1afbb53f2e5a 19:18:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:18:06 ---> 99cb5d7acc67 19:18:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:18:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:18:06 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 19:18:07 ---> c8c3033c7b39 19:18:07 Step 19/23 : ENTRYPOINT ["/core-command"] 19:18:07 ---> 0301c1e58c52 19:18:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:18:07 ---> Running in 4e67fd6695e7 19:18:07 ---> 304cbcf988d4 19:18:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:18:07 ---> 2e9f16541599 19:18:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:18:07 ---> Running in 7127f7149d3d 19:18:08 ---> Running in 184643cfd639 19:18:08 ---> 7c59dc7cda4b 19:18:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:18:08 Removing intermediate container 4e67fd6695e7 19:18:08 ---> a0fa1c1f5469 19:18:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:08 Removing intermediate container 7127f7149d3d 19:18:08 ---> 03fff6df735b 19:18:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:08 ---> 824b557bf932 19:18:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:18:08 ---> Running in dc9168856a39 19:18:08 ---> Running in 790632228a75 19:18:08 Removing intermediate container 184643cfd639 19:18:08 ---> 3a9924776ff2 19:18:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:08 ---> Running in 69a0edda0fc1 19:18:09 ---> 07f869324d1c 19:18:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:18:09 Removing intermediate container dc9168856a39 19:18:09 ---> d0d6db7d9b43 19:18:09 Step 21/23 : LABEL arch=arm64 19:18:09 ---> Running in 73ebb156eb28 19:18:09 Removing intermediate container 790632228a75 19:18:09 ---> 246f3b87cc84 19:18:09 Step 20/22 : LABEL arch=arm64 19:18:09 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 19:18:09 ---> Running in 1122b1bc0047 19:18:09 ---> Running in f8f7dab8ad21 19:18:09 Removing intermediate container 69a0edda0fc1 19:18:09 ---> 95c8055f1215 19:18:09 Step 20/22 : LABEL arch=arm64 19:18:09 ---> 5f8975940320 19:18:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:18:09 ---> Running in 830076a02de8 19:18:10 ---> Running in d2cbff7ef442 19:18:10 Removing intermediate container 73ebb156eb28 19:18:10 ---> e7abf9b53f67 19:18:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:10 Removing intermediate container 1122b1bc0047 19:18:10 Removing intermediate container f8f7dab8ad21 19:18:10 ---> 349e158eceb0 19:18:10 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 19:18:10 go: downloading github.com/stretchr/testify v1.7.0 19:18:10 Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:18:10 ---> 0bdfb37fc491 19:18:10 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:18:10 ---> Running in 51028aed4bf3 19:18:10 ---> Running in 51d5be594417 19:18:10 ---> Running in cf0ad3bfec19 19:18:10 Removing intermediate container 830076a02de8 19:18:10 ---> e5f722577bd6 19:18:10 Step 21/22 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:18:10 go: downloading github.com/davecgh/go-spew v1.1.1 19:18:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:18:10 go: downloading github.com/pmezard/go-difflib v1.0.0 19:18:10 Removing intermediate container d2cbff7ef442 19:18:10 ---> 693ae3ae4cda 19:18:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:18:10 ---> Running in 45ffb8458309 19:18:10 Removing intermediate container 51028aed4bf3 19:18:10 ---> c20b2fe46d51 19:18:10 Step 21/23 : LABEL arch=arm64 19:18:11 Removing intermediate container 51d5be594417 19:18:11 ---> 4ae0ac37046a 19:18:11 Step 22/22 : LABEL version=0.0.0 19:18:11 Removing intermediate container cf0ad3bfec19 19:18:11 ---> c1f55c14cb7d 19:18:11 Step 23/23 : LABEL version=0.0.0 19:18:11 ---> Running in c0c8ed20b1d9 19:18:11 ---> Running in e8ac2ba6dc53 19:18:11 ---> Running in 1f98f0fb4ae8 19:18:11 Removing intermediate container 45ffb8458309 19:18:11 ---> 5e22a7059888 19:18:11 Step 22/22 : LABEL version=0.0.0 19:18:12 ---> Running in 25859c1b6b23 19:18:12 ---> 9b926d4fad66 19:18:12 Step 26/31 : RUN chmod +x /entrypoint.sh 19:18:12 Removing intermediate container c0c8ed20b1d9 19:18:12 ---> a6717be2882e 19:18:12 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:18:12 Removing intermediate container 1f98f0fb4ae8 19:18:12 ---> 07ba8638d463 19:18:12 19:18:12 Removing intermediate container e8ac2ba6dc53 19:18:12 ---> cbdb730bc948 19:18:12 19:18:12 ---> Running in d219b61d521a 19:18:12 ---> Running in 11bc80dd0bff 19:18:12 Removing intermediate container 25859c1b6b23 19:18:12 ---> 1c50d16d272b 19:18:12 19:18:13 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 19:18:13 Successfully built 07ba8638d463 19:18:13 Successfully tagged docker-core-command-go-arm64:latest 19:18:13 Building docker-sys-mgmt-agent-go 19:18:13  Building docker-core-command-go ... done Successfully built cbdb730bc948 19:18:13 Successfully tagged docker-support-scheduler-go-arm64:latest 19:18:13 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:18:13 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:18:13  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 19:18:13 Successfully built 1c50d16d272b 19:18:13 Successfully tagged docker-support-notifications-go-arm64:latest 19:18:13  Building docker-support-notifications-go ... done Building docker-core-data-go 19:18:13 Removing intermediate container 11bc80dd0bff 19:18:13 ---> 760eeaf0d216 19:18:13 Step 23/23 : LABEL version=0.0.0 19:18:13 ---> Running in 4e2dbd880657 19:18:14 Removing intermediate container 4e2dbd880657 19:18:14 ---> 378602b4e79d 19:18:14 19:18:14 Successfully built 378602b4e79d 19:18:14 Successfully tagged docker-core-metadata-go-arm64:latest 19:18:14 Building docker-security-proxy-setup-go 19:18:15 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 19:18:15  Building docker-core-metadata-go ... done Removing intermediate container d219b61d521a 19:18:15 ---> ac48d85d6832 19:18:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:18:15 ---> Running in 36f5bb20dbf4 19:18:16 Removing intermediate container 36f5bb20dbf4 19:18:16 ---> 13e9283f1b51 19:18:16 Step 28/31 : CMD ["gate"] 19:18:16 ---> Running in 6976628ec387 19:18:16 Removing intermediate container 6976628ec387 19:18:16 ---> 7c0c7374055f 19:18:16 Step 29/31 : LABEL arch=arm64 19:18:17 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 19:18:17 ---> Running in 0817480bb093 19:18:18 Removing intermediate container 0817480bb093 19:18:18 ---> 14a49e7d697a 19:18:18 Step 30/31 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:18:18 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 19:18:19 ---> Running in 9882af171ef1 19:18:20 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 19:18:20 Removing intermediate container 9882af171ef1 19:18:20 ---> ecf8c42e9fdc 19:18:20 Step 31/31 : LABEL version=0.0.0 19:18:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:18:21 ---> Running in 09c82b4d5bd1 19:18:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:18:22 go: downloading github.com/lib/pq v1.9.0 19:18:22 Removing intermediate container 09c82b4d5bd1 19:18:22 ---> 6702851cbf4e 19:18:22 19:18:23 Successfully built 6702851cbf4e 19:18:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:18:24 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:18:24 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:18:24 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:18:24 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:18:24 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:18:24 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:18:24 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:18:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:18:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:18:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:18:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:18:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:18:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:18:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:18:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:18:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:18:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:18:25 + 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 19:18:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:18:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:18:25 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:18:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:18:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:18:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:18:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:18:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:18:29 Building static-packages 19:18:29 + snapcraftctl build 19:18:32 Building version 19:18:32 + snapcraftctl build 19:18:36 Skipping stage go-build-helper (already ran) 19:18:36 Staging app-service-config 19:18:36 + snapcraftctl stage 19:18:37 Staging config-common 19:18:37 + snapcraftctl stage 19:18:38 Staging edgex-go 19:18:38 + snapcraftctl stage 19:18:40 Staging static-packages 19:18:40 + snapcraftctl stage 19:18:42 Staging version 19:18:42 + snapcraftctl stage 19:18:43 Priming go-build-helper 19:18:43 + snapcraftctl prime 19:18:45 Priming app-service-config 19:18:45 + snapcraftctl prime 19:18:47 Priming config-common 19:18:47 + snapcraftctl prime 19:18:48 Priming edgex-go 19:18:48 + snapcraftctl prime 19:18:50 Priming static-packages 19:18:50 + snapcraftctl prime 19:18:55 Priming version 19:18:55 + snapcraftctl prime 19:18:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:19:19  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:19 ---> 903e2d7a8d1c 19:19:19 Step 3/23 : WORKDIR /edgex-go 19:19:19 ---> Using cache 19:19:19 ---> 02c7ef9e8c5c 19:19:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:19 ---> Using cache 19:19:19 ---> 5afbdf970790 19:19:19 Step 5/23 : RUN apk add --update --no-cache make bash git 19:19:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:19:19 ---> 903e2d7a8d1c 19:19:19 Step 3/24 : WORKDIR /edgex-go 19:19:19 ---> Using cache 19:19:19 ---> 02c7ef9e8c5c 19:19:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:19 ---> Using cache 19:19:19 ---> 5afbdf970790 19:19:19 Step 5/24 : RUN apk add --update --no-cache make git 19:19:19 ---> Using cache 19:19:19 ---> fcafd1649b7a 19:19:19 Step 6/24 : COPY go.mod . 19:19:19 ---> Using cache 19:19:19 ---> e21e8acd5298 19:19:19 Step 7/24 : RUN go mod download 19:19:19 ---> Using cache 19:19:19 ---> f18844340e4f 19:19:19 Step 8/24 : COPY . . 19:19:19 ---> Using cache 19:19:19 ---> 5846ee364f01 19:19:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:19:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:19:19 ---> 903e2d7a8d1c 19:19:19 Step 3/21 : WORKDIR /edgex-go 19:19:19 ---> Using cache 19:19:19 ---> 02c7ef9e8c5c 19:19:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:19 ---> Using cache 19:19:19 ---> 5afbdf970790 19:19:19 Step 5/21 : RUN apk add --update --no-cache make git 19:19:19 ---> Using cache 19:19:19 ---> fcafd1649b7a 19:19:19 Step 6/21 : COPY go.mod . 19:19:19 ---> Using cache 19:19:19 ---> e21e8acd5298 19:19:19 Step 7/21 : RUN go mod download 19:19:19 ---> Using cache 19:19:19 ---> f18844340e4f 19:19:19 Step 8/21 : COPY . . 19:19:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:19 ---> 903e2d7a8d1c 19:19:19 Step 3/23 : WORKDIR /edgex-go 19:19:19 ---> Using cache 19:19:19 ---> 02c7ef9e8c5c 19:19:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:19 ---> Using cache 19:19:19 ---> 5afbdf970790 19:19:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:19:19 ---> Using cache 19:19:19 ---> 5846ee364f01 19:19:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:19:19 ---> Running in 9bb1ebd32781 19:19:19 ---> Running in 26463149044d 19:19:19 ---> Running in c587de250da9 19:19:19 ---> Running in 6548b0aad2f2 19:19:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:19 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 19:19:19 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 19:19:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:20 OK: 217 MiB in 51 packages 19:19:20 OK: 217 MiB in 51 packages 19:19:22 Removing intermediate container 26463149044d 19:19:22 ---> 42869d790743 19:19:22 Step 6/23 : COPY go.mod . 19:19:22 Removing intermediate container 6548b0aad2f2 19:19:22 ---> 309d46faf82b 19:19:22 Step 6/23 : COPY go.mod . 19:19:23 ---> 6a3f8e1382d0 19:19:23 Step 7/23 : RUN go mod download 19:19:24 ---> Running in 6bc322e79afe 19:19:24 ---> 8dcd4bb6e512 19:19:24 Step 7/23 : RUN go mod download 19:19:24 ---> Running in a78384dd5ddf 19:19:28 Removing intermediate container 6bc322e79afe 19:19:28 ---> 148821a8c7af 19:19:28 Step 8/23 : COPY . . 19:19:29 Removing intermediate container a78384dd5ddf 19:19:29 ---> 68339f44586f 19:19:29 Step 8/23 : COPY . . 19:20:01 ---> d955c2e40400 19:20:01 Step 9/23 : RUN make cmd/core-data/core-data 19:20:01 ---> 35dee88e6772 19:20:01 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:20:01 ---> Running in 1615d2a6ebd4 19:20:01 ---> Running in d0e2c3cb9d92 19:20:01 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 19:20:01 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 19:20:23 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 19:20:23 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 19:20:38 Removing intermediate container c587de250da9 19:20:38 ---> 87ba34af3488 19:20:38 19:20:38 Step 10/24 : FROM alpine:3.12 19:20:38 ---> 9852663dfa18 19:20:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:20:39 Removing intermediate container 9bb1ebd32781 19:20:39 ---> 054129805d73 19:20:39 19:20:39 Step 10/21 : FROM alpine:3.12 19:20:39 ---> 9852663dfa18 19:20:39 Step 11/21 : RUN apk add --update --no-cache curl 19:20:39 ---> Running in efda9c496bee 19:20:39 ---> Running in 4559c918d5db 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:42 (1/6) Installing ca-certificates (20191127-r4) 19:20:42 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:20:42 (1/4) Installing ca-certificates (20191127-r4) 19:20:42 (3/6) Installing libcurl (7.76.1-r0) 19:20:42 (4/6) Installing curl (7.76.1-r0) 19:20:42 (5/6) Installing dumb-init (1.2.2-r1) 19:20:42 (6/6) Installing su-exec (0.2-r1) 19:20:42 Executing busybox-1.31.1-r20.trigger 19:20:42 Executing ca-certificates-20191127-r4.trigger 19:20:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:20:42 (3/4) Installing libcurl (7.76.1-r0) 19:20:42 (4/4) Installing curl (7.76.1-r0) 19:20:42 Executing busybox-1.31.1-r20.trigger 19:20:42 Executing ca-certificates-20191127-r4.trigger 19:20:42 OK: 7 MiB in 20 packages 19:20:42 OK: 7 MiB in 18 packages 19:20:46 Removing intermediate container efda9c496bee 19:20:46 ---> 1c3ef7a33330 19:20:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:20:46 Removing intermediate container 4559c918d5db 19:20:46 ---> 71dc5af0312a 19:20:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:20:46 ---> Running in 51a29e245b2a 19:20:46 ---> Running in b1e12aaf944d 19:20:47 Removing intermediate container 51a29e245b2a 19:20:47 ---> 45d2c0cbff29 19:20:47 Step 13/24 : WORKDIR / 19:20:47 Removing intermediate container b1e12aaf944d 19:20:47 ---> 026fda0d76ac 19:20:47 Step 13/21 : WORKDIR /edgex 19:20:47 ---> Running in fa21d7b32bae 19:20:47 ---> Running in 948bebad9864 19:20:48 Removing intermediate container fa21d7b32bae 19:20:48 ---> 31f4fafd3714 19:20:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:20:48 Removing intermediate container 948bebad9864 19:20:48 ---> 3f929db057ce 19:20:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:20:49 ---> 0cd187cb0343 19:20:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:20:49 ---> f87b518dd9a7 19:20:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:20:51 ---> 9ec67b046993 19:20:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:20:51 ---> 5c6eba2cc2ff 19:20:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:20:52 ---> 6fa96cc14946 19:20:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:20:53 ---> af71c3564e69 19:20:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:20:54 ---> Running in 4a088ebc5594 19:20:54 ---> 6d82a58e3410 19:20:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:20:54 Removing intermediate container 4a088ebc5594 19:20:54 ---> a3256c932b97 19:20:54 Step 18/21 : CMD ["--init=true"] 19:20:55 ---> Running in 8308b12b8a66 19:20:56 Removing intermediate container 8308b12b8a66 19:20:56 ---> adb9c0d5590c 19:20:56 Step 19/21 : LABEL arch=arm64 19:20:56 ---> Running in bf4ce17acd31 19:20:56 ---> 94b91d9856fc 19:20:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:20:57 Removing intermediate container bf4ce17acd31 19:20:57 ---> 48e22d8057e7 19:20:57 Step 20/21 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:20:57 ---> Running in 93e950ecb45d 19:20:57 ---> 1460353812b0 19:20:57 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/ 19:20:57 ---> Running in cf8802b13397 19:20:58 Removing intermediate container 93e950ecb45d 19:20:58 ---> 973252ff071e 19:20:58 Step 21/21 : LABEL version=0.0.0 19:20:58 ---> Running in c52debf9c391 19:20:59 Removing intermediate container c52debf9c391 19:20:59 ---> 68d2bc39e4b9 19:20:59 19:21:00 Successfully built 68d2bc39e4b9 19:21:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:21:02  Building docker-security-proxy-setup-go ... done Removing intermediate container cf8802b13397 19:21:02 ---> 309112b34ab3 19:21:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:21:02 ---> Running in 7b574227aa0d 19:21:02 Removing intermediate container 7b574227aa0d 19:21:02 ---> 9facfe9d0e17 19:21:02 Step 22/24 : LABEL arch=arm64 19:21:02 ---> Running in b07340d39ce2 19:21:03 Removing intermediate container b07340d39ce2 19:21:03 ---> 8e97a75ca245 19:21:03 Step 23/24 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:21:03 ---> Running in 918e7ec64142 19:21:04 Removing intermediate container 918e7ec64142 19:21:04 ---> 32adc0123897 19:21:04 Step 24/24 : LABEL version=0.0.0 19:21:04 ---> Running in 1ebe8a00d32b 19:21:05 Removing intermediate container 1ebe8a00d32b 19:21:05 ---> fc22a7ab4fd3 19:21:05 19:21:05 Successfully built fc22a7ab4fd3 19:21:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:21:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0e2c3cb9d92 19:21:18 ---> 0d0aaf8f29b1 19:21:18 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:21:18 ---> Running in 11f6ccee2c65 19:21:21 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 19:21:23 Removing intermediate container 11f6ccee2c65 19:21:23 ---> b0e99fbbe7fe 19:21:23 19:21:23 Step 11/23 : FROM docker:20.10.0 19:21:23 20.10.0: Pulling from library/docker 19:21:30 Removing intermediate container 1615d2a6ebd4 19:21:30 ---> 70234b424fcb 19:21:30 19:21:30 Step 10/23 : FROM alpine:3.12 19:21:30 ---> 9852663dfa18 19:21:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:21:30 ---> Running in 4d5d73450e13 19:21:31 Removing intermediate container 4d5d73450e13 19:21:31 ---> 3cef2c0019bb 19:21:31 Step 12/23 : ENV APP_PORT=48080 19:21:31 ---> Running in 68a8d1baa051 19:21:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:21:31 Status: Downloaded newer image for docker:20.10.0 19:21:31 ---> eeaf43b92773 19:21:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:21:32 ---> Running in 787ede6124df 19:21:32 Removing intermediate container 68a8d1baa051 19:21:32 ---> 4c7281b6a75b 19:21:32 Step 13/23 : EXPOSE $APP_PORT 19:21:32 ---> Running in 905dc5efcd62 19:21:32 Removing intermediate container 787ede6124df 19:21:32 ---> aa7c241264b2 19:21:32 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:21:32 ---> Running in 72ebfc2550c9 19:21:32 Removing intermediate container 905dc5efcd62 19:21:32 ---> 9e3d8703af4f 19:21:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:33 ---> Running in 2777c2867164 19:21:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:34 (1/39) Installing readline (8.0.4-r0) 19:21:34 (2/39) Installing bash (5.0.17-r0) 19:21:34 Executing bash-5.0.17-r0.post-install 19:21:34 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:21:34 (4/39) Installing libcurl (7.76.1-r0) 19:21:34 (5/39) Installing curl (7.76.1-r0) 19:21:34 (6/39) Installing dumb-init (1.2.2-r1) 19:21:34 (7/39) Installing libbz2 (1.0.8-r1) 19:21:34 (8/39) Installing expat (2.2.9-r1) 19:21:34 (9/39) Installing libffi (3.3-r2) 19:21:34 (10/39) Installing gdbm (1.13-r1) 19:21:34 (11/39) Installing xz-libs (5.2.5-r0) 19:21:35 (12/39) Installing sqlite-libs (3.32.1-r0) 19:21:35 (13/39) Installing python3 (3.8.8-r0) 19:21:35 Removing intermediate container 2777c2867164 19:21:35 ---> ca7f98e2c705 19:21:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:21:35 ---> Running in 35d6bdcd0111 19:21:37 (14/39) Installing py3-appdirs (1.4.4-r1) 19:21:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:21:37 (16/39) Installing py3-parsing (2.4.7-r0) 19:21:37 (17/39) Installing py3-six (1.15.0-r0) 19:21:37 (18/39) Installing py3-packaging (20.4-r0) 19:21:37 (19/39) Installing py3-setuptools (47.0.0-r0) 19:21:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:21:37 (20/39) Installing py3-chardet (3.0.4-r4) 19:21:37 (21/39) Installing py3-idna (2.9-r0) 19:21:37 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:21:37 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:21:37 (24/39) Installing py3-requests (2.23.0-r0) 19:21:37 (25/39) Installing py3-msgpack (1.0.0-r0) 19:21:37 (26/39) Installing py3-lockfile (0.12.2-r3) 19:21:37 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:21:37 (28/39) Installing py3-colorama (0.4.3-r0) 19:21:37 (29/39) Installing py3-distlib (0.3.0-r0) 19:21:37 (30/39) Installing py3-distro (1.5.0-r1) 19:21:37 (31/39) Installing py3-webencodings (0.5.1-r3) 19:21:37 (32/39) Installing py3-html5lib (1.0.1-r4) 19:21:37 (33/39) Installing py3-pytoml (0.1.21-r0) 19:21:37 (34/39) Installing py3-pep517 (0.8.2-r0) 19:21:37 (35/39) Installing py3-progress (1.5-r0) 19:21:37 (36/39) Installing py3-toml (0.10.1-r0) 19:21:37 (37/39) Installing py3-retrying (1.3.3-r0) 19:21:37 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:21:37 (39/39) Installing py3-pip (20.1.1-r0) 19:21:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:21:37 Executing busybox-1.31.1-r19.trigger 19:21:37 OK: 72 MiB in 59 packages 19:21:38 (1/6) Installing dumb-init (1.2.2-r1) 19:21:38 (2/6) Installing libgcc (9.3.0-r2) 19:21:38 (3/6) Installing libsodium (1.0.18-r0) 19:21:38 (4/6) Installing libstdc++ (9.3.0-r2) 19:21:39 (5/6) Installing libzmq (4.3.3-r0) 19:21:39 (6/6) Installing zeromq (4.3.3-r0) 19:21:39 Executing busybox-1.31.1-r20.trigger 19:21:39 OK: 8 MiB in 20 packages 19:21:40 Removing intermediate container 35d6bdcd0111 19:21:40 ---> 40be4e7ce9d6 19:21:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:41 ---> f8f34bfa49b1 19:21:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:21:42 Collecting docker-compose==1.23.2 19:21:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:21:42 ---> b9ca5cc9845b 19:21:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:21:43 Collecting jsonschema<3,>=2.5.1 19:21:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:21:43 ---> c3dd25206a19 19:21:43 Step 19/23 : ENTRYPOINT ["/core-data"] 19:21:43 ---> Running in 3f3bd4d0c454 19:21:43 Collecting cached-property<2,>=1.2.0 19:21:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:21:44 Removing intermediate container 3f3bd4d0c454 19:21:44 ---> 0493e3bfa6e7 19:21:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:44 ---> Running in 42168b9d7839 19:21:44 Collecting dockerpty<0.5,>=0.4.1 19:21:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:21:44 Removing intermediate container 42168b9d7839 19:21:44 ---> 3364a46c84cc 19:21:44 Step 21/23 : LABEL arch=arm64 19:21:44 ---> Running in 85b39f8c1d3b 19:21:45 Removing intermediate container 85b39f8c1d3b 19:21:45 ---> 7af243cee041 19:21:45 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:21:45 ---> Running in 0cf5e23df430 19:21:45 Removing intermediate container 0cf5e23df430 19:21:45 ---> 7b41409c2a28 19:21:45 Step 23/23 : LABEL version=0.0.0 19:21:46 ---> Running in a8ebd74a9717 19:21:46 Removing intermediate container a8ebd74a9717 19:21:46 ---> 95767d0902cf 19:21:46 19:21:46 Collecting websocket-client<1.0,>=0.32.0 19:21:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:21:46 Successfully built 95767d0902cf 19:21:46 Successfully tagged docker-core-data-go-arm64:latest 19:21:47  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 19:21:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:21:48 Collecting texttable<0.10,>=0.9.0 19:21:48 Downloading texttable-0.9.1.tar.gz (11 kB) 19:21:50 Collecting PyYAML<4,>=3.10 19:21:50 Downloading PyYAML-3.13.tar.gz (270 kB) 19:21:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:21:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:21:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:21:54 Collecting docopt<0.7,>=0.6.1 19:21:54 Downloading docopt-0.6.2.tar.gz (25 kB) 19:21:56 Collecting docker-pycreds>=0.4.0 19:21:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:21:56 Collecting idna<2.8,>=2.5 19:21:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:21:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:21:56 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) 19:21:57 Collecting urllib3<1.25,>=1.21.1 19:21:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:21:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:21:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:21:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:21:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:21:58 Installing collected packages: jsonschema, cached-property, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, docopt, docker-compose 19:21:58 Running setup.py install for dockerpty: started 19:22:00 Running setup.py install for dockerpty: finished with status 'done' 19:22:00 Attempting uninstall: idna 19:22:00 Found existing installation: idna 2.9 19:22:00 Uninstalling idna-2.9: 19:22:00 Successfully uninstalled idna-2.9 19:22:01 Attempting uninstall: urllib3 19:22:01 Found existing installation: urllib3 1.25.9 19:22:01 Uninstalling urllib3-1.25.9: 19:22:01 Successfully uninstalled urllib3-1.25.9 19:22:01 Attempting uninstall: requests 19:22:01 Found existing installation: requests 2.23.0 19:22:01 Uninstalling requests-2.23.0: 19:22:01 Successfully uninstalled requests-2.23.0 19:22:02 Running setup.py install for texttable: started 19:22:04 Running setup.py install for texttable: finished with status 'done' 19:22:04 Running setup.py install for PyYAML: started 19:22:06 Running setup.py install for PyYAML: finished with status 'done' 19:22:06 Running setup.py install for docopt: started 19:22:08 Running setup.py install for docopt: finished with status 'done' 19:22:09 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 19:22:17 Removing intermediate container 72ebfc2550c9 19:22:17 ---> d9b3ad9e581f 19:22:17 Step 14/23 : ENV APP_PORT=48090 19:22:17 ---> Running in e0e1232ee7df 19:22:18 Removing intermediate container e0e1232ee7df 19:22:18 ---> 1e14fae0d2d8 19:22:18 Step 15/23 : EXPOSE $APP_PORT 19:22:18 ---> Running in 2a32235361ba 19:22:18 Removing intermediate container 2a32235361ba 19:22:18 ---> 98328b59e53b 19:22:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:22:19 ---> 92c5c73507e2 19:22:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:22:20 ---> 9f4a85c8a47d 19:22:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:22:21 ---> c3c785a97c32 19:22:21 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:22:21 ---> Running in 053c81b96e05 19:22:22 Removing intermediate container 053c81b96e05 19:22:22 ---> 277a54b6f08c 19:22:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:22 ---> Running in 36ddbf2bb8ea 19:22:22 Removing intermediate container 36ddbf2bb8ea 19:22:22 ---> fc0e8b8344d2 19:22:22 Step 21/23 : LABEL arch=arm64 19:22:22 ---> Running in e16c620a8dd2 19:22:23 Removing intermediate container e16c620a8dd2 19:22:23 ---> c87c1bcfc262 19:22:23 Step 22/23 : LABEL git_sha=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 19:22:23 ---> Running in 9a876660d93c 19:22:23 Removing intermediate container 9a876660d93c 19:22:23 ---> 356ae78ce46e 19:22:23 Step 23/23 : LABEL version=0.0.0 19:22:23 ---> Running in 53ec2737ecdc 19:22:24 Removing intermediate container 53ec2737ecdc 19:22:24 ---> 70b04e05b27f 19:22:24 19:22:24 Successfully built 70b04e05b27f 19:22:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:22:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:22:25 $ docker stop --time=1 a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 19:22:26 $ docker rm -f a5c11b39e6a9db698f2114d140b31de8fc258264b4fb0c4f8949a5926bb253e5 [Pipeline] // withDockerContainer [Pipeline] sh 19:22:27 + docker images 19:22:27 + grep docker 19:22:27 docker-sys-mgmt-agent-go-arm64 latest 70b04e05b27f 3 seconds ago 299MB 19:22:27 docker-core-data-go-arm64 latest 95767d0902cf 41 seconds ago 21.6MB 19:22:27 docker-security-secretstore-setup-go-arm64 latest fc22a7ab4fd3 About a minute ago 24.9MB 19:22:27 docker-security-proxy-setup-go-arm64 latest 68d2bc39e4b9 About a minute ago 24.6MB 19:22:27 docker-security-bootstrapper-go-arm64 latest 6702851cbf4e 4 minutes ago 18.1MB 19:22:27 docker-core-metadata-go-arm64 latest 378602b4e79d 4 minutes ago 18.1MB 19:22:27 docker-support-notifications-go-arm64 latest 1c50d16d272b 4 minutes ago 17.2MB 19:22:27 docker-support-scheduler-go-arm64 latest cbdb730bc948 4 minutes ago 16.6MB 19:22:27 docker-core-command-go-arm64 latest 07ba8638d463 4 minutes ago 16.5MB 19:22:27 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:22:28 ---> job-cost.sh 19:22:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Duoi 19:23:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:24:44 lf-activate-venv(): INFO: Adding /tmp/venv-Duoi/bin to PATH 19:24:44 INFO: No Stack... 19:24:44 INFO: Retrieving Pricing Info for: lf-standard-4 19:24:44 INFO: Archiving Costs [Pipeline] sh 19:24:44 + cat /w/workspace/edgex-go/2/archives/cost.csv 19:24:44 + cut -d, -f6 [Pipeline] lock 19:24:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] 19:24:44 Resource [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] did not exist. Created. 19:24:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:24:44 + echo total: 0.20999999344348907 [Pipeline] stash 19:24:45 Stashed 1 file(s) [Pipeline] } 19:24:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3389-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:24:46 provisioning config files... 19:24:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7013396642678191301tmp [Pipeline] { [Pipeline] sh 19:24:46 + set +x 19:24:46 + curl -s https://codecov.io/bash 19:24:46 + bash -s -- 19:24:47 19:24:47 _____ _ 19:24:47 / ____| | | 19:24:47 | | ___ __| | ___ ___ _____ __ 19:24:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:24:47 | |___| (_) | (_| | __/ (_| (_) \ V / 19:24:47 \_____\___/ \__,_|\___|\___\___/ \_/ 19:24:47 Bash-1.0.2 19:24:47 19:24:47 19:24:47 ==> git version 2.24.3 found 19:24:47 ==> 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 19:24:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:24:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:24:47 ==> Jenkins CI detected. 19:24:47 project root: . 19:24:47 --> token set from env 19:24:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:24:47 ==> Running gcov in . (disable via -X gcov) 19:24:47 ==> Python coveragepy not found 19:24:47 ==> Searching for coverage reports in: 19:24:47 + . 19:24:47 -> Found 1 reports 19:24:47 ==> Detecting git/mercurial file structure 19:24:47 ==> Reading reports 19:24:47 + ./coverage.out bytes=703598 19:24:47 ==> Appending adjustments 19:24:47 https://docs.codecov.io/docs/fixing-reports 19:24:51 + Found adjustments 19:24:51 ==> Gzipping contents 19:24:51 100K /tmp/codecov.08xW6i.gz 19:24:51 ==> Uploading reports 19:24:51 url: https://codecov.io 19:24:51 query: branch=PR-3389&commit=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= 19:24:51 -> Pinging Codecov 19:24:51 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3389&commit=ff428d534b5ee6997a5cb6ce9be63fbd715c9f66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3389%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3389&job=&cmd_args= 19:24:52 -> Uploading to 19:24:52 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/ff428d534b5ee6997a5cb6ce9be63fbd715c9f66/c0124dee-d80c-46c0-be09-4230d04d512d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T192451Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89815aefc6629faba2465a3c184283b75096259097df0db7c42f7581385c9c39 19:24:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:24:52 Dload Upload Total Spent Left Speed 19:24:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 180k --:--:-- --:--:-- --:--:-- 180k 100 98k 0 0 100 98k 0 180k --:--:-- --:--:-- --:--:-- 180k 19:24:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } 19:24:52 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 19:24:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:24:54 ---> package-listing.sh 19:24:54 ++ facter osfamily 19:24:54 ++ tr '[:upper:]' '[:lower:]' 19:24:54 + OS_FAMILY=redhat 19:24:54 + workspace=/w/workspace/edgex-go/2 19:24:54 + START_PACKAGES=/tmp/packages_start.txt 19:24:54 + END_PACKAGES=/tmp/packages_end.txt 19:24:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:24:54 + PACKAGES=/tmp/packages_start.txt 19:24:54 + '[' /w/workspace/edgex-go/2 ']' 19:24:54 + PACKAGES=/tmp/packages_end.txt 19:24:54 + case "${OS_FAMILY}" in 19:24:54 + sort 19:24:54 + rpm -qa 19:24:59 + '[' -f /tmp/packages_start.txt ']' 19:24:59 + '[' -f /tmp/packages_end.txt ']' 19:24:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:24:59 + '[' /w/workspace/edgex-go/2 ']' 19:24:59 + mkdir -p /w/workspace/edgex-go/2/archives/ 19:24:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 19:24:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:25:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:25:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:01 19:25:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:25:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:01 alpine: Pulling from edgex-lftools-log-publisher 19:25:01 df20fa9351a1: Pulling fs layer 19:25:01 36b3adc4ff6f: Pulling fs layer 19:25:01 8ad3a11d3b57: Pulling fs layer 19:25:01 46f8f816bc3b: Pulling fs layer 19:25:01 93b61091891f: Pulling fs layer 19:25:01 93b9cdb0e59b: Pulling fs layer 19:25:01 5e14af77c1be: Pulling fs layer 19:25:01 01666e4c0597: Pulling fs layer 19:25:01 aa168da1d23b: Pulling fs layer 19:25:01 93b61091891f: Waiting 19:25:01 5e14af77c1be: Waiting 19:25:01 93b9cdb0e59b: Waiting 19:25:01 aa168da1d23b: Waiting 19:25:01 01666e4c0597: Waiting 19:25:01 36b3adc4ff6f: Verifying Checksum 19:25:01 36b3adc4ff6f: Download complete 19:25:01 46f8f816bc3b: Verifying Checksum 19:25:01 46f8f816bc3b: Download complete 19:25:01 df20fa9351a1: Verifying Checksum 19:25:01 df20fa9351a1: Download complete 19:25:01 93b9cdb0e59b: Verifying Checksum 19:25:01 93b9cdb0e59b: Download complete 19:25:01 93b61091891f: Verifying Checksum 19:25:01 93b61091891f: Download complete 19:25:01 5e14af77c1be: Verifying Checksum 19:25:01 5e14af77c1be: Download complete 19:25:01 01666e4c0597: Verifying Checksum 19:25:01 01666e4c0597: Download complete 19:25:02 8ad3a11d3b57: Verifying Checksum 19:25:02 8ad3a11d3b57: Download complete 19:25:02 df20fa9351a1: Pull complete 19:25:02 36b3adc4ff6f: Pull complete 19:25:04 8ad3a11d3b57: Pull complete 19:25:04 46f8f816bc3b: Pull complete 19:25:05 aa168da1d23b: Verifying Checksum 19:25:05 aa168da1d23b: Download complete 19:25:05 93b61091891f: Pull complete 19:25:06 93b9cdb0e59b: Pull complete 19:25:06 5e14af77c1be: Pull complete 19:25:06 01666e4c0597: Pull complete 19:25:16 aa168da1d23b: Pull complete 19:25:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:25:16 prd-centos7-docker-4c-2g-1235 does not seem to be running inside a container 19:25:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:25:20 $ docker top 081d6edd247bde1c9d4a80bb37a0f9e342f0714e6b12718cd1fa08534d18b3b5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:21 + touch /tmp/pre-build-complete [Pipeline] sh 19:25:21 + mkdir -p /var/log/sa [Pipeline] sh 19:25:22 + ls /var/log/sa-host 19:25:22 + sadf -c /var/log/sa-host/sa20 19:25:22 file_magic: OK 19:25:22 HZ: Using current value: 100 19:25:22 file_header: OK 19:25:22 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 19:25:22 Statistics: 19:25:22 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:25:22 File successfully converted to sysstat format version 12.2.1 19:25:22 + sadf -c /var/log/sa-host/sa23 19:25:22 file_magic: OK 19:25:22 HZ: Using current value: 100 19:25:22 file_header: OK 19:25:22 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 19:25:22 Statistics: 19:25:22 Hnuu...uuuununununu... 19:25:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:25:22 provisioning config files... 19:25:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5672413191318476950tmp [Pipeline] { [Pipeline] echo 19:25:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:25:22 ---> create-netrc.sh [Pipeline] } 19:25:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:25:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:25:23 ---> python-tools-install.sh [Pipeline] echo 19:25:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:25:23 ---> sudo-logs.sh 19:25:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:25:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:25:23 ---> job-cost.sh 19:25:24 lf-activate-venv: SKIPPING 19:25:24 DEBUG: total: 0.20999999344348907 19:25:24 INFO: Retrieving Stack Cost... 19:25:25 INFO: Retrieving Pricing Info for: v1-standard-2 19:25:25 INFO: Archiving Costs [Pipeline] echo 19:25:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:25:26 ---> logs-deploy.sh 19:25:26 lf-activate-venv: SKIPPING 19:25:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3389/2 19:25:26 INFO: archiving workspace using pattern(s): 19:25:28 Archives upload complete. 19:25:28 INFO: archiving logs to Nexus 19:25:30 ---> uname -a: 19:25:30 Linux prd-centos7-docker-4c-2g-1235.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:25:30 19:25:30 19:25:30 ---> lscpu: 19:25:30 Architecture: x86_64 19:25:30 CPU op-mode(s): 32-bit, 64-bit 19:25:30 Byte Order: Little Endian 19:25:30 Address sizes: 40 bits physical, 48 bits virtual 19:25:30 CPU(s): 4 19:25:30 On-line CPU(s) list: 0-3 19:25:30 Thread(s) per core: 1 19:25:30 Core(s) per socket: 1 19:25:30 Socket(s): 4 19:25:30 NUMA node(s): 1 19:25:30 Vendor ID: GenuineIntel 19:25:30 CPU family: 6 19:25:30 Model: 44 19:25:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:25:30 Stepping: 1 19:25:30 CPU MHz: 2933.436 19:25:30 BogoMIPS: 5866.87 19:25:30 Virtualization: VT-x 19:25:30 Hypervisor vendor: KVM 19:25:30 Virtualization type: full 19:25:30 L1d cache: 128 KiB 19:25:30 L1i cache: 128 KiB 19:25:30 L2 cache: 16 MiB 19:25:30 L3 cache: 64 MiB 19:25:30 NUMA node0 CPU(s): 0-3 19:25:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:25:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:25:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:25:30 Vulnerability Meltdown: Mitigation; PTI 19:25:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:25:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:25:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:25:30 Vulnerability Srbds: Not affected 19:25:30 Vulnerability Tsx async abort: Not affected 19:25:30 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 19:25:30 19:25:30 19:25:30 ---> nproc: 19:25:30 4 19:25:30 19:25:30 19:25:30 ---> df -h: 19:25:30 Filesystem Size Used Available Use% Mounted on 19:25:30 overlay 50.0G 12.3G 37.7G 25% / 19:25:30 tmpfs 64.0M 0 64.0M 0% /dev 19:25:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:25:30 shm 64.0M 0 64.0M 0% /dev/shm 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2@tmp 19:25:30 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2 19:25:30 19:25:30 19:25:30 ---> free -m: 19:25:30 total used free shared buff/cache available 19:25:30 Mem: 1837 716 184 0 936 1039 19:25:30 Swap: 1023 73 950 19:25:30 19:25:30 19:25:30 ---> ip addr: 19:25:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:25:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:25:30 inet 127.0.0.1/8 scope host lo 19:25:30 valid_lft forever preferred_lft forever 19:25:30 inet6 ::1/128 scope host 19:25:30 valid_lft forever preferred_lft forever 19:25:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:25:30 link/ether fa:16:3e:34:99:4e brd ff:ff:ff:ff:ff:ff 19:25:30 inet 10.30.122.37/23 brd 10.30.123.255 scope global dynamic eth0 19:25:30 valid_lft 84802sec preferred_lft 84802sec 19:25:30 inet6 fe80::f816:3eff:fe34:994e/64 scope link 19:25:30 valid_lft forever preferred_lft forever 19:25:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:25:30 link/ether 02:42:8b:67:e7:65 brd ff:ff:ff:ff:ff:ff 19:25:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:25:30 valid_lft forever preferred_lft forever 19:25:30 inet6 fe80::42:8bff:fe67:e765/64 scope link 19:25:30 valid_lft forever preferred_lft forever 19:25:30 19:25:30 19:25:30 ---> sar -b -r -n DEV: 19:25:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:25:30 19:25:30 18:58:41 LINUX RESTART (4 CPU) 19:25:30 19:25:30 18:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:25:30 19:00:02 159.84 62.35 97.49 0.00 8708.84 46649.00 0.00 19:25:30 19:01:01 285.23 136.00 149.22 0.00 8486.27 49324.65 0.00 19:25:30 19:02:01 248.21 109.05 139.16 0.00 3985.65 17915.58 0.00 19:25:30 19:03:01 120.58 54.41 66.17 0.00 1782.48 8458.19 0.00 19:25:30 19:04:01 133.88 34.95 98.93 0.00 2900.45 25344.97 0.00 19:25:30 19:05:04 1728.45 1425.98 302.47 0.00 129781.15 188430.09 0.00 19:25:30 19:06:01 1947.46 1677.31 270.15 0.00 117839.39 123540.61 0.00 19:25:30 19:07:01 523.26 203.12 320.15 0.00 69637.25 120156.72 0.00 19:25:30 19:08:02 1824.08 1515.10 308.98 0.00 100950.32 106516.26 0.00 19:25:30 19:09:01 214.89 52.19 162.70 0.00 6095.11 28650.13 0.00 19:25:30 19:10:01 7.41 0.07 7.34 0.00 0.93 321.73 0.00 19:25:30 19:11:01 0.32 0.05 0.27 0.00 0.40 3.01 0.00 19:25:30 19:12:01 0.25 0.03 0.22 0.00 0.27 1.95 0.00 19:25:30 19:13:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 19:25:30 19:14:01 1.68 1.45 0.23 0.00 50.89 4.70 0.00 19:25:30 19:15:01 1.02 0.10 0.92 0.00 1.60 16.92 0.00 19:25:30 19:16:01 0.22 0.02 0.20 0.00 0.13 1.75 0.00 19:25:30 19:17:01 0.27 0.08 0.18 0.00 0.80 1.65 0.00 19:25:30 19:18:01 0.22 0.02 0.20 0.00 0.13 1.80 0.00 19:25:30 19:19:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 19:25:30 19:20:01 0.28 0.03 0.25 0.00 0.27 2.68 0.00 19:25:30 19:21:01 0.33 0.00 0.33 0.00 0.00 3.78 0.00 19:25:30 19:22:01 0.27 0.07 0.20 0.00 0.53 1.78 0.00 19:25:30 19:23:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 19:25:30 19:24:01 0.30 0.02 0.28 0.00 0.13 3.36 0.00 19:25:30 19:25:02 71.66 70.64 1.01 0.00 6183.75 52.17 0.00 19:25:30 Average: 279.24 205.10 74.14 0.00 17580.18 27602.94 0.00 19:25:30 19:25:30 18:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:25:30 19:00:02 80400 0 694672 36.92 2620 1103852 1330784 45.42 585848 1009940 80888 19:25:30 19:01:01 76796 0 775348 41.21 1552 1027848 1550280 52.91 594344 945212 55316 19:25:30 19:02:01 125384 0 835788 44.42 888 919484 1645876 56.17 683372 788404 88120 19:25:30 19:03:01 269608 0 788804 41.92 700 822432 1537440 52.47 592888 729192 77644 19:25:30 19:04:01 209336 0 736232 39.13 576 935400 1234980 42.15 554264 824244 48 19:25:30 19:05:04 85900 0 813984 43.26 64 981596 2132220 72.77 701360 874296 412 19:25:30 19:06:01 155908 0 1246484 66.25 64 479088 3490828 119.14 874420 581704 28780 19:25:30 19:07:01 52704 0 785420 41.74 64 1043356 2156984 73.61 761468 850496 33532 19:25:30 19:08:02 52888 0 1060116 56.34 64 768476 2566076 87.58 788264 787080 812 19:25:30 19:09:01 146644 0 642556 34.15 64 1092280 1227828 41.90 546748 932652 20 19:25:30 19:10:01 152212 0 636984 33.85 64 1092284 1222688 41.73 546492 932260 12 19:25:30 19:11:01 155340 0 633848 33.69 64 1092292 1194956 40.78 545408 930976 8 19:25:30 19:12:01 155156 0 634020 33.70 64 1092304 1195148 40.79 545860 930984 16 19:25:30 19:13:01 155996 0 633176 33.65 64 1092308 1194920 40.78 545412 930988 16 19:25:30 19:14:01 154528 0 633844 33.69 64 1093108 1194920 40.78 545556 931788 20 19:25:30 19:15:01 154096 0 634268 33.71 64 1093116 1195040 40.78 545532 931808 8 19:25:30 19:16:01 154620 0 633744 33.68 64 1093116 1194920 40.78 545472 931808 8 19:25:30 19:17:01 154148 0 634204 33.71 64 1093128 1195052 40.79 545428 931836 8 19:25:30 19:18:01 153908 0 634440 33.72 64 1093132 1195040 40.78 545772 931836 12 19:25:30 19:19:01 153700 0 634640 33.73 64 1093140 1195028 40.78 545936 931840 12 19:25:30 19:20:01 153932 0 634404 33.72 64 1093144 1195052 40.79 546040 931840 8 19:25:30 19:21:01 153560 0 634760 33.74 64 1093160 1195088 40.79 546284 931848 8 19:25:30 19:22:01 153372 0 634948 33.75 64 1093160 1195076 40.79 546436 931852 8 19:25:30 19:23:01 153232 0 635076 33.75 64 1093172 1195100 40.79 546340 931868 8 19:25:30 19:24:01 153036 0 635268 33.76 64 1093176 1195136 40.79 546672 931864 8 19:25:30 19:25:02 70164 0 697652 37.08 64 1113664 1624748 55.45 608928 949288 32412 19:25:30 Average: 139868 0 715180 38.01 295 1026201 1478893 50.47 595406 894150 15313 19:25:30 19:25:30 18:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:25:30 19:00:02 eth0 1533.61 1316.24 6100.44 171.86 0.00 0.00 0.00 0.00 19:25:30 19:00:02 veth89298b7 761.84 672.27 73.87 2377.29 0.00 0.00 0.00 0.00 19:25:30 19:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:00:02 docker0 761.84 672.14 63.45 2377.27 0.00 0.00 0.00 0.00 19:25:30 19:01:01 eth0 644.79 535.02 4041.57 84.59 0.00 0.00 0.00 0.00 19:25:30 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:01:01 veth9f0b0ce 77.13 106.32 7.21 467.79 0.00 0.00 0.00 0.00 19:25:30 19:01:01 docker0 279.14 328.82 19.51 1152.20 0.00 0.00 0.00 0.00 19:25:30 19:02:01 eth0 30.26 17.85 36.69 11.64 0.00 0.00 0.00 0.00 19:25:30 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:02:01 veth083699d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:02:01 docker0 0.58 1.36 0.05 7.47 0.00 0.00 0.00 0.00 19:25:30 19:03:01 eth0 24.46 13.35 18.41 9.94 0.00 0.00 0.00 0.00 19:25:30 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:03:01 veth083699d 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 19:25:30 19:03:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 19:25:30 19:04:01 eth0 205.14 158.78 1697.57 98.62 0.00 0.00 0.00 0.00 19:25:30 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:04:01 veth7a5b229 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:05:04 eth0 102.36 76.78 170.17 62.88 0.00 0.00 0.00 0.00 19:25:30 19:05:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:05:04 veth8958167 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 19:25:30 19:05:04 docker0 43.73 56.51 2.84 143.42 0.00 0.00 0.00 0.00 19:25:30 19:06:01 veth3699b9f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:06:01 vethcd2e15f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:06:01 eth0 19.48 10.00 16.24 8.55 0.00 0.00 0.00 0.00 19:25:30 19:06:01 veth126f3ba 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:07:01 eth0 65.77 36.30 235.82 16.73 0.00 0.00 0.00 0.00 19:25:30 19:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:25:30 19:07:01 veth8958167 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 19:25:30 19:07:01 docker0 1093.22 1078.61 86.16 3815.19 0.00 0.00 0.00 0.00 19:25:30 19:08:02 eth0 69.89 48.40 124.13 92.32 0.00 0.00 0.00 0.00 19:25:30 19:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:08:02 veth8d12a3c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:08:02 veth8958167 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:25:30 19:09:01 eth0 214.10 146.98 1666.33 43.03 0.00 0.00 0.00 0.00 19:25:30 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:09:01 docker0 1173.21 1192.96 91.60 4392.36 0.00 0.00 0.00 0.00 19:25:30 19:10:01 eth0 8.03 8.11 0.64 13.87 0.00 0.00 0.00 0.00 19:25:30 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:11:01 eth0 0.25 0.15 0.06 0.01 0.00 0.00 0.00 0.00 19:25:30 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:12:01 eth0 2.56 2.53 0.42 6.86 0.00 0.00 0.00 0.00 19:25:30 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:13:01 eth0 0.17 0.08 0.01 0.03 0.00 0.00 0.00 0.00 19:25:30 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:25:30 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:15:01 eth0 8.23 8.11 0.68 13.84 0.00 0.00 0.00 0.00 19:25:30 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:16:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:25:30 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:17:01 eth0 1.53 2.13 0.21 6.83 0.00 0.00 0.00 0.00 19:25:30 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:18:01 eth0 1.00 0.45 0.32 0.56 0.00 0.00 0.00 0.00 19:25:30 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:19:01 eth0 1.03 0.32 0.32 0.20 0.00 0.00 0.00 0.00 19:25:30 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:20:01 eth0 1.22 0.38 0.46 0.26 0.00 0.00 0.00 0.00 19:25:30 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:21:01 eth0 3.55 0.57 0.80 0.40 0.00 0.00 0.00 0.00 19:25:30 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:22:01 eth0 2.10 0.57 0.63 0.40 0.00 0.00 0.00 0.00 19:25:30 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:23:01 eth0 1.85 0.28 0.39 0.20 0.00 0.00 0.00 0.00 19:25:30 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:24:01 eth0 2.21 0.45 0.66 0.35 0.00 0.00 0.00 0.00 19:25:30 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:25:02 eth0 69.53 50.21 517.60 11.68 0.00 0.00 0.00 0.00 19:25:30 19:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 19:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 Average: eth0 115.75 93.51 560.61 25.28 0.00 0.00 0.00 0.00 19:25:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:30 Average: docker0 44.43 45.18 3.47 166.36 0.00 0.00 0.00 0.00 19:25:30 19:25:30 19:25:30 ---> sar -P ALL: 19:25:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:25:30 19:25:30 18:58:41 LINUX RESTART (4 CPU) 19:25:30 19:25:30 18:59:01 CPU %user %nice %system %iowait %steal %idle 19:25:30 19:00:02 all 21.26 0.00 12.26 5.21 1.78 59.49 19:25:30 19:00:02 0 21.33 0.00 17.88 3.16 1.74 55.88 19:25:30 19:00:02 1 19.81 0.00 9.09 6.18 1.89 63.03 19:25:30 19:00:02 2 24.92 0.00 11.56 4.83 1.70 57.00 19:25:30 19:00:02 3 18.98 0.00 10.63 6.64 1.77 61.98 19:25:30 19:01:01 all 14.12 0.00 8.87 3.56 0.51 72.95 19:25:30 19:01:01 0 16.23 0.00 9.44 3.85 0.50 69.97 19:25:30 19:01:01 1 13.80 0.00 8.32 3.96 0.49 73.43 19:25:30 19:01:01 2 14.90 0.00 9.96 3.58 0.44 71.12 19:25:30 19:01:01 3 11.55 0.00 7.76 2.86 0.60 77.24 19:25:30 19:02:01 all 40.89 0.00 13.24 4.60 0.63 40.65 19:25:30 19:02:01 0 40.14 0.00 14.07 5.94 0.75 39.10 19:25:30 19:02:01 1 39.42 0.00 12.34 4.35 0.62 43.26 19:25:30 19:02:01 2 42.14 0.00 13.25 3.95 0.57 40.08 19:25:30 19:02:01 3 41.86 0.00 13.30 4.13 0.57 40.14 19:25:30 19:03:01 all 48.71 0.00 13.64 2.54 0.61 34.50 19:25:30 19:03:01 0 47.57 0.00 13.89 2.50 0.68 35.36 19:25:30 19:03:01 1 47.89 0.00 14.14 2.09 0.59 35.29 19:25:30 19:03:01 2 50.16 0.00 12.94 2.30 0.61 33.99 19:25:30 19:03:01 3 49.22 0.00 13.58 3.27 0.55 33.37 19:25:30 19:04:01 all 34.42 0.00 13.29 3.16 0.50 48.63 19:25:30 19:04:01 0 35.85 0.00 13.53 2.58 0.50 47.55 19:25:30 19:04:01 1 32.93 0.00 12.57 2.64 0.51 51.35 19:25:30 19:04:01 2 34.05 0.00 13.59 3.96 0.51 47.89 19:25:30 19:04:01 3 34.87 0.00 13.49 3.44 0.48 47.72 19:25:30 19:05:04 all 21.20 0.00 30.24 15.02 1.00 32.54 19:25:30 19:05:04 0 20.21 0.00 29.79 16.45 1.08 32.47 19:25:30 19:05:04 1 21.56 0.00 29.69 15.22 0.96 32.56 19:25:30 19:05:04 2 22.20 0.00 30.96 14.34 1.01 31.48 19:25:30 19:05:04 3 20.84 0.00 30.53 14.05 0.93 33.65 19:25:30 19:06:01 all 48.50 0.00 25.02 12.66 0.66 13.16 19:25:30 19:06:01 0 48.15 0.00 25.38 12.87 0.64 12.96 19:25:30 19:06:01 1 48.58 0.00 24.21 12.48 0.65 14.08 19:25:30 19:06:01 2 48.52 0.00 24.67 11.56 0.72 14.52 19:25:30 19:06:01 3 48.74 0.00 25.81 13.75 0.61 11.08 19:25:30 19:07:01 all 35.87 0.00 23.06 16.75 0.68 23.65 19:25:30 19:07:01 0 35.88 0.00 22.28 14.66 0.68 26.51 19:25:30 19:07:01 1 36.52 0.00 23.09 13.27 0.69 26.44 19:25:30 19:07:01 2 35.23 0.00 23.36 20.20 0.70 20.51 19:25:30 19:07:01 3 35.84 0.00 23.49 18.91 0.64 21.12 19:25:30 19:08:02 all 47.26 0.00 25.69 14.17 0.39 12.49 19:25:30 19:08:02 0 45.59 0.00 26.46 12.54 0.51 14.90 19:25:30 19:08:02 1 48.09 0.00 25.63 15.98 0.31 9.99 19:25:30 19:08:02 2 47.87 0.00 24.53 13.21 0.38 14.01 19:25:30 19:08:02 3 47.48 0.00 26.15 14.93 0.36 11.08 19:25:30 19:09:01 all 20.57 0.00 9.31 9.04 0.34 60.73 19:25:30 19:09:01 0 19.91 0.00 8.88 10.22 0.37 60.62 19:25:30 19:09:01 1 22.85 0.00 9.98 9.63 0.30 57.24 19:25:30 19:09:01 2 19.64 0.00 8.69 11.62 0.35 59.69 19:25:30 19:09:01 3 19.90 0.00 9.70 4.70 0.35 65.35 19:25:30 19:10:01 all 0.09 0.00 0.09 0.11 0.02 99.69 19:25:30 19:10:01 0 0.08 0.00 0.13 0.43 0.03 99.32 19:25:30 19:10:01 1 0.07 0.00 0.08 0.00 0.02 99.83 19:25:30 19:10:01 2 0.10 0.00 0.10 0.00 0.00 99.80 19:25:30 19:10:01 3 0.12 0.00 0.05 0.00 0.02 99.82 19:25:30 19:25:30 19:10:01 CPU %user %nice %system %iowait %steal %idle 19:25:30 19:11:01 all 0.05 0.00 0.08 0.00 0.01 99.86 19:25:30 19:11:01 0 0.03 0.00 0.08 0.02 0.03 99.83 19:25:30 19:11:01 1 0.05 0.00 0.10 0.00 0.00 99.85 19:25:30 19:11:01 2 0.07 0.00 0.08 0.00 0.00 99.85 19:25:30 19:11:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:25:30 19:12:01 all 0.09 0.00 0.17 0.00 0.01 99.73 19:25:30 19:12:01 0 0.07 0.00 0.15 0.00 0.02 99.77 19:25:30 19:12:01 1 0.10 0.00 0.12 0.00 0.00 99.78 19:25:30 19:12:01 2 0.12 0.00 0.25 0.00 0.02 99.62 19:25:30 19:12:01 3 0.07 0.00 0.18 0.00 0.02 99.73 19:25:30 19:13:01 all 0.02 0.00 0.03 0.00 0.01 99.94 19:25:30 19:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:25:30 19:13:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:25:30 19:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:25:30 19:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:25:30 19:14:01 all 0.04 0.00 0.06 0.03 0.01 99.86 19:25:30 19:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:25:30 19:14:01 1 0.05 0.00 0.08 0.03 0.02 99.82 19:25:30 19:14:01 2 0.03 0.00 0.07 0.07 0.00 99.83 19:25:30 19:14:01 3 0.03 0.00 0.05 0.02 0.02 99.88 19:25:30 19:15:01 all 0.09 0.00 0.07 0.00 0.02 99.82 19:25:30 19:15:01 0 0.05 0.00 0.10 0.00 0.02 99.83 19:25:30 19:15:01 1 0.15 0.00 0.08 0.02 0.00 99.75 19:25:30 19:15:01 2 0.08 0.00 0.05 0.00 0.05 99.82 19:25:30 19:15:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:25:30 19:16:01 all 0.04 0.00 0.03 0.00 0.01 99.92 19:25:30 19:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:25:30 19:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:25:30 19:16:01 2 0.05 0.00 0.08 0.00 0.02 99.85 19:25:30 19:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:25:30 19:17:01 all 0.05 0.00 0.04 0.00 0.00 99.90 19:25:30 19:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:25:30 19:17:01 1 0.07 0.00 0.05 0.02 0.00 99.87 19:25:30 19:17:01 2 0.07 0.00 0.05 0.00 0.00 99.88 19:25:30 19:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 19:25:30 19:18:01 all 0.05 0.00 0.03 0.00 0.01 99.90 19:25:30 19:18:01 0 0.05 0.00 0.05 0.00 0.00 99.90 19:25:30 19:18:01 1 0.08 0.00 0.02 0.00 0.02 99.88 19:25:30 19:18:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:25:30 19:18:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:25:30 19:19:01 all 0.08 0.00 0.03 0.00 0.00 99.88 19:25:30 19:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:25:30 19:19:01 1 0.25 0.00 0.05 0.00 0.00 99.70 19:25:30 19:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:25:30 19:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:25:30 19:20:01 all 0.15 0.00 0.04 0.00 0.00 99.81 19:25:30 19:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:25:30 19:20:01 1 0.50 0.00 0.05 0.00 0.00 99.45 19:25:30 19:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:25:30 19:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 19:25:30 19:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:25:30 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:25:30 19:21:01 1 0.52 0.00 0.02 0.00 0.00 99.47 19:25:30 19:21:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:25:30 19:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:25:30 19:25:30 19:21:01 CPU %user %nice %system %iowait %steal %idle 19:25:30 19:22:01 all 0.17 0.00 0.03 0.00 0.02 99.77 19:25:30 19:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:25:30 19:22:01 1 0.53 0.00 0.03 0.00 0.03 99.40 19:25:30 19:22:01 2 0.07 0.00 0.03 0.00 0.03 99.87 19:25:30 19:22:01 3 0.05 0.00 0.02 0.02 0.02 99.90 19:25:30 19:23:01 all 0.08 0.00 0.04 0.00 0.01 99.86 19:25:30 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:25:30 19:23:01 1 0.28 0.00 0.10 0.00 0.03 99.58 19:25:30 19:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:25:30 19:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:25:30 19:24:01 all 0.13 0.00 0.04 0.00 0.05 99.78 19:25:30 19:24:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:25:30 19:24:01 1 0.35 0.00 0.05 0.00 0.05 99.55 19:25:30 19:24:01 2 0.08 0.00 0.07 0.00 0.07 99.78 19:25:30 19:24:01 3 0.07 0.00 0.02 0.00 0.03 99.88 19:25:30 19:25:02 all 2.41 0.00 1.65 1.66 0.66 93.61 19:25:30 19:25:02 0 2.12 0.00 1.64 0.65 0.38 95.20 19:25:30 19:25:02 1 3.37 0.00 2.08 1.99 0.60 91.96 19:25:30 19:25:02 2 2.37 0.00 1.57 2.28 0.93 92.85 19:25:30 19:25:02 3 1.80 0.00 1.34 1.72 0.70 94.44 19:25:30 Average: all 12.33 0.00 6.51 3.25 0.29 77.61 19:25:30 Average: 0 12.21 0.00 6.76 3.16 0.30 77.57 19:25:30 Average: 1 12.40 0.00 6.33 3.23 0.29 77.75 19:25:30 Average: 2 12.56 0.00 6.47 3.38 0.30 77.28 19:25:30 Average: 3 12.15 0.00 6.47 3.24 0.29 77.85 19:25:30 19:25:30 19:25:30