Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24542bf0f2c01e78c3341a21639054c613ede31e+314c98582e5516062556e8d719161f3c11283427 (df60e8b316e8b1390e84f1c51b1b4d707a3cd6e8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3091’ Running on prd-centos7-docker-4c-2g-3094 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) > 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # 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 314c98582e5516062556e8d719161f3c11283427 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:10 ========================================================= 21:06:10 EdgeX Global Pipelines Version Info 21:06:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 21:06:12 ------------------- 21:06:12 stable info: 21:06:12 ------------------- 21:06:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:12 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:06:12 Message: update stable to v1.0.191 21:06:13 ------------------- 21:06:13 experimental info: 21:06:13 ------------------- 21:06:13 Commited By: **** collab-it+edgex@linuxfoundation.org 21:06:13 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:06:13 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24542bf0f2c01e78c3341a21639054c613ede31e [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24542bf [Pipeline] echo 21:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:06:13 provisioning config files... 21:06:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4596698709414221813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:14 ---> docker-login.sh 21:06:14 nexus3.edgexfoundry.org:10001 21:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:14 Configure a credential helper to remove this warning. See 21:06:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:14 21:06:14 Login Succeeded 21:06:14 nexus3.edgexfoundry.org:10002 21:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:15 Configure a credential helper to remove this warning. See 21:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:15 21:06:15 Login Succeeded 21:06:15 nexus3.edgexfoundry.org:10003 21:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:15 Configure a credential helper to remove this warning. See 21:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:15 21:06:15 Login Succeeded 21:06:15 nexus3.edgexfoundry.org:10004 21:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:16 Configure a credential helper to remove this warning. See 21:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:16 21:06:16 Login Succeeded 21:06:16 docker.io 21:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:16 Configure a credential helper to remove this warning. See 21:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:16 21:06:16 Login Succeeded 21:06:16 ---> docker-login.sh ends [Pipeline] } 21:06:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:16 ++ 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 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/core-command/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo core-command,cmd/core-command/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/core-data/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo core-data,cmd/core-data/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/core-metadata/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo core-metadata,cmd/core-metadata/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/security-bootstrapper/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/security-proxy-setup/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/support-notifications/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo support-notifications,cmd/support-notifications/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/support-scheduler/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:06:16 + for file in '`ls cmd/**/Dockerfile`' 21:06:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:06:16 ++ cut -d/ -f2 21:06:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:06:17 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 21:06:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:17 21:06:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:06:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:18 latest: Pulling from edgex-devops/git-semver 21:06:18 31603596830f: Pulling fs layer 21:06:18 54011a49482f: Pulling fs layer 21:06:18 a6820b24f6d8: Pulling fs layer 21:06:18 f581987b2513: Pulling fs layer 21:06:18 f581987b2513: Waiting 21:06:18 54011a49482f: Download complete 21:06:18 31603596830f: Download complete 21:06:18 f581987b2513: Verifying Checksum 21:06:18 f581987b2513: Download complete 21:06:18 a6820b24f6d8: Verifying Checksum 21:06:18 a6820b24f6d8: Download complete 21:06:18 31603596830f: Pull complete 21:06:18 54011a49482f: Pull complete 21:06:19 a6820b24f6d8: Pull complete 21:06:20 f581987b2513: Pull complete 21:06:20 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:06:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:06:20 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:06:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:06:23 $ docker top 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:06:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:23 [ssh-agent] Looking for ssh-agent implementation... 21:06:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:23 $ docker exec 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent 21:06:23 SSH_AUTH_SOCK=/tmp/ssh-SeQLqHFK5amW/agent.11 21:06:23 SSH_AGENT_PID=16 21:06:23 Running ssh-add (command line suppressed) 21:06:23 Identity added: /w/workspace/edgex-go/3@tmp/private_key_632752275754963128.key (/w/workspace/edgex-go/3@tmp/private_key_632752275754963128.key) 21:06:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:24 + git tag --points-at HEAD [Pipeline] } 21:06:24 $ docker exec --env ******** --env ******** 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent -k 21:06:24 unset SSH_AUTH_SOCK; 21:06:24 unset SSH_AGENT_PID; 21:06:24 echo Agent pid 16 killed; 21:06:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:06:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:24 [ssh-agent] Looking for ssh-agent implementation... 21:06:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:24 $ docker exec 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent 21:06:24 SSH_AUTH_SOCK=/tmp/ssh-IoR7LEXbCQmw/agent.45 21:06:24 SSH_AGENT_PID=50 21:06:24 Running ssh-add (command line suppressed) 21:06:25 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4158315960375522025.key (/w/workspace/edgex-go/3@tmp/private_key_4158315960375522025.key) 21:06:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:25 + git semver init 21:06:25 # -> Open(): unable to determine branch for HEAD 21:06:25 # $GIT_DIR = /w/workspace/edgex-go/3/.git 21:06:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 21:06:25 # $SEMVER_REMOTE_NAME = origin 21:06:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:06:25 # $SEMVER_USER_NAME = edgex-jenkins 21:06:25 # $SEMVER_BRANCH = PR-3423 21:06:25 # $SEMVER_TEMP = /tmp/semver-416230216 21:06:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:06:43 # '/tmp/semver-416230216' -> '/w/workspace/edgex-go/3/.semver' 21:06:44 # -> Force: false 21:06:44 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 21:06:44 $ docker exec --env ******** --env ******** 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 ssh-agent -k 21:06:44 unset SSH_AUTH_SOCK; 21:06:44 unset SSH_AGENT_PID; 21:06:44 echo Agent pid 50 killed; 21:06:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:45 + git semver [Pipeline] } 21:06:45 $ docker stop --time=1 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 21:06:47 $ docker rm -f 3bf689ac14cf0d8c4e55919af183edada08cb86069ffd7e1208b96ff49de4cd5 [Pipeline] // withDockerContainer [Pipeline] sh 21:06:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:06:48 Stashed 1 file(s) [Pipeline] echo 21:06:48 [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 21:06:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:06:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:06:49 + sudo service docker restart 21:06:49 + true 21:06:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:06:49 ========================================================= 21:06:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:06:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:06:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:06:55 Sending build context to Docker daemon 329.9MB 21:06:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:06:55 Step 2/6 : FROM ${BASE} 21:06:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:06:55 540db60ca938: Pulling fs layer 21:06:55 adcc1eea9eea: Pulling fs layer 21:06:55 4c4ab2625f07: Pulling fs layer 21:06:55 0510c868ecb4: Pulling fs layer 21:06:55 afea3b2eda06: Pulling fs layer 21:06:55 7809a108b3ef: Pulling fs layer 21:06:55 f706445af74f: Pulling fs layer 21:06:55 afea3b2eda06: Waiting 21:06:55 7809a108b3ef: Waiting 21:06:55 f706445af74f: Waiting 21:06:55 0510c868ecb4: Waiting 21:06:55 4c4ab2625f07: Verifying Checksum 21:06:55 4c4ab2625f07: Download complete 21:06:55 adcc1eea9eea: Verifying Checksum 21:06:55 adcc1eea9eea: Download complete 21:06:55 afea3b2eda06: Verifying Checksum 21:06:55 afea3b2eda06: Download complete 21:06:55 7809a108b3ef: Verifying Checksum 21:06:55 7809a108b3ef: Download complete 21:06:55 540db60ca938: Verifying Checksum 21:06:55 540db60ca938: Download complete 21:06:55 540db60ca938: Pull complete 21:06:55 adcc1eea9eea: Pull complete 21:06:55 4c4ab2625f07: Pull complete 21:06:57 f706445af74f: Verifying Checksum 21:06:57 f706445af74f: Download complete 21:06:58 0510c868ecb4: Verifying Checksum 21:06:58 0510c868ecb4: Download complete 21:07:03 Still waiting to schedule task 21:07:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:07:05 0510c868ecb4: Pull complete 21:07:05 afea3b2eda06: Pull complete 21:07:05 7809a108b3ef: Pull complete 21:07:10 f706445af74f: Pull complete 21:07:10 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:07:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:07:10 ---> b068be0155e3 21:07:10 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 21:07:10 ---> Running in 7c6734d7e024 21:07:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:07:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:07:12 (1/12) Installing libmagic (5.39-r0) 21:07:13 (2/12) Installing file (5.39-r0) 21:07:13 (3/12) Installing libc-dev (0.7.2-r3) 21:07:13 (4/12) Installing g++ (10.2.1_pre1-r3) 21:07:18 (5/12) Installing fortify-headers (1.1-r0) 21:07:18 (6/12) Installing patch (2.7.6-r6) 21:07:18 (7/12) Installing build-base (0.5-r2) 21:07:18 (8/12) Installing libsodium (1.0.18-r0) 21:07:18 (9/12) Installing pkgconf (1.7.3-r0) 21:07:18 (10/12) Installing libsodium-dev (1.0.18-r0) 21:07:18 (11/12) Installing libzmq (4.3.3-r1) 21:07:18 (12/12) Installing zeromq-dev (4.3.3-r1) 21:07:18 Executing busybox-1.32.1-r6.trigger 21:07:18 OK: 219 MiB in 52 packages 21:07:22 Removing intermediate container 7c6734d7e024 21:07:22 ---> f6b0fc0cd72e 21:07:22 Step 4/6 : WORKDIR /edgex-go 21:07:22 ---> Running in 25807fca68df 21:07:22 Removing intermediate container 25807fca68df 21:07:22 ---> 999fc8f83941 21:07:22 Step 5/6 : COPY go.mod . 21:07:22 ---> 84383992f15e 21:07:22 Step 6/6 : RUN go mod download 21:07:22 ---> Running in 89245418c065 21:07:44 Removing intermediate container 89245418c065 21:07:44 ---> 847fc3a0cee6 21:07:44 Successfully built 847fc3a0cee6 21:07:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:07:44 + docker inspect -f . ci-base-image-x86_64 21:07:44 . [Pipeline] withDockerContainer 21:07:44 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:07:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:07:45 $ docker top 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:46 + go version 21:07:46 go version go1.16.3 linux/amd64 [Pipeline] } 21:07:46 $ docker stop --time=1 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c 21:07:48 $ docker rm -f 81ecb63781db11ad645848f6d25197125da008d18bb6939706feed19afee7a1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:07:48 + docker inspect -f . ci-base-image-x86_64 21:07:48 . [Pipeline] withDockerContainer 21:07:48 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:07:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:07:49 $ docker top 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 -eo pid,comm [Pipeline] { [Pipeline] echo 21:07:49 ========================================================= 21:07:49 [edgeXBuildGoParallel] Running Tests and Build... 21:07:49 ========================================================= [Pipeline] sh 21:07:50 + go mod tidy [Pipeline] sh 21:07:51 + make test 21:07:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:08:01 ? github.com/edgexfoundry/edgex-go [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:08:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:08:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:08:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:08:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:08:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:08:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:08:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.085s coverage: 19.8% of statements 21:08:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 87.7% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:08:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 21:08:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.422s coverage: 28.6% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.216s coverage: 97.5% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:08:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 95.1% of statements 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.9% of statements 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.053s coverage: 22.6% of statements 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 21:08:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 21:08:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 21:08:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 21:09:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.254s coverage: 81.8% of statements 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 76.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.2% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.253s coverage: 64.4% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 62.9% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 43.4% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 92.6% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.828s coverage: 28.7% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.080s coverage: 64.6% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 97.6% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:09:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:09:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:09:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 21:09:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:09:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:09:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 21:09:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 28.1% of statements 21:09:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 21:09:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 21:09:18 GO111MODULE=on go vet ./... 21:09:57 gofmt -l . 21:09:57 [ "`gofmt -l .`" = "" ] 21:09:57 ./bin/test-go-mod-tidy.sh 21:09:57 ./bin/test-attribution-txt.sh [Pipeline] sh 21:09:58 + ls -al . 21:09:58 total 808 21:09:58 drwxrwxr-x 10 1001 1001 4096 May 5 21:09 . 21:09:58 drwxr-xr-x 4 root root 28 May 5 21:07 .. 21:09:58 -rw-rw-r-- 1 1001 1001 11 May 5 21:06 .dockerignore 21:09:58 drwxrwxr-x 8 1001 1001 179 May 5 21:06 .git 21:09:58 drwxrwxr-x 3 1001 1001 125 May 5 21:06 .github 21:09:58 -rw-rw-r-- 1 1001 1001 818 May 5 21:06 .gitignore 21:09:58 drwx------ 3 1001 1001 60 May 5 21:06 .semver 21:09:58 -rw-rw-r-- 1 1001 1001 166 May 5 21:06 .sonarcloud.properties 21:09:58 -rw-rw-r-- 1 1001 1001 8609 May 5 21:06 Attribution.txt 21:09:58 -rw-rw-r-- 1 1001 1001 3804 May 5 21:06 CONTRIBUTING.md 21:09:58 -rw-rw-r-- 1 1001 1001 931 May 5 21:06 Dockerfile.build 21:09:58 -rw-rw-r-- 1 1001 1001 863 May 5 21:06 Jenkinsfile 21:09:58 -rw-rw-r-- 1 1001 1001 10775 May 5 21:06 LICENSE 21:09:58 -rw-rw-r-- 1 1001 1001 5774 May 5 21:06 Makefile 21:09:58 -rw-rw-r-- 1 1001 1001 7978 May 5 21:06 README.md 21:09:58 -rw-rw-r-- 1 1001 1001 6755 May 5 21:06 SECURITY.md 21:09:58 -rw-rw-r-- 1 1001 1001 5 May 5 21:06 VERSION 21:09:58 -rw-rw-r-- 1 1001 1001 4131 May 5 21:06 ZMQWindows.md 21:09:58 drwxrwxr-x 2 1001 1001 117 May 5 21:06 bin 21:09:58 drwxrwxr-x 14 1001 1001 4096 May 5 21:06 cmd 21:09:58 -rw-r--r-- 1 root root 699522 May 5 21:09 coverage.out 21:09:58 -rw-r--r-- 1 root root 1060 May 5 21:09 go.mod 21:09:58 -rw-r--r-- 1 root root 22209 May 5 21:07 go.sum 21:09:58 drwxrwxr-x 8 1001 1001 127 May 5 21:06 internal 21:09:58 drwxrwxr-x 4 1001 1001 26 May 5 21:06 openapi 21:09:58 drwxrwxr-x 4 1001 1001 71 May 5 21:06 snap 21:09:58 -rw-rw-r-- 1 1001 1001 168 May 5 21:06 version.go [Pipeline] sh 21:09:58 + '[' -e coverage.out ] 21:09:58 + chown 1001:1001 coverage.out [Pipeline] stash 21:09:58 Stashed 1 file(s) [Pipeline] sh 21:09:59 + make build 21:09:59 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 21:10:01 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 21:10:14 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 21:10:14 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 21:10: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 21:10:16 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 21:10:18 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 21:10:20 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 21:10:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:10:22 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 21:10:24 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 21:10:25 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] } 21:10:28 $ docker stop --time=1 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 21:10:29 $ docker rm -f 1f7837af7d0d046c6d92ac0c062a002cd4b323d8494942dec6c4048505c00e52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:10:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3095 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 21:10:31 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 21:10:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:31 21:10:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:10:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:31 latest: Pulling from edgex-devops/edgex-compose 21:10:31 cbdbe7a5bc2a: Pulling fs layer 21:10:31 ca9280d653b3: Pulling fs layer 21:10:31 7e9c9ca2126c: Pulling fs layer 21:10:31 cbdbe7a5bc2a: Download complete 21:10:32 cbdbe7a5bc2a: Pull complete 21:10:32 ca9280d653b3: Verifying Checksum 21:10:32 ca9280d653b3: Download complete 21:10:34 ca9280d653b3: Pull complete 21:10:34 7e9c9ca2126c: Verifying Checksum 21:10:34 7e9c9ca2126c: Download complete 21:10:37 using credential edgex-jenkins-ssh 21:10:37 Cloning the remote Git repository 21:10:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:10:37 > git init /w/workspace/edgex-go/3 # timeout=10 21:10:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:10:37 > git --version # timeout=10 21:10:37 > git --version # 'git version 2.17.1' 21:10:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:10:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:10:42 7e9c9ca2126c: Pull complete 21:10:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:10:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:10:42 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:10:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:44 $ docker top 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:45 + docker-compose build --help 21:10:45 + grep parallel 21:10:45 --parallel Build images in parallel. [Pipeline] } 21:10:46 $ docker stop --time=1 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 21:10:47 $ docker rm -f 360a0c059b9e8fa6dea55827ec06cdf8f71cbc844ca742b73065362407c6a000 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:49 . [Pipeline] withDockerContainer 21:10:49 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:10:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:50 $ docker top 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:50 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:51 Building docker-core-command-go ... 21:10:51 Building docker-core-data-go ... 21:10:51 Building docker-core-metadata-go ... 21:10:51 Building docker-security-bootstrapper-go ... 21:10:51 Building docker-security-proxy-setup-go ... 21:10:51 Building docker-security-secretstore-setup-go ... 21:10:51 Building docker-support-notifications-go ... 21:10:51 Building docker-support-scheduler-go ... 21:10:51 Building docker-sys-mgmt-agent-go ... 21:10:51 Building docker-core-data-go 21:10:51 Building docker-support-scheduler-go 21:10:51 Building docker-support-notifications-go 21:10:51 Building docker-security-bootstrapper-go 21:10:51 Building docker-core-command-go 21:11:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:03 Merging remotes/origin/master commit 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e 21:11:03 Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e 21:11:03 Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) 21:11:03 > git config core.sparsecheckout # timeout=10 21:11:03 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 21:11:03 > git remote # timeout=10 21:11:03 > git config --get remote.origin.url # timeout=10 21:11:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:03 > git merge 314c98582e5516062556e8d719161f3c11283427 # timeout=10 21:11:03 > git rev-parse HEAD^{commit} # timeout=10 21:11:03 > git config core.sparsecheckout # timeout=10 21:11:03 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 21:11:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:11:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:11:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:11:10 + true 21:11:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:11:12 provisioning config files... 21:11:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6034123375410075964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:12 ---> docker-login.sh 21:11:12 nexus3.edgexfoundry.org:10001 21:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:14 Configure a credential helper to remove this warning. See 21:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:14 21:11:14 Login Succeeded 21:11:14 nexus3.edgexfoundry.org:10002 21:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:14 Configure a credential helper to remove this warning. See 21:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:14 21:11:14 Login Succeeded 21:11:14 nexus3.edgexfoundry.org:10003 21:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:15 Configure a credential helper to remove this warning. See 21:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:15 21:11:15 Login Succeeded 21:11:15 nexus3.edgexfoundry.org:10004 21:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:15 Configure a credential helper to remove this warning. See 21:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:15 21:11:15 Login Succeeded 21:11:15 docker.io 21:11:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:16 Configure a credential helper to remove this warning. See 21:11:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:16 21:11:16 Login Succeeded 21:11:16 ---> docker-login.sh ends [Pipeline] } 21:11:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:11:16 ========================================================= 21:11:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:11:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:11:19 Sending build context to Docker daemon 167.5MB 21:11:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:11:19 Step 2/6 : FROM ${BASE} 21:11:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:11:19 595b0fe564bb: Pulling fs layer 21:11:19 7186ed65a4f7: Pulling fs layer 21:11:19 316046926c0a: Pulling fs layer 21:11:19 4ebd0625c992: Pulling fs layer 21:11:19 207e8628e3a3: Pulling fs layer 21:11:19 c791037a9be2: Pulling fs layer 21:11:19 ffd874e62e21: Pulling fs layer 21:11:19 207e8628e3a3: Waiting 21:11:19 4ebd0625c992: Waiting 21:11:19 c791037a9be2: Waiting 21:11:19 ffd874e62e21: Waiting 21:11:19 316046926c0a: Download complete 21:11:19 7186ed65a4f7: Verifying Checksum 21:11:19 7186ed65a4f7: Download complete 21:11:19 207e8628e3a3: Verifying Checksum 21:11:19 207e8628e3a3: Download complete 21:11:19 c791037a9be2: Verifying Checksum 21:11:19 c791037a9be2: Download complete 21:11:19 595b0fe564bb: Verifying Checksum 21:11:19 595b0fe564bb: Download complete 21:11:20 595b0fe564bb: Pull complete 21:11:20 7186ed65a4f7: Pull complete 21:11:21 316046926c0a: Pull complete 21:11:22 ffd874e62e21: Verifying Checksum 21:11:22 ffd874e62e21: Download complete 21:11:23 4ebd0625c992: Verifying Checksum 21:11:23 4ebd0625c992: Download complete 21:11:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:30 ---> 847fc3a0cee6 21:11:30 Step 3/23 : WORKDIR /edgex-go 21:11:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:30 ---> 847fc3a0cee6 21:11:30 Step 3/23 : WORKDIR /edgex-go 21:11:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:30 ---> 847fc3a0cee6 21:11:30 Step 3/22 : WORKDIR /edgex-go 21:11:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:30 ---> 847fc3a0cee6 21:11:30 Step 3/22 : WORKDIR /edgex-go 21:11:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:11:30 ---> 847fc3a0cee6 21:11:30 Step 3/31 : WORKDIR /edgex-go 21:11:30 ---> Running in 584a5df1a35f 21:11:30 ---> Running in 63b3b340c44f 21:11:30 ---> Running in ca396b688da5 21:11:30 ---> Running in 73940c076ed4 21:11:30 ---> Running in d31e2c6f07b0 21:11:30 Removing intermediate container d31e2c6f07b0 21:11:30 ---> 3f693a0fc800 21:11:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:30 Removing intermediate container 584a5df1a35f 21:11:30 ---> 787af3316417 21:11:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:30 Removing intermediate container 73940c076ed4 21:11:30 ---> f4de84adf4fa 21:11:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:30 Removing intermediate container 63b3b340c44f 21:11:30 ---> 132b8fdf9f49 21:11:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:30 Removing intermediate container ca396b688da5 21:11:30 ---> d3d5d3a9eebc 21:11:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:30 ---> Running in a3fa59fcb079 21:11:30 ---> Running in 9cb4589cae90 21:11:30 ---> Running in e0796b0a345e 21:11:30 ---> Running in f25acdf9ce6f 21:11:30 ---> Running in 0ae50103ec83 21:11:31 Removing intermediate container 9cb4589cae90 21:11:31 ---> 4f100ccd41a2 21:11:31 Step 5/22 : RUN apk add --update --no-cache make git 21:11:31 Removing intermediate container a3fa59fcb079 21:11:31 ---> a21852123df8 21:11:31 Step 5/31 : RUN apk add --update --no-cache make git 21:11:31 Removing intermediate container e0796b0a345e 21:11:31 ---> 7ab1a09b70cc 21:11:31 Step 5/23 : RUN apk add --update --no-cache make git 21:11:31 ---> Running in bccb49cdeaa7 21:11:31 ---> Running in a55172761ea8 21:11:31 Removing intermediate container f25acdf9ce6f 21:11:31 ---> 24ccf6e96ca2 21:11:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:11:31 ---> Running in 866ba9a9324f 21:11:31 Removing intermediate container 0ae50103ec83 21:11:31 ---> b77afc8305e7 21:11:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:11:31 ---> Running in 804a8b547295 21:11:31 ---> Running in c889ed78996d 21:11:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:11:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:11:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:11:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:11:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:11:33 4ebd0625c992: Pull complete 21:11:33 207e8628e3a3: Pull complete 21:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:11:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:11:33 c791037a9be2: Pull complete 21:11:34 OK: 219 MiB in 52 packages 21:11:34 OK: 219 MiB in 52 packages 21:11:34 OK: 219 MiB in 52 packages 21:11:34 OK: 219 MiB in 52 packages 21:11:35 OK: 219 MiB in 52 packages 21:11:35 Removing intermediate container bccb49cdeaa7 21:11:35 ---> 575113e6e6d2 21:11:35 Step 6/22 : COPY go.mod . 21:11:35 Removing intermediate container 804a8b547295 21:11:35 ---> 535f9baff6f8 21:11:35 Step 6/23 : COPY go.mod . 21:11:35 ---> d0c8872f938c 21:11:35 Step 7/22 : RUN go mod download 21:11:35 Removing intermediate container a55172761ea8 21:11:35 ---> 1248b53edc0b 21:11:35 Step 6/31 : COPY go.mod . 21:11:35 ---> Running in 64b996e21ea2 21:11:35 ---> edae0d3c1b18 21:11:35 Step 7/23 : RUN go mod download 21:11:36 ---> Running in 90539013c6a2 21:11:36 ---> f037bf44347f 21:11:36 Step 7/31 : RUN go mod download 21:11:36 Removing intermediate container 866ba9a9324f 21:11:36 ---> 8463836c7703 21:11:36 Step 6/23 : COPY go.mod . 21:11:36 Removing intermediate container c889ed78996d 21:11:36 ---> 24cff8696421 21:11:36 Step 6/22 : COPY go.mod . 21:11:36 ---> Running in cbc59e0065d0 21:11:36 ---> 37dbbb55cda3 21:11:36 Step 7/23 : RUN go mod download 21:11:36 ---> Running in c1ed0986b00d 21:11:36 ---> 8635f1c1b50f 21:11:36 Step 7/22 : RUN go mod download 21:11:36 ---> Running in 102291560ed4 21:11:37 ffd874e62e21: Pull complete 21:11:37 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:11:37 ---> cfc18b08335c 21:11:37 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 21:11:38 Removing intermediate container 90539013c6a2 21:11:38 ---> 380625f4fe69 21:11:38 Step 8/23 : COPY . . 21:11:38 Removing intermediate container 64b996e21ea2 21:11:38 ---> 315f57f35f1d 21:11:38 Step 8/22 : COPY . . 21:11:38 Removing intermediate container cbc59e0065d0 21:11:38 ---> 17a565906624 21:11:38 Step 8/31 : COPY . . 21:11:41 ---> Running in 8d645abd7e1f 21:11:41 Removing intermediate container c1ed0986b00d 21:11:41 ---> 2a8fb7c50c49 21:11:41 Step 8/23 : COPY . . 21:11:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:11:42 Removing intermediate container 102291560ed4 21:11:42 ---> aa30ed9f6f7a 21:11:42 Step 8/22 : COPY . . 21:11:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:11:43 (1/12) Installing libmagic (5.39-r0) 21:11:43 (2/12) Installing file (5.39-r0) 21:11:44 (3/12) Installing libc-dev (0.7.2-r3) 21:11:44 (4/12) Installing g++ (10.2.1_pre1-r3) 21:11:49 (5/12) Installing fortify-headers (1.1-r0) 21:11:49 (6/12) Installing patch (2.7.6-r6) 21:11:49 (7/12) Installing build-base (0.5-r2) 21:11:49 (8/12) Installing libsodium (1.0.18-r0) 21:11:49 (9/12) Installing pkgconf (1.7.3-r0) 21:11:49 (10/12) Installing libsodium-dev (1.0.18-r0) 21:11:50 (11/12) Installing libzmq (4.3.3-r1) 21:11:50 (12/12) Installing zeromq-dev (4.3.3-r1) 21:11:50 Executing busybox-1.32.1-r6.trigger 21:11:50 OK: 218 MiB in 52 packages 21:11:54 Removing intermediate container 8d645abd7e1f 21:11:54 ---> a651c1b4742e 21:11:54 Step 4/6 : WORKDIR /edgex-go 21:11:54 ---> Running in bdbbfd04d7cb 21:11:55 Removing intermediate container bdbbfd04d7cb 21:11:55 ---> 95357151a6a6 21:11:55 Step 5/6 : COPY go.mod . 21:11:55 ---> 4d549f481883 21:11:55 Step 6/6 : RUN go mod download 21:11:55 ---> Running in c52436b38f5a 21:12:21 ---> a81c8e7b75c0 21:12:21 ---> a363870a719e 21:12:21 Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-data/core-data 21:12:21 21:12:21 ---> Running in 8ce5a1b14727 21:12:21 ---> Running in 4cf2923a30a0 21:12:21 ---> d596b44497a1 21:12:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:12:21 ---> 7894d7708c6d 21:12:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:12:21 ---> b52ef3a32600 21:12:21 Step 9/23 : RUN make cmd/core-command/core-command 21:12:21 ---> Running in 5b0457dec1b8 21:12:21 ---> Running in 3b19ef2b61df 21:12:21 ---> Running in 4aff1de0b569 21:12:21 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 21:12:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:12:21 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 21:12:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:12:21 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 21:12:22 Removing intermediate container c52436b38f5a 21:12:22 ---> dcd03d6f4287 21:12:22 Successfully built dcd03d6f4287 21:12:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:12:22 + docker inspect -f . ci-base-image-arm64 21:12:22 . [Pipeline] withDockerContainer 21:12:23 prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container 21:12:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:12:24 $ docker top 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:25 + go version 21:12:25 go version go1.16.3 linux/arm64 [Pipeline] } 21:12:25 $ docker stop --time=1 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 21:12:27 $ docker rm -f 57fa064a2c52cf973c33fc19f4bd2ec73749c60bdfdc5cd9294321c5e0e90293 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:12:28 + docker inspect -f . ci-base-image-arm64 21:12:28 . [Pipeline] withDockerContainer 21:12:28 prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container 21:12:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:12:30 $ docker top e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 -eo pid,comm [Pipeline] { [Pipeline] echo 21:12:30 ========================================================= 21:12:30 [edgeXBuildGoParallel] Running Tests and Build... 21:12:30 ========================================================= [Pipeline] sh 21:12:31 + go mod tidy [Pipeline] sh 21:12:32 + make test 21:12:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:12:59 ? github.com/edgexfoundry/edgex-go [no test files] 21:13:08 Removing intermediate container 3b19ef2b61df 21:13:08 ---> 10139d41ec7c 21:13:08 21:13:08 Step 10/31 : FROM alpine:3.12 21:13:08 3.12: Pulling from library/alpine 21:13:08 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:13:08 Status: Downloaded newer image for alpine:3.12 21:13:08 ---> 13621d1b12d4 21:13:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:13:10 ---> Running in bc0bffb114bf 21:13:10 Removing intermediate container 4cf2923a30a0 21:13:10 ---> 12066cc1cbfd 21:13:10 21:13:10 Step 10/22 : FROM alpine:3.12 21:13:10 ---> 13621d1b12d4 21:13:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:13:11 Removing intermediate container 5b0457dec1b8 21:13:11 ---> 0d4fc11003ff 21:13:11 21:13:11 Step 10/22 : FROM alpine:3.12 21:13:11 ---> 13621d1b12d4 21:13:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:13:11 Removing intermediate container 4aff1de0b569 21:13:11 ---> 55ed79f50f3c 21:13:11 21:13:11 Step 10/23 : FROM alpine:3.12 21:13:11 ---> 13621d1b12d4 21:13:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:13:11 ---> Running in 638a1f9d8d68 21:13:11 ---> Running in 0067eea28f82 21:13:11 ---> Running in 89a49365f15c 21:13:11 Removing intermediate container bc0bffb114bf 21:13:11 ---> 9a330acbc913 21:13:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:13:11 ---> Running in 3e27fd60abbc 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:13 (1/1) Installing dumb-init (1.2.2-r1) 21:13:13 Executing busybox-1.31.1-r20.trigger 21:13:13 (1/1) Installing dumb-init (1.2.2-r1) 21:13:13 Executing busybox-1.31.1-r20.trigger 21:13:13 (1/2) Installing dumb-init (1.2.2-r1) 21:13:13 (2/2) Installing su-exec (0.2-r1) 21:13:13 Executing busybox-1.31.1-r20.trigger 21:13:13 (1/2) Installing ca-certificates (20191127-r4) 21:13:13 OK: 6 MiB in 15 packages 21:13:13 OK: 6 MiB in 15 packages 21:13:13 OK: 6 MiB in 16 packages 21:13:13 (2/2) Installing dumb-init (1.2.2-r1) 21:13:13 Executing busybox-1.31.1-r20.trigger 21:13:13 Executing ca-certificates-20191127-r4.trigger 21:13:13 OK: 6 MiB in 16 packages 21:13:15 Removing intermediate container 8ce5a1b14727 21:13:15 ---> 4761121a41ad 21:13:15 21:13:15 Step 10/23 : FROM alpine:3.12 21:13:15 ---> 13621d1b12d4 21:13:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:15 ---> Running in cb0f995cfad3 21:13:16 Removing intermediate container cb0f995cfad3 21:13:16 ---> bb4cc2659060 21:13:16 Step 12/23 : ENV APP_PORT=48080 21:13:16 Removing intermediate container 638a1f9d8d68 21:13:16 ---> 852c9a4c164f 21:13:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:16 Removing intermediate container 0067eea28f82 21:13:16 ---> eb52ca160516 21:13:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:16 ---> Running in c5c847f284b7 21:13:16 ---> Running in 47314796b5a1 21:13:16 Removing intermediate container 89a49365f15c 21:13:16 ---> 8133fa96fed0 21:13:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:13:16 Removing intermediate container 3e27fd60abbc 21:13:16 ---> ad33958ddc35 21:13:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:13:16 ---> Running in 5497aa528afe 21:13:16 ---> Running in 2ff27ff3fe21 21:13:16 ---> Running in 0e799d48cd0b 21:13:16 Removing intermediate container 47314796b5a1 21:13:16 ---> 5accc3a72ca4 21:13:16 Step 13/22 : ENV APP_PORT=48085 21:13:16 Removing intermediate container c5c847f284b7 21:13:16 ---> b44ee3922a0c 21:13:16 Step 13/23 : EXPOSE $APP_PORT 21:13:16 Removing intermediate container 5497aa528afe 21:13:16 ---> 889953619ec2 21:13:16 Step 13/23 : ENV APP_PORT=48082 21:13:17 ---> Running in e87cd907c7f5 21:13:17 ---> Running in e865c160ec61 21:13:17 ---> Running in 6010da605da4 21:13:17 Removing intermediate container 2ff27ff3fe21 21:13:17 ---> 0b0ce68f6215 21:13:17 Step 13/22 : ENV APP_PORT=48060 21:13:17 Removing intermediate container 0e799d48cd0b 21:13:17 ---> 59310a2820d3 21:13:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:13:17 ---> Running in d4815b6b71ba 21:13:17 Removing intermediate container e87cd907c7f5 21:13:17 ---> 4c160e0c1f51 21:13:17 Step 14/22 : EXPOSE $APP_PORT 21:13:17 ---> Running in c71980317d40 21:13:17 Removing intermediate container 6010da605da4 21:13:17 ---> 690709a9de63 21:13:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:17 Removing intermediate container e865c160ec61 21:13:17 ---> a01d342c0055 21:13:17 Step 14/23 : EXPOSE $APP_PORT 21:13:17 ---> Running in b2a0f5d19af9 21:13:17 ---> Running in d230f5ec0d70 21:13:17 ---> Running in d3605c121783 21:13:17 Removing intermediate container c71980317d40 21:13:17 ---> 37cb70889091 21:13:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:13:17 Removing intermediate container d4815b6b71ba 21:13:17 ---> f9b2753f0d20 21:13:17 Step 14/22 : EXPOSE $APP_PORT 21:13:18 ---> Running in cb8e981fde2e 21:13:18 ---> Running in 42a09c7ba903 21:13:18 Removing intermediate container b2a0f5d19af9 21:13:18 ---> ff5c94ece8c0 21:13:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:18 Removing intermediate container d3605c121783 21:13:18 ---> 74510899915c 21:13:18 Step 15/23 : WORKDIR / 21:13:18 ---> Running in f269673f4eca 21:13:18 Removing intermediate container 42a09c7ba903 21:13:18 ---> 5e9c81cdb080 21:13:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:19 ---> 4fce23f65a04 21:13:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:13:19 Removing intermediate container f269673f4eca 21:13:19 ---> d946977c1e1a 21:13:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:20 ---> c91a8b62b18c 21:13:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:13:20 ---> 6686bcbf6e98 21:13:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:13:20 ---> 25dfa2c5aca3 21:13:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:13:20 Removing intermediate container d230f5ec0d70 21:13:20 ---> e10bfb8dc61d 21:13:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:13:20 Removing intermediate container cb8e981fde2e 21:13:20 ---> a9f62e0645ab 21:13:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:13:20 ---> 12aa2c686f56 21:13:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:13:21 ---> Running in 0e9e32d6b212 21:13:21 ---> Running in d0397328d545 21:13:21 ---> eb022eeeb523 21:13:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:13:21 ---> 24a2ef5244df 21:13:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:13:21 ---> Running in 94f64c206833 21:13:21 ---> 4e109286b127 21:13:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:13:21 Removing intermediate container d0397328d545 21:13:21 ---> 9ee63ce7c3fb 21:13:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:13:21 ---> Running in 7f59f8a6924f 21:13:21 Removing intermediate container 94f64c206833 21:13:21 ---> f0face662ba3 21:13:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:21 ---> Running in 6435131a922d 21:13:22 ---> dc93cc87bc8d 21:13:22 Step 19/23 : ENTRYPOINT ["/core-command"] 21:13:22 Removing intermediate container 7f59f8a6924f 21:13:22 ---> 4a9f9eca0b3e 21:13:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:22 ---> 52109c73ed62 21:13:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:13:22 Removing intermediate container 6435131a922d 21:13:22 ---> ea5aaa154560 21:13:22 Step 20/22 : LABEL arch=x86_64 21:13:22 ---> Running in 3bb6152f5eda 21:13:22 ---> Running in ae375aa9791f 21:13:22 ---> Running in 05c362f328fc 21:13:22 ---> Running in dcfb1ec8fa3d 21:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:22 Removing intermediate container 3bb6152f5eda 21:13:22 ---> c2fa607e3322 21:13:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:22 Removing intermediate container ae375aa9791f 21:13:22 ---> 2161a9053d9c 21:13:22 Step 20/22 : LABEL arch=x86_64 21:13:22 Removing intermediate container dcfb1ec8fa3d 21:13:22 ---> 5df5cd259733 21:13:22 Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:13:22 ---> Running in f54435a352e6 21:13:22 (1/6) Installing dumb-init (1.2.2-r1) 21:13:22 ---> Running in d1d73e7446ab 21:13:22 ---> Running in 94dadc3e39ea 21:13:22 (2/6) Installing libgcc (9.3.0-r2) 21:13:22 (3/6) Installing libsodium (1.0.18-r0) 21:13:23 Removing intermediate container f54435a352e6 21:13:23 ---> 2171cc9dcb4c 21:13:23 Step 21/23 : LABEL arch=x86_64 21:13:23 Removing intermediate container d1d73e7446ab 21:13:23 ---> 3f0a8b6d3757 21:13:23 Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:13:23 ---> Running in b377cefe60e9 21:13:23 Removing intermediate container 94dadc3e39ea 21:13:23 ---> 9e8d315efbb7 21:13:23 Step 22/22 : LABEL version=0.0.0 21:13:23 ---> Running in 7b5702454113 21:13:23 (4/6) Installing libstdc++ (9.3.0-r2) 21:13:23 ---> Running in d8adea350de0 21:13:23 Removing intermediate container b377cefe60e9 21:13:23 ---> c2763dd64200 21:13:23 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:13:23 Removing intermediate container 7b5702454113 21:13:23 ---> f62d80352b13 21:13:23 Step 22/22 : LABEL version=0.0.0 21:13:23 ---> Running in 9e534fbae283 21:13:23 Removing intermediate container d8adea350de0 21:13:23 ---> 0848ed134697 21:13:23 21:13:23 ---> Running in 96f6fcc20f3c 21:13:23 Removing intermediate container 05c362f328fc 21:13:23 ---> ebd5a51894d4 21:13:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:24 Removing intermediate container 9e534fbae283 21:13:24 ---> 679e2a870938 21:13:24 Step 23/23 : LABEL version=0.0.0 21:13:24 (5/6) Installing libzmq (4.3.3-r0) 21:13:24 Successfully built 0848ed134697 21:13:24 Successfully tagged docker-support-scheduler-go:latest 21:13:24  Building docker-support-scheduler-go ... done Removing intermediate container 96f6fcc20f3c 21:13:24 ---> aa09c99ea55d 21:13:24 21:13:24 Building docker-sys-mgmt-agent-go 21:13:24 (6/6) Installing zeromq (4.3.3-r0) 21:13:24 ---> Running in 291f315413cb 21:13:24 Executing busybox-1.31.1-r20.trigger 21:13:24 OK: 8 MiB in 20 packages 21:13:24 ---> 5c00eec4eae5 21:13:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:13:24 Successfully built aa09c99ea55d 21:13:24 Successfully tagged docker-support-notifications-go:latest 21:13:24 Building docker-security-secretstore-setup-go 21:13:25  Building docker-support-notifications-go ... done Removing intermediate container 291f315413cb 21:13:25 ---> a64cabcabcc8 21:13:25 21:13:25 Successfully built a64cabcabcc8 21:13:25 Successfully tagged docker-core-command-go:latest 21:13:25 Building docker-security-proxy-setup-go 21:13:25  Building docker-core-command-go ... done  ---> e868f58e7016 21:13:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:13:25 Removing intermediate container 0e9e32d6b212 21:13:25 ---> eaf99bdf30bd 21:13:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:26 ---> 085769fcde32 21:13:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:13:28 ---> 5fdf112b5a8e 21:13:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:33 ---> 66ffe0985363 21:13:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:13:33 ---> dba8f42535d3 21:13:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:13:36 ---> b8c3496ac468 21:13:36 Step 19/23 : ENTRYPOINT ["/core-data"] 21:13:36 ---> 1bebd254cc61 21:13:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:13:36 ---> Running in d7429f701e03 21:13:36 ---> Running in 2c9da090d7b9 21:13:36 Removing intermediate container d7429f701e03 21:13:36 ---> 73fc0bbf4c80 21:13:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:36 ---> Running in 4ec91e1c0005 21:13:36 Removing intermediate container 2c9da090d7b9 21:13:36 ---> a33a3321ab85 21:13:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:13:36 Removing intermediate container 4ec91e1c0005 21:13:36 ---> 73a34f6814ae 21:13:36 Step 21/23 : LABEL arch=x86_64 21:13:36 ---> Running in 6b2c93cedd35 21:13:36 ---> 5a601b85c57c 21:13:36 Step 26/31 : RUN chmod +x /entrypoint.sh 21:13:37 Removing intermediate container 6b2c93cedd35 21:13:37 ---> c35c504de43d 21:13:37 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:13:37 ---> Running in d752f549723c 21:13:46 ---> Running in ffff15774a0a 21:13:46 Removing intermediate container ffff15774a0a 21:13:46 ---> 6d92a4a3d84b 21:13:46 Step 23/23 : LABEL version=0.0.0 21:13:47 ---> Running in b1f56456c4be 21:13:48 Removing intermediate container b1f56456c4be 21:13:48 ---> 7d0aa49c9d8c 21:13:48 21:13:49 Successfully built 7d0aa49c9d8c 21:13:49 Successfully tagged docker-core-data-go:latest 21:13:49  Building docker-core-data-go ... done Building docker-core-metadata-go 21:13:49 Removing intermediate container d752f549723c 21:13:49 ---> 5d1f08c52cca 21:13:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:13:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> 847fc3a0cee6 21:13:49 Step 3/21 : WORKDIR /edgex-go 21:13:49 ---> Using cache 21:13:49 ---> d3d5d3a9eebc 21:13:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:49 ---> Using cache 21:13:49 ---> b77afc8305e7 21:13:49 Step 5/21 : RUN apk add --update --no-cache make git 21:13:49 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> 847fc3a0cee6 21:13:49 Step 3/25 : WORKDIR /edgex-go 21:13:49 ---> Using cache 21:13:49 ---> d3d5d3a9eebc 21:13:49 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:49 ---> Using cache 21:13:49 ---> b77afc8305e7 21:13:49 Step 5/25 : RUN apk add --update --no-cache make git 21:13:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:50 ---> 847fc3a0cee6 21:13:50 Step 3/23 : WORKDIR /edgex-go 21:13:50 ---> Using cache 21:13:50 ---> d3d5d3a9eebc 21:13:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:50 ---> Using cache 21:13:50 ---> b77afc8305e7 21:13:50 Step 5/23 : RUN apk add --update --no-cache make bash git 21:13:52 ---> Running in 2dfaa4a43adf 21:13:52 ---> Running in f24a77eb97ed 21:13:52 ---> Running in 8d116b7eae6b 21:13:52 ---> Running in 917ed0e9da47 21:13:52 Removing intermediate container 917ed0e9da47 21:13:52 ---> f2c45210f537 21:13:52 Step 28/31 : CMD ["gate"] 21:13:54 ---> Running in 16a05ecefe61 21:13:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:13:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:13:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:13:55 Removing intermediate container 16a05ecefe61 21:13:55 ---> 35bf7e51672d 21:13:55 Step 29/31 : LABEL arch=x86_64 21:13:55 ---> Running in f013540558fb 21:13:55 Removing intermediate container f013540558fb 21:13:55 ---> d7c72550e691 21:13:55 Step 30/31 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:13:55 ---> Running in 22a798426c5c 21:13:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:13:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:13:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:13:55 Removing intermediate container 22a798426c5c 21:13:55 ---> 241e117a4e5b 21:13:55 Step 31/31 : LABEL version=0.0.0 21:13:56 ---> Running in e98a41d4103a 21:13:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:13:56 OK: 219 MiB in 52 packages 21:13:56 Removing intermediate container e98a41d4103a 21:13:56 ---> 8f353451ad72 21:13:56 21:13:56 OK: 219 MiB in 52 packages 21:13:56 Successfully built 8f353451ad72 21:13:57 OK: 219 MiB in 52 packages 21:13:57 Successfully tagged docker-security-bootstrapper-go:latest 21:13:59  Building docker-security-bootstrapper-go ... done Removing intermediate container 8d116b7eae6b 21:13:59 ---> d30c406c4959 21:13:59 Step 6/23 : COPY go.mod . 21:14:00 Removing intermediate container 2dfaa4a43adf 21:14:00 ---> 0206c0a095da 21:14:00 Step 6/25 : COPY go.mod . 21:14:00 ---> ce9da06c68f9 21:14:00 Step 7/23 : RUN go mod download 21:14:00 Removing intermediate container f24a77eb97ed 21:14:00 ---> 09401c6bd599 21:14:00 Step 6/21 : COPY go.mod . 21:14:01 ---> Running in 56446686bf5b 21:14:01 ---> 7bf8497ccb63 21:14:01 Step 7/21 : RUN go mod download 21:14:01 ---> af2f94e6b34f 21:14:01 Step 7/25 : RUN go mod download 21:14:01 ---> Running in 6b7fcc0e0f04 21:14:02 ---> Running in 18758910cfb9 21:14:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:14:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:04 ---> 847fc3a0cee6 21:14:04 Step 3/23 : WORKDIR /edgex-go 21:14:04 ---> Using cache 21:14:04 ---> d3d5d3a9eebc 21:14:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:04 ---> Using cache 21:14:04 ---> b77afc8305e7 21:14:04 Step 5/23 : RUN apk add --update --no-cache make git 21:14:04 ---> Using cache 21:14:04 ---> 09401c6bd599 21:14:04 Step 6/23 : COPY go.mod . 21:14:04 ---> Using cache 21:14:04 ---> 7bf8497ccb63 21:14:04 Step 7/23 : RUN go mod download 21:14:04 ---> Running in e70351adb989 21:14:05 Removing intermediate container 56446686bf5b 21:14:05 ---> 27bb9784fcd0 21:14:05 Step 8/23 : COPY . . 21:14:05 Removing intermediate container 6b7fcc0e0f04 21:14:05 ---> 61e28ba4e88c 21:14:05 Step 8/21 : COPY . . 21:14:05 Removing intermediate container 18758910cfb9 21:14:05 ---> b31d49b3bbb4 21:14:05 Step 8/25 : COPY . . 21:14:12 Removing intermediate container e70351adb989 21:14:12 ---> f28c308801f1 21:14:12 Step 8/23 : COPY . . 21:14:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:14:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:14:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:14:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:14:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:14:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:14:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:14:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:14:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:14:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:14:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:14:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.106s coverage: 19.8% of statements 21:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements 21:14:39 ---> c8e4d57a7d7c 21:14:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:14:39 ---> 5f468bc9badd 21:14:39 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:14:40 ---> Running in 9f43217f7c86 21:14:40 ---> Running in 8d35b3439f68 21:14:40 ---> cb0e0af47064 21:14:40 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:14:41 ---> 0204870d4833 21:14:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:14:41 ---> Running in 214e63efc0ac 21:14:41 ---> Running in 75961e7406af 21:14:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:14:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:14:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.229s coverage: 100.0% of statements 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:14:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:14:43 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 21:14:43 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 21:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:14:43 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 21:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.515s coverage: 87.7% of statements 21:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 78.9% of statements 21:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.203s coverage: 28.6% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.288s coverage: 100.0% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.319s coverage: 100.0% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.468s coverage: 97.5% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.284s coverage: 78.3% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:15:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 95.1% of statements 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:15:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:15:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.278s coverage: 0.9% of statements 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:15:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.122s coverage: 22.6% of statements 21:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements 21:15:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.200s coverage: 79.5% of statements 21:15:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.130s coverage: 94.1% of statements 21:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.155s coverage: 96.3% of statements 21:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements 21:15:15 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 21:15:15 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 21:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.159s coverage: 94.4% of statements 21:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements 21:15:16 Removing intermediate container 9f43217f7c86 21:15:16 ---> a0ceb228a5f8 21:15:16 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:15:16 ---> Running in 52c96e0160a9 21:15:17 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 21:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.501s coverage: 81.8% of statements 21:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:15:22 Removing intermediate container 214e63efc0ac 21:15:22 ---> 7d42c182005d 21:15:22 21:15:22 Step 10/25 : FROM alpine:3.12 21:15:23 ---> 13621d1b12d4 21:15:23 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:15:23 Removing intermediate container 8d35b3439f68 21:15:23 ---> fd2d03e8be91 21:15:23 21:15:23 Step 10/21 : FROM alpine:3.12 21:15:23 ---> 13621d1b12d4 21:15:23 Step 11/21 : RUN apk add --update --no-cache curl 21:15:23 Removing intermediate container 75961e7406af 21:15:23 ---> fe28b9176f2f 21:15:23 21:15:23 Step 10/23 : FROM alpine:3.12 21:15:23 ---> 13621d1b12d4 21:15:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:15:23 ---> Using cache 21:15:23 ---> eb52ca160516 21:15:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:15:23 ---> Using cache 21:15:23 ---> 889953619ec2 21:15:23 Step 13/23 : ENV APP_PORT=48081 21:15:23 ---> Running in 8bb181e632d7 21:15:23 ---> Running in 934336f9cfa1 21:15:23 ---> Running in a97823c178f1 21:15:23 Removing intermediate container 52c96e0160a9 21:15:23 ---> ae2bbd6355ac 21:15:23 21:15:23 Step 11/23 : FROM docker:20.10.0 21:15:23 20.10.0: Pulling from library/docker 21:15:24 Removing intermediate container a97823c178f1 21:15:24 ---> 3cfac9acdc4f 21:15:24 Step 14/23 : EXPOSE $APP_PORT 21:15:24 ---> Running in 7eb5b07cff00 21:15:24 Removing intermediate container 7eb5b07cff00 21:15:24 ---> dc78e257a594 21:15:24 Step 15/23 : WORKDIR / 21:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:25 (1/6) Installing ca-certificates (20191127-r4) 21:15:25 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:15:25 (3/6) Installing libcurl (7.76.1-r0) 21:15:25 (4/6) Installing curl (7.76.1-r0) 21:15:25 (1/4) Installing ca-certificates (20191127-r4) 21:15:25 (5/6) Installing dumb-init (1.2.2-r1) 21:15:25 (6/6) Installing su-exec (0.2-r1) 21:15:25 Executing busybox-1.31.1-r20.trigger 21:15:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:15:25 Executing ca-certificates-20191127-r4.trigger 21:15:25 (3/4) Installing libcurl (7.76.1-r0) 21:15:25 (4/4) Installing curl (7.76.1-r0) 21:15:25 Executing busybox-1.31.1-r20.trigger 21:15:25 Executing ca-certificates-20191127-r4.trigger 21:15:25 OK: 7 MiB in 20 packages 21:15:25 OK: 7 MiB in 18 packages 21:15:25 ---> Running in 92c74642a578 21:15:25 Removing intermediate container 92c74642a578 21:15:25 ---> eb86eb6de40f 21:15:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:15:27 Removing intermediate container 8bb181e632d7 21:15:27 ---> 30892f9f48da 21:15:27 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.198s coverage: 92.9% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 76.0% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.0% of statements 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 85.4% of statements 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements 21:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements 21:15:27 ---> 1caf58eec836 21:15:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:15:27 ---> Running in 15cf2fdc3c81 21:15:27 Removing intermediate container 934336f9cfa1 21:15:27 ---> 6f7ba9cee76b 21:15:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 21:15:28 ---> Running in 1a9ad800032a 21:15:28 Removing intermediate container 15cf2fdc3c81 21:15:28 ---> e24b371d7732 21:15:28 Step 13/25 : WORKDIR / 21:15:28 Removing intermediate container 1a9ad800032a 21:15:28 ---> 790a4f556f3d 21:15:28 Step 13/21 : WORKDIR /edgex 21:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 21:15:28 ---> Running in 0150475bc4b8 21:15:28 ---> Running in 764e8f81cebe 21:15:28 ---> b69ed04c3b06 21:15:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:15:28 Removing intermediate container 0150475bc4b8 21:15:28 ---> 5dfd93935fc2 21:15:28 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:15:28 Removing intermediate container 764e8f81cebe 21:15:28 ---> f22623a40822 21:15:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:15:28 ---> f47d0d298482 21:15:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:15:29 ---> Running in 24e24c4a54b3 21:15:29 ---> dce3a8bd604f 21:15:29 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:15:29 ---> 8488f686e110 21:15:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:15:29 Removing intermediate container 24e24c4a54b3 21:15:29 ---> d7866591aea9 21:15:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements 21:15:29 ---> 46824856086a 21:15:29 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:15:29 Status: Downloaded newer image for docker:20.10.0 21:15:29 ---> aefe523efa57 21:15:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:15:30 ---> Running in 0f0cc00818df 21:15:30 ---> Running in 17f6f6ae393b 21:15:30 ---> 5ed3834863fe 21:15:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:15:30 ---> 2c712ca8ed5a 21:15:30 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:15:30 Removing intermediate container 0f0cc00818df 21:15:30 ---> c13fab7e7505 21:15:30 Step 21/23 : LABEL arch=x86_64 21:15:30 ---> Running in 6bd9326d5001 21:15:30 Removing intermediate container 17f6f6ae393b 21:15:30 ---> 3c83fcb971b5 21:15:30 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:15:30 ---> Running in 54e3f24d1e7d 21:15:30 ---> e5ed62e35e16 21:15:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:15:30 Removing intermediate container 6bd9326d5001 21:15:30 ---> 7bb4c6b24e89 21:15:30 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:15:30 ---> dd56d18bfa7b 21:15:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:15:31 ---> Running in 3a19e784884b 21:15:31 ---> Running in d1ebabbd8a52 21:15:31 ---> 7f6b3d7ae20b 21:15:31 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:15:31 Removing intermediate container 3a19e784884b 21:15:31 ---> d5bdaafe97d6 21:15:31 Step 23/23 : LABEL version=0.0.0 21:15:31 Removing intermediate container d1ebabbd8a52 21:15:31 ---> 244955b54e1d 21:15:31 Step 18/21 : CMD ["--init=true"] 21:15:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:31 ---> Running in 70064c620f30 21:15:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:31 ---> Running in b2bbe6718dc2 21:15:31 (1/39) Installing readline (8.0.4-r0) 21:15:31 ---> 122dee810b28 21:15:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:15:31 (2/39) Installing bash (5.0.17-r0) 21:15:31 Removing intermediate container 70064c620f30 21:15:31 ---> 00331e01e28d 21:15:31 21:15:31 Executing bash-5.0.17-r0.post-install 21:15:31 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:15:31 (4/39) Installing libcurl (7.76.1-r0) 21:15:31 (5/39) Installing curl (7.76.1-r0) 21:15:31 (6/39) Installing dumb-init (1.2.2-r1) 21:15:31 (7/39) Installing libbz2 (1.0.8-r1) 21:15:31 (8/39) Installing expat (2.2.9-r1) 21:15:32 (9/39) Installing libffi (3.3-r2) 21:15:32 (10/39) Installing gdbm (1.13-r1) 21:15:32 Removing intermediate container b2bbe6718dc2 21:15:32 ---> 7dc5ab5b24ba 21:15:32 Step 19/21 : LABEL arch=x86_64 21:15:32 (11/39) Installing xz-libs (5.2.5-r0) 21:15:32 (12/39) Installing sqlite-libs (3.32.1-r0) 21:15:32 (13/39) Installing python3 (3.8.8-r0) 21:15:32 Successfully built 00331e01e28d 21:15:32 ---> Running in 31442c235bf6 21:15:32 Successfully tagged docker-core-metadata-go:latest 21:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.000s coverage: 62.9% of statements 21:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:15:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.701s coverage: 43.4% of statements 21:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 21:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:15:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 21:15:35  Building docker-core-metadata-go ... done  ---> 96847df9f88c 21:15:35 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:15:35 ---> Running in fb4b75b3cd8d 21:15:35 Removing intermediate container 31442c235bf6 21:15:35 ---> acd70e3b1f72 21:15:35 Step 20/21 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:15:35 (14/39) Installing py3-appdirs (1.4.4-r1) 21:15:35 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:15:35 (16/39) Installing py3-parsing (2.4.7-r0) 21:15:35 (17/39) Installing py3-six (1.15.0-r0) 21:15:35 (18/39) Installing py3-packaging (20.4-r0) 21:15:35 (19/39) Installing py3-setuptools (47.0.0-r0) 21:15:35 (20/39) Installing py3-chardet (3.0.4-r4) 21:15:36 (21/39) Installing py3-idna (2.9-r0) 21:15:36 ---> Running in f9a997c79687 21:15:36 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:15:36 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:15:36 (24/39) Installing py3-requests (2.23.0-r0) 21:15:36 (25/39) Installing py3-msgpack (1.0.0-r0) 21:15:36 (26/39) Installing py3-lockfile (0.12.2-r3) 21:15:36 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:15:36 (28/39) Installing py3-colorama (0.4.3-r0) 21:15:36 (29/39) Installing py3-distlib (0.3.0-r0) 21:15:37 (30/39) Installing py3-distro (1.5.0-r1) 21:15:38 (31/39) Installing py3-webencodings (0.5.1-r3) 21:15:38 (32/39) Installing py3-html5lib (1.0.1-r4) 21:15:38 Removing intermediate container f9a997c79687 21:15:38 ---> 6c8f9786c06e 21:15:38 Step 21/21 : LABEL version=0.0.0 21:15:38 (33/39) Installing py3-pytoml (0.1.21-r0) 21:15:38 (34/39) Installing py3-pep517 (0.8.2-r0) 21:15:38 (35/39) Installing py3-progress (1.5-r0) 21:15:38 (36/39) Installing py3-toml (0.10.1-r0) 21:15:38 (37/39) Installing py3-retrying (1.3.3-r0) 21:15:38 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:15:38 (39/39) Installing py3-pip (20.1.1-r0) 21:15:39 ---> Running in e0aa4f6d1c6e 21:15:39 Executing busybox-1.31.1-r19.trigger 21:15:39 OK: 72 MiB in 59 packages 21:15:39 Removing intermediate container e0aa4f6d1c6e 21:15:39 ---> 88602bdeb06b 21:15:39 21:15:40 Removing intermediate container fb4b75b3cd8d 21:15:40 ---> 6de73e20893e 21:15:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:15:40 ---> Running in 697fe8bf0392 21:15:40 Successfully built 88602bdeb06b 21:15:40 Successfully tagged docker-security-proxy-setup-go:latest 21:15:40  Building docker-security-proxy-setup-go ... done Collecting docker-compose==1.23.2 21:15:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:15:40 Removing intermediate container 697fe8bf0392 21:15:40 ---> 45a4a50849ec 21:15:40 Step 23/25 : LABEL arch=x86_64 21:15:40 ---> Running in 6a4ba34109f7 21:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.167s coverage: 9.6% of statements 21:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:15:40 Removing intermediate container 6a4ba34109f7 21:15:40 ---> 55a9efa5656e 21:15:40 Step 24/25 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:15:40 Collecting PyYAML<4,>=3.10 21:15:40 Downloading PyYAML-3.13.tar.gz (270 kB) 21:15:40 ---> Running in f49883b39153 21:15:41 Removing intermediate container f49883b39153 21:15:41 ---> e78251988693 21:15:41 Step 25/25 : LABEL version=0.0.0 21:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.486s coverage: 92.6% of statements 21:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:15:41 ---> Running in 7119e8df62bc 21:15:41 Collecting dockerpty<0.5,>=0.4.1 21:15:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:15:41 Removing intermediate container 7119e8df62bc 21:15:41 ---> 55765fa569a1 21:15:41 21:15:41 Successfully built 55765fa569a1 21:15:42 Successfully tagged docker-security-secretstore-setup-go:latest 21:15:42  Building docker-security-secretstore-setup-go ... done Collecting texttable<0.10,>=0.9.0 21:15:42 Downloading texttable-0.9.1.tar.gz (11 kB) 21:15:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:15:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:15:43 Collecting docker<4.0,>=3.6.0 21:15:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:15:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:15:43 Collecting cached-property<2,>=1.2.0 21:15:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:15:43 Collecting jsonschema<3,>=2.5.1 21:15:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:15:43 Collecting docopt<0.7,>=0.6.1 21:15:43 Downloading docopt-0.6.2.tar.gz (25 kB) 21:15:44 Collecting websocket-client<1.0,>=0.32.0 21:15:44 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:15:44 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) 21:15:44 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) 21:15:44 Collecting idna<2.8,>=2.5 21:15:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:15:44 Collecting urllib3<1.25,>=1.21.1 21:15:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:15:44 Collecting docker-pycreds>=0.4.0 21:15:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:15:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:15:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:15:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:15:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:15:44 Installing collected packages: PyYAML, dockerpty, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, docker-compose 21:15:44 Running setup.py install for PyYAML: started 21:15:45 Running setup.py install for PyYAML: finished with status 'done' 21:15:45 Running setup.py install for dockerpty: started 21:15:45 Running setup.py install for dockerpty: finished with status 'done' 21:15:45 Running setup.py install for texttable: started 21:15:46 Running setup.py install for texttable: finished with status 'done' 21:15:46 Attempting uninstall: idna 21:15:46 Found existing installation: idna 2.9 21:15:46 Uninstalling idna-2.9: 21:15:46 Successfully uninstalled idna-2.9 21:15:46 Attempting uninstall: urllib3 21:15:46 Found existing installation: urllib3 1.25.9 21:15:46 Uninstalling urllib3-1.25.9: 21:15:46 Successfully uninstalled urllib3-1.25.9 21:15:46 Attempting uninstall: requests 21:15:46 Found existing installation: requests 2.23.0 21:15:46 Uninstalling requests-2.23.0: 21:15:46 Successfully uninstalled requests-2.23.0 21:15:47 Running setup.py install for docopt: started 21:15:47 Running setup.py install for docopt: finished with status 'done' 21:15:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.632s coverage: 28.7% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.177s coverage: 100.0% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.182s coverage: 64.6% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.325s coverage: 97.6% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.085s coverage: 100.0% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:15:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:15:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 21:15:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements 21:15:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 21:15:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:15:51 GO111MODULE=on go vet ./... 21:15:56 Removing intermediate container 54e3f24d1e7d 21:15:56 ---> 3b465ee2637e 21:15:56 Step 14/23 : ENV APP_PORT=48090 21:15:56 ---> Running in e6b2a4fd80bc 21:15:56 Removing intermediate container e6b2a4fd80bc 21:15:56 ---> 9adab28a9377 21:15:56 Step 15/23 : EXPOSE $APP_PORT 21:15:56 ---> Running in 66ac84a6e3fe 21:15:56 Removing intermediate container 66ac84a6e3fe 21:15:56 ---> 28c55f65b86f 21:15:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:15:56 ---> 13c1a2bd382e 21:15:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:15:56 ---> 3f750b33d4f2 21:15:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:15:57 ---> 3b4adbd45358 21:15:57 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:15:57 ---> Running in ec39c5514446 21:15:57 Removing intermediate container ec39c5514446 21:15:57 ---> d085ec9d4462 21:15:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:57 ---> Running in d47915395956 21:15:57 Removing intermediate container d47915395956 21:15:57 ---> 96b1e7474fc0 21:15:57 Step 21/23 : LABEL arch=x86_64 21:15:57 ---> Running in 39c9c2e20dc5 21:15:57 Removing intermediate container 39c9c2e20dc5 21:15:57 ---> d4bd20dc6684 21:15:57 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:15:57 ---> Running in 5f971b9a6b85 21:15:58 Removing intermediate container 5f971b9a6b85 21:15:58 ---> 5816450999f9 21:15:58 Step 23/23 : LABEL version=0.0.0 21:15:58 ---> Running in caccb90c035c 21:15:58 Removing intermediate container caccb90c035c 21:15:58 ---> 0fe5abaf534d 21:15:58 21:15:58 Successfully built 0fe5abaf534d 21:15:58 Successfully tagged docker-sys-mgmt-agent-go:latest 21:15:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:15:59 $ docker stop --time=1 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef 21:16:01 $ docker rm -f 693a3923e5f3b542f7c36aa11f4d417455c5ceecd58335971184bf39d3712fef [Pipeline] // withDockerContainer [Pipeline] sh 21:16:02 + docker images 21:16:02 + grep docker 21:16:02 docker-sys-mgmt-agent-go latest 0fe5abaf534d 4 seconds ago 312MB 21:16:02 docker-security-secretstore-setup-go latest 55765fa569a1 21 seconds ago 25.7MB 21:16:02 docker-security-proxy-setup-go latest 88602bdeb06b 23 seconds ago 25.3MB 21:16:02 docker-core-metadata-go latest 00331e01e28d 31 seconds ago 18.6MB 21:16:02 docker-security-bootstrapper-go latest 8f353451ad72 2 minutes ago 18.2MB 21:16:02 docker-core-data-go latest 7d0aa49c9d8c 2 minutes ago 21.5MB 21:16:02 docker-core-command-go latest a64cabcabcc8 2 minutes ago 17MB 21:16:02 docker-support-scheduler-go latest 0848ed134697 2 minutes ago 17.1MB 21:16:02 docker-support-notifications-go latest aa09c99ea55d 2 minutes ago 17.6MB 21:16:02 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 21:16:18 Still waiting to schedule task 21:16:18 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:17:12 Running on prd-ubuntu18.04-docker-8c-8g-3096 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 21:17:13 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:17:15 using credential edgex-jenkins-ssh 21:17:15 Cloning the remote Git repository 21:17:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:17:15 > git init /w/workspace/edgex-go/3 # timeout=10 21:17:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:17:15 > git --version # timeout=10 21:17:15 > git --version # 'git version 2.17.1' 21:17:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:17:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:17:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:17:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:17:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:17:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:17:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:17:26 Merging remotes/origin/master commit 314c98582e5516062556e8d719161f3c11283427 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e 21:17:26 Merge succeeded, producing 24542bf0f2c01e78c3341a21639054c613ede31e 21:17:26 Checking out Revision 24542bf0f2c01e78c3341a21639054c613ede31e (PR-3423) 21:17:26 > git config core.sparsecheckout # timeout=10 21:17:26 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 21:17:26 > git remote # timeout=10 21:17:26 > git config --get remote.origin.url # timeout=10 21:17:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:17:26 > git merge 314c98582e5516062556e8d719161f3c11283427 # timeout=10 21:17:26 > git rev-parse HEAD^{commit} # timeout=10 21:17:26 > git config core.sparsecheckout # timeout=10 21:17:26 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # timeout=10 21:17:28 gofmt -l . 21:17:28 [ "`gofmt -l .`" = "" ] 21:17:29 ./bin/test-go-mod-tidy.sh 21:17:29 ./bin/test-attribution-txt.sh 21:17:29 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:30 + echo snap-build.sh 21:17:30 snap-build.sh 21:17:30 + SNAP_BASE_DIR=. 21:17:30 + '[' '!' -z /w/workspace/edgex-go/3 ']' 21:17:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 21:17:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 21:17:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 21:17:30 + cd /w/workspace/edgex-go/3 21:17:30 + sudo apt-get remove -qy --purge lxd lxd-client 21:17:30 Reading package lists... 21:17:30 Building dependency tree... 21:17:30 Reading state information... 21:17:31 The following packages were automatically installed and are no longer required: 21:17:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:17:31 uidmap xdelta3 21:17:31 Use 'sudo apt autoremove' to remove them. 21:17:31 The following packages will be REMOVED: 21:17:31 lxd* lxd-client* 21:17:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:17:31 After this operation, 31.7 MB disk space will be freed. [Pipeline] sh 21:17:32 + ls -al . 21:17:32 total 836 21:17:32 drwxrwxr-x 9 1001 1001 4096 May 5 21:17 . 21:17:32 drwxr-xr-x 4 root root 4096 May 5 21:12 .. 21:17:32 -rw-rw-r-- 1 1001 1001 11 May 5 21:11 .dockerignore 21:17:32 drwxrwxr-x 8 1001 1001 4096 May 5 21:11 .git 21:17:32 drwxrwxr-x 3 1001 1001 4096 May 5 21:11 .github 21:17:32 -rw-rw-r-- 1 1001 1001 818 May 5 21:11 .gitignore 21:17:32 -rw-rw-r-- 1 1001 1001 166 May 5 21:11 .sonarcloud.properties 21:17:32 -rw-rw-r-- 1 1001 1001 8609 May 5 21:11 Attribution.txt 21:17:32 -rw-rw-r-- 1 1001 1001 3804 May 5 21:11 CONTRIBUTING.md 21:17:32 -rw-rw-r-- 1 1001 1001 931 May 5 21:11 Dockerfile.build 21:17:32 -rw-rw-r-- 1 1001 1001 863 May 5 21:11 Jenkinsfile 21:17:32 -rw-rw-r-- 1 1001 1001 10775 May 5 21:11 LICENSE 21:17:32 -rw-rw-r-- 1 1001 1001 5774 May 5 21:11 Makefile 21:17:32 -rw-rw-r-- 1 1001 1001 7978 May 5 21:11 README.md 21:17:32 -rw-rw-r-- 1 1001 1001 6755 May 5 21:11 SECURITY.md 21:17:32 -rw-rw-r-- 1 1001 1001 5 May 5 21:06 VERSION 21:17:32 -rw-rw-r-- 1 1001 1001 4131 May 5 21:11 ZMQWindows.md 21:17:32 drwxrwxr-x 2 1001 1001 4096 May 5 21:11 bin 21:17:32 drwxrwxr-x 14 1001 1001 4096 May 5 21:11 cmd 21:17:32 -rw-r--r-- 1 root root 699522 May 5 21:15 coverage.out 21:17:32 -rw-r--r-- 1 root root 1060 May 5 21:17 go.mod 21:17:32 -rw-r--r-- 1 root root 22209 May 5 21:12 go.sum 21:17:32 drwxrwxr-x 8 1001 1001 4096 May 5 21:11 internal 21:17:32 drwxrwxr-x 4 1001 1001 4096 May 5 21:11 openapi 21:17:32 drwxrwxr-x 4 1001 1001 4096 May 5 21:11 snap 21:17:32 -rw-rw-r-- 1 1001 1001 168 May 5 21:11 version.go [Pipeline] sh 21:17:32 (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.) 21:17:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:17:33 + '[' -e coverage.out ] 21:17:33 + chown 1001:1001 coverage.out [Pipeline] stash 21:17:33 Warning: overwriting stash ‘coverage-report’ 21:17:33 Removing lxd dnsmasq configuration 21:17:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:17:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:17:34 Stashed 1 file(s) [Pipeline] sh 21:17:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:17:34 (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.) 21:17:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:17:34 + make build 21:17:34 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 21:17:35 Processing triggers for systemd (237-3ubuntu10.42) ... 21:17:35 Processing triggers for ureadahead (0.100.0-21) ... 21:17:37 + sudo snap remove --purge lxd 21:17:37 snap "lxd" is not installed 21:17:37 + sudo groupadd --force --system lxd 21:17:37 ++ whoami 21:17:37 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:17:37 + newgrp - lxd 21:17:37 + sudo snap install lxd 21:17:41 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 21:17:47 2021-05-05T21:17:44Z INFO Waiting for automatic snapd restart... 21:18:02 lxd 4.13 from Canonical* installed 21:18:02 + sudo lxd init --auto 21:18:08 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 21:18:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:18:10 + sudo snap install --classic snapcraft 21:18:14 snapcraft 4.7.1 from Canonical* installed 21:18:14 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:18:14 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:18:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:18:14 Dload Upload Total Spent Left Speed 21:18:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 21:18:14 100 3325k 100 3325k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M 21:18:14 ./yq_linux_amd64 21:18:14 + sudo snapcraft prime --use-lxd 21:18:15 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 21:18:15 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 21:18:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:18:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:18:16 - README.md 21:18:16 21:18:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:18:17 Launching a container. 21:18:19 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 21:18:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:18:26 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 21:18:29 Waiting for container to be ready 21:18:29 To start your first instance, try: lxc launch ubuntu:18.04 21:18:29 21:18:29 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 21:18:32 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 21:18:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:18:32 Waiting for network to be ready... 21:18:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:18:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:18:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 21:18:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:18:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:18:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:18:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 21:18:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 21:18:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:18:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 21:18:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:18:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 21:18:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 21:18:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:18:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:18:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:18:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:18:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:18:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:18:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 21:18:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 21:18:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 21:18:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:18:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 21:18:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 21:18:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 21:18:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:18:35 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 21:18:37 Fetched 24.5 MB in 4s (5479 kB/s) 21:18:38 Reading package lists... 21:18:38 Reading package lists... 21:18:38 Building dependency tree... 21:18:38 Reading state information... 21:18:38 The following additional packages will be installed: 21:18:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:18:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:18:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:18:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:18:38 Suggested packages: 21:18:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:18:38 Recommended packages: 21:18:38 gnupg libsasl2-modules 21:18:38 The following NEW packages will be installed: 21:18:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:18:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:18:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:18:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:18:38 The following packages will be upgraded: 21:18:38 gpg gpg-agent gpgconf libudev1 21:18:38 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 21:18:38 Need to get 3529 kB of archives. 21:18:38 After this operation, 13.3 MB of additional disk space will be used. 21:18:38 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] 21:18:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:18:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:18:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:18:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 21:18:39 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 21:18:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:18:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:18:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:18:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:18:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:18:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:18:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:18:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:18:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:18:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:18:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:18:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:18:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:18:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:18:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:18:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:18:40 debconf: delaying package configuration, since apt-utils is not installed 21:18:40 Fetched 3529 kB in 1s (2727 kB/s) 21:18:40 (Reading database ... 12511 files and directories currently installed.) 21:18:40 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 21:18:40 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:18:40 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 21:18:40 Selecting previously unselected package udev. 21:18:40 (Reading database ... 12511 files and directories currently installed.) 21:18:40 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 21:18:40 Unpacking udev (237-3ubuntu10.46) ... 21:18:40 Selecting previously unselected package libfuse2:amd64. 21:18:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:18:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:18:40 Selecting previously unselected package fuse. 21:18:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:18:40 Unpacking fuse (2.9.7-1ubuntu1) ... 21:18:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:41 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:41 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] } 21:18:41 $ docker stop --time=1 e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 21:18:41 Selecting previously unselected package libksba8:amd64. 21:18:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:18:41 Unpacking libksba8:amd64 (1.3.5-2) ... 21:18:41 Selecting previously unselected package libroken18-heimdal:amd64. 21:18:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:18:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:18:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:18:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:41 Selecting previously unselected package libwind0-heimdal:amd64. 21:18:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:18:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:42 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:18:42 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:42 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:42 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:18:42 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:42 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:18:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:42 Selecting previously unselected package libsasl2-modules-db:amd64. 21:18:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:42 Selecting previously unselected package libsasl2-2:amd64. 21:18:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:42 Selecting previously unselected package libldap-common. 21:18:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:18:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:42 Selecting previously unselected package libldap-2.4-2:amd64. 21:18:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:18:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:42 Selecting previously unselected package dirmngr. 21:18:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:18:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:18:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:18:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:43 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:18:43 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 Setting up libksba8:amd64 (1.3.5-2) ... 21:18:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:43 Setting up udev (237-3ubuntu10.46) ... 21:18:43 invoke-rc.d: policy-rc.d denied execution of start. 21:18:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 Processing triggers for systemd (237-3ubuntu10) ... 21:18:43 Setting up fuse (2.9.7-1ubuntu1) ... 21:18:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:18:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:43 $ docker rm -f e3aec1a2c57a3d278a88251270bda36bca319a1ac58a50562f968e8789b71e31 21:18:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:44 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:18:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:18:44 settings in the [Install] section, and DefaultInstance for template units). 21:18:44 This means they are not meant to be enabled using systemctl. 21:18:44 Possible reasons for having this kind of units are: 21:18:44 1) A unit may be statically enabled by being symlinked from another unit's 21:18:44 .wants/ or .requires/ directory. 21:18:44 2) A unit's purpose may be to act as a helper for some other unit which has 21:18:44 a requirement dependency on it. 21:18:44 3) A unit may be started when needed via activation (socket, path, timer, 21:18:44 D-Bus, udev, scripted systemctl call, ...). 21:18:44 4) In case of template units, the unit is meant to be enabled with some 21:18:44 instance name specified. 21:18:44 Reading package lists... 21:18:44 Building dependency tree... 21:18:44 Reading state information... 21:18:45 The following additional packages will be installed: 21:18:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:18:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:18:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:18:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:18:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:18:45 Suggested packages: 21:18:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:18:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:18:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:18:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:18:45 systemd-container policykit-1 21:18:45 Recommended packages: 21:18:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:18:45 The following NEW packages will be installed: 21:18:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:18:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:18:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:18:45 multiarch-support openssh-client python3 python3-minimal python3.6 21:18:45 python3.6-minimal snapd squashfs-tools sudo 21:18:45 The following packages will be upgraded: 21:18:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:18:45 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 21:18:45 Need to get 35.2 MB of archives. 21:18:45 After this operation, 141 MB of additional disk space will be used. 21:18:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 21:18:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:45 21:18:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:18:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:18:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:18:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:18:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 21:18:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:18:46 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 21:18:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 21:18:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:18:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:18:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:18:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:18:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:18:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:18:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:18:46 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:18:46 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:18:46 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:18:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:18:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:18:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:18:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:18:46 latest: Pulling from edgex-devops/edgex-compose-arm64 21:18:46 29e5d40040c1: Pulling fs layer 21:18:46 1ce36da41761: Pulling fs layer 21:18:46 25b303627fd3: Pulling fs layer 21:18:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:18:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:18:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:18:46 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:18:46 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:18:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:18:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:18:46 29e5d40040c1: Verifying Checksum 21:18:46 29e5d40040c1: Download complete 21:18:47 29e5d40040c1: Pull complete 21:18:47 1ce36da41761: Verifying Checksum 21:18:47 1ce36da41761: Download complete 21:18:47 debconf: delaying package configuration, since apt-utils is not installed 21:18:47 Fetched 35.2 MB in 3s (13.4 MB/s) 21:18:47 (Reading database ... 12757 files and directories currently installed.) 21:18:47 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 21:18:47 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:18:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 21:18:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:18:48 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 21:18:48 (Reading database ... 12757 files and directories currently installed.) 21:18:48 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 21:18:48 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 21:18:48 1ce36da41761: Pull complete 21:18:49 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 21:18:49 (Reading database ... 12757 files and directories currently installed.) 21:18:49 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 21:18:49 Unpacking apt (1.6.13) over (1.6.1) ... 21:18:49 25b303627fd3: Verifying Checksum 21:18:49 25b303627fd3: Download complete 21:18:49 Setting up apt (1.6.13) ... 21:18:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:18:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:18:49 (Reading database ... 12764 files and directories currently installed.) 21:18:49 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:18:49 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:18:50 Selecting previously unselected package libpython3.6-minimal:amd64. 21:18:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:50 Selecting previously unselected package libexpat1:amd64. 21:18:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:18:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:18:50 Selecting previously unselected package python3.6-minimal. 21:18:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:50 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:18:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:18:51 Checking for services that may need to be restarted...done. 21:18:51 Checking for services that may need to be restarted...done. 21:18:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:18:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:18:51 Selecting previously unselected package python3-minimal. 21:18:51 (Reading database ... 13012 files and directories currently installed.) 21:18:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:18:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:18:51 Selecting previously unselected package mime-support. 21:18:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:18:51 Unpacking mime-support (3.60ubuntu1) ... 21:18:51 Selecting previously unselected package libmpdec2:amd64. 21:18:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:18:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:18:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:18:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:52 Selecting previously unselected package python3.6. 21:18:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:18:52 Selecting previously unselected package libpython3-stdlib:amd64. 21:18:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:18:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:18:52 Setting up python3-minimal (3.6.7-1~18.04) ... 21:18:52 Selecting previously unselected package python3. 21:18:52 (Reading database ... 13442 files and directories currently installed.) 21:18:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:18:52 Unpacking python3 (3.6.7-1~18.04) ... 21:18:52 Selecting previously unselected package multiarch-support. 21:18:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:18:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:18:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:18:52 Selecting previously unselected package liblzo2-2:amd64. 21:18:52 (Reading database ... 13479 files and directories currently installed.) 21:18:52 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:18:52 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:18:52 Selecting previously unselected package libbsd0:amd64. 21:18:52 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:18:52 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:18:53 Selecting previously unselected package sudo. 21:18:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:18:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:18:53 Selecting previously unselected package apparmor. 21:18:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:18:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:18:53 Selecting previously unselected package libedit2:amd64. 21:18:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:18:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:18:53 Selecting previously unselected package libkrb5support0:amd64. 21:18:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:18:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:18:53 Selecting previously unselected package libk5crypto3:amd64. 21:18:53 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:18:53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:18:53 Selecting previously unselected package libkeyutils1:amd64. 21:18:53 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:18:53 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:18:53 Selecting previously unselected package libkrb5-3:amd64. 21:18:53 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:18:53 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:18:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:18:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:18:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:18:54 Selecting previously unselected package libssl1.0.0:amd64. 21:18:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:18:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:18:54 Selecting previously unselected package openssh-client. 21:18:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:18:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:18:54 Selecting previously unselected package squashfs-tools. 21:18:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:18:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:18:54 Selecting previously unselected package snapd. 21:18:54 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:18:54 Unpacking snapd (2.48.3+18.04) ... 21:18:57 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:18:57 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:18:57 Setting up mime-support (3.60ubuntu1) ... 21:18:57 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:18:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:18:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:18:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:57 Setting up systemd (237-3ubuntu10.46) ... 21:18:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:18:58 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:18:58 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:18:58 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:18:58 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:18:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:18:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:18:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:18:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:18:59 Setting up python3 (3.6.7-1~18.04) ... 21:18:59 running python rtupdate hooks for python3.6... 21:18:59 running python post-rtupdate hooks for python3.6... 21:18:59 Setting up apparmor (2.12-4ubuntu5.1) ... 21:18:59 25b303627fd3: Pull complete 21:18:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:18:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:18:59 prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container 21:18:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:19:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:19:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:19:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:19:00 Setting up snapd (2.48.3+18.04) ... 21:19:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:19:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:19:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:19:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:19:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:19:02 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:19:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:19:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:19:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:19:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:19:02 /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' 21:19:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:19:02 Processing triggers for systemd (237-3ubuntu10.46) ... 21:19:02 $ docker top 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:03 + grep parallel 21:19:03 + docker-compose build --help 21:19:04 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:19:04 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:19:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:19:05 Reading package lists... 21:19:05 Reading package lists... 21:19:05 Building dependency tree... 21:19:05 Reading state information... 21:19:05 Calculating upgrade... 21:19:05 The following packages will be upgraded: 21:19:05 advancecomp base-files bash binutils binutils-common 21:19:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:19:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:19:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:19:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:19:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:19:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:19:05 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 21:19:05 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 21:19:05 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:19:05 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:19:05 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:19:05 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:19:05 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:19:05 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:19:05 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:19:05 Need to get 64.0 MB of archives. 21:19:05 After this operation, 5034 kB of additional disk space will be used. 21:19:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 21:19:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:19:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:19:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:19:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:19:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:19:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:19:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:19: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] 21:19:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:19:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:19:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:19:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:19:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:19:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:19:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:19:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:19:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:19:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:19:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:19:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:19:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:19:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:19:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:19:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:19:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:19:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:19:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:19:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:19:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:19:06 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:19:06 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:19:06 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:19:06 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:19:06 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:19:06 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:19:06 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 21:19:06 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 21:19:06 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:19:06 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:19:06 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:19:06 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:19:06 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:19:06 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:19:06 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:19:06 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:19:06 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:19:06 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:19:06 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:19:06 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:19:06 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:19:06 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:19:06 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:19:06 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:19:06 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:19:06 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:19:06 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:19:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:19:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:19:06 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:19:06 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:19:06 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:19:06 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:19:06 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:19:06 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:19:07 --parallel Build images in parallel. 21:19:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:19:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:19:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:19:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:19:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:19:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:19:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:19:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:19:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:19:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:19:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:19:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:19:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:19:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:19:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:19:07 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:19:07 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:19:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [Pipeline] } 21:19:07 $ docker stop --time=1 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 21:19:07 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:19:07 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 21:19:07 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:19:07 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:19:07 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:19:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:19:07 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:19:07 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 21:19:07 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 21:19:07 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:19:07 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:19:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:19:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:19:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:19:08 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:19:08 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:19:08 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:19:08 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:19:08 debconf: delaying package configuration, since apt-utils is not installed 21:19:08 Fetched 64.0 MB in 2s (32.3 MB/s) 21:19:08 (Reading database ... 13912 files and directories currently installed.) 21:19:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:19:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:19:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 21:19:09 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 21:19:09 $ docker rm -f 13d32eefa8d94acbf225574559c0c2f3b403a17f916f20b44299bef868877172 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:19:10 . [Pipeline] withDockerContainer 21:19:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 prd-ubuntu18.04-docker-arm64-4c-16g-3095 does not seem to be running inside a container 21:19:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:19:10 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:11 (Reading database ... 13911 files and directories currently installed.) 21:19:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:19:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:19:11 (Reading database ... 13911 files and directories currently installed.) 21:19:11 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:11 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:11 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:11 $ docker top 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 -eo pid,comm 21:19:11 (Reading database ... 13911 files and directories currently installed.) 21:19:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:19:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh 21:19:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:19:12 (Reading database ... 13911 files and directories currently installed.) 21:19:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:19:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:19:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:19:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:19:12 + docker-compose -f ./docker-compose-build.yml build --parallel 21:19:13 Setting up base-files (10.1ubuntu2.10) ... 21:19:13 Installing new version of config file /etc/issue ... 21:19:13 Installing new version of config file /etc/issue.net ... 21:19:13 Installing new version of config file /etc/lsb-release ... 21:19:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:19:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:19:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:19:13 Removing obsolete conffile /etc/default/motd-news ... 21:19:13 (Reading database ... 13912 files and directories currently installed.) 21:19:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:19:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:19:13 Setting up bash (4.4.18-2ubuntu1.2) ... 21:19:13 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 21:19:14 (Reading database ... 13912 files and directories currently installed.) 21:19:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:19:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:19:14 (Reading database ... 13912 files and directories currently installed.) 21:19:14 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:19:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:19:14 Setting up tar (1.29b-2ubuntu0.2) ... 21:19:14 (Reading database ... 13912 files and directories currently installed.) 21:19:14 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:19:14 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:19:14 (Reading database ... 13912 files and directories currently installed.) 21:19:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:15 (Reading database ... 13912 files and directories currently installed.) 21:19:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:19:15 (Reading database ... 13912 files and directories currently installed.) 21:19:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:19:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:19:15 Setting up grep (3.1-2build1) ... 21:19:15 (Reading database ... 13912 files and directories currently installed.) 21:19:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:19:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:19:15 Setting up login (1:4.5-1ubuntu2) ... 21:19:15 (Reading database ... 13912 files and directories currently installed.) 21:19:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:19:16 (Reading database ... 13912 files and directories currently installed.) 21:19:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:17 Building docker-core-command-go ... 21:19:17 Building docker-core-data-go ... 21:19:17 Building docker-core-metadata-go ... 21:19:17 Building docker-security-bootstrapper-go ... 21:19:17 Building docker-security-proxy-setup-go ... 21:19:17 Building docker-security-secretstore-setup-go ... 21:19:17 Building docker-support-notifications-go ... 21:19:17 Building docker-support-scheduler-go ... 21:19:17 Building docker-sys-mgmt-agent-go ... 21:19:17 Building docker-security-bootstrapper-go 21:19:17 Building docker-core-data-go 21:19:17 Building docker-core-metadata-go 21:19:17 Building docker-security-secretstore-setup-go 21:19:17 Building docker-support-notifications-go 21:19:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:19:17 (Reading database ... 13912 files and directories currently installed.) 21:19:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:19:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:18 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:19:18 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:19:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:19:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:19:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:19:19 (Reading database ... 13912 files and directories currently installed.) 21:19:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:19:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:19:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:19:19 (Reading database ... 13912 files and directories currently installed.) 21:19:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:19 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:19 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:19 (Reading database ... 13912 files and directories currently installed.) 21:19:19 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:19 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:19 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:19 (Reading database ... 13912 files and directories currently installed.) 21:19:19 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:19 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:19 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:20 (Reading database ... 13912 files and directories currently installed.) 21:19:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:20 (Reading database ... 13912 files and directories currently installed.) 21:19:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:20 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:20 (Reading database ... 13912 files and directories currently installed.) 21:19:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:20 (Reading database ... 13912 files and directories currently installed.) 21:19:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:21 (Reading database ... 13912 files and directories currently installed.) 21:19:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:19:21 (Reading database ... 13912 files and directories currently installed.) 21:19:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:19:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:19:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:19:22 (Reading database ... 13912 files and directories currently installed.) 21:19:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:19:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:19:23 (Reading database ... 13912 files and directories currently installed.) 21:19:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:19:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:19:23 (Reading database ... 13914 files and directories currently installed.) 21:19:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:19:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:19:23 Setting up debconf (1.5.66ubuntu1) ... 21:19:23 (Reading database ... 13914 files and directories currently installed.) 21:19:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:19:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:19:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:19:23 (Reading database ... 13914 files and directories currently installed.) 21:19:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:19:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:19:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:19:24 (Reading database ... 13914 files and directories currently installed.) 21:19:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:24 (Reading database ... 13914 files and directories currently installed.) 21:19:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:24 (Reading database ... 13914 files and directories currently installed.) 21:19:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:25 (Reading database ... 13914 files and directories currently installed.) 21:19:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 21:19:25 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:19:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:25 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:25 (Reading database ... 13914 files and directories currently installed.) 21:19:25 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:19:25 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:19:25 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:19:25 (Reading database ... 13914 files and directories currently installed.) 21:19:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:19:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:26 (Reading database ... 13914 files and directories currently installed.) 21:19:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:26 (Reading database ... 13914 files and directories currently installed.) 21:19:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:19:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:19:26 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:19:26 (Reading database ... 13914 files and directories currently installed.) 21:19:26 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:19:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:19:27 Setting up passwd (1:4.5-1ubuntu2) ... 21:19:27 (Reading database ... 13914 files and directories currently installed.) 21:19:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:19:27 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:19:27 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:19:27 (Reading database ... 13914 files and directories currently installed.) 21:19:27 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 21:19:27 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:19:27 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 21:19:27 (Reading database ... 13914 files and directories currently installed.) 21:19:27 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 21:19:27 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:19:27 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 21:19:28 (Reading database ... 13914 files and directories currently installed.) 21:19:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:19:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:19:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:19:28 (Reading database ... 13914 files and directories currently installed.) 21:19:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:19:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:19:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:19:28 (Reading database ... 13914 files and directories currently installed.) 21:19:28 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:19:28 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:19:28 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:19:28 (Reading database ... 13914 files and directories currently installed.) 21:19:28 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:19:28 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:19:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:19:29 (Reading database ... 13914 files and directories currently installed.) 21:19:29 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 21:19:29 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 21:19:29 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 21:19:29 (Reading database ... 13914 files and directories currently installed.) 21:19:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 21:19:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 21:19:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 21:19:29 (Reading database ... 13915 files and directories currently installed.) 21:19:29 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:19:29 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:19:29 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:19:29 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:19:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:19:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:19:30 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:19:30 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:19:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:19:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:19:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:19:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:19:30 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:19:30 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:19:30 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:19:30 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:19:30 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:19:30 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:19:31 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:19:31 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:19:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:19:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:19:31 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:19:31 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:19:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:19:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:19:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:19:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:19:33 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:33 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:33 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:33 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:34 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:34 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:34 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:35 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:36 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:36 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:36 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:37 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:37 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:19:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:38 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:19:38 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:38 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:19:38 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:19:38 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:39 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:19:39 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:19:39 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:19:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:19:39 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:19:39 21:19:39 Current default time zone: 'Etc/UTC' 21:19:39 Local time is now: Wed May 5 21:19:39 UTC 2021. 21:19:39 Universal Time is now: Wed May 5 21:19:39 UTC 2021. 21:19:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:19:39 21:19:39 Setting up systemd-sysv (237-3ubuntu10.46) ... 21:19:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 21:19:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:19:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:19:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:19:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:19:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:19:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:19:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:19:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:19:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:19:40 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:40 Setting up patch (2.7.6-2ubuntu1.1) ... 21:19:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:19:40 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:19:40 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:19:40 Installing new version of config file /etc/ssl/openssl.cnf ... 21:19:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:19:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:19:40 Setting up ca-certificates (20210119~18.04.1) ... 21:19:42 Updating certificates in /etc/ssl/certs... 21:19:43 23 added, 27 removed; done. 21:19:43 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:19:43 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:43 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:19:43 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:19:43 Setting up pkgbinarymangler (138.18.04.1) ... 21:19:43 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:19:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:43 Setting up perl (5.26.1-6ubuntu0.5) ... 21:19:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:19:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:19:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:19:43 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:19:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:19:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:19:44 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:19:44 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:19:44 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:19:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:19:44 Processing triggers for systemd (237-3ubuntu10.46) ... 21:19:44 Processing triggers for mime-support (3.60ubuntu1) ... 21:19:44 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:19:44 Updating certificates in /etc/ssl/certs... 21:19:44 0 added, 0 removed; done. 21:19:44 Running hooks in /etc/ca-certificates/update.d... 21:19:44 done. 21:19:45 Reading package lists... 21:19:45 Building dependency tree... 21:19:45 Reading state information... 21:19:45 The following NEW packages will be installed: 21:19:45 apt-transport-https 21:19:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:19:45 Need to get 1692 B of archives. 21:19:45 After this operation, 154 kB of additional disk space will be used. 21:19:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 21:19:46 debconf: delaying package configuration, since apt-utils is not installed 21:19:46 Fetched 1692 B in 0s (8583 B/s) 21:19:46 Selecting previously unselected package apt-transport-https. 21:19:46 (Reading database ... 13920 files and directories currently installed.) 21:19:46 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 21:19:46 Unpacking apt-transport-https (1.6.13) ... 21:19:46 Setting up apt-transport-https (1.6.13) ... 21:19:46 Waiting for network to be ready... 21:19:51 2021-05-05T21:19:49Z INFO Waiting for automatic snapd restart... 21:19:52 snapd 2.49.2 from Canonical* installed 21:19:53 "snapd" switched to the "latest/stable" channel 21:19:53 21:19:55 core18 20210309 from Canonical* installed 21:19:55 "core18" switched to the "latest/stable" channel 21:19:55 21:19:59 snapcraft 4.7.1 from Canonical* installed 21:19:59 "snapcraft" switched to the "latest/stable" channel 21:19:59 21:20:03 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:20:03 - README.md 21:20:03 21:20:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:20:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:10 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:20:10 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:20:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:20:11 Reading package lists... 21:20:11 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 21:20:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:18 Reading package lists... 21:20:18 Building dependency tree... 21:20:18 Reading state information... 21:20:18 Suggested packages: 21:20:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:20:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:20:18 Recommended packages: 21:20:18 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:20:18 The following NEW packages will be installed: 21:20:18 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:20:18 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:20:18 pkg-config zip 21:20:18 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:20:18 Need to get 7663 kB of archives. 21:20:18 After this operation, 43.8 MB of additional disk space will be used. 21:20:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:20:18 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:20:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 21:20:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:20:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:20:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:20:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:20:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:20:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:20:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:20:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:20:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:20:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:20:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:20:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:20:18 debconf: delaying package configuration, since apt-utils is not installed 21:20:18 Fetched 7663 kB in 1s (9785 kB/s) 21:20:18 Selecting previously unselected package libglib2.0-0:amd64. 21:20:18 (Reading database ... 13924 files and directories currently installed.) 21:20:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:20:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:20:19 Selecting previously unselected package libpsl5:amd64. 21:20:19 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:20:19 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:20:19 Selecting previously unselected package libnghttp2-14:amd64. 21:20:19 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:20:19 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:20:19 Selecting previously unselected package librtmp1:amd64. 21:20:19 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:20:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:20:19 Selecting previously unselected package libcurl3-gnutls:amd64. 21:20:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 21:20:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:20:19 Selecting previously unselected package liberror-perl. 21:20:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:20:19 Unpacking liberror-perl (0.17025-1) ... 21:20:19 Selecting previously unselected package git-man. 21:20:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:20:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:20:19 Selecting previously unselected package git. 21:20:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:20:20 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:20:20 Selecting previously unselected package libnorm1:amd64. 21:20:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:20:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:20:20 Selecting previously unselected package libpgm-5.2-0:amd64. 21:20:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:20:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:20:20 Selecting previously unselected package libsodium23:amd64. 21:20:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:20:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:20:20 Selecting previously unselected package libzmq5:amd64. 21:20:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:20:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:20:21 Selecting previously unselected package libzmq3-dev:amd64. 21:20:21 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:20:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:20:21 Selecting previously unselected package pkg-config. 21:20:21 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:20:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:20:21 Selecting previously unselected package zip. 21:20:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:20:21 Unpacking zip (3.0-11build1) ... 21:20:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:20:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:20:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:20:21 Setting up liberror-perl (0.17025-1) ... 21:20:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:20:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:20:21 No schema files found: doing nothing. 21:20:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:20:21 Setting up zip (3.0-11build1) ... 21:20:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:20:21 Setting up libsodium23:amd64 (1.0.16-2) ... 21:20:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:20:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:20:22 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:20:22 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:20:22 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:20:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:20:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:28 git set to automatically installed. 21:20:28 git-man set to automatically installed. 21:20:28 libcurl3-gnutls set to automatically installed. 21:20:28 liberror-perl set to automatically installed. 21:20:28 libglib2.0-0 set to automatically installed. 21:20:28 libnghttp2-14 set to automatically installed. 21:20:28 libnorm1 set to automatically installed. 21:20:28 libpgm-5.2-0 set to automatically installed. 21:20:28 libpsl5 set to automatically installed. 21:20:28 librtmp1 set to automatically installed. 21:20:28 libsodium23 set to automatically installed. 21:20:28 libzmq3-dev set to automatically installed. 21:20:28 libzmq5 set to automatically installed. 21:20:28 pkg-config set to automatically installed. 21:20:28 zip set to automatically installed. 21:20:30 snapd is not logged in, snap install commands will use sudo 21:20:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:37 snap "core18" has no updates available 21:20:38 snapd is not logged in, snap install commands will use sudo 21:20:38 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> dcd03d6f4287 21:20:38 Step 3/25 : WORKDIR /edgex-go 21:20:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> dcd03d6f4287 21:20:38 Step 3/23 : WORKDIR /edgex-go 21:20:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> dcd03d6f4287 21:20:38 Step 3/23 : WORKDIR /edgex-go 21:20:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> dcd03d6f4287 21:20:38 Step 3/31 : WORKDIR /edgex-go 21:20:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:38 ---> dcd03d6f4287 21:20:38 Step 3/22 : WORKDIR /edgex-go 21:20:38 ---> Running in efac18bbe077 21:20:38 ---> Running in f4d9e23dd53b 21:20:38 ---> Running in 796568a584a9 21:20:38 ---> Running in 1aec35cb54d7 21:20:38 ---> Running in 687206e11a9c 21:20:38 Removing intermediate container 796568a584a9 21:20:38 ---> 26562b891242 21:20:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 Removing intermediate container 687206e11a9c 21:20:38 ---> d15f76688480 21:20:38 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 Removing intermediate container efac18bbe077 21:20:38 ---> bfcb6c27ddb3 21:20:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 Removing intermediate container 1aec35cb54d7 21:20:38 ---> 1722b2d3a42d 21:20:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 Removing intermediate container f4d9e23dd53b 21:20:38 ---> 1027f7fa151d 21:20:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:38 ---> Running in 680a40178683 21:20:38 ---> Running in 95e1db9efedb 21:20:38 ---> Running in e88deba3477d 21:20:38 ---> Running in b5150230ef1f 21:20:38 ---> Running in d1902b7c8ff1 21:20:38 Removing intermediate container 680a40178683 21:20:38 ---> 00d92b6a75a2 21:20:38 Step 5/23 : RUN apk add --update --no-cache make git 21:20:38 Removing intermediate container 95e1db9efedb 21:20:38 ---> edc882b49f73 21:20:38 Step 5/25 : RUN apk add --update --no-cache make git 21:20:38 ---> Running in 0567824b0714 21:20:38 Removing intermediate container b5150230ef1f 21:20:38 ---> 10ba2ca0de2e 21:20:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:20:38 ---> Running in 0af8c729bec2 21:20:38 Removing intermediate container d1902b7c8ff1 21:20:38 ---> 41012fd0e353 21:20:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:20:38 ---> Running in 51750e8d52dd 21:20:38 Removing intermediate container e88deba3477d 21:20:38 ---> 22ceb332a5c1 21:20:38 Step 5/31 : RUN apk add --update --no-cache make git 21:20:38 ---> Running in 5a2339e8cd97 21:20:38 ---> Running in 5632934fbffa 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:20:38 OK: 218 MiB in 52 packages 21:20:39 OK: 218 MiB in 52 packages 21:20:39 OK: 218 MiB in 52 packages 21:20:40 OK: 218 MiB in 52 packages 21:20:40 OK: 218 MiB in 52 packages 21:20:41 Removing intermediate container 0567824b0714 21:20:41 ---> 2eb130985df1 21:20:41 Step 6/23 : COPY go.mod . 21:20:41 Removing intermediate container 0af8c729bec2 21:20:41 ---> 3d821e752f87 21:20:41 Step 6/25 : COPY go.mod . 21:20:41 Removing intermediate container 51750e8d52dd 21:20:41 ---> 868fd24c4702 21:20:41 Step 6/22 : COPY go.mod . 21:20:41 Removing intermediate container 5a2339e8cd97 21:20:41 ---> 8aa0ac274c51 21:20:41 Step 6/23 : COPY go.mod . 21:20:41 Removing intermediate container 5632934fbffa 21:20:41 ---> 25b062ddbdcf 21:20:41 Step 6/31 : COPY go.mod . 21:20:41 ---> 7e0d8514ca1f 21:20:41 Step 7/23 : RUN go mod download 21:20:42 ---> Running in 3d5eafbf8f41 21:20:42 ---> 0d3fa4d31a3d 21:20:42 Step 7/25 : RUN go mod download 21:20:42 ---> 876c795f9e40 21:20:42 Step 7/22 : RUN go mod download 21:20:42 ---> Running in cf24cff450a5 21:20:42 ---> 068b0e5246bd 21:20:42 Step 7/23 : RUN go mod download 21:20:43 ---> Running in e1b60b90639a 21:20:43 ---> cd4558a0d594 21:20:43 Step 7/31 : RUN go mod download 21:20:43 ---> Running in 33162bb44917 21:20:43 ---> Running in f039aa98eef7 21:20:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:46 Removing intermediate container 3d5eafbf8f41 21:20:46 ---> dfee1fef56ed 21:20:46 Step 8/23 : COPY . . 21:20:48 Removing intermediate container cf24cff450a5 21:20:48 ---> 9bf25beabfc1 21:20:48 Step 8/25 : COPY . . 21:20:49 Removing intermediate container e1b60b90639a 21:20:49 ---> 99a63f98b508 21:20:49 Step 8/22 : COPY . . 21:20:49 Removing intermediate container f039aa98eef7 21:20:49 ---> e289c23e4616 21:20:49 Step 8/31 : COPY . . 21:20:49 Removing intermediate container 33162bb44917 21:20:49 ---> a687644a748d 21:20:49 Step 8/23 : COPY . . 21:21:04 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:21:04 Pulling go-build-helper 21:21:04 + snapcraftctl pull 21:21:04 'app-service-config' has dependencies that need to be staged: go-build-helper 21:21:04 Skipping pull go-build-helper (already ran) 21:21:04 Building go-build-helper 21:21:04 + snapcraftctl build 21:21:05 Staging go-build-helper 21:21:05 + snapcraftctl stage 21:21:16 ---> 3cd0b4c3702e 21:21:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:21:16 ---> Running in 9c8c39dc146b 21:21:16 ---> c31c62c2a94f 21:21:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:21:16 ---> 56328e6c6ee2 21:21:16 Step 9/23 : RUN make cmd/core-data/core-data 21:21:16 ---> 724c1e797625 21:21:16 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:21:16 ---> ca2a13e9684b 21:21:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:21:16 ---> Running in 718a8d2b94ec 21:21:16 ---> Running in f9c5fb7ef0a3 21:21:16 ---> Running in ddc3f9df19d4 21:21:16 ---> Running in 3daf2f98bc74 21:21:16 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 21:21:16 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 21:21:16 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 21:21:16 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 21:21:16 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 21:21:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:21:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:21:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 21:21:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:21:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:21:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 21:21:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 21:21:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:21:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 21:21:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 21:21:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 21:21:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:21:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:21:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:21:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:21:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:21:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:21:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:21:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:21:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 21:21:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 21:21:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 21:21:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:21:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 21:21:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 21:21:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 21:21:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:21:17 Fetched 24.5 MB in 0s (0 B/s) 21:21:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:21:17 Fetched 224 kB in 0s (0 B/s) 21:21:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:21:17 Fetched 157 kB in 0s (0 B/s) 21:21:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:21:17 Fetched 221 kB in 0s (0 B/s) 21:21:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:21:17 Fetched 143 kB in 0s (0 B/s) 21:21:17 Pulling app-service-config 21:21:17 + snapcraftctl pull 21:21:17 Cloning into '/root/parts/app-service-config/src'... 21:21:17 Pulling config-common 21:21:17 + snapcraftctl pull 21:21:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:21:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:21:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:21:21 Fetched 0 B in 0s (0 B/s) 21:21:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:21:21 Fetched 0 B in 0s (0 B/s) 21:21:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:21:21 Fetched 0 B in 0s (0 B/s) 21:21:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:21:21 Fetched 0 B in 0s (0 B/s) 21:21:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:21:21 Fetched 0 B in 0s (0 B/s) 21:21:21 Pulling edgex-go 21:21:21 + snapcraftctl pull 21:21:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:21:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:21:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:21:43 Fetched 0 B in 0s (0 B/s) 21:21:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:21:43 Fetched 96.5 kB in 0s (0 B/s) 21:21:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:21:43 Fetched 279 kB in 0s (0 B/s) 21:21:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:21:43 Fetched 122 kB in 0s (0 B/s) 21:21:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:21:43 Fetched 77.8 kB in 0s (0 B/s) 21:21:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:21:43 Fetched 8848 B in 0s (0 B/s) 21:21:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:21:43 Fetched 47.8 kB in 0s (0 B/s) 21:21:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:21:43 Fetched 45.6 kB in 0s (0 B/s) 21:21:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:21:43 Fetched 15.0 kB in 0s (0 B/s) 21:21:43 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 21:21:43 Fetched 219 kB in 0s (0 B/s) 21:21:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:21:43 Fetched 154 kB in 0s (0 B/s) 21:21:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:21:43 Fetched 50.6 kB in 0s (0 B/s) 21:21:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:21:43 Fetched 14.8 kB in 0s (0 B/s) 21:21:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:21:43 Fetched 41.8 kB in 0s (0 B/s) 21:21:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:21:43 Fetched 499 kB in 0s (0 B/s) 21:21:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:21:43 Fetched 111 kB in 0s (0 B/s) 21:21:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:21:43 Fetched 240 kB in 0s (0 B/s) 21:21:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:21:43 Fetched 29.3 kB in 0s (0 B/s) 21:21:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:21:43 Fetched 85.5 kB in 0s (0 B/s) 21:21:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:21:43 Fetched 24.5 kB in 0s (0 B/s) 21:21:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:21:43 Fetched 49.2 kB in 0s (0 B/s) 21:21:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:21:43 Fetched 54.2 kB in 0s (0 B/s) 21:21:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:21:43 Fetched 30.8 kB in 0s (0 B/s) 21:21:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:21:43 Fetched 15.8 kB in 0s (0 B/s) 21:21:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:21:43 Fetched 85.9 kB in 0s (0 B/s) 21:21:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:21:43 Fetched 8720 B in 0s (0 B/s) 21:21:43 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 21:21:43 Fetched 137 kB in 0s (0 B/s) 21:21:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:21:43 Fetched 119 kB in 0s (0 B/s) 21:21:43 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 21:21:43 Fetched 110 kB in 0s (0 B/s) 21:21:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:21:43 Fetched 11.1 kB in 0s (0 B/s) 21:21:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:21:43 Fetched 645 kB in 0s (0 B/s) 21:21:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:21:43 Fetched 41.3 kB in 0s (0 B/s) 21:21:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:21:43 Fetched 17.9 kB in 0s (0 B/s) 21:21:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:21:43 Fetched 368 kB in 0s (0 B/s) 21:21:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:21:43 Fetched 187 kB in 0s (0 B/s) 21:21:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:21:43 Fetched 175 kB in 0s (0 B/s) 21:21:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:21:43 Fetched 206 kB in 0s (0 B/s) 21:21:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:21:43 Fetched 1301 kB in 0s (0 B/s) 21:21:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:21:43 Fetched 36.2 kB in 0s (0 B/s) 21:21:43 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 21:21:43 Fetched 159 kB in 0s (0 B/s) 21:21:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:21:43 Fetched 107 kB in 0s (0 B/s) 21:21:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:21:43 Fetched 48.7 kB in 0s (0 B/s) 21:21:43 Pulling static-packages 21:21:43 + snapcraftctl pull 21:21:43 Pulling version 21:21:43 + cd /root/project 21:21:43 + [ -f VERSION ] 21:21:43 + PROJECT_VERSION=local-dev 21:21:43 + git rev-parse --short HEAD 21:21:43 + GIT_REVISION=24542bf0 21:21:43 + snapcraftctl set-version local-dev 21:21:43 Skipping build go-build-helper (already ran) 21:21:43 Building app-service-config 21:21:43 + make build 21:21:43 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:21:45 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 21:21:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 21:21:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 21:21:45 go: downloading github.com/google/uuid v1.2.0 21:21:45 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 21:21:45 go: downloading github.com/go-kit/kit v0.8.0 21:21:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 21:21:46 go: downloading github.com/pelletier/go-toml v1.9.0 21:21:46 go: downloading github.com/go-playground/validator/v10 v10.5.0 21:21:46 go: downloading golang.org/x/text v0.3.2 21:21:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:21:46 go: downloading github.com/leodido/go-urn v1.2.0 21:21:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 21:21:46 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:21:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:21:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 21:21:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:21:46 go: downloading github.com/mitchellh/copystructure v1.0.0 21:21:46 go: downloading github.com/x448/float16 v0.8.4 21:21:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:21:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 21:21:46 go: downloading github.com/go-playground/universal-translator v0.17.0 21:21:46 go: downloading github.com/gorilla/mux v1.8.0 21:21:46 go: downloading github.com/go-playground/locales v0.13.0 21:21:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:21:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:21:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:21:47 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:21:47 go: downloading github.com/gorilla/websocket v1.4.2 21:21:47 go: downloading github.com/pebbe/zmq4 v1.2.7 21:21:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:21:47 go: downloading github.com/hashicorp/consul/api v1.8.1 21:21:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:21:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:21:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:21:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:21:47 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:21:47 go: downloading github.com/hashicorp/serf v0.9.5 21:21:47 go: downloading github.com/mattn/go-isatty v0.0.12 21:21:47 go: downloading github.com/fatih/color v1.9.0 21:21:47 go: downloading github.com/mattn/go-colorable v0.1.6 21:21:47 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:21:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:21:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:21:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:21:57 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:21:57 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:21:57 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:21:57 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:21:57 Building config-common 21:21:57 + snapcraftctl build 21:22:00 Building edgex-go 21:22:00 + cd /root/parts/edgex-go/src 21:22:00 + make build 21:22:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:22:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 21:22:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 21:22:00 go: downloading github.com/pkg/errors v0.8.1 21:22:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:22:00 go: downloading github.com/imdario/mergo v0.3.12 21:22:04 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 21:22:04 go: downloading gopkg.in/yaml.v2 v2.4.0 21:22:10 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 21:22:11 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 21:22:13 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 21:22:13 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 21:22:13 go: downloading github.com/stretchr/testify v1.7.0 21:22:13 go: downloading github.com/pmezard/go-difflib v1.0.0 21:22:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:22:13 go: downloading github.com/davecgh/go-spew v1.1.1 21:22:15 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 21:22:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:22:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:22:18 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 21:22:19 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 21:22:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:22:20 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 21:22:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:22:23 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 21:22:23 go: downloading github.com/lib/pq v1.10.1 21:22:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:22:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:22:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:22:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:22:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:22:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:22:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:22:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:22:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:22:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:22:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:22:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:22:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:22:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:22:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:22:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:22:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:22: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 21:22:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:22:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:22:25 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:22:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:22:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:22:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:22:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:22: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 21:22:28 Building static-packages 21:22:28 + snapcraftctl build 21:22:30 Building version 21:22:30 + snapcraftctl build 21:22:32 Skipping stage go-build-helper (already ran) 21:22:32 Staging app-service-config 21:22:32 + snapcraftctl stage 21:22:33 Staging config-common 21:22:33 + snapcraftctl stage 21:22:34 Staging edgex-go 21:22:34 + snapcraftctl stage 21:22:35 Staging static-packages 21:22:35 + snapcraftctl stage 21:22:36 Staging version 21:22:36 + snapcraftctl stage 21:22:37 Priming go-build-helper 21:22:37 + snapcraftctl prime 21:22:38 Priming app-service-config 21:22:38 + snapcraftctl prime 21:22:39 Priming config-common 21:22:39 + snapcraftctl prime 21:22:40 Priming edgex-go 21:22:40 + snapcraftctl prime 21:22:41 Priming static-packages 21:22:41 + snapcraftctl prime 21:22:44 Priming version 21:22:44 + snapcraftctl prime 21:22:45 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] } 21:23:08 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 21:23:13 Removing intermediate container f9c5fb7ef0a3 21:23:13 ---> 2930ec24e66d 21:23:13 21:23:13 Step 10/31 : FROM alpine:3.12 21:23:14 3.12: Pulling from library/alpine 21:23:15 Removing intermediate container 3daf2f98bc74 21:23:15 ---> 5ec71546b133 21:23:15 21:23:15 Step 10/25 : FROM alpine:3.12 21:23:15 3.12: Pulling from library/alpine 21:23:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:23:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:23:15 Status: Downloaded newer image for alpine:3.12 21:23:15 ---> 9852663dfa18 21:23:15 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:23:15 Status: Downloaded newer image for alpine:3.12 21:23:15 ---> 9852663dfa18 21:23:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:23:16 ---> Running in 1a2dc341880b 21:23:16 ---> Running in 538c94f9f845 21:23:17 Removing intermediate container 538c94f9f845 21:23:17 ---> 00a4d7d2a04e 21:23:17 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:23:17 ---> Running in 62f9ec85bd81 21:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:19 (1/6) Installing ca-certificates (20191127-r4) 21:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:23:19 (3/6) Installing libcurl (7.76.1-r0) 21:23:19 (4/6) Installing curl (7.76.1-r0) 21:23:19 (5/6) Installing dumb-init (1.2.2-r1) 21:23:19 (6/6) Installing su-exec (0.2-r1) 21:23:19 Executing busybox-1.31.1-r20.trigger 21:23:19 Executing ca-certificates-20191127-r4.trigger 21:23:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:20 OK: 7 MiB in 20 packages 21:23:20 (1/2) Installing dumb-init (1.2.2-r1) 21:23:20 (2/2) Installing su-exec (0.2-r1) 21:23:20 Executing busybox-1.31.1-r20.trigger 21:23:20 OK: 5 MiB in 16 packages 21:23:23 Removing intermediate container 62f9ec85bd81 21:23:23 ---> 71d85b611e6a 21:23:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:23:23 Removing intermediate container 1a2dc341880b 21:23:23 ---> d2570584b654 21:23:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:23:23 ---> Running in 0a644c69a7e8 21:23:23 ---> Running in ede4d4500502 21:23:24 Removing intermediate container 0a644c69a7e8 21:23:24 ---> c8cddbbe0665 21:23:24 Step 13/25 : WORKDIR / 21:23:24 Removing intermediate container ede4d4500502 21:23:24 ---> 13be58c36969 21:23:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:23:25 ---> Running in 44897fa6be6f 21:23:25 ---> Running in 931638b912c3 21:23:26 Removing intermediate container 931638b912c3 21:23:26 Removing intermediate container 44897fa6be6f 21:23:26 ---> 6174fc1bfebd 21:23:26 ---> 277fdd602ed0 21:23:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:23:26 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:23:26 ---> Running in 261ab7f7e18d 21:23:27 Removing intermediate container ddc3f9df19d4 21:23:27 ---> 3b540b1180c9 21:23:27 21:23:27 Step 10/22 : FROM alpine:3.12 21:23:27 ---> 9852663dfa18 21:23:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:23:27 ---> Running in dada6b285461 21:23:27 ---> d279d92e2ea4 21:23:27 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:23:29 ---> 55379b5731ed 21:23:29 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:23:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:31 Removing intermediate container 261ab7f7e18d 21:23:31 ---> ede718e5d1a9 21:23:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:23:31 (1/2) Installing ca-certificates (20191127-r4) 21:23:31 (2/2) Installing dumb-init (1.2.2-r1) 21:23:31 Executing busybox-1.31.1-r20.trigger 21:23:31 Executing ca-certificates-20191127-r4.trigger 21:23:31 ---> ecfc2cebbb24 21:23:31 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:23:31 ---> Running in 705883baf632 21:23:31 OK: 6 MiB in 16 packages 21:23:33 Removing intermediate container 705883baf632 21:23:33 ---> 3c631c67c3eb 21:23:33 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:23:33 ---> 0890541d0989 21:23:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:23:34 Removing intermediate container dada6b285461 21:23:34 ---> 4693f277ac7f 21:23:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:23:34 Removing intermediate container 9c8c39dc146b 21:23:34 ---> 610fc635eee1 21:23:34 21:23:34 Step 10/23 : FROM alpine:3.12 21:23:34 ---> 9852663dfa18 21:23:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:23:34 ---> Running in b9b5332abcc2 21:23:34 ---> 6b536dedd8c0 21:23:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:23:34 ---> Running in 751226f95f8b 21:23:35 ---> Running in c1d9b6f91b9a 21:23:35 ---> fbc0bc865d53 21:23:35 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:23:35 Removing intermediate container b9b5332abcc2 21:23:35 ---> 9a9724ce0b0e 21:23:35 Step 13/22 : ENV APP_PORT=48060 21:23:35 ---> Running in 9685772e7e03 21:23:36 Removing intermediate container 9685772e7e03 21:23:36 ---> 2eddaacbe0c7 21:23:36 Step 14/22 : EXPOSE $APP_PORT 21:23:36 ---> Running in a81286434d39 21:23:36 ---> 595d16414848 21:23:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:23:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:37 Removing intermediate container a81286434d39 21:23:37 ---> 63b922e81019 21:23:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:37 (1/1) Installing dumb-init (1.2.2-r1) 21:23:37 Executing busybox-1.31.1-r20.trigger 21:23:38 OK: 5 MiB in 15 packages 21:23:38 ---> ab6779fa1139 21:23:38 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:23:39 ---> Running in 200a4cd0b2c0 21:23:39 ---> ea79d40452a0 21:23:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:23:39 Removing intermediate container 718a8d2b94ec 21:23:39 ---> 974af84fe8dd 21:23:39 21:23:39 Step 10/23 : FROM alpine:3.12 21:23:39 ---> 9852663dfa18 21:23:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:23:40 Removing intermediate container c1d9b6f91b9a 21:23:40 ---> 9ed3fafec758 21:23:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:40 ---> Running in 3b827c851984 21:23:40 Removing intermediate container 751226f95f8b 21:23:40 ---> e569122a827d 21:23:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:41 ---> Running in 858cb0ae7457 21:23:41 ---> 7d38595a72cc 21:23:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:23:41 Removing intermediate container 3b827c851984 21:23:41 ---> 94295875ca4c 21:23:41 Step 12/23 : ENV APP_PORT=48080 21:23:41 ---> db1db10bd43e 21:23:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:23:41 ---> Running in 1a9f94a37dcb 21:23:41 Removing intermediate container 858cb0ae7457 21:23:41 ---> 0f006aee3235 21:23:41 Step 13/23 : ENV APP_PORT=48081 21:23:41 ---> Running in e626eefe08a3 21:23:42 Removing intermediate container 1a9f94a37dcb 21:23:42 ---> de5256d436af 21:23:42 Step 13/23 : EXPOSE $APP_PORT 21:23:42 ---> 6045d73bda29 21:23:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:23:42 Removing intermediate container e626eefe08a3 21:23:42 ---> 4031ab656917 21:23:42 Step 14/23 : EXPOSE $APP_PORT 21:23:42 ---> Running in 8aea6c2526b3 21:23:42 ---> Running in aab0da01e70c 21:23:42 ---> Running in c8807e140f70 21:23:43 Removing intermediate container 200a4cd0b2c0 21:23:43 ---> b6e6ab7d63c7 21:23:43 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:23:43 ---> e3a302e298f0 21:23:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:23:43 Removing intermediate container 8aea6c2526b3 21:23:43 ---> 2a88a8991810 21:23:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:43 ---> Running in 0d8ad9f78f5d 21:23:43 ---> Running in 9d9c62af467b 21:23:43 Removing intermediate container aab0da01e70c 21:23:43 ---> a5f78d2786ae 21:23:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:43 Removing intermediate container c8807e140f70 21:23:43 ---> b37ceeb479fb 21:23:43 Step 15/23 : WORKDIR / 21:23:43 ---> Running in 2855001ab07d 21:23:43 ---> Running in dc627d51b67c 21:23:43 Removing intermediate container 0d8ad9f78f5d 21:23:43 ---> b4f23caa63a1 21:23:43 Step 23/25 : LABEL arch=arm64 21:23:44 ---> 5ca926a522fd 21:23:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:23:44 ---> Running in 0aa4d6826954 21:23:44 Removing intermediate container 2855001ab07d 21:23:44 ---> 486529c08736 21:23:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:44 Removing intermediate container dc627d51b67c 21:23:44 ---> dbf395ef9afa 21:23:44 Step 20/22 : LABEL arch=arm64 21:23:44 ---> Running in 64793b7a0b8b 21:23:44 Removing intermediate container 0aa4d6826954 21:23:44 ---> 7bdea249a074 21:23:44 Step 24/25 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:23:44 ---> 0f0c263e6000 21:23:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:23:45 ---> Running in 6809d7bd7f5a 21:23:45 Removing intermediate container 64793b7a0b8b 21:23:45 ---> 794adb1ca46b 21:23:45 Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:23:45 ---> d06e09a2494a 21:23:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:23:45 ---> Running in 9b21a9a97717 21:23:45 Removing intermediate container 6809d7bd7f5a 21:23:46 ---> 8e677fbbf1ac 21:23:46 Step 25/25 : LABEL version=0.0.0 21:23:46 ---> a656c284d46e 21:23:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:23:46 ---> Running in 8877059a6fbe 21:23:47 ---> Running in 5469bb537b1b 21:23:47 Removing intermediate container 9b21a9a97717 21:23:47 ---> 973f344a4141 21:23:47 Step 22/22 : LABEL version=0.0.0 21:23:47 Removing intermediate container 9d9c62af467b 21:23:47 ---> 2759c73b0d10 21:23:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:23:47 Removing intermediate container 8877059a6fbe 21:23:47 ---> cee404119aac 21:23:47 21:23:47 ---> Running in 3f8de7026d71 21:23:47 ---> Running in 2b57bc696472 21:23:47 ---> e74b9a54060d 21:23:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:23:47 Successfully built cee404119aac 21:23:47 Removing intermediate container 5469bb537b1b 21:23:47 ---> 9ab8602f0f4c 21:23:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:23:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:23:47  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 21:23:48 Removing intermediate container 2b57bc696472 21:23:48 ---> 1df9b70bdf4d 21:23:48 21:23:49 ---> e7857f54e946 21:23:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:23:49 Successfully built 1df9b70bdf4d 21:23:49 Successfully tagged docker-support-notifications-go-arm64:latest 21:23:49  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 21:23:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:49 ---> Running in d12bee521135 21:23:49 ---> 6e9c7e8d259a 21:23:49 Step 26/31 : RUN chmod +x /entrypoint.sh 21:23:50 ---> Running in 5dad94d58e81 21:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:50 Removing intermediate container d12bee521135 21:23:50 ---> f504c8c1acc5 21:23:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:50 ---> Running in 568e74a92af7 21:23:51 (1/6) Installing dumb-init (1.2.2-r1) 21:23:51 (2/6) Installing libgcc (9.3.0-r2) 21:23:51 (3/6) Installing libsodium (1.0.18-r0) 21:23:51 (4/6) Installing libstdc++ (9.3.0-r2) 21:23:51 Removing intermediate container 568e74a92af7 21:23:51 ---> fd54e06c757c 21:23:51 Step 21/23 : LABEL arch=arm64 21:23:51 (5/6) Installing libzmq (4.3.3-r0) 21:23:51 (6/6) Installing zeromq (4.3.3-r0) 21:23:51 Executing busybox-1.31.1-r20.trigger 21:23:51 OK: 8 MiB in 20 packages 21:23:51 ---> Running in 6e24a31221b3 21:23:53 Removing intermediate container 6e24a31221b3 21:23:53 ---> 52a1c0d4f51a 21:23:53 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:23:53 Removing intermediate container 5dad94d58e81 21:23:53 ---> 37b1dcae96bb 21:23:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:23:53 ---> Running in 56d01f68db75 21:23:54 ---> Running in e93183bbf37f 21:23:54 Removing intermediate container 3f8de7026d71 21:23:54 ---> a9ac343bcefd 21:23:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:54 Removing intermediate container 56d01f68db75 21:23:54 ---> 1aeb07ff6b9b 21:23:54 Step 23/23 : LABEL version=0.0.0 21:23:54 ---> Running in 365f244545c4 21:23:55 Removing intermediate container e93183bbf37f 21:23:55 ---> 2da6f97265ea 21:23:55 Step 28/31 : CMD ["gate"] 21:23:55 ---> 2d720b6f3064 21:23:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:23:55 ---> Running in 2d2914165660 21:23:55 Removing intermediate container 365f244545c4 21:23:55 ---> 34dea6b059c2 21:23:55 21:23:56 Successfully built 34dea6b059c2 21:23:56 Successfully tagged docker-core-metadata-go-arm64:latest 21:23:56 Building docker-security-proxy-setup-go 21:23:56  Building docker-core-metadata-go ... done Removing intermediate container 2d2914165660 21:23:56 ---> 5c47f380dfbd 21:23:56 Step 29/31 : LABEL arch=arm64 21:23:56 ---> 4e31ff5f8678 21:23:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:23:56 ---> Running in f3c6f7cdae0e 21:23:57 Removing intermediate container f3c6f7cdae0e 21:23:57 ---> 6f6ff257c564 21:23:57 Step 30/31 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:23:57 ---> 974a936e9d01 21:23:57 Step 19/23 : ENTRYPOINT ["/core-data"] 21:23:58 ---> Running in 5750862fed8e 21:23:58 ---> Running in 2fd009cc8ddb 21:23:59 Removing intermediate container 2fd009cc8ddb 21:23:59 ---> b42ed158457d 21:23:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:59 Removing intermediate container 5750862fed8e 21:23:59 ---> d1acf7f0ca81 21:23:59 Step 31/31 : LABEL version=0.0.0 21:24:00 ---> Running in 4384cdb87cf8 21:24:00 ---> Running in 1e4665d190cf 21:24:00 Removing intermediate container 1e4665d190cf 21:24:00 ---> 4e26b55a1e48 21:24:00 Step 21/23 : LABEL arch=arm64 21:24:00 Removing intermediate container 4384cdb87cf8 21:24:00 ---> 0984977e9200 21:24:00 21:24:01 Successfully built 0984977e9200 21:24:01 ---> Running in 7d30a14f5e10 21:24:01 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:24:01  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 21:24:01 Removing intermediate container 7d30a14f5e10 21:24:01 ---> 53871ff772dc 21:24:01 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:24:01 ---> Running in cd74f25f78af 21:24:02 Removing intermediate container cd74f25f78af 21:24:02 ---> f5566d41dcbe 21:24:02 Step 23/23 : LABEL version=0.0.0 21:24:02 ---> Running in 25a9f84ec9b6 21:24:03 Removing intermediate container 25a9f84ec9b6 21:24:03 ---> 5716905af28a 21:24:03 21:24:03 Successfully built 5716905af28a 21:24:03 Successfully tagged docker-core-data-go-arm64:latest 21:24:42  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:24:42 ---> dcd03d6f4287 21:24:42 Step 3/22 : WORKDIR /edgex-go 21:24:42 ---> Using cache 21:24:42 ---> 1722b2d3a42d 21:24:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:42 ---> Using cache 21:24:42 ---> 10ba2ca0de2e 21:24:42 Step 5/22 : RUN apk add --update --no-cache make git 21:24:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:42 ---> dcd03d6f4287 21:24:42 Step 3/23 : WORKDIR /edgex-go 21:24:42 ---> Using cache 21:24:42 ---> 1722b2d3a42d 21:24:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:42 ---> Using cache 21:24:42 ---> 10ba2ca0de2e 21:24:42 Step 5/23 : RUN apk add --update --no-cache make bash git 21:24:44 ---> Running in 3bcffd96b7bc 21:24:44 ---> Running in 75c59b056ac5 21:24:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:24:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:24:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:24:46 ---> dcd03d6f4287 21:24:46 Step 3/21 : WORKDIR /edgex-go 21:24:46 ---> Using cache 21:24:46 ---> 1722b2d3a42d 21:24:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:46 ---> Using cache 21:24:46 ---> 10ba2ca0de2e 21:24:46 Step 5/21 : RUN apk add --update --no-cache make git 21:24:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:24:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:24:47 ---> Running in d372aac071de 21:24:47 OK: 218 MiB in 52 packages 21:24:47 OK: 218 MiB in 52 packages 21:24:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:47 ---> dcd03d6f4287 21:24:47 Step 3/23 : WORKDIR /edgex-go 21:24:47 ---> Using cache 21:24:47 ---> 1722b2d3a42d 21:24:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:47 ---> Using cache 21:24:47 ---> 10ba2ca0de2e 21:24:47 Step 5/23 : RUN apk add --update --no-cache make git 21:24:47 ---> Running in 4b4949ef3671 21:24:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:24:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:24:49 Removing intermediate container 3bcffd96b7bc 21:24:49 ---> 3b95698a188f 21:24:49 Step 6/23 : COPY go.mod . 21:24:49 Removing intermediate container 75c59b056ac5 21:24:49 ---> 54bdcb55b332 21:24:49 Step 6/22 : COPY go.mod . 21:24:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:24:50 ---> 1186a6c528c1 21:24:50 Step 7/23 : RUN go mod download 21:24:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:24:50 ---> Running in 69665e6931e3 21:24:50 ---> b0a1091e48f8 21:24:50 Step 7/22 : RUN go mod download 21:24:50 ---> Running in 36c3671b3261 21:24:50 OK: 218 MiB in 52 packages 21:24:51 OK: 218 MiB in 52 packages 21:24:52 Removing intermediate container d372aac071de 21:24:52 ---> dfabc89dd7b3 21:24:52 Step 6/21 : COPY go.mod . 21:24:52 Removing intermediate container 4b4949ef3671 21:24:52 ---> a852a46a2350 21:24:52 Step 6/23 : COPY go.mod . 21:24:53 ---> 2a4f95aee89c 21:24:53 Step 7/21 : RUN go mod download 21:24:53 Removing intermediate container 69665e6931e3 21:24:53 ---> 2e20034e9c67 21:24:53 Step 8/23 : COPY . . 21:24:53 ---> Running in 0d1665fcfdc6 21:24:53 ---> 4dd517dfd3a6 21:24:53 Step 7/23 : RUN go mod download 21:24:54 Removing intermediate container 36c3671b3261 21:24:54 ---> 23f40b713a8b 21:24:54 Step 8/22 : COPY . . 21:24:54 ---> Running in dced56fa0946 21:25:00 Removing intermediate container 0d1665fcfdc6 21:25:00 ---> 43482995cc89 21:25:00 Step 8/21 : COPY . . 21:25:00 Removing intermediate container dced56fa0946 21:25:00 ---> 001ca482cccb 21:25:00 Step 8/23 : COPY . . 21:25:15 ---> af92f888bca9 21:25:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:25:15 ---> 65cb7d322e50 21:25:15 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:25:15 ---> Running in d10c31aa05c4 21:25:15 ---> Running in 5decdc203307 21:25:16 ---> e152ab047969 21:25:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:25:16 ---> b33c61e2527b 21:25:16 Step 9/23 : RUN make cmd/core-command/core-command 21:25:16 ---> Running in e27c93edfd99 21:25:17 ---> Running in e5eaf5e42d9b 21:25:18 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 21:25:18 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 21:25:18 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 21:25:18 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 21:26:40 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 21:26:55 Removing intermediate container 5decdc203307 21:26:55 ---> 8409da71f4a7 21:26:55 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:26:55 Removing intermediate container e27c93edfd99 21:26:55 ---> c4a186a8deaf 21:26:55 21:26:55 Step 10/21 : FROM alpine:3.12 21:26:55 ---> 9852663dfa18 21:26:55 Step 11/21 : RUN apk add --update --no-cache curl 21:26:55 ---> Running in b4fa3f73da12 21:26:55 ---> Running in 87b9a71f4f4a 21:26:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:26:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:58 (1/4) Installing ca-certificates (20191127-r4) 21:26:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:26:59 (3/4) Installing libcurl (7.76.1-r0) 21:26:59 (4/4) Installing curl (7.76.1-r0) 21:26:59 Executing busybox-1.31.1-r20.trigger 21:26:59 Executing ca-certificates-20191127-r4.trigger 21:26:59 OK: 7 MiB in 18 packages 21:27:01 Removing intermediate container d10c31aa05c4 21:27:01 ---> 70422e1286a4 21:27:01 21:27:01 Step 10/22 : FROM alpine:3.12 21:27:01 ---> 9852663dfa18 21:27:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:27:01 ---> Using cache 21:27:01 ---> e569122a827d 21:27:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:27:01 ---> Using cache 21:27:01 ---> 0f006aee3235 21:27:01 Step 13/22 : ENV APP_PORT=48085 21:27:01 Removing intermediate container e5eaf5e42d9b 21:27:01 ---> 26e16b95f76d 21:27:01 21:27:01 Step 10/23 : FROM alpine:3.12 21:27:01 ---> 9852663dfa18 21:27:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:27:01 ---> Using cache 21:27:01 ---> e569122a827d 21:27:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:27:01 ---> Using cache 21:27:01 ---> 0f006aee3235 21:27:01 Step 13/23 : ENV APP_PORT=48082 21:27:01 ---> Running in 7cab23253dc8 21:27:01 ---> Running in 711620a5a5a7 21:27:02 Removing intermediate container b4fa3f73da12 21:27:02 ---> 0ce5813b759b 21:27:02 21:27:02 Step 11/23 : FROM docker:20.10.0 21:27:02 20.10.0: Pulling from library/docker 21:27:02 Removing intermediate container 87b9a71f4f4a 21:27:02 ---> 459364b1b447 21:27:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:27:02 Removing intermediate container 711620a5a5a7 21:27:02 ---> 277dbe62c59f 21:27:02 Step 14/23 : EXPOSE $APP_PORT 21:27:02 Removing intermediate container 7cab23253dc8 21:27:02 ---> 6ba5ea2e2b15 21:27:02 Step 14/22 : EXPOSE $APP_PORT 21:27:02 ---> Running in bf34ce20efeb 21:27:02 ---> Running in d75b45a37d03 21:27:02 ---> Running in 1bcadb9b29ef 21:27:03 Removing intermediate container bf34ce20efeb 21:27:03 ---> e787baf7df26 21:27:03 Step 13/21 : WORKDIR /edgex 21:27:03 ---> Running in 2b7eb0ba3b7e 21:27:03 Removing intermediate container 1bcadb9b29ef 21:27:03 ---> 6f15e9072dfb 21:27:03 Step 15/23 : WORKDIR / 21:27:03 Removing intermediate container d75b45a37d03 21:27:03 ---> 05a06625c229 21:27:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:27:04 ---> Running in 797476b51240 21:27:05 Removing intermediate container 2b7eb0ba3b7e 21:27:05 ---> 6f47464bbb66 21:27:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:27:05 ---> 6ccfb68e649b 21:27:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:27:05 Removing intermediate container 797476b51240 21:27:05 ---> c699585b00b2 21:27:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:27:05 ---> 1eacff738262 21:27:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:27:06 ---> b18cf049a397 21:27:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:27:07 ---> f4133a326132 21:27:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:27:08 ---> 59445a8faf2b 21:27:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:27:08 ---> 8200be6b97d6 21:27:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:27:08 ---> f6493a6cf75a 21:27:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:27:08 ---> Running in 75add9e6d75b 21:27:09 ---> d33cc51314f7 21:27:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:27:09 ---> Running in 6288013296dd 21:27:09 Removing intermediate container 75add9e6d75b 21:27:09 ---> 808fe5711368 21:27:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:10 ---> fb8c9222479e 21:27:10 Step 19/23 : ENTRYPOINT ["/core-command"] 21:27:10 ---> Running in 36ca07a49557 21:27:10 ---> Running in 91050871602e 21:27:10 Removing intermediate container 6288013296dd 21:27:10 ---> f60326839822 21:27:10 Step 18/21 : CMD ["--init=true"] 21:27:10 Removing intermediate container 36ca07a49557 21:27:10 ---> d516ce12b719 21:27:10 Step 20/22 : LABEL arch=arm64 21:27:11 ---> Running in d0887e65c0a9 21:27:11 ---> Running in 942a14779ba1 21:27:11 Removing intermediate container 91050871602e 21:27:11 ---> af06213a0ec9 21:27:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:11 ---> Running in 711193219ba1 21:27:11 Removing intermediate container d0887e65c0a9 21:27:11 ---> dbd660916b7e 21:27:11 Step 19/21 : LABEL arch=arm64 21:27:12 Removing intermediate container 942a14779ba1 21:27:12 ---> 04446779966b 21:27:12 Step 21/22 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:27:12 ---> Running in 2729e6035217 21:27:12 ---> Running in 849c50f604b2 21:27:12 Removing intermediate container 711193219ba1 21:27:12 ---> 247e58e724c4 21:27:12 Step 21/23 : LABEL arch=arm64 21:27:12 ---> Running in 11169024927b 21:27:13 Removing intermediate container 2729e6035217 21:27:13 ---> 9c5e702ffd25 21:27:13 Step 20/21 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:27:13 Removing intermediate container 849c50f604b2 21:27:13 ---> b03fc9e0f836 21:27:13 Step 22/22 : LABEL version=0.0.0 21:27:13 ---> Running in ef183811ed45 21:27:13 ---> Running in a56c9456bc2b 21:27:13 Removing intermediate container 11169024927b 21:27:13 ---> 471cf8c4597a 21:27:13 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:27:13 ---> Running in 926719abe662 21:27:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:27:14 Removing intermediate container ef183811ed45 21:27:14 ---> 1c0c50eccdeb 21:27:14 Step 21/21 : LABEL version=0.0.0 21:27:14 Status: Downloaded newer image for docker:20.10.0 21:27:14 ---> eeaf43b92773 21:27:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:27:14 Removing intermediate container a56c9456bc2b 21:27:14 ---> 7ed13d30c7e1 21:27:14 21:27:14 ---> Running in 59ba9e0a7ec8 21:27:14 ---> Running in 3746dc4b98f1 21:27:14 Removing intermediate container 926719abe662 21:27:14 ---> 97e282c2bc60 21:27:14 Step 23/23 : LABEL version=0.0.0 21:27:14 ---> Running in 9386d5aed93f 21:27:14 Successfully built 7ed13d30c7e1 21:27:14 Successfully tagged docker-support-scheduler-go-arm64:latest 21:27:14  Building docker-support-scheduler-go ... done Removing intermediate container 59ba9e0a7ec8 21:27:14 ---> 67c364ad4e9a 21:27:14 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:27:14 Removing intermediate container 3746dc4b98f1 21:27:14 ---> 26e28e4f5b8c 21:27:14 21:27:15 ---> Running in 49aba4e504a7 21:27:15 Removing intermediate container 9386d5aed93f 21:27:15 ---> d8f522f0bbda 21:27:15 21:27:15 Successfully built 26e28e4f5b8c 21:27:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:27:15  Building docker-security-proxy-setup-go ... done Successfully built d8f522f0bbda 21:27:15 Successfully tagged docker-core-command-go-arm64:latest 21:27:16  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:27:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:27:16 (1/39) Installing readline (8.0.4-r0) 21:27:16 (2/39) Installing bash (5.0.17-r0) 21:27:16 Executing bash-5.0.17-r0.post-install 21:27:16 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:27:16 (4/39) Installing libcurl (7.76.1-r0) 21:27:16 (5/39) Installing curl (7.76.1-r0) 21:27:16 (6/39) Installing dumb-init (1.2.2-r1) 21:27:16 (7/39) Installing libbz2 (1.0.8-r1) 21:27:16 (8/39) Installing expat (2.2.9-r1) 21:27:16 (9/39) Installing libffi (3.3-r2) 21:27:16 (10/39) Installing gdbm (1.13-r1) 21:27:16 (11/39) Installing xz-libs (5.2.5-r0) 21:27:17 (12/39) Installing sqlite-libs (3.32.1-r0) 21:27:17 (13/39) Installing python3 (3.8.8-r0) 21:27:19 (14/39) Installing py3-appdirs (1.4.4-r1) 21:27:19 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:27:19 (16/39) Installing py3-parsing (2.4.7-r0) 21:27:19 (17/39) Installing py3-six (1.15.0-r0) 21:27:19 (18/39) Installing py3-packaging (20.4-r0) 21:27:19 (19/39) Installing py3-setuptools (47.0.0-r0) 21:27:19 (20/39) Installing py3-chardet (3.0.4-r4) 21:27:19 (21/39) Installing py3-idna (2.9-r0) 21:27:19 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:27:19 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:27:19 (24/39) Installing py3-requests (2.23.0-r0) 21:27:19 (25/39) Installing py3-msgpack (1.0.0-r0) 21:27:19 (26/39) Installing py3-lockfile (0.12.2-r3) 21:27:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:27:19 (28/39) Installing py3-colorama (0.4.3-r0) 21:27:19 (29/39) Installing py3-distlib (0.3.0-r0) 21:27:19 (30/39) Installing py3-distro (1.5.0-r1) 21:27:19 (31/39) Installing py3-webencodings (0.5.1-r3) 21:27:19 (32/39) Installing py3-html5lib (1.0.1-r4) 21:27:19 (33/39) Installing py3-pytoml (0.1.21-r0) 21:27:19 (34/39) Installing py3-pep517 (0.8.2-r0) 21:27:19 (35/39) Installing py3-progress (1.5-r0) 21:27:19 (36/39) Installing py3-toml (0.10.1-r0) 21:27:19 (37/39) Installing py3-retrying (1.3.3-r0) 21:27:19 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:27:19 (39/39) Installing py3-pip (20.1.1-r0) 21:27:19 Executing busybox-1.31.1-r19.trigger 21:27:19 OK: 72 MiB in 59 packages 21:27:23 Collecting docker-compose==1.23.2 21:27:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:27:23 Collecting docker<4.0,>=3.6.0 21:27:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:27:24 Collecting texttable<0.10,>=0.9.0 21:27:24 Downloading texttable-0.9.1.tar.gz (11 kB) 21:27:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:27:26 Collecting websocket-client<1.0,>=0.32.0 21:27:26 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:27:27 Collecting cached-property<2,>=1.2.0 21:27:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:27:27 Collecting jsonschema<3,>=2.5.1 21:27:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:27:28 Collecting dockerpty<0.5,>=0.4.1 21:27:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:27:30 Collecting docopt<0.7,>=0.6.1 21:27:30 Downloading docopt-0.6.2.tar.gz (25 kB) 21:27:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:27:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:27:33 Collecting PyYAML<4,>=3.10 21:27:33 Downloading PyYAML-3.13.tar.gz (270 kB) 21:27:36 Collecting docker-pycreds>=0.4.0 21:27:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:27: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) 21:27:36 Collecting idna<2.8,>=2.5 21:27:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:27: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) 21:27:37 Collecting urllib3<1.25,>=1.21.1 21:27:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:27:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:27:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:27:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:27:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:27:38 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, cached-property, jsonschema, dockerpty, docopt, PyYAML, docker-compose 21:27:38 Attempting uninstall: idna 21:27:38 Found existing installation: idna 2.9 21:27:38 Uninstalling idna-2.9: 21:27:38 Successfully uninstalled idna-2.9 21:27:38 Attempting uninstall: urllib3 21:27:38 Found existing installation: urllib3 1.25.9 21:27:38 Uninstalling urllib3-1.25.9: 21:27:38 Successfully uninstalled urllib3-1.25.9 21:27:39 Attempting uninstall: requests 21:27:39 Found existing installation: requests 2.23.0 21:27:39 Uninstalling requests-2.23.0: 21:27:39 Successfully uninstalled requests-2.23.0 21:27:41 Running setup.py install for texttable: started 21:27:42 Running setup.py install for texttable: finished with status 'done' 21:27:43 Running setup.py install for dockerpty: started 21:27:45 Running setup.py install for dockerpty: finished with status 'done' 21:27:45 Running setup.py install for docopt: started 21:27:46 Running setup.py install for docopt: finished with status 'done' 21:27:46 Running setup.py install for PyYAML: started 21:27:48 Running setup.py install for PyYAML: finished with status 'done' 21:27:49 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 21:27:57 Removing intermediate container 49aba4e504a7 21:27:57 ---> 91de30195f18 21:27:57 Step 14/23 : ENV APP_PORT=48090 21:27:57 ---> Running in 6a115a7c9ea8 21:27:58 Removing intermediate container 6a115a7c9ea8 21:27:58 ---> 97ac9b777900 21:27:58 Step 15/23 : EXPOSE $APP_PORT 21:27:58 ---> Running in 7a0a63c8fd4d 21:27:58 Removing intermediate container 7a0a63c8fd4d 21:27:58 ---> fd5d4cd4ee5b 21:27:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:28:00 ---> c84b9539d660 21:28:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:28:00 ---> 27a086c2244e 21:28:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:28:01 ---> 74496d35fa00 21:28:01 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:28:01 ---> Running in 166699aed7a3 21:28:02 Removing intermediate container 166699aed7a3 21:28:02 ---> 37fc09b5d449 21:28:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:28:02 ---> Running in 1c10a04bd5fd 21:28:02 Removing intermediate container 1c10a04bd5fd 21:28:02 ---> 9260a0cd9882 21:28:02 Step 21/23 : LABEL arch=arm64 21:28:02 ---> Running in 1567018f806a 21:28:03 Removing intermediate container 1567018f806a 21:28:03 ---> 307bdd2d3ac9 21:28:03 Step 22/23 : LABEL git_sha=24542bf0f2c01e78c3341a21639054c613ede31e 21:28:03 ---> Running in 82a847aa2de6 21:28:04 Removing intermediate container 82a847aa2de6 21:28:04 ---> 918f49b152e3 21:28:04 Step 23/23 : LABEL version=0.0.0 21:28:04 ---> Running in bec16f6bbf1f 21:28:04 Removing intermediate container bec16f6bbf1f 21:28:04 ---> face4b5a045d 21:28:04 21:28:04 Successfully built face4b5a045d 21:28:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:28:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:28:05 $ docker stop --time=1 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 21:28:07 $ docker rm -f 244cc19798a3046d79572d6da9a7416d8d7fb5d68f7589659514d1613e88bac4 [Pipeline] // withDockerContainer [Pipeline] sh 21:28:07 + docker images 21:28:07 + grep docker 21:28:07 docker-sys-mgmt-agent-go-arm64 latest face4b5a045d 3 seconds ago 299MB 21:28:07 docker-core-command-go-arm64 latest d8f522f0bbda 53 seconds ago 16.1MB 21:28:07 docker-security-proxy-setup-go-arm64 latest 26e28e4f5b8c 53 seconds ago 23.9MB 21:28:07 docker-support-scheduler-go-arm64 latest 7ed13d30c7e1 54 seconds ago 16.1MB 21:28:07 docker-core-data-go-arm64 latest 5716905af28a 4 minutes ago 20.3MB 21:28:07 docker-security-bootstrapper-go-arm64 latest 0984977e9200 4 minutes ago 17.1MB 21:28:07 docker-core-metadata-go-arm64 latest 34dea6b059c2 4 minutes ago 17.4MB 21:28:07 docker-support-notifications-go-arm64 latest 1df9b70bdf4d 4 minutes ago 16.6MB 21:28:07 docker-security-secretstore-setup-go-arm64 latest cee404119aac 4 minutes ago 24.3MB 21:28:07 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 21:28:08 ---> job-cost.sh 21:28:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-78gY 21:28:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:30:24 lf-activate-venv(): INFO: Adding /tmp/venv-78gY/bin to PATH 21:30:24 INFO: No Stack... 21:30:24 INFO: Retrieving Pricing Info for: lf-standard-4 21:30:24 INFO: Archiving Costs [Pipeline] sh 21:30:24 + cat /w/workspace/edgex-go/3/archives/cost.csv 21:30:24 + cut -d, -f6 [Pipeline] lock 21:30:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] 21:30:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] did not exist. Created. 21:30:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:30:25 + echo total: 0.20999999344348907 [Pipeline] stash 21:30:25 Stashed 1 file(s) [Pipeline] } 21:30:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:30:25 provisioning config files... 21:30:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8444099903004684230tmp [Pipeline] { [Pipeline] sh 21:30:26 + set +x 21:30:26 + curl -s https://codecov.io/bash 21:30:26 + bash -s -- 21:30:26 21:30:26 _____ _ 21:30:26 / ____| | | 21:30:26 | | ___ __| | ___ ___ _____ __ 21:30:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:30:26 | |___| (_) | (_| | __/ (_| (_) \ V / 21:30:26 \_____\___/ \__,_|\___|\___\___/ \_/ 21:30:26 Bash-1.0.2 21:30:26 21:30:26 21:30:26 ==> git version 2.24.3 found 21:30:26 ==> 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 21:30:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:30:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:30:26 ==> Jenkins CI detected. 21:30:26 project root: . 21:30:26 --> token set from env 21:30:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:30:26 ==> Running gcov in . (disable via -X gcov) 21:30:26 ==> Python coveragepy not found 21:30:26 ==> Searching for coverage reports in: 21:30:26 + . 21:30:27 -> Found 1 reports 21:30:27 ==> Detecting git/mercurial file structure 21:30:27 ==> Reading reports 21:30:27 + ./coverage.out bytes=699522 21:30:27 ==> Appending adjustments 21:30:27 https://docs.codecov.io/docs/fixing-reports 21:30:31 + Found adjustments 21:30:31 ==> Gzipping contents 21:30:31 100K /tmp/codecov.Sk2CpO.gz 21:30:31 ==> Uploading reports 21:30:31 url: https://codecov.io 21:30:31 query: branch=PR-3423&commit=24542bf0f2c01e78c3341a21639054c613ede31e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= 21:30:31 -> Pinging Codecov 21:30:31 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3423&commit=24542bf0f2c01e78c3341a21639054c613ede31e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= 21:30:31 -> Uploading to 21:30:31 https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/24542bf0f2c01e78c3341a21639054c613ede31e/4b72d2ad-1fed-41e6-8296-a471b6a16e22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T213031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=810a7fd7150030ba6bbada6975997708fd7b72082fc91c1cd5e5269e43914af2 21:30:31 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:31 Dload Upload Total Spent Left Speed 21:30:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 180k --:--:-- --:--:-- --:--:-- 180k 21:30:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/24542bf0f2c01e78c3341a21639054c613ede31e [Pipeline] } 21:30:32 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 21:30:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:30:33 ---> package-listing.sh 21:30:33 ++ facter osfamily 21:30:33 ++ tr '[:upper:]' '[:lower:]' 21:30:33 + OS_FAMILY=redhat 21:30:33 + workspace=/w/workspace/edgex-go/3 21:30:33 + START_PACKAGES=/tmp/packages_start.txt 21:30:33 + END_PACKAGES=/tmp/packages_end.txt 21:30:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:30:33 + PACKAGES=/tmp/packages_start.txt 21:30:33 + '[' /w/workspace/edgex-go/3 ']' 21:30:33 + PACKAGES=/tmp/packages_end.txt 21:30:33 + case "${OS_FAMILY}" in 21:30:33 + rpm -qa 21:30:33 + sort 21:30:39 + '[' -f /tmp/packages_start.txt ']' 21:30:39 + '[' -f /tmp/packages_end.txt ']' 21:30:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:30:39 + '[' /w/workspace/edgex-go/3 ']' 21:30:39 + mkdir -p /w/workspace/edgex-go/3/archives/ 21:30:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 21:30:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:30:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:30:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:39 21:30:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:30:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:40 alpine: Pulling from edgex-lftools-log-publisher 21:30:40 df20fa9351a1: Pulling fs layer 21:30:40 36b3adc4ff6f: Pulling fs layer 21:30:40 8ad3a11d3b57: Pulling fs layer 21:30:40 46f8f816bc3b: Pulling fs layer 21:30:40 93b61091891f: Pulling fs layer 21:30:40 93b9cdb0e59b: Pulling fs layer 21:30:40 5e14af77c1be: Pulling fs layer 21:30:40 01666e4c0597: Pulling fs layer 21:30:40 aa168da1d23b: Pulling fs layer 21:30:40 01666e4c0597: Waiting 21:30:40 93b9cdb0e59b: Waiting 21:30:40 5e14af77c1be: Waiting 21:30:40 aa168da1d23b: Waiting 21:30:40 46f8f816bc3b: Waiting 21:30:40 93b61091891f: Waiting 21:30:40 36b3adc4ff6f: Verifying Checksum 21:30:40 36b3adc4ff6f: Download complete 21:30:40 46f8f816bc3b: Verifying Checksum 21:30:40 46f8f816bc3b: Download complete 21:30:40 df20fa9351a1: Verifying Checksum 21:30:40 df20fa9351a1: Download complete 21:30:40 93b9cdb0e59b: Verifying Checksum 21:30:40 93b9cdb0e59b: Download complete 21:30:40 93b61091891f: Verifying Checksum 21:30:40 93b61091891f: Download complete 21:30:40 01666e4c0597: Verifying Checksum 21:30:40 01666e4c0597: Download complete 21:30:40 df20fa9351a1: Pull complete 21:30:40 8ad3a11d3b57: Verifying Checksum 21:30:40 8ad3a11d3b57: Download complete 21:30:41 36b3adc4ff6f: Pull complete 21:30:41 5e14af77c1be: Verifying Checksum 21:30:41 5e14af77c1be: Download complete 21:30:41 8ad3a11d3b57: Pull complete 21:30:42 46f8f816bc3b: Pull complete 21:30:43 aa168da1d23b: Download complete 21:30:44 93b61091891f: Pull complete 21:30:45 93b9cdb0e59b: Pull complete 21:30:45 5e14af77c1be: Pull complete 21:30:45 01666e4c0597: Pull complete 21:31:00 aa168da1d23b: Pull complete 21:31:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:31:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:31:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:31:00 prd-centos7-docker-4c-2g-3094 does not seem to be running inside a container 21:31:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:31:02 $ docker top 6b805bcd0e85e0bd1bed88230ee9dd7f083ff85a4e44dc3b162d73f1a516eeeb -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:03 + touch /tmp/pre-build-complete [Pipeline] sh 21:31:03 + mkdir -p /var/log/sa [Pipeline] sh 21:31:03 + ls /var/log/sa-host 21:31:03 + sadf -c /var/log/sa-host/sa05 21:31:03 file_magic: OK 21:31:03 HZ: Using current value: 100 21:31:03 file_header: OK 21:31:03 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 21:31:03 Statistics: 21:31:03 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... 21:31:03 File successfully converted to sysstat format version 12.2.1 21:31:03 + sadf -c /var/log/sa-host/sa23 21:31:03 file_magic: OK 21:31:03 HZ: Using current value: 100 21:31:03 file_header: OK 21:31:03 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 21:31:03 Statistics: 21:31:03 Hnuu...uuuununununu... 21:31:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:31:04 provisioning config files... 21:31:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1709289825799076338tmp [Pipeline] { [Pipeline] echo 21:31:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> create-netrc.sh [Pipeline] } 21:31:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:31:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> python-tools-install.sh [Pipeline] echo 21:31:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:31:05 ---> sudo-logs.sh 21:31:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:31:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:31:05 ---> job-cost.sh 21:31:05 lf-activate-venv: SKIPPING 21:31:05 DEBUG: total: 0.20999999344348907 21:31:05 INFO: Retrieving Stack Cost... 21:31:06 INFO: Retrieving Pricing Info for: v1-standard-2 21:31:06 INFO: Archiving Costs [Pipeline] echo 21:31:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:31:07 ---> logs-deploy.sh 21:31:07 lf-activate-venv: SKIPPING 21:31:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/3 21:31:07 INFO: archiving workspace using pattern(s): 21:31:09 Archives upload complete. 21:31:09 INFO: archiving logs to Nexus 21:31:10 ---> uname -a: 21:31:10 Linux prd-centos7-docker-4c-2g-3094.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:31:10 21:31:10 21:31:10 ---> lscpu: 21:31:10 Architecture: x86_64 21:31:10 CPU op-mode(s): 32-bit, 64-bit 21:31:10 Byte Order: Little Endian 21:31:10 Address sizes: 40 bits physical, 48 bits virtual 21:31:10 CPU(s): 4 21:31:10 On-line CPU(s) list: 0-3 21:31:10 Thread(s) per core: 1 21:31:10 Core(s) per socket: 1 21:31:10 Socket(s): 4 21:31:10 NUMA node(s): 1 21:31:10 Vendor ID: GenuineIntel 21:31:10 CPU family: 6 21:31:10 Model: 44 21:31:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:31:10 Stepping: 1 21:31:10 CPU MHz: 2933.442 21:31:10 BogoMIPS: 5866.88 21:31:10 Virtualization: VT-x 21:31:10 Hypervisor vendor: KVM 21:31:10 Virtualization type: full 21:31:10 L1d cache: 128 KiB 21:31:10 L1i cache: 128 KiB 21:31:10 L2 cache: 16 MiB 21:31:10 L3 cache: 64 MiB 21:31:10 NUMA node0 CPU(s): 0-3 21:31:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:31:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:31:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:31:10 Vulnerability Meltdown: Mitigation; PTI 21:31:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:31:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:31:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:31:10 Vulnerability Srbds: Not affected 21:31:10 Vulnerability Tsx async abort: Not affected 21:31:10 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 21:31:10 21:31:10 21:31:10 ---> nproc: 21:31:10 4 21:31:10 21:31:10 21:31:10 ---> df -h: 21:31:10 Filesystem Size Used Available Use% Mounted on 21:31:10 overlay 50.0G 12.7G 37.3G 25% / 21:31:10 tmpfs 64.0M 0 64.0M 0% /dev 21:31:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:31:10 shm 64.0M 0 64.0M 0% /dev/shm 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/3 21:31:10 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/3@tmp 21:31:10 21:31:10 21:31:10 ---> free -m: 21:31:10 total used free shared buff/cache available 21:31:10 Mem: 1837 730 349 0 757 1025 21:31:10 Swap: 1023 68 955 21:31:10 21:31:10 21:31:10 ---> ip addr: 21:31:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:31:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:31:10 inet 127.0.0.1/8 scope host lo 21:31:10 valid_lft forever preferred_lft forever 21:31:10 inet6 ::1/128 scope host 21:31:10 valid_lft forever preferred_lft forever 21:31:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:31:10 link/ether fa:16:3e:26:9f:ac brd ff:ff:ff:ff:ff:ff 21:31:10 inet 10.30.123.254/23 brd 10.30.123.255 scope global dynamic eth0 21:31:10 valid_lft 84859sec preferred_lft 84859sec 21:31:10 inet6 fe80::f816:3eff:fe26:9fac/64 scope link 21:31:10 valid_lft forever preferred_lft forever 21:31:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:31:10 link/ether 02:42:5a:bf:71:d5 brd ff:ff:ff:ff:ff:ff 21:31:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:31:10 valid_lft forever preferred_lft forever 21:31:10 inet6 fe80::42:5aff:febf:71d5/64 scope link 21:31:10 valid_lft forever preferred_lft forever 21:31:10 21:31:10 21:31:10 ---> sar -b -r -n DEV: 21:31:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 21:31:10 21:31:10 21:05:17 LINUX RESTART (4 CPU) 21:31:10 21:31:10 21:06:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:31:10 21:07:01 177.99 70.89 107.10 0.00 10328.46 41353.26 0.00 21:31:10 21:08:01 312.36 142.25 170.12 0.00 5456.67 27199.22 0.00 21:31:10 21:09:01 129.03 36.52 92.51 0.00 1367.32 13037.02 0.00 21:31:10 21:10:01 143.82 71.99 71.84 0.00 3584.29 9178.61 0.00 21:31:10 21:11:02 190.69 41.40 149.29 0.00 11535.59 72639.08 0.00 21:31:10 21:12:01 2314.12 1980.32 333.80 0.00 171580.16 191830.42 0.00 21:31:10 21:13:02 1353.88 1155.09 198.79 0.00 68869.70 76811.88 0.00 21:31:10 21:14:02 1426.45 1067.55 358.90 0.00 89791.01 138257.42 0.00 21:31:10 21:15:01 2140.88 1867.65 273.23 0.00 119915.89 131488.64 0.00 21:31:10 21:16:01 318.09 79.41 238.68 0.00 9270.91 38812.13 0.00 21:31:10 21:17:01 11.60 8.64 2.96 0.00 258.63 50.32 0.00 21:31:10 21:18:01 0.47 0.27 0.20 0.00 6.79 1.93 0.00 21:31:10 21:19:01 0.27 0.02 0.25 0.00 0.53 2.21 0.00 21:31:10 21:20:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 21:31:10 21:21:02 2.30 1.47 0.83 0.00 49.68 15.40 0.00 21:31:10 21:22:01 0.30 0.02 0.29 0.00 0.27 3.57 0.00 21:31:10 21:23:01 0.42 0.00 0.42 0.00 0.00 5.33 0.00 21:31:10 21:24:01 0.27 0.00 0.27 0.00 0.00 2.96 0.00 21:31:10 21:25:01 0.28 0.03 0.25 0.00 0.67 2.60 0.00 21:31:10 21:26:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 21:31:10 21:27:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 21:31:10 21:28:01 0.35 0.02 0.33 0.00 0.53 4.88 0.00 21:31:10 21:29:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 21:31:10 21:30:01 0.23 0.02 0.22 0.00 0.53 2.18 0.00 21:31:10 21:31:01 185.32 93.14 92.18 0.00 7807.92 18523.21 0.00 21:31:10 Average: 347.90 264.20 83.69 0.00 19954.83 30319.33 0.00 21:31:10 21:31:10 21:06:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:31:10 21:07:01 76196 0 719292 38.23 1900 1084156 1548272 52.84 720740 869620 28292 21:31:10 21:08:01 110348 0 809192 43.01 1492 960512 1649272 56.29 639792 853524 62948 21:31:10 21:09:01 92484 0 840848 44.69 600 947612 1857020 63.38 762924 738948 70000 21:31:10 21:10:01 203192 0 783132 41.62 516 894704 1427428 48.72 625644 756860 17952 21:31:10 21:11:02 64596 0 723164 38.43 168 1093616 1265092 43.18 732672 832260 99264 21:31:10 21:12:01 79520 0 865088 45.98 0 936936 2359508 80.53 761788 800008 85176 21:31:10 21:13:02 131768 0 1003252 53.32 0 746524 2818820 96.20 669368 800412 39392 21:31:10 21:14:02 69620 0 739224 39.29 0 1072700 2164276 73.86 759856 831464 39704 21:31:10 21:15:01 75152 0 1235660 65.67 0 570732 2969384 101.34 896304 640632 55084 21:31:10 21:16:01 75784 0 689280 36.63 0 1116480 1419648 48.45 548512 988228 28 21:31:10 21:17:01 100384 0 657880 34.96 0 1123280 1220428 41.65 547952 970984 12 21:31:10 21:18:01 101940 0 656308 34.88 0 1123296 1195964 40.82 547112 970724 16 21:31:10 21:19:01 102552 0 655700 34.85 0 1123292 1195808 40.81 546260 970728 12 21:31:10 21:20:01 102612 0 655612 34.84 0 1123320 1195832 40.81 546364 970744 16 21:31:10 21:21:02 101336 0 656112 34.87 0 1124096 1195880 40.81 546360 971532 16 21:31:10 21:22:01 101484 0 655944 34.86 0 1124116 1195844 40.81 546240 971548 12 21:31:10 21:23:01 101640 0 655780 34.85 0 1124124 1195804 40.81 546288 971556 8 21:31:10 21:24:01 101696 0 655712 34.85 0 1124136 1195808 40.81 546296 971556 8 21:31:10 21:25:01 101836 0 655572 34.84 0 1124136 1195808 40.81 546424 971568 8 21:31:10 21:26:01 101808 0 655584 34.84 0 1124152 1195892 40.81 546256 971580 8 21:31:10 21:27:01 101344 0 656044 34.87 0 1124156 1195856 40.81 546372 971576 8 21:31:10 21:28:01 101712 0 655668 34.85 0 1124164 1195808 40.81 546300 971592 8 21:31:10 21:29:01 101648 0 655724 34.85 0 1124172 1195808 40.81 546304 971592 8 21:31:10 21:30:01 101804 0 655576 34.84 0 1124164 1195808 40.81 546324 971592 8 21:31:10 21:31:01 445628 0 716848 38.10 0 719068 1389020 47.40 476112 664412 16 21:31:10 Average: 113923 0 732328 38.92 187 1035106 1505364 51.38 609783 895010 19920 21:31:10 21:31:10 21:06:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:31:10 21:07:01 eth0 1315.75 1345.18 6264.79 190.39 0.00 0.00 0.00 0.00 21:31:10 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:07:01 docker0 927.96 773.62 76.25 2778.34 0.00 0.00 0.00 0.00 21:31:10 21:08:01 eth0 281.00 188.85 877.54 28.39 0.00 0.00 0.00 0.00 21:31:10 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:08:01 veth59c6c53 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:08:01 docker0 167.71 244.08 12.00 844.42 0.00 0.00 0.00 0.00 21:31:10 21:09:01 eth0 25.49 13.53 21.90 10.51 0.00 0.00 0.00 0.00 21:31:10 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:09:01 veth59c6c53 0.83 0.83 0.07 0.07 0.00 0.00 0.00 0.00 21:31:10 21:09:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 21:31:10 21:10:01 eth0 55.54 47.27 19.43 86.67 0.00 0.00 0.00 0.00 21:31:10 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:10:01 veth59c6c53 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 21:31:10 21:10:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 21:31:10 21:11:02 eth0 188.70 147.86 1697.36 25.00 0.00 0.00 0.00 0.00 21:31:10 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:11:02 veth22d6354 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:12:01 eth0 97.84 72.23 183.50 56.99 0.00 0.00 0.00 0.00 21:31:10 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:12:01 veth22d6354 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:12:01 docker0 46.55 62.04 2.83 166.52 0.00 0.00 0.00 0.00 21:31:10 21:13:02 veth6f30a21 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:13:02 vethfec5c66 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:13:02 eth0 6.34 3.28 5.30 2.74 0.00 0.00 0.00 0.00 21:31:10 21:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:14:02 veth8807742 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:14:02 vethf7564c0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:14:02 veth751be8e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:14:02 eth0 124.34 82.11 345.87 22.28 0.00 0.00 0.00 0.00 21:31:10 21:15:01 veth3f0ab08 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:15:01 eth0 32.33 24.18 15.31 84.70 0.00 0.00 0.00 0.00 21:31:10 21:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:15:01 veth631a019 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:31:10 21:16:01 eth0 212.86 146.33 1670.36 24.72 0.00 0.00 0.00 0.00 21:31:10 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:16:01 veth22d6354 0.00 1.05 0.00 0.05 0.00 0.00 0.00 0.00 21:31:10 21:16:01 docker0 1204.23 1195.41 94.49 4389.26 0.00 0.00 0.00 0.00 21:31:10 21:17:01 eth0 3.66 2.13 3.27 1.24 0.00 0.00 0.00 0.00 21:31:10 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:18:01 eth0 1.70 1.00 0.84 0.57 0.00 0.00 0.00 0.00 21:31:10 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:19:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:31:10 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:20:01 eth0 0.17 0.17 0.05 0.01 0.00 0.00 0.00 0.00 21:31:10 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:21:02 eth0 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 21:31:10 21:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:22:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:31:10 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:24:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:25:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:26:01 eth0 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 21:31:10 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:27:01 eth0 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 21:31:10 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:28:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:29:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:30:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:31:10 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:31:01 eth0 250.92 205.24 2180.99 76.57 0.00 0.00 0.00 0.00 21:31:10 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 Average: eth0 102.50 89.72 524.97 24.21 0.00 0.00 0.00 0.00 21:31:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:10 Average: docker0 48.30 47.94 3.79 176.04 0.00 0.00 0.00 0.00 21:31:10 21:31:10 21:31:10 ---> sar -P ALL: 21:31:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 21:31:10 21:31:10 21:05:17 LINUX RESTART (4 CPU) 21:31:10 21:31:10 21:06:03 CPU %user %nice %system %iowait %steal %idle 21:31:10 21:07:01 all 17.63 0.00 9.44 2.89 0.45 69.60 21:31:10 21:07:01 0 16.15 0.00 10.55 1.70 0.40 71.21 21:31:10 21:07:01 1 15.66 0.00 9.15 1.12 0.50 73.57 21:31:10 21:07:01 2 14.69 0.00 8.23 3.15 0.50 73.43 21:31:10 21:07:01 3 24.03 0.00 9.84 5.57 0.41 60.14 21:31:10 21:08:01 all 16.73 0.00 9.60 6.16 0.27 67.25 21:31:10 21:08:01 0 15.63 0.00 9.82 5.95 0.28 68.32 21:31:10 21:08:01 1 16.66 0.00 9.20 4.65 0.29 69.19 21:31:10 21:08:01 2 17.05 0.00 9.45 9.45 0.27 63.78 21:31:10 21:08:01 3 17.55 0.00 9.92 4.59 0.22 67.72 21:31:10 21:09:01 all 54.69 0.00 13.24 5.45 0.32 26.30 21:31:10 21:09:01 0 55.30 0.00 12.68 6.78 0.30 24.94 21:31:10 21:09:01 1 54.67 0.00 13.16 5.42 0.33 26.42 21:31:10 21:09:01 2 54.21 0.00 13.84 3.65 0.37 27.94 21:31:10 21:09:01 3 54.58 0.00 13.28 5.97 0.26 25.91 21:31:10 21:10:01 all 50.40 0.00 15.78 3.77 0.25 29.81 21:31:10 21:10:01 0 50.07 0.00 15.68 2.78 0.26 31.20 21:31:10 21:10:01 1 51.85 0.00 16.47 4.50 0.25 26.92 21:31:10 21:10:01 2 49.90 0.00 15.67 3.40 0.21 30.82 21:31:10 21:10:01 3 49.76 0.00 15.31 4.39 0.28 30.26 21:31:10 21:11:02 all 25.77 0.00 13.91 4.48 0.50 55.34 21:31:10 21:11:02 0 26.61 0.00 13.30 3.16 0.45 56.48 21:31:10 21:11:02 1 25.91 0.00 13.52 3.77 0.54 56.26 21:31:10 21:11:02 2 26.11 0.00 14.52 9.15 0.49 49.73 21:31:10 21:11:02 3 24.47 0.00 14.29 1.84 0.54 58.86 21:31:10 21:12:01 all 22.84 0.00 31.78 19.18 0.87 25.33 21:31:10 21:12:01 0 21.40 0.00 31.46 19.52 1.05 26.58 21:31:10 21:12:01 1 23.68 0.00 31.97 20.70 0.83 22.81 21:31:10 21:12:01 2 22.86 0.00 31.84 16.95 0.81 27.54 21:31:10 21:12:01 3 23.43 0.00 31.86 19.57 0.79 24.36 21:31:10 21:13:02 all 65.36 0.00 19.34 7.67 0.47 7.16 21:31:10 21:13:02 0 65.23 0.00 19.67 8.33 0.55 6.23 21:31:10 21:13:02 1 64.96 0.00 19.67 9.01 0.47 5.88 21:31:10 21:13:02 2 65.01 0.00 19.19 7.37 0.52 7.91 21:31:10 21:13:02 3 66.25 0.00 18.83 5.97 0.35 8.60 21:31:10 21:14:02 all 20.52 0.00 22.64 25.44 0.18 31.21 21:31:10 21:14:02 0 19.88 0.00 22.06 23.11 0.14 34.81 21:31:10 21:14:02 1 21.00 0.00 23.11 27.86 0.19 27.84 21:31:10 21:14:02 2 19.04 0.00 22.10 25.64 0.26 32.96 21:31:10 21:14:02 3 22.18 0.00 23.28 25.16 0.14 29.23 21:31:10 21:15:01 all 38.88 0.00 23.39 20.44 0.14 17.16 21:31:10 21:15:01 0 38.75 0.00 25.00 22.65 0.16 13.43 21:31:10 21:15:01 1 38.77 0.00 21.83 20.30 0.18 18.92 21:31:10 21:15:01 2 38.70 0.00 22.35 18.64 0.11 20.20 21:31:10 21:15:01 3 39.29 0.00 24.38 20.16 0.11 16.06 21:31:10 21:16:01 all 27.33 0.00 12.12 15.49 0.07 44.98 21:31:10 21:16:01 0 25.60 0.00 12.96 11.92 0.03 49.49 21:31:10 21:16:01 1 27.74 0.00 11.46 13.97 0.09 46.75 21:31:10 21:16:01 2 25.90 0.00 11.87 15.24 0.09 46.91 21:31:10 21:16:01 3 30.10 0.00 12.20 20.84 0.09 36.77 21:31:10 21:17:01 all 0.26 0.00 0.15 0.22 0.00 99.37 21:31:10 21:17:01 0 0.13 0.00 0.10 0.05 0.00 99.72 21:31:10 21:17:01 1 0.12 0.00 0.17 0.05 0.00 99.67 21:31:10 21:17:01 2 0.62 0.00 0.13 0.13 0.00 99.12 21:31:10 21:17:01 3 0.17 0.00 0.18 0.67 0.00 98.98 21:31:10 21:31:10 21:17:01 CPU %user %nice %system %iowait %steal %idle 21:31:10 21:18:01 all 0.18 0.00 0.05 0.01 0.00 99.76 21:31:10 21:18:01 0 0.08 0.00 0.07 0.02 0.02 99.82 21:31:10 21:18:01 1 0.07 0.00 0.03 0.02 0.00 99.88 21:31:10 21:18:01 2 0.55 0.00 0.05 0.00 0.00 99.40 21:31:10 21:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:19:01 all 0.16 0.00 0.04 0.00 0.02 99.79 21:31:10 21:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:31:10 21:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:31:10 21:19:01 2 0.53 0.00 0.03 0.00 0.02 99.42 21:31:10 21:19:01 3 0.03 0.00 0.03 0.00 0.03 99.90 21:31:10 21:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 21:31:10 21:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:31:10 21:20:01 1 0.08 0.00 0.07 0.00 0.02 99.83 21:31:10 21:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:31:10 21:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:31:10 21:21:02 all 0.17 0.00 0.06 0.02 0.00 99.75 21:31:10 21:21:02 0 0.45 0.00 0.02 0.00 0.00 99.53 21:31:10 21:21:02 1 0.07 0.00 0.10 0.02 0.00 99.82 21:31:10 21:21:02 2 0.10 0.00 0.03 0.00 0.00 99.87 21:31:10 21:21:02 3 0.05 0.00 0.10 0.08 0.00 99.77 21:31:10 21:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:31:10 21:22:01 0 0.51 0.00 0.02 0.00 0.00 99.48 21:31:10 21:22:01 1 0.05 0.00 0.05 0.00 0.02 99.88 21:31:10 21:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:31:10 21:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:31:10 21:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:31:10 21:23:01 0 0.53 0.00 0.03 0.00 0.00 99.43 21:31:10 21:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:31:10 21:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:31:10 21:24:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:31:10 21:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:31:10 21:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:31:10 21:25:01 all 0.17 0.00 0.02 0.00 0.00 99.81 21:31:10 21:25:01 0 0.52 0.00 0.02 0.00 0.00 99.47 21:31:10 21:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:31:10 21:25:01 2 0.08 0.00 0.03 0.00 0.00 99.88 21:31:10 21:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:31:10 21:26:01 all 0.12 0.00 0.04 0.00 0.00 99.84 21:31:10 21:26:01 0 0.38 0.00 0.07 0.00 0.00 99.55 21:31:10 21:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:31:10 21:26:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:31:10 21:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:31:10 21:27:01 all 0.03 0.00 0.04 0.00 0.00 99.93 21:31:10 21:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:31:10 21:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:27:01 2 0.03 0.00 0.07 0.00 0.00 99.90 21:31:10 21:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:31:10 21:28:01 all 0.08 0.00 0.03 0.00 0.00 99.90 21:31:10 21:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:31:10 21:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:31:10 21:28:01 2 0.27 0.00 0.07 0.00 0.00 99.67 21:31:10 21:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:31:10 21:31:10 21:28:01 CPU %user %nice %system %iowait %steal %idle 21:31:10 21:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:31:10 21:29:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:31:10 21:29:01 2 0.52 0.00 0.00 0.00 0.00 99.48 21:31:10 21:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:31:10 21:30:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:31:10 21:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:31:10 21:30:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:31:10 21:30:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:31:10 21:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:31:10 21:31:01 all 6.84 0.00 5.19 4.39 0.04 83.55 21:31:10 21:31:01 0 5.91 0.00 5.49 4.25 0.03 84.31 21:31:10 21:31:01 1 6.32 0.00 4.95 1.93 0.02 86.78 21:31:10 21:31:01 2 7.65 0.00 5.75 6.63 0.05 79.92 21:31:10 21:31:01 3 7.47 0.00 4.55 4.75 0.05 83.18 21:31:10 Average: all 13.54 0.00 6.84 4.47 0.14 75.00 21:31:10 Average: 0 13.32 0.00 6.92 4.26 0.14 75.36 21:31:10 Average: 1 13.50 0.00 6.78 4.38 0.14 75.20 21:31:10 Average: 2 13.43 0.00 6.80 4.64 0.14 74.99 21:31:10 Average: 3 13.93 0.00 6.87 4.61 0.13 74.47 21:31:10 21:31:10 21:31:10