Pull request #3172 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1afd1b68a496f62e34ad732a00a11e0934d597fb+0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed (6e20949691077cbf92e75f242302d317267d610d) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26825’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26824’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26831 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) > 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/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # 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 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:54:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:54:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk e5074819b3820e3cae2aac12af7bd661d7652d55 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:54:40 ========================================================= 21:54:40 EdgeX Global Pipelines Version Info 21:54:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:54:42 ------------------- 21:54:42 stable info: 21:54:42 ------------------- 21:54:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:54:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:54:42 Message: update stable to v1.0.179 21:54:43 ------------------- 21:54:43 experimental info: 21:54:43 ------------------- 21:54:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:54:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:54:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:54:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:54:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:54:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:54:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:54:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:54:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3172 [Pipeline] echo 21:54:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3172 [Pipeline] echo 21:54:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3172 [Pipeline] echo 21:54:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1afd1b68a496f62e34ad732a00a11e0934d597fb [Pipeline] echo 21:54:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1afd1b6 [Pipeline] echo 21:54:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:54:46 provisioning config files... 21:54:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6519797541862604636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:46 ---> docker-login.sh 21:54:46 nexus3.edgexfoundry.org:10001 21:54:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:47 Configure a credential helper to remove this warning. See 21:54:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:47 21:54:47 Login Succeeded 21:54:47 nexus3.edgexfoundry.org:10002 21:54:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:47 Configure a credential helper to remove this warning. See 21:54:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:47 21:54:47 Login Succeeded 21:54:47 nexus3.edgexfoundry.org:10003 21:54:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:47 Configure a credential helper to remove this warning. See 21:54:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:47 21:54:47 Login Succeeded 21:54:47 nexus3.edgexfoundry.org:10004 21:54:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:47 Configure a credential helper to remove this warning. See 21:54:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:47 21:54:47 Login Succeeded 21:54:47 docker.io 21:54:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:48 Configure a credential helper to remove this warning. See 21:54:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:48 21:54:48 Login Succeeded 21:54:48 ---> docker-login.sh ends [Pipeline] } 21:54:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:54:49 ++ 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:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/core-command/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo core-command,cmd/core-command/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/core-data/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo core-data,cmd/core-data/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/core-metadata/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo core-metadata,cmd/core-metadata/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/security-bootstrapper/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/security-proxy-setup/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/support-notifications/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo support-notifications,cmd/support-notifications/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/support-scheduler/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:54:49 + for file in '`ls cmd/**/Dockerfile`' 21:54:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:54:49 ++ cut -d/ -f2 21:54:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:54:49 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:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:50 21:54:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:54:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:50 latest: Pulling from edgex-devops/git-semver 21:54:50 31603596830f: Pulling fs layer 21:54:50 2a8b12db71e7: Pulling fs layer 21:54:50 6ca5941a6612: Pulling fs layer 21:54:50 ecc8261a40a4: Pulling fs layer 21:54:50 ecc8261a40a4: Waiting 21:54:50 2a8b12db71e7: Verifying Checksum 21:54:50 2a8b12db71e7: Download complete 21:54:50 31603596830f: Verifying Checksum 21:54:50 31603596830f: Download complete 21:54:50 ecc8261a40a4: Download complete 21:54:50 6ca5941a6612: Verifying Checksum 21:54:50 6ca5941a6612: Download complete 21:54:50 31603596830f: Pull complete 21:54:51 2a8b12db71e7: Pull complete 21:54:52 6ca5941a6612: Pull complete 21:54:52 ecc8261a40a4: Pull complete 21:54:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:54:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:54:52 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 21:54:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:54:55 $ docker top c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:54:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:54:55 [ssh-agent] Looking for ssh-agent implementation... 21:54:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:54:55 $ docker exec c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent 21:54:55 SSH_AUTH_SOCK=/tmp/ssh-cDkA9ml6w8Ll/agent.11 21:54:55 SSH_AGENT_PID=17 21:54:56 Running ssh-add (command line suppressed) 21:54:56 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1680327591159091284.key (/w/workspace/edgex-go/4@tmp/private_key_1680327591159091284.key) 21:54:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:54:56 + git tag --points-at HEAD [Pipeline] } 21:54:56 $ docker exec --env ******** --env ******** c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent -k 21:54:56 unset SSH_AUTH_SOCK; 21:54:56 unset SSH_AGENT_PID; 21:54:56 echo Agent pid 17 killed; 21:54:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:54:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:54:56 [ssh-agent] Looking for ssh-agent implementation... 21:54:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:54:57 $ docker exec c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent 21:54:57 SSH_AUTH_SOCK=/tmp/ssh-kjBqXMg9GYxY/agent.46 21:54:57 SSH_AGENT_PID=51 21:54:57 Running ssh-add (command line suppressed) 21:54:57 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5007447562463706799.key (/w/workspace/edgex-go/4@tmp/private_key_5007447562463706799.key) 21:54:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:54:57 + git semver init 21:54:57 # -> Open(): unable to determine branch for HEAD 21:54:57 # $GIT_DIR = /w/workspace/edgex-go/4/.git 21:54:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 21:54:57 # $SEMVER_REMOTE_NAME = origin 21:54:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:54:57 # $SEMVER_USER_NAME = edgex-jenkins 21:54:57 # $SEMVER_BRANCH = PR-3172 21:54:57 # $SEMVER_TEMP = /tmp/semver-720570797 21:54:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:55:15 # '/tmp/semver-720570797' -> '/w/workspace/edgex-go/4/.semver' 21:55:15 # -> Force: false 21:55:15 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 21:55:15 $ docker exec --env ******** --env ******** c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 ssh-agent -k 21:55:16 unset SSH_AUTH_SOCK; 21:55:16 unset SSH_AGENT_PID; 21:55:16 echo Agent pid 51 killed; 21:55:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:55:16 + git semver [Pipeline] } 21:55:17 $ docker stop --time=1 c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 21:55:18 $ docker rm -f c8be5e4dd90c826cfd0e919be79fbcf46de2f97e48dfd2eedcad6680f63c09f6 [Pipeline] // withDockerContainer [Pipeline] sh 21:55:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:55:19 Stashed 1 file(s) [Pipeline] echo 21:55:19 [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:55:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:55:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:55:21 + sudo service docker restart 21:55:21 + true 21:55:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:55:22 ========================================================= 21:55:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:55:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:55:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:55:26 Sending build context to Docker daemon 327.9MB 21:55:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:55:26 Step 2/6 : FROM ${BASE} 21:55:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:55:26 188c0c94c7c5: Pulling fs layer 21:55:26 0ef7d3d256c8: Pulling fs layer 21:55:26 de9db76c5a1d: Pulling fs layer 21:55:26 bca2f99d35d6: Pulling fs layer 21:55:26 93359f2a8cfa: Pulling fs layer 21:55:26 7c6f9722023f: Pulling fs layer 21:55:26 a35cf1a2eb13: Pulling fs layer 21:55:26 93359f2a8cfa: Waiting 21:55:26 7c6f9722023f: Waiting 21:55:26 a35cf1a2eb13: Waiting 21:55:26 bca2f99d35d6: Waiting 21:55:26 de9db76c5a1d: Download complete 21:55:26 0ef7d3d256c8: Verifying Checksum 21:55:26 0ef7d3d256c8: Download complete 21:55:26 93359f2a8cfa: Verifying Checksum 21:55:26 93359f2a8cfa: Download complete 21:55:26 188c0c94c7c5: Verifying Checksum 21:55:26 188c0c94c7c5: Download complete 21:55:26 7c6f9722023f: Verifying Checksum 21:55:26 7c6f9722023f: Download complete 21:55:27 188c0c94c7c5: Pull complete 21:55:27 0ef7d3d256c8: Pull complete 21:55:27 de9db76c5a1d: Pull complete 21:55:28 a35cf1a2eb13: Verifying Checksum 21:55:28 a35cf1a2eb13: Download complete 21:55:28 bca2f99d35d6: Verifying Checksum 21:55:28 bca2f99d35d6: Download complete 21:55:34 bca2f99d35d6: Pull complete 21:55:34 93359f2a8cfa: Pull complete 21:55:34 7c6f9722023f: Pull complete 21:55:35 Still waiting to schedule task 21:55:35 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 21:55:40 a35cf1a2eb13: Pull complete 21:55:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:55:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:55:40 ---> a62c8e92a672 21:55:40 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:55:40 ---> Running in b2bce5114d85 21:55:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:55:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:55:42 (1/12) Installing libmagic (5.38-r0) 21:55:43 (2/12) Installing file (5.38-r0) 21:55:43 (3/12) Installing libc-dev (0.7.2-r3) 21:55:43 (4/12) Installing g++ (9.3.0-r2) 21:55:50 (5/12) Installing fortify-headers (1.1-r0) 21:55:50 (6/12) Installing patch (2.7.6-r6) 21:55:50 (7/12) Installing build-base (0.5-r2) 21:55:50 (8/12) Installing libsodium (1.0.18-r0) 21:55:50 (9/12) Installing pkgconf (1.7.2-r0) 21:55:50 (10/12) Installing libsodium-dev (1.0.18-r0) 21:55:50 (11/12) Installing libzmq (4.3.3-r0) 21:55:50 (12/12) Installing zeromq-dev (4.3.3-r0) 21:55:50 Executing busybox-1.31.1-r19.trigger 21:55:50 OK: 233 MiB in 51 packages 21:55:53 Removing intermediate container b2bce5114d85 21:55:53 ---> 1de367fba249 21:55:53 Step 4/6 : WORKDIR /edgex-go 21:55:53 ---> Running in 861a47af0b9b 21:55:53 Removing intermediate container 861a47af0b9b 21:55:53 ---> fdefb070cb04 21:55:53 Step 5/6 : COPY go.mod . 21:55:53 ---> c9685d93cad8 21:55:53 Step 6/6 : RUN go mod download 21:55:53 ---> Running in 6507d7391f4a 21:56:20 Removing intermediate container 6507d7391f4a 21:56:20 ---> 2177cac3dd5f 21:56:20 Successfully built 2177cac3dd5f 21:56:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:56:20 + docker inspect -f . ci-base-image-x86_64 21:56:20 . [Pipeline] withDockerContainer 21:56:20 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 21:56:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:56:21 $ docker top 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:22 + go version 21:56:22 go version go1.15.5 linux/amd64 [Pipeline] } 21:56:22 $ docker stop --time=1 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 21:56:23 $ docker rm -f 77f84867f2976600946924c82e0170eac29ac9c9b5c1cc8be56241fb8acc6029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:24 + docker inspect -f . ci-base-image-x86_64 21:56:24 . [Pipeline] withDockerContainer 21:56:24 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 21:56:24 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:56:25 $ docker top 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 -eo pid,comm [Pipeline] { [Pipeline] echo 21:56:25 ========================================================= 21:56:25 [edgeXBuildGoParallel] Running Tests and Build... 21:56:25 ========================================================= [Pipeline] sh 21:56:26 + make test 21:56:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:56:36 ? github.com/edgexfoundry/edgex-go [no test files] 21:56:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:56:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:56:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:56:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:56:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:56:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:56:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:56:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:57:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:57:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:57:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:57:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:57:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:57:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements 21:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.487s coverage: 27.1% of statements 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 65.8% of statements 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 21:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:57:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 21:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:57:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 21:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.442s coverage: 92.8% of statements 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:57:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 21:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 21:57:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 21:57:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 37.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.100s coverage: 89.4% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.675s coverage: 29.1% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 21:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:57:40 GO111MODULE=on go vet ./... 21:57:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26835 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws 21:57:56 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 21:58:01 using credential edgex-jenkins-ssh 21:58:02 Cloning the remote Git repository 21:58:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:58:02 > git init /w/workspace/edgex-go/4 # timeout=10 21:58:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:02 > git --version # timeout=10 21:58:02 > git --version # 'git version 2.17.1' 21:58:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:07 gofmt -l . 21:58:07 [ "`gofmt -l .`" = "" ] 21:58:07 ./bin/test-go-mod-tidy.sh 21:58:07 ./bin/test-attribution-txt.sh [Pipeline] sh 21:58:08 + ls -al . 21:58:08 total 708 21:58:08 drwxrwxr-x 10 1001 1001 4096 Feb 18 21:58 . 21:58:08 drwxr-xr-x 4 root root 28 Feb 18 21:56 .. 21:58:08 -rw-rw-r-- 1 1001 1001 11 Feb 18 21:54 .dockerignore 21:58:08 drwxrwxr-x 8 1001 1001 179 Feb 18 21:54 .git 21:58:08 drwxrwxr-x 3 1001 1001 125 Feb 18 21:54 .github 21:58:08 -rw-rw-r-- 1 1001 1001 818 Feb 18 21:54 .gitignore 21:58:08 drwx------ 3 1001 1001 60 Feb 18 21:55 .semver 21:58:08 -rw-rw-r-- 1 1001 1001 166 Feb 18 21:54 .sonarcloud.properties 21:58:08 -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:54 Attribution.txt 21:58:08 -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:54 CONTRIBUTING.md 21:58:08 -rw-rw-r-- 1 1001 1001 931 Feb 18 21:54 Dockerfile.build 21:58:08 -rw-rw-r-- 1 1001 1001 863 Feb 18 21:54 Jenkinsfile 21:58:08 -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:54 LICENSE 21:58:08 -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:54 Makefile 21:58:08 -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:54 README.md 21:58:08 -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:54 SECURITY.md 21:58:08 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:55 VERSION 21:58:08 -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:54 ZMQWindows.md 21:58:08 drwxrwxr-x 2 1001 1001 117 Feb 18 21:54 bin 21:58:08 drwxrwxr-x 14 1001 1001 4096 Feb 18 21:54 cmd 21:58:08 -rw-r--r-- 1 root root 597520 Feb 18 21:57 coverage.out 21:58:08 -rw-r--r-- 1 root root 1054 Feb 18 21:58 go.mod 21:58:08 -rw-r--r-- 1 root root 23444 Feb 18 21:58 go.sum 21:58:08 drwxrwxr-x 8 1001 1001 127 Feb 18 21:54 internal 21:58:08 drwxrwxr-x 4 1001 1001 26 Feb 18 21:54 openapi 21:58:08 drwxrwxr-x 4 1001 1001 71 Feb 18 21:54 snap 21:58:08 -rw-rw-r-- 1 1001 1001 168 Feb 18 21:54 version.go [Pipeline] sh 21:58:08 + '[' -e coverage.out ] 21:58:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:58:08 Stashed 1 file(s) [Pipeline] sh 21:58:08 + make build 21:58:08 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:58:13 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:58: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:58:22 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:58:24 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:58:24 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:58:26 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:58:27 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:58:28 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:58: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:58:31 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:58:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:58:34 $ docker stop --time=1 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 21:58:36 $ docker rm -f 0a33b1ade2e6a1e84981851338cb2769a845d29481ffa94a3dd83a4f5232e075 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:58:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:58:38 21:58:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:58:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:58:38 latest: Pulling from edgex-devops/edgex-compose 21:58:38 cbdbe7a5bc2a: Pulling fs layer 21:58:38 ca9280d653b3: Pulling fs layer 21:58:38 7e9c9ca2126c: Pulling fs layer 21:58:38 cbdbe7a5bc2a: Download complete 21:58:38 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb 21:58:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:58:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:58:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:58:38 > git config core.sparsecheckout # timeout=10 21:58:38 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 21:58:39 Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb 21:58:39 Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) 21:58:39 ca9280d653b3: Verifying Checksum 21:58:39 ca9280d653b3: Download complete 21:58:39 cbdbe7a5bc2a: Pull complete 21:58:40 ca9280d653b3: Pull complete 21:58:40 7e9c9ca2126c: Download complete 21:58:39 > git remote # timeout=10 21:58:39 > git config --get remote.origin.url # timeout=10 21:58:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:39 > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 21:58:39 > git rev-parse HEAD^{commit} # timeout=10 21:58:39 > git config core.sparsecheckout # timeout=10 21:58:39 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 21:58:43 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:58:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:58:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:58:46 + true 21:58:46 + sudo service docker restart 21:58:47 7e9c9ca2126c: Pull complete 21:58:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:58:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:58:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:58:47 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 21:58:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:58:50 $ docker top 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 21:58:50 provisioning config files... 21:58:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4013966500313742973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:58:50 + docker-compose build --help 21:58:50 + grep parallel 21:58:51 ---> docker-login.sh 21:58:51 nexus3.edgexfoundry.org:10001 21:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:51 --parallel Build images in parallel. [Pipeline] } 21:58:52 $ docker stop --time=1 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad 21:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:52 Configure a credential helper to remove this warning. See 21:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:52 21:58:52 Login Succeeded 21:58:52 nexus3.edgexfoundry.org:10002 21:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:52 Configure a credential helper to remove this warning. See 21:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:52 21:58:52 Login Succeeded 21:58:52 nexus3.edgexfoundry.org:10003 21:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:53 $ docker rm -f 28cf7caff6046da703d458f763f11144c8e096707865d2cc468e078e83a4cdad 21:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:53 Configure a credential helper to remove this warning. See 21:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:53 21:58:53 Login Succeeded 21:58:53 nexus3.edgexfoundry.org:10004 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 21:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh 21:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:53 Configure a credential helper to remove this warning. See 21:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:53 21:58:53 Login Succeeded 21:58:53 docker.io 21:58:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:58:54 . [Pipeline] withDockerContainer 21:58:54 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 21:58:54 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:54 Configure a credential helper to remove this warning. See 21:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:54 21:58:54 Login Succeeded 21:58:54 ---> docker-login.sh ends 21:58:55 $ docker top 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd -eo pid,comm [Pipeline] { [Pipeline] } 21:58:55 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:58:55 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 21:58:55 ========================================================= 21:58:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:58:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:58:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:58:56 Building docker-core-command-go ... 21:58:56 Building docker-core-data-go ... 21:58:56 Building docker-core-metadata-go ... 21:58:56 Building docker-security-bootstrapper-go ... 21:58:56 Building docker-security-proxy-setup-go ... 21:58:56 Building docker-security-secretstore-setup-go ... 21:58:56 Building docker-support-notifications-go ... 21:58:56 Building docker-support-scheduler-go ... 21:58:56 Building docker-sys-mgmt-agent-go ... 21:58:56 Building docker-core-data-go 21:58:56 Building docker-support-scheduler-go 21:58:56 Building docker-security-bootstrapper-go 21:58:56 Building docker-support-notifications-go 21:58:56 Building docker-security-proxy-setup-go 21:58:58 Sending build context to Docker daemon 166.3MB 21:58:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:58:58 Step 2/6 : FROM ${BASE} 21:58:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:58:58 5f621e34cdf4: Pulling fs layer 21:58:58 a4357932f1b6: Pulling fs layer 21:58:58 18c013af1878: Pulling fs layer 21:58:58 00ac8860ef70: Pulling fs layer 21:58:58 63d7cb157983: Pulling fs layer 21:58:58 00ac8860ef70: Waiting 21:58:58 b116817d02f9: Pulling fs layer 21:58:58 745a02a5169b: Pulling fs layer 21:58:58 63d7cb157983: Waiting 21:58:58 b116817d02f9: Waiting 21:58:58 745a02a5169b: Waiting 21:58:59 18c013af1878: Verifying Checksum 21:58:59 18c013af1878: Download complete 21:58:59 a4357932f1b6: Download complete 21:58:59 63d7cb157983: Download complete 21:58:59 b116817d02f9: Download complete 21:58:59 5f621e34cdf4: Verifying Checksum 21:58:59 5f621e34cdf4: Download complete 21:58:59 5f621e34cdf4: Pull complete 21:59:00 a4357932f1b6: Pull complete 21:59:00 18c013af1878: Pull complete 21:59:01 745a02a5169b: Verifying Checksum 21:59:01 745a02a5169b: Download complete 21:59:02 00ac8860ef70: Verifying Checksum 21:59:02 00ac8860ef70: Download complete 21:59:12 00ac8860ef70: Pull complete 21:59:12 63d7cb157983: Pull complete 21:59:13 b116817d02f9: Pull complete 21:59:16 745a02a5169b: Pull complete 21:59:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:59:16 ---> b7e6874047d6 21:59:16 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:59:20 ---> Running in 5c01f962408d 21:59:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:22 (1/12) Installing libmagic (5.38-r0) 21:59:22 (2/12) Installing file (5.38-r0) 21:59:22 (3/12) Installing libc-dev (0.7.2-r3) 21:59:23 (4/12) Installing g++ (9.3.0-r2) 21:59:26 (5/12) Installing fortify-headers (1.1-r0) 21:59:26 (6/12) Installing patch (2.7.6-r6) 21:59:26 (7/12) Installing build-base (0.5-r2) 21:59:26 (8/12) Installing libsodium (1.0.18-r0) 21:59:26 (9/12) Installing pkgconf (1.7.2-r0) 21:59:26 (10/12) Installing libsodium-dev (1.0.18-r0) 21:59:26 (11/12) Installing libzmq (4.3.3-r0) 21:59:26 (12/12) Installing zeromq-dev (4.3.3-r0) 21:59:26 Executing busybox-1.31.1-r19.trigger 21:59:27 OK: 217 MiB in 51 packages 21:59:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:59:29 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:29 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:59:29 ---> 2177cac3dd5f 21:59:29 Step 3/23 : WORKDIR /edgex-go ---> 2177cac3dd5f 21:59:29 Step 3/30 : WORKDIR /edgex-go 21:59:29 21:59:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:59:29 ---> 2177cac3dd5f 21:59:29 Step 3/22 : WORKDIR /edgex-go 21:59:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:59:29 ---> 2177cac3dd5f 21:59:29 Step 3/22 : WORKDIR /edgex-go 21:59:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:59:29 ---> 2177cac3dd5f 21:59:29 Step 3/21 : WORKDIR /edgex-go 21:59:30 ---> Running in 7868ea021f3e 21:59:30 ---> Running in 2f747da5b301 21:59:30 ---> Running in afb443a11ce9 21:59:30 ---> Running in f078727b6886 21:59:30 ---> Running in 075ffe7e4e0a 21:59:30 Removing intermediate container 075ffe7e4e0a 21:59:30 ---> e2106fb454b3 21:59:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:30 Removing intermediate container 2f747da5b301 21:59:30 ---> ecf62110de44 21:59:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:30 Removing intermediate container 7868ea021f3e 21:59:30 ---> 1f82cd9a74ed 21:59:30 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:30 Removing intermediate container f078727b6886 21:59:30 ---> bf756d60d9d5 21:59:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:30 Removing intermediate container afb443a11ce9 21:59:30 ---> f3f6575c10a3 21:59:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:30 ---> Running in f227e4dc0bbe 21:59:30 ---> Running in b04c8b56b69d 21:59:31 ---> Running in bd561490aae5 21:59:31 ---> Running in 85ba8fcdccde 21:59:31 ---> Running in 47353b8df940 21:59:31 Removing intermediate container 5c01f962408d 21:59:31 ---> e4270b54b2d6 21:59:31 Step 4/6 : WORKDIR /edgex-go 21:59:31 ---> Running in 0197e22ecaee 21:59:31 Removing intermediate container 0197e22ecaee 21:59:31 ---> fa149176b6a9 21:59:31 Step 5/6 : COPY go.mod . 21:59:32 ---> 3da2b0a1e9da 21:59:32 Step 6/6 : RUN go mod download 21:59:32 ---> Running in 535c91836711 21:59:33 Removing intermediate container b04c8b56b69d 21:59:33 ---> 22086ce80f7f 21:59:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:59:33 Removing intermediate container f227e4dc0bbe 21:59:33 ---> 7647be399b51 21:59:33 Step 5/21 : RUN apk add --update --no-cache make git 21:59:33 ---> Running in b64900e2c9c7 21:59:33 Removing intermediate container bd561490aae5 21:59:33 ---> 90d58509872e 21:59:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:59:33 ---> Running in 337a091d89a4 21:59:33 Removing intermediate container 85ba8fcdccde 21:59:33 ---> 14173f195c9b 21:59:33 Step 5/22 : RUN apk add --update --no-cache make git 21:59:33 ---> Running in ae868463a1cc 21:59:33 Removing intermediate container 47353b8df940 21:59:33 ---> f9f6f6c6f32e 21:59:33 Step 5/30 : RUN apk add --update --no-cache make git 21:59:33 ---> Running in 8a641dfc5a66 21:59:33 ---> Running in b453092c30ca 21:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:35 OK: 233 MiB in 51 packages 21:59:35 OK: 233 MiB in 51 packages 21:59:36 OK: 233 MiB in 51 packages 21:59:36 OK: 233 MiB in 51 packages 21:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:36 Removing intermediate container b64900e2c9c7 21:59:36 ---> 321209fbfdcc 21:59:36 Step 6/22 : COPY go.mod . 21:59:36 Removing intermediate container 337a091d89a4 21:59:36 ---> da5ca485e331 21:59:36 Step 6/21 : COPY go.mod . 21:59:36 OK: 233 MiB in 51 packages 21:59:36 ---> ab2035e16174 21:59:36 Step 7/22 : RUN go mod download 21:59:37 ---> Running in 1e64c1b6f400 21:59:37 ---> a8c2aec029b7 21:59:37 Step 7/21 : RUN go mod download 21:59:37 Removing intermediate container 8a641dfc5a66 21:59:37 ---> 9bf45878a1a1 21:59:37 Step 6/22 : COPY go.mod . 21:59:37 Removing intermediate container ae868463a1cc 21:59:37 ---> eb3964d0b95e 21:59:37 Step 6/23 : COPY go.mod . 21:59:37 ---> Running in 7f36afd1d267 21:59:38 ---> 419ce2bb725e 21:59:38 Step 7/22 : RUN go mod download 21:59:38 ---> b533906259d6 21:59:38 Step 7/23 : RUN go mod download 21:59:38 ---> Running in 230cecc35ca9 21:59:38 ---> Running in cd5bf970706f 21:59:38 Removing intermediate container b453092c30ca 21:59:38 ---> b61b49ae13de 21:59:38 Step 6/30 : COPY go.mod . 21:59:38 ---> af320b962564 21:59:38 Step 7/30 : RUN go mod download 21:59:38 ---> Running in 081bf8b5b559 21:59:39 Removing intermediate container 7f36afd1d267 21:59:39 ---> 187c092bbebc 21:59:39 Step 8/21 : COPY . . 21:59:39 Removing intermediate container 1e64c1b6f400 21:59:39 ---> cb79f6f2749e 21:59:39 Step 8/22 : COPY . . 21:59:45 Removing intermediate container 230cecc35ca9 21:59:45 ---> 6af8a20f0b36 21:59:45 Step 8/22 : COPY . . 21:59:45 Removing intermediate container cd5bf970706f 21:59:45 ---> 0108931b8a5e 21:59:45 Step 8/23 : COPY . . 21:59:45 Removing intermediate container 081bf8b5b559 21:59:45 ---> b325effba048 21:59:45 Step 8/30 : COPY . . 21:59:59 Removing intermediate container 535c91836711 21:59:59 ---> 6931b0d003c0 21:59:59 Successfully built 6931b0d003c0 21:59:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:59:59 + docker inspect -f . ci-base-image-arm64 21:59:59 . [Pipeline] withDockerContainer 22:00:00 prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container 22:00:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:00:01 $ docker top 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:02 + go version 22:00:02 go version go1.15.5 linux/arm64 [Pipeline] } 22:00:02 $ docker stop --time=1 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d 22:00:04 $ docker rm -f 088e90cc2ffb1ba548c7626b9785d42a224569605c7fa25f0ecfb4996201631d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:05 + docker inspect -f . ci-base-image-arm64 22:00:05 . [Pipeline] withDockerContainer 22:00:05 prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container 22:00:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:00:07 $ docker top ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 -eo pid,comm [Pipeline] { [Pipeline] echo 22:00:07 ========================================================= 22:00:07 [edgeXBuildGoParallel] Running Tests and Build... 22:00:07 ========================================================= [Pipeline] sh 22:00:08 + make test 22:00:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:00:19 ---> 40756e46ebfc 22:00:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:00:19 ---> Running in 7b38750c7b68 22:00:19 ---> d28d7ab18228 22:00:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:00:19 ---> 4cdf64594d59 22:00:19 Step 9/23 : RUN make cmd/core-data/core-data 22:00:19 ---> 607bf721b611 22:00:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:00:19 ---> febf3ebbeaf9 22:00:19 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:00:20 ---> Running in a24db86d83b0 22:00:20 ---> Running in 9fa872dd98be 22:00:20 ---> Running in e3d42cbb5747 22:00:20 ---> Running in 841d75d0dfab 22:00: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 22:00:22 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 22:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:00:30 ? github.com/edgexfoundry/edgex-go [no test files] 22:00:54 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 22:00:57 Removing intermediate container e3d42cbb5747 22:00:57 ---> efe4aefab0df 22:00:57 22:00:57 Step 10/30 : FROM alpine:3.12 22:00:57 3.12: Pulling from library/alpine 22:00:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:00:58 Status: Downloaded newer image for alpine:3.12 22:00:58 ---> 389fef711851 22:00:58 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:00:59 ---> Running in 81a4cd6f510a 22:01:03 Removing intermediate container 841d75d0dfab 22:01:03 ---> 98156a4bafe1 22:01:03 22:01:03 Step 10/21 : FROM alpine:3.12 22:01:03 ---> 389fef711851 22:01:03 Step 11/21 : RUN apk add --update --no-cache curl 22:01:04 Removing intermediate container 81a4cd6f510a 22:01:04 ---> 376a51b50dca 22:01:04 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:01:05 Removing intermediate container 7b38750c7b68 22:01:05 ---> 27990c3aabfe 22:01:05 22:01:05 Step 10/22 : FROM alpine:3.12 22:01:05 ---> 389fef711851 22:01:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:01:05 ---> Running in 4074de9f6f31 22:01:05 ---> Running in 7706ac9a55e6 22:01:05 Removing intermediate container 9fa872dd98be 22:01:05 ---> e9bd9cb8b234 22:01:05 22:01:05 Step 10/22 : FROM alpine:3.12 22:01:05 ---> 389fef711851 22:01:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:01:05 ---> Running in 2ce34b4cca83 22:01:05 ---> Running in 1fc7418ed0ab 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:06 (1/4) Installing ca-certificates (20191127-r4) 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:01:06 (3/4) Installing libcurl (7.69.1-r3) 22:01:06 (4/4) Installing curl (7.69.1-r3) 22:01:06 Executing busybox-1.31.1-r19.trigger 22:01:06 Executing ca-certificates-20191127-r4.trigger 22:01:06 (1/2) Installing dumb-init (1.2.2-r1) 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:06 (2/2) Installing su-exec (0.2-r1) 22:01:06 Executing busybox-1.31.1-r19.trigger 22:01:06 OK: 6 MiB in 16 packages 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:06 OK: 7 MiB in 18 packages 22:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:06 (1/2) Installing ca-certificates (20191127-r4) 22:01:06 (2/2) Installing dumb-init (1.2.2-r1) 22:01:06 Executing busybox-1.31.1-r19.trigger 22:01:06 Executing ca-certificates-20191127-r4.trigger 22:01:06 (1/1) Installing dumb-init (1.2.2-r1) 22:01:07 Executing busybox-1.31.1-r19.trigger 22:01:07 OK: 6 MiB in 15 packages 22:01:07 OK: 6 MiB in 16 packages 22:01:08 Removing intermediate container a24db86d83b0 22:01:08 ---> f1b1feb7df71 22:01:08 22:01:08 Step 10/23 : FROM alpine:3.12 22:01:08 ---> 389fef711851 22:01:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:01:09 ---> Running in 3abb3100490d 22:01:09 Removing intermediate container 3abb3100490d 22:01:09 ---> 568df7d1554a 22:01:09 Step 12/23 : ENV APP_PORT=48080 22:01:10 Removing intermediate container 7706ac9a55e6 22:01:10 ---> d574b4c5176a 22:01:10 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:01:10 ---> Running in 4c1af958825f 22:01:10 ---> Running in 1fc16a4e5c49 22:01:10 Removing intermediate container 1fc7418ed0ab 22:01:10 ---> be3bac596a15 22:01:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:01:10 Removing intermediate container 2ce34b4cca83 22:01:10 ---> 1847eb2d2ebf 22:01:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:01:10 Removing intermediate container 4074de9f6f31 22:01:10 ---> 47b4b5ce72ed 22:01:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:01:10 ---> Running in 8bda314a8257 22:01:10 ---> Running in 6ff069157e2f 22:01:10 ---> Running in 0a580a55d8f1 22:01:10 Removing intermediate container 4c1af958825f 22:01:10 ---> 2b3bc9c18c0e 22:01:10 Step 13/23 : EXPOSE $APP_PORT 22:01:11 Removing intermediate container 1fc16a4e5c49 22:01:11 ---> 19f5a2c91d52 22:01:11 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:01:11 ---> Running in 3d53e88b42c6 22:01:11 Removing intermediate container 6ff069157e2f 22:01:11 ---> 544f393e23bb 22:01:11 Step 13/22 : ENV APP_PORT=48085 22:01:11 Removing intermediate container 8bda314a8257 22:01:11 ---> 67204902d7e6 22:01:11 Step 13/22 : ENV APP_PORT=48060 22:01:12 ---> Running in 2ff38508d918 22:01:12 Removing intermediate container 0a580a55d8f1 22:01:12 ---> de4dfcb9ed43 22:01:12 Step 13/21 : WORKDIR /edgex 22:01:12 ---> Running in 6a68b9b22664 22:01:12 ---> Running in 0441195da37c 22:01:12 ---> Running in 241c5775648e 22:01:12 Removing intermediate container 3d53e88b42c6 22:01:12 ---> 755c384855da 22:01:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:12 Removing intermediate container 2ff38508d918 22:01:12 ---> 24c4afeac3a0 22:01:12 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:01:12 ---> Running in d89430b0c3ce 22:01:12 Removing intermediate container 6a68b9b22664 22:01:12 ---> 75118ecdbe62 22:01:12 Step 14/22 : EXPOSE $APP_PORT 22:01:12 Removing intermediate container 0441195da37c 22:01:12 ---> e45a50c42a14 22:01:12 Step 14/22 : EXPOSE $APP_PORT 22:01:13 ---> Running in f4c3d25b7768 22:01:13 ---> Running in 45403955a13e 22:01:13 Removing intermediate container 241c5775648e 22:01:13 ---> 99bcf5f18ceb 22:01:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:01:13 ---> Running in f123d50291f5 22:01:13 Removing intermediate container 45403955a13e 22:01:13 ---> 81f90e918e54 22:01:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:13 Removing intermediate container f123d50291f5 22:01:13 ---> 032b22ea5305 22:01:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:13 ---> a4d3d4adf27c 22:01:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:01:14 ---> 2ae4c0f45efb 22:01:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:01:14 ---> f12aa9ae7d8d 22:01:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:01:14 ---> 28cd7cb285f9 22:01:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:01:14 Removing intermediate container d89430b0c3ce 22:01:14 ---> fe84dafa9c6b 22:01:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:01:14 ---> Running in 1ff5018d7622 22:01:14 Removing intermediate container f4c3d25b7768 22:01:14 ---> 0ab6930bbae4 22:01:14 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:01:15 ---> Running in 2463f11d79bb 22:01:15 ---> c069000015e1 22:01:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:01:15 ---> b8173497d353 22:01:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:01:15 ---> 6913f85fefa2 22:01:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:01:15 ---> Running in 040873867f80 22:01:15 Removing intermediate container 2463f11d79bb 22:01:15 ---> 4c120dd5a3a0 22:01:15 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:01:15 ---> 5d0b0cbd2f39 22:01:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:01:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:15 ---> Running in 6d537e1c3700 22:01:15 ---> 20afa27d65a2 22:01:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:01:15 Removing intermediate container 040873867f80 22:01:15 ---> ab40d51cc7aa 22:01:15 Step 18/21 : CMD ["--init=true"] 22:01:15 ---> Running in a2980a479b80 22:01:15 ---> Running in e9d244fbbfe7 22:01:15 ---> a9d9f32acd50 22:01:15 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:01:15 Removing intermediate container 6d537e1c3700 22:01:15 ---> 22d182221e86 22:01:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:16 ---> Running in 87bc1ea6992f 22:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:16 ---> Running in f80f16de658f 22:01:16 Removing intermediate container a2980a479b80 22:01:16 ---> 02ccb9d64f1c 22:01:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:16 Removing intermediate container e9d244fbbfe7 22:01:16 ---> 034026b494fc 22:01:16 Step 19/21 : LABEL arch=x86_64 22:01:16 ---> Running in c39cde96d9fb 22:01:16 ---> Running in e245d3c44619 22:01:16 (1/6) Installing dumb-init (1.2.2-r1) 22:01:16 Removing intermediate container f80f16de658f 22:01:16 ---> 402166d1dc37 22:01:16 Step 20/22 : LABEL arch=x86_64 22:01:16 (2/6) Installing libgcc (9.3.0-r2) 22:01:16 ---> Running in 25442c451aa0 22:01:16 (3/6) Installing libsodium (1.0.18-r0) 22:01:16 Removing intermediate container c39cde96d9fb 22:01:16 ---> 4a78957cb093 22:01:16 Step 20/22 : LABEL arch=x86_64 22:01:16 Removing intermediate container e245d3c44619 22:01:16 ---> 07d223831076 22:01:16 Step 20/21 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:01:16 (4/6) Installing libstdc++ (9.3.0-r2) 22:01:16 ---> Running in a9866522e36f 22:01:16 (5/6) Installing libzmq (4.3.3-r0) 22:01:16 ---> Running in b8b06de06c8c 22:01:16 Removing intermediate container 25442c451aa0 22:01:16 ---> 4226e0167971 22:01:16 Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:01:17 (6/6) Installing zeromq (4.3.3-r0) 22:01:17 ---> Running in ec1da62abce1 22:01:17 Executing busybox-1.31.1-r19.trigger 22:01:17 OK: 8 MiB in 20 packages 22:01:17 Removing intermediate container a9866522e36f 22:01:17 ---> 8b3034e6314e 22:01:17 Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:01:17 Removing intermediate container b8b06de06c8c 22:01:17 ---> 442ec1280606 22:01:17 Step 21/21 : LABEL version=0.0.0 22:01:17 ---> Running in d33318fe06e0 22:01:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:01:17 ---> Running in e822d6a5a830 22:01:17 Removing intermediate container ec1da62abce1 22:01:17 ---> 7022e89bb77e 22:01:17 Step 22/22 : LABEL version=0.0.0 22:01:17 ---> Running in 83b560abcefa 22:01:17 Removing intermediate container d33318fe06e0 22:01:17 ---> fe5b997552a8 22:01:17 Step 22/22 : LABEL version=0.0.0 22:01:17 Removing intermediate container e822d6a5a830 22:01:17 ---> c53e2acbc8ad 22:01:17 22:01:18 ---> Running in a4248e44b2ac 22:01:18 Removing intermediate container 87bc1ea6992f 22:01:18 ---> a4dd8dcf4833 22:01:18 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:18 Successfully built c53e2acbc8ad 22:01:18 Removing intermediate container 83b560abcefa 22:01:18 ---> 65ac8812aaa4 22:01:18 22:01:18 Successfully tagged docker-security-proxy-setup-go:latest 22:01:18  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 22:01:18 Removing intermediate container 1ff5018d7622 22:01:18 ---> dc3d6e757f71 22:01:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:18 Removing intermediate container a4248e44b2ac 22:01:18 ---> 35886ab7371c 22:01:18 22:01:18 Successfully built 65ac8812aaa4 22:01:18 Successfully tagged docker-support-scheduler-go:latest 22:01:18 ---> 6157a0381655 22:01:18 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:01:18 Building docker-security-secretstore-setup-go 22:01:18  Building docker-support-scheduler-go ... done Successfully built 35886ab7371c 22:01:18 Successfully tagged docker-support-notifications-go:latest 22:01:18 Building docker-core-metadata-go 22:01:18 ---> a5c1dd4d3e49 22:01:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:01:19  Building docker-support-notifications-go ... done  ---> ac4e5078314a 22:01:19 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:01:19 ---> 03b642a0a738 22:01:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:01:19 ---> c067d060636b 22:01:19 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:01:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:01:23 ---> 5f11b9b76e38 22:01:23 Step 19/23 : ENTRYPOINT ["/core-data"] 22:01:25 ---> 4157cb4eade0 22:01:25 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:01:25 ---> Running in e7c79cc49c66 22:01:28 ---> Running in 67051f206262 22:01:28 Removing intermediate container e7c79cc49c66 22:01:28 ---> b1dfd8ea0757 22:01:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:28 ---> Running in 15dc8d8c4896 22:01:28 Removing intermediate container 67051f206262 22:01:28 ---> 4ce888f5cdc5 22:01:28 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:01:28 Removing intermediate container 15dc8d8c4896 22:01:28 ---> 2e1180bbb375 22:01:28 Step 21/23 : LABEL arch=x86_64 22:01:29 ---> Running in 580a281f4b61 22:01:29 ---> 803e8df799be 22:01:29 Step 25/30 : RUN chmod +x /entrypoint.sh 22:01:29 ---> Running in 36b47d6370ca 22:01:29 Removing intermediate container 580a281f4b61 22:01:29 ---> 94832a628ed2 22:01:29 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:01:29 ---> Running in cd540b60ae25 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:01:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:01:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:01:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:01:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:01:36 Removing intermediate container cd540b60ae25 22:01:36 ---> 3d88a66365e3 22:01:36 Step 23/23 : LABEL version=0.0.0 22:01:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:01:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:01:38 ---> Running in df772cf6041a 22:01:40 Removing intermediate container df772cf6041a 22:01:40 ---> 0cde8d805c72 22:01:40 22:01:40 Removing intermediate container 36b47d6370ca 22:01:40 ---> d36e4f4ca54b 22:01:40 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:01:41 Successfully built 0cde8d805c72 22:01:41 Successfully tagged docker-core-data-go:latest 22:01:41 Building docker-core-command-go 22:01:42  Building docker-core-data-go ... done  ---> Running in 3588cf51793b 22:01:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:01:42 ---> 2177cac3dd5f 22:01:42 Step 3/23 : WORKDIR /edgex-go 22:01:42 ---> Using cache 22:01:42 ---> f3f6575c10a3 22:01:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:42 ---> Using cache 22:01:42 ---> 14173f195c9b 22:01:42 Step 5/23 : RUN apk add --update --no-cache make git 22:01:42 ---> Using cache 22:01:42 ---> 9bf45878a1a1 22:01:42 Step 6/23 : COPY go.mod . 22:01:42 ---> Using cache 22:01:42 ---> 419ce2bb725e 22:01:42 Step 7/23 : RUN go mod download 22:01:42 ---> Using cache 22:01:42 ---> 6af8a20f0b36 22:01:42 Step 8/23 : COPY . . 22:01:42 ---> Using cache 22:01:42 ---> 607bf721b611 22:01:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:01:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:01:42 ---> 2177cac3dd5f 22:01:42 Step 3/26 : WORKDIR /edgex-go 22:01:42 ---> Using cache 22:01:42 ---> f3f6575c10a3 22:01:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:42 ---> Using cache 22:01:42 ---> 14173f195c9b 22:01:42 Step 5/26 : RUN apk add --update --no-cache make bash git 22:01:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:01:44 ---> 2177cac3dd5f 22:01:44 Step 3/24 : WORKDIR /edgex-go 22:01:44 ---> Using cache 22:01:44 ---> f3f6575c10a3 22:01:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:44 ---> Using cache 22:01:44 ---> 14173f195c9b 22:01:44 Step 5/24 : RUN apk add --update --no-cache make git 22:01:44 ---> Using cache 22:01:44 ---> 9bf45878a1a1 22:01:44 Step 6/24 : COPY go.mod . 22:01:44 ---> Using cache 22:01:44 ---> 419ce2bb725e 22:01:44 Step 7/24 : RUN go mod download 22:01:44 ---> Using cache 22:01:44 ---> 6af8a20f0b36 22:01:44 Step 8/24 : COPY . . 22:01:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:01:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:01:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:01:46 ---> Using cache 22:01:46 ---> 607bf721b611 22:01:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:01:47 ---> Running in 3985f5dad4d0 22:01:47 ---> Running in b8211c32a460 22:01:48 Removing intermediate container 3588cf51793b 22:01:48 ---> 5ee3cf92ec95 22:01:48 Step 27/30 : CMD ["gate"] 22:01:48 ---> Running in eb8c9dcd8d46 22:01:49 ---> Running in 20ee1a9d28f1 22:01:51 Removing intermediate container 20ee1a9d28f1 22:01:51 ---> c76b4ea4c43d 22:01:51 Step 28/30 : LABEL arch=x86_64 22:01:51 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 22:01:51 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 22:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:01:51 ---> Running in edf79030ca71 22:01:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:01:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements 22:01:51 Removing intermediate container edf79030ca71 22:01:51 ---> 11794db31eb8 22:01:51 Step 29/30 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:01:52 OK: 233 MiB in 51 packages 22:01:52 ---> Running in 3eb4c4a2577f 22:01:53 Removing intermediate container 3eb4c4a2577f 22:01:53 ---> 0879499fc136 22:01:53 Step 30/30 : LABEL version=0.0.0 22:01:55 ---> Running in dbcab357ef8e 22:01:55 Removing intermediate container b8211c32a460 22:01:55 ---> 56e3f568c6ba 22:01:55 Step 6/26 : COPY go.mod . 22:01:55 Removing intermediate container dbcab357ef8e 22:01:55 ---> 49dddec4f449 22:01:55 22:01:56 Successfully built 49dddec4f449 22:01:56 Successfully tagged docker-security-bootstrapper-go:latest 22:01:57  Building docker-security-bootstrapper-go ... done  ---> c6bcebd84f8a 22:01:57 Step 7/26 : RUN go mod download 22:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 65.8% of statements 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:01:58 ---> Running in 5fd1aa71e734 22:01:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:01:58 ---> 2177cac3dd5f 22:01:58 Step 3/23 : WORKDIR /edgex-go 22:01:58 ---> Using cache 22:01:58 ---> f3f6575c10a3 22:01:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:58 ---> Using cache 22:01:58 ---> 14173f195c9b 22:01:58 Step 5/23 : RUN apk add --update --no-cache make git 22:01:58 ---> Using cache 22:01:58 ---> 9bf45878a1a1 22:01:58 Step 6/23 : COPY go.mod . 22:01:58 ---> Using cache 22:01:58 ---> 419ce2bb725e 22:01:58 Step 7/23 : RUN go mod download 22:01:58 ---> Using cache 22:01:58 ---> 6af8a20f0b36 22:01:58 Step 8/23 : COPY . . 22:01:58 ---> Using cache 22:01:58 ---> 607bf721b611 22:01:58 Step 9/23 : RUN make cmd/core-command/core-command 22:01:59 ---> Running in 86c5dd8a2fc1 22:02:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:02:01 Removing intermediate container 5fd1aa71e734 22:02:01 ---> e9f8db11b51b 22:02:01 Step 8/26 : COPY . . 22:02:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.653s coverage: 82.3% of statements 22:02:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:02:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:02:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:02:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.052s coverage: 28.6% of statements 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.145s coverage: 100.0% of statements 22:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:02:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements 22:02:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.309s coverage: 97.5% of statements 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:02:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.281s coverage: 92.8% of statements 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements 22:02: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 22:02:23 ---> 62eff4cc30ef 22:02:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:02:24 ---> Running in bd561da89933 22:02:25 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 22:02:29 Removing intermediate container eb8c9dcd8d46 22:02:29 ---> c8d0debb54c6 22:02:29 22:02:29 Step 10/24 : FROM alpine:3.12 22:02:29 ---> 389fef711851 22:02:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements 22:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.086s coverage: 44.8% of statements 22:02:30 Removing intermediate container 3985f5dad4d0 22:02:30 ---> 2a8dac61401a 22:02:30 22:02:30 Step 10/23 : FROM alpine:3.12 22:02:31 ---> 389fef711851 22:02:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:02:31 ---> Using cache 22:02:31 ---> be3bac596a15 22:02:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:02:31 ---> Running in b58531d0b840 22:02:31 ---> Using cache 22:02:31 ---> 544f393e23bb 22:02:31 Step 13/23 : ENV APP_PORT=48081 22:02:31 Removing intermediate container 86c5dd8a2fc1 22:02:31 ---> ad5d05bc334e 22:02:31 22:02:31 Step 10/23 : FROM alpine:3.12 22:02:31 ---> 389fef711851 22:02:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:02:31 ---> Using cache 22:02:31 ---> be3bac596a15 22:02:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:02:31 ---> Using cache 22:02:31 ---> 544f393e23bb 22:02:31 Step 13/23 : ENV APP_PORT=48082 22:02:31 ---> Running in e1013dc77f15 22:02:31 ---> Running in 88c7e294b701 22:02:31 Removing intermediate container e1013dc77f15 22:02:31 ---> 47afc89de08d 22:02:31 Step 14/23 : EXPOSE $APP_PORT 22:02:31 ---> Running in b43616e35511 22:02:31 Removing intermediate container 88c7e294b701 22:02:31 ---> b74239101c0d 22:02:31 Step 14/23 : EXPOSE $APP_PORT 22:02:32 ---> Running in abeca3e915a3 22:02:32 Removing intermediate container b43616e35511 22:02:32 ---> 89cb8c66d6b0 22:02:32 Step 15/23 : WORKDIR / 22:02:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:02:32 ---> Running in 26dd37645749 22:02:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:02:32 Removing intermediate container abeca3e915a3 22:02:32 ---> 6851132a6932 22:02:32 Step 15/23 : WORKDIR / 22:02:32 ---> Running in 52a70792bdfb 22:02:32 (1/5) Installing ca-certificates (20191127-r4) 22:02:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:02:32 (3/5) Installing libcurl (7.69.1-r3) 22:02:32 (4/5) Installing curl (7.69.1-r3) 22:02:32 (5/5) Installing dumb-init (1.2.2-r1) 22:02:32 Executing busybox-1.31.1-r19.trigger 22:02:32 Executing ca-certificates-20191127-r4.trigger 22:02:32 OK: 7 MiB in 19 packages 22:02:33 Removing intermediate container 26dd37645749 22:02:33 ---> c3ca2a4fd32b 22:02:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:02:33 Removing intermediate container 52a70792bdfb 22:02:33 ---> 858580398169 22:02:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:02:34 ---> ab146b1aea1f 22:02:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:02:34 ---> 574b4b42f6e0 22:02:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:02:34 Removing intermediate container b58531d0b840 22:02:34 ---> ef02acfd7d63 22:02:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:02:36 ---> 07b3a941e648 22:02:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:02:36 ---> Running in 292a35bc659f 22:02:36 ---> 44f0702ba8a4 22:02:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:02:36 Removing intermediate container 292a35bc659f 22:02:36 ---> 75dfb11cf6fa 22:02:36 Step 13/24 : WORKDIR / 22:02:36 ---> 717dbecae527 22:02:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:02:36 ---> Running in e988955e296b 22:02:36 ---> ab3c15e0e8db 22:02:36 Step 19/23 : ENTRYPOINT ["/core-command"] 22:02:36 ---> Running in f113a7a64f98 22:02:36 ---> Running in 15b57316a154 22:02:37 Removing intermediate container e988955e296b 22:02:37 ---> 1397817e0674 22:02:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:02:37 Removing intermediate container f113a7a64f98 22:02:37 ---> ac5b14302388 22:02:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:37 ---> Running in 821079afb385 22:02:37 Removing intermediate container 15b57316a154 22:02:37 ---> 9aa82ed8e2b9 22:02:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:37 ---> Running in ab52a64f8c30 22:02:37 ---> 0973e1e1b990 22:02:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:02:37 Removing intermediate container 821079afb385 22:02:37 ---> a2daa989e358 22:02:37 Step 21/23 : LABEL arch=x86_64 22:02:38 ---> Running in c8396e7932e6 22:02:38 Removing intermediate container ab52a64f8c30 22:02:38 ---> 98d3135891ab 22:02:38 Step 21/23 : LABEL arch=x86_64 22:02:38 ---> b65401d205e1 22:02:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:02:38 ---> Running in b3243bfef0ad 22:02:38 Removing intermediate container c8396e7932e6 22:02:38 ---> 7072dcd69b98 22:02:38 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:02:38 ---> Running in 623f481cc16c 22:02:38 ---> d5fe541b2c7a 22:02:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:02:38 Removing intermediate container b3243bfef0ad 22:02:38 ---> da1b3ed1b2ac 22:02:38 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:02:39 ---> Running in 9d8f7062bd6a 22:02:39 Removing intermediate container 623f481cc16c 22:02:39 ---> a1733804f1e0 22:02:39 Step 23/23 : LABEL version=0.0.0 22:02:40 ---> Running in 31e20839e8ce 22:02:40 Removing intermediate container 9d8f7062bd6a 22:02:40 ---> 9764009f9244 22:02:40 Step 23/23 : LABEL version=0.0.0 22:02:40 ---> 1caa62f09fa2 22:02:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:02:40 Removing intermediate container bd561da89933 22:02:40 ---> b49895cc60a8 22:02:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:02:41 ---> Running in df42be1b1b51 22:02:41 ---> Running in a5093e075b84 22:02:41 Removing intermediate container 31e20839e8ce 22:02:41 ---> bc1a3fbd945c 22:02:41 22:02:41 Successfully built bc1a3fbd945c 22:02:41 Successfully tagged docker-core-metadata-go:latest 22:02:41  Building docker-core-metadata-go ... done Removing intermediate container df42be1b1b51 22:02:41 ---> 89caa24ca6fa 22:02:41 22:02:41 ---> c168236282ff 22:02:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:02:41 Successfully built 89caa24ca6fa 22:02:41 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 22:02:42 Successfully tagged docker-core-command-go:latest 22:02:42  Building docker-core-command-go ... done  ---> cdedef7f33d7 22:02:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:02:42 ---> Running in 7b4c339bccb9 22:02:43 Removing intermediate container a5093e075b84 22:02:43 ---> 03f02144646b 22:02:43 22:02:43 Step 11/26 : FROM docker:20.10.0 22:02:43 20.10.0: Pulling from library/docker 22:02:43 Removing intermediate container 7b4c339bccb9 22:02:43 ---> 7fd994cd5f46 22:02:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:02:43 ---> Running in 49e1fa476b97 22:02:44 Removing intermediate container 49e1fa476b97 22:02:44 ---> ef1457645277 22:02:44 Step 22/24 : LABEL arch=x86_64 22:02:44 ---> Running in 4684ad14154c 22:02:44 Removing intermediate container 4684ad14154c 22:02:44 ---> bfb5b63b4f7d 22:02:44 Step 23/24 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:02:44 ---> Running in 60d6b2fa08df 22:02:45 Removing intermediate container 60d6b2fa08df 22:02:45 ---> 50b969b10b4f 22:02:45 Step 24/24 : LABEL version=0.0.0 22:02:45 ---> Running in 2adbfe2c60b0 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.466s coverage: 63.5% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 37.0% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements 22:02:46 Removing intermediate container 2adbfe2c60b0 22:02:46 ---> 34c2070a517b 22:02:46 22:02:46 Successfully built 34c2070a517b 22:02:46 Successfully tagged docker-security-secretstore-setup-go:latest 22:02:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 22:02:49  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:02:49 Status: Downloaded newer image for docker:20.10.0 22:02:49 ---> aefe523efa57 22:02:49 Step 12/26 : RUN apk add --no-cache bash 22:02:49 ---> Running in e502729853ea 22:02:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:02:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:02:49 (1/2) Installing readline (8.0.4-r0) 22:02:49 (2/2) Installing bash (5.0.17-r0) 22:02:49 Executing bash-5.0.17-r0.post-install 22:02:49 Executing busybox-1.31.1-r19.trigger 22:02:49 OK: 12 MiB in 22 packages 22:02:50 Removing intermediate container e502729853ea 22:02:50 ---> fcd1c7466475 22:02:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:02:50 ---> Running in c8cc41666eac 22:02:50 Removing intermediate container c8cc41666eac 22:02:50 ---> e99765132e01 22:02:50 Step 14/26 : ENV APP_PORT=48090 22:02:50 ---> Running in 7ae90354503f 22:02:51 Removing intermediate container 7ae90354503f 22:02:51 ---> c04008b2ea9f 22:02:51 Step 15/26 : EXPOSE $APP_PORT 22:02:51 ---> Running in 05d0085b63d7 22:02:51 Removing intermediate container 05d0085b63d7 22:02:51 ---> e4cdd895f09f 22:02:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:02:51 ---> 589827eded21 22:02:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:02:51 ---> e5def5493493 22:02:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:02:52 ---> 14c3c5e37e3e 22:02:52 Step 19/26 : RUN apk --no-cache add py3-pip 22:02:52 ---> Running in 8daaf84f217f 22:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:02:52 (1/33) Installing libbz2 (1.0.8-r1) 22:02:52 (2/33) Installing expat (2.2.9-r1) 22:02:52 (3/33) Installing libffi (3.3-r2) 22:02:52 (4/33) Installing gdbm (1.13-r1) 22:02:52 (5/33) Installing xz-libs (5.2.5-r0) 22:02:52 (6/33) Installing sqlite-libs (3.32.1-r0) 22:02:52 (7/33) Installing python3 (3.8.5-r0) 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.317s coverage: 89.4% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:02:53 (8/33) Installing py3-appdirs (1.4.4-r1) 22:02:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:02:53 (10/33) Installing py3-parsing (2.4.7-r0) 22:02:53 (11/33) Installing py3-six (1.15.0-r0) 22:02:53 (12/33) Installing py3-packaging (20.4-r0) 22:02:53 (13/33) Installing py3-setuptools (47.0.0-r0) 22:02:54 (14/33) Installing py3-chardet (3.0.4-r4) 22:02:54 (15/33) Installing py3-idna (2.9-r0) 22:02:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:02:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:02:54 (18/33) Installing py3-requests (2.23.0-r0) 22:02:54 (19/33) Installing py3-msgpack (1.0.0-r0) 22:02:54 (20/33) Installing py3-lockfile (0.12.2-r3) 22:02:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:02:54 (22/33) Installing py3-colorama (0.4.3-r0) 22:02:54 (23/33) Installing py3-distlib (0.3.0-r0) 22:02:54 (24/33) Installing py3-distro (1.5.0-r1) 22:02:54 (25/33) Installing py3-webencodings (0.5.1-r3) 22:02:54 (26/33) Installing py3-html5lib (1.0.1-r4) 22:02:54 (27/33) Installing py3-pytoml (0.1.21-r0) 22:02:54 (28/33) Installing py3-pep517 (0.8.2-r0) 22:02:54 (29/33) Installing py3-progress (1.5-r0) 22:02:54 (30/33) Installing py3-toml (0.10.1-r0) 22:02:54 (31/33) Installing py3-retrying (1.3.3-r0) 22:02:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:02:54 (33/33) Installing py3-pip (20.1.1-r0) 22:02:54 Executing busybox-1.31.1-r19.trigger 22:02:54 OK: 71 MiB in 55 packages 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.050s coverage: 29.1% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 100.0% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.075s coverage: 0.0% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:03:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 22:03:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:03:02 GO111MODULE=on go vet ./... 22:03:02 Removing intermediate container 8daaf84f217f 22:03:02 ---> 78c0c744fcf7 22:03:02 Step 20/26 : RUN pip install docker-compose==1.23.2 22:03:02 ---> Running in 126e091af86e 22:03:03 Collecting docker-compose==1.23.2 22:03:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:03:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:03:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:03:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:03:04 Collecting cached-property<2,>=1.2.0 22:03:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:03:04 Collecting dockerpty<0.5,>=0.4.1 22:03:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:03:05 Collecting jsonschema<3,>=2.5.1 22:03:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:03:05 Collecting docopt<0.7,>=0.6.1 22:03:05 Downloading docopt-0.6.2.tar.gz (25 kB) 22:03:05 Collecting websocket-client<1.0,>=0.32.0 22:03:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:03:05 Collecting docker<4.0,>=3.6.0 22:03:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:03:05 Collecting texttable<0.10,>=0.9.0 22:03:05 Downloading texttable-0.9.1.tar.gz (11 kB) 22:03:06 Collecting PyYAML<4,>=3.10 22:03:06 Downloading PyYAML-3.13.tar.gz (270 kB) 22:03:07 Collecting idna<2.8,>=2.5 22:03:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:03:07 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) 22:03:07 Collecting urllib3<1.25,>=1.21.1 22:03:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:03:07 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) 22:03:07 Collecting docker-pycreds>=0.4.0 22:03:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:03:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:03:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:03:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:03:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:03:07 Installing collected packages: idna, urllib3, requests, cached-property, dockerpty, jsonschema, docopt, websocket-client, docker-pycreds, docker, texttable, PyYAML, docker-compose 22:03:07 Attempting uninstall: idna 22:03:07 Found existing installation: idna 2.9 22:03:07 Uninstalling idna-2.9: 22:03:07 Successfully uninstalled idna-2.9 22:03:07 Attempting uninstall: urllib3 22:03:07 Found existing installation: urllib3 1.25.9 22:03:07 Uninstalling urllib3-1.25.9: 22:03:08 Successfully uninstalled urllib3-1.25.9 22:03:08 Attempting uninstall: requests 22:03:08 Found existing installation: requests 2.23.0 22:03:08 Uninstalling requests-2.23.0: 22:03:08 Successfully uninstalled requests-2.23.0 22:03:08 Running setup.py install for dockerpty: started 22:03:09 Running setup.py install for dockerpty: finished with status 'done' 22:03:09 Running setup.py install for docopt: started 22:03:09 Running setup.py install for docopt: finished with status 'done' 22:03:09 Running setup.py install for texttable: started 22:03:10 Running setup.py install for texttable: finished with status 'done' 22:03:10 Running setup.py install for PyYAML: started 22:03:10 Running setup.py install for PyYAML: finished with status 'done' 22:03:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:03:15 Removing intermediate container 126e091af86e 22:03:15 ---> cff478651adb 22:03:15 Step 21/26 : RUN apk --no-cache add curl 22:03:15 ---> Running in 69773a66d0ea 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:03:15 (2/3) Installing libcurl (7.69.1-r3) 22:03:15 (3/3) Installing curl (7.69.1-r3) 22:03:15 Executing busybox-1.31.1-r19.trigger 22:03:15 OK: 72 MiB in 58 packages 22:03:16 Removing intermediate container 69773a66d0ea 22:03:16 ---> ce02aec18dfd 22:03:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:03:16 ---> Running in 8cc72bfe77b1 22:03:16 Removing intermediate container 8cc72bfe77b1 22:03:16 ---> 87b6ced3ce01 22:03:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:16 ---> Running in b3d7df7b0169 22:03:16 Removing intermediate container b3d7df7b0169 22:03:16 ---> 0c56ba3b13be 22:03:16 Step 24/26 : LABEL arch=x86_64 22:03:16 ---> Running in 6d1bebefb382 22:03:17 Removing intermediate container 6d1bebefb382 22:03:17 ---> d8e5e0f29542 22:03:17 Step 25/26 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:03:17 ---> Running in d327fe2c082f 22:03:17 Removing intermediate container d327fe2c082f 22:03:17 ---> a3abff06942c 22:03:17 Step 26/26 : LABEL version=0.0.0 22:03:17 ---> Running in 172635e1963f 22:03:17 Removing intermediate container 172635e1963f 22:03:17 ---> 1c3653e02548 22:03:17 22:03:17 Successfully built 1c3653e02548 22:03:17 Successfully tagged docker-sys-mgmt-agent-go:latest 22:03:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:03:17 $ docker stop --time=1 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd 22:03:19 $ docker rm -f 27413860155bb9efa3e367e3f525de4dc4bf80090d89adeba02b142b03d248fd [Pipeline] // withDockerContainer [Pipeline] sh 22:03:20 + docker images 22:03:20 + grep docker 22:03:20 docker-sys-mgmt-agent-go latest 1c3653e02548 3 seconds ago 313MB 22:03:20 docker-security-secretstore-setup-go latest 34c2070a517b 35 seconds ago 24.9MB 22:03:20 docker-core-command-go latest 89caa24ca6fa 39 seconds ago 17.1MB 22:03:20 docker-core-metadata-go latest bc1a3fbd945c 40 seconds ago 19MB 22:03:20 docker-security-bootstrapper-go latest 49dddec4f449 About a minute ago 18.2MB 22:03:20 docker-core-data-go latest 0cde8d805c72 About a minute ago 22.4MB 22:03:20 docker-support-notifications-go latest 35886ab7371c 2 minutes ago 17.7MB 22:03:20 docker-support-scheduler-go latest 65ac8812aaa4 2 minutes ago 17.2MB 22:03:20 docker-security-proxy-setup-go latest c53e2acbc8ad 2 minutes ago 24.7MB 22:03:20 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:03:36 Still waiting to schedule task 22:03:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:04:24 gofmt -l . 22:04:24 [ "`gofmt -l .`" = "" ] 22:04:24 ./bin/test-go-mod-tidy.sh 22:04:24 ./bin/test-attribution-txt.sh [Pipeline] sh 22:04:25 + ls -al . 22:04:25 total 736 22:04:25 drwxrwxr-x 9 1001 1001 4096 Feb 18 22:04 . 22:04:25 drwxr-xr-x 4 root root 4096 Feb 18 22:00 .. 22:04:25 -rw-rw-r-- 1 1001 1001 11 Feb 18 21:58 .dockerignore 22:04:25 drwxrwxr-x 8 1001 1001 4096 Feb 18 21:58 .git 22:04:25 drwxrwxr-x 3 1001 1001 4096 Feb 18 21:58 .github 22:04:25 -rw-rw-r-- 1 1001 1001 818 Feb 18 21:58 .gitignore 22:04:25 -rw-rw-r-- 1 1001 1001 166 Feb 18 21:58 .sonarcloud.properties 22:04:25 -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:58 Attribution.txt 22:04:25 -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:58 CONTRIBUTING.md 22:04:25 -rw-rw-r-- 1 1001 1001 931 Feb 18 21:58 Dockerfile.build 22:04:25 -rw-rw-r-- 1 1001 1001 863 Feb 18 21:58 Jenkinsfile 22:04:25 -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:58 LICENSE 22:04:25 -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:58 Makefile 22:04:25 -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:58 README.md 22:04:25 -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:58 SECURITY.md 22:04:25 -rw-rw-r-- 1 1001 1001 5 Feb 18 21:55 VERSION 22:04:25 -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:58 ZMQWindows.md 22:04:25 drwxrwxr-x 2 1001 1001 4096 Feb 18 21:58 bin 22:04:25 drwxrwxr-x 14 1001 1001 4096 Feb 18 21:58 cmd 22:04:25 -rw-r--r-- 1 root root 597520 Feb 18 22:03 coverage.out 22:04:25 -rw-r--r-- 1 root root 1054 Feb 18 22:04 go.mod 22:04:25 -rw-r--r-- 1 root root 23444 Feb 18 22:04 go.sum 22:04:25 drwxrwxr-x 8 1001 1001 4096 Feb 18 21:58 internal 22:04:25 drwxrwxr-x 4 1001 1001 4096 Feb 18 21:58 openapi 22:04:25 drwxrwxr-x 4 1001 1001 4096 Feb 18 21:58 snap 22:04:25 -rw-rw-r-- 1 1001 1001 168 Feb 18 21:58 version.go [Pipeline] sh 22:04:25 + '[' -e coverage.out ] 22:04:25 + chown 1001:1001 coverage.out [Pipeline] stash 22:04:25 Warning: overwriting stash ‘coverage-report’ 22:04:26 Stashed 1 file(s) [Pipeline] sh 22:04:27 + make build 22:04:27 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 22:04:30 Running on prd-ubuntu18.04-docker-8c-8g-26842 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws 22:04:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:04:32 using credential edgex-jenkins-ssh 22:04:32 Cloning the remote Git repository 22:04:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:04:32 > git init /w/workspace/edgex-go/4 # timeout=10 22:04:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:04:32 > git --version # timeout=10 22:04:32 > git --version # 'git version 2.17.1' 22:04:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:04:38 Merging remotes/origin/master commit 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed into PR head commit 1afd1b68a496f62e34ad732a00a11e0934d597fb 22:04:38 Merge succeeded, producing 1afd1b68a496f62e34ad732a00a11e0934d597fb 22:04:38 Checking out Revision 1afd1b68a496f62e34ad732a00a11e0934d597fb (PR-3172) 22:04:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:04:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:04:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:04:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:04:38 > git config core.sparsecheckout # timeout=10 22:04:38 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 22:04:38 > git remote # timeout=10 22:04:38 > git config --get remote.origin.url # timeout=10 22:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:38 > git merge 0d6fc7d598f537d77874e1d0dc6a2e2a12b632ed # timeout=10 22:04:38 > git rev-parse HEAD^{commit} # timeout=10 22:04:38 > git config core.sparsecheckout # timeout=10 22:04:38 > git checkout -f 1afd1b68a496f62e34ad732a00a11e0934d597fb # timeout=10 22:04:41 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:04:42 + echo snap-build.sh 22:04:42 snap-build.sh 22:04:42 + SNAP_BASE_DIR=. 22:04:42 + '[' '!' -z /w/workspace/edgex-go/4 ']' 22:04:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 22:04:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 22:04:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 22:04:42 + cd /w/workspace/edgex-go/4 22:04:42 + sudo apt-get remove -qy --purge lxd lxd-client 22:04:42 Reading package lists... 22:04:42 Building dependency tree... 22:04:42 Reading state information... 22:04:43 The following packages were automatically installed and are no longer required: 22:04:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:04:43 uidmap xdelta3 22:04:43 Use 'sudo apt autoremove' to remove them. 22:04:43 The following packages will be REMOVED: 22:04:43 lxd* lxd-client* 22:04:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:04:43 After this operation, 31.7 MB disk space will be freed. 22:04:44 (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.) 22:04:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:04:45 Removing lxd dnsmasq configuration 22:04:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:04:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:04:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:04:46 (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.) 22:04:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:04:47 Processing triggers for systemd (237-3ubuntu10.42) ... 22:04:47 Processing triggers for ureadahead (0.100.0-21) ... 22:04:49 + sudo snap remove --purge lxd 22:04:49 snap "lxd" is not installed 22:04:49 + sudo groupadd --force --system lxd 22:04:49 ++ whoami 22:04:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:04:49 + newgrp - lxd 22:04:49 + sudo snap install lxd 22:04:59 2021-02-18T22:04:56Z INFO Waiting for automatic snapd restart... 22:05:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:05:04 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 22:05:09 lxd 4.11 from Canonical* installed 22:05:09 + sudo lxd init --auto 22:05:11 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 22:05:11 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 22:05:16 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 22:05:17 + sudo snap install --classic snapcraft 22:05:21 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 22:05:23 snapcraft 4.5.1 from Canonical* installed 22:05:23 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:05:23 + patch --verbose -p1 22:05:23 Hmm... Looks like a unified diff to me... 22:05:23 The text leading up to this was: 22:05:23 -------------------------- 22:05:23 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:05:23 |From: Tony Espy 22:05:23 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:05:23 |Subject: [PATCH] optimize snap build for pipeline CI check 22:05:23 | 22:05:23 |This patch is used by the EdgeX CI pipeline builds to 22:05:23 |optimize the snap CI check run for pull requests. When 22:05:23 |applied, it essentially strips out everything (apps and 22:05:23 |parts) from the snapcraft.yaml file except those required 22:05:23 |to build edgex-go, as the whole idea of the CI check is to 22:05:23 |catch changes to edgex-go that break the snap build. 22:05:23 | 22:05:23 |In general, anyone updating snapcraft.yaml will also need 22:05:23 |to update this patch file, otherwise it may fail to apply, 22:05:23 |resulting in a failed snap build CI check in the associated 22:05:23 |pull request. 22:05:23 | 22:05:23 |Note - in addition to applying this patch, the pipeline also 22:05:23 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:05:23 |need to build the finally binary .snap file (and it won't 22:05:23 |work with the patch applied). This further reduces the build 22:05:23 |time. 22:05:23 |--- 22:05:23 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:05:23 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:05:23 | 22:05:23 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:05:23 |index 1e537489..faf42425 100644 22:05:23 |--- a/snap/snapcraft.yaml 22:05:23 |+++ b/snap/snapcraft.yaml 22:05:23 -------------------------- 22:05:23 patching file snap/snapcraft.yaml 22:05:23 Using Plan A... 22:05:23 Hunk #1 succeeded at 73. 22:05:23 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 22:05:23 Hunk #3 succeeded at 217 (offset 3 lines). 22:05:23 Hunk #4 succeeded at 225 (offset 3 lines). 22:05:23 Hunk #5 succeeded at 232 (offset 3 lines). 22:05:23 Hunk #6 succeeded at 259 (offset 3 lines). 22:05:23 Hunk #7 succeeded at 293 (offset 3 lines). 22:05:23 Hunk #8 succeeded at 352 (offset 11 lines). 22:05:23 Hmm... Ignoring the trailing garbage. 22:05:23 done 22:05:23 + sudo snapcraft prime --use-lxd 22:05:24 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:05:24 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: 22:05:24 - README.md 22:05:24 - snapcraft.yaml.orig 22:05:24 22:05:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:05:25 Launching a container. 22:05: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 22:05:30 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 22:05:34 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 22:05:37 Waiting for container to be ready 22:05:37 To start your first instance, try: lxc launch ubuntu:18.04 22:05:37 22:05:38 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 22:05:39 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:05:39 Waiting for network to be ready... 22:05:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:05:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 22:05:40 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:05:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:05:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:05:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:05:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:05:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:05:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:05:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:05:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:05:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:05:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:05:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:05:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:05:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:05:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:05:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:05:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:05:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:05:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:05:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:05:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:05:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:05:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:05:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:05:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:05:43 Fetched 23.9 MB in 4s (6220 kB/s) [Pipeline] } 22:05:43 $ docker stop --time=1 ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 22:05:44 Reading package lists... 22:05:44 Reading package lists... 22:05:45 Building dependency tree... 22:05:45 Reading state information... 22:05:45 The following additional packages will be installed: 22:05:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:05:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:05:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:05:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:05:45 Suggested packages: 22:05:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:05:45 Recommended packages: 22:05:45 gnupg libsasl2-modules 22:05:45 The following NEW packages will be installed: 22:05:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:05:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:05:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:05:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:05:45 The following packages will be upgraded: 22:05:45 gpg gpg-agent gpgconf libudev1 22:05:45 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:05:45 Need to get 3532 kB of archives. 22:05:45 After this operation, 13.3 MB of additional disk space will be used. 22:05:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:05:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:05:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:05:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:05:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:05:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 22:05:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 22:05:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:05:45 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:05:45 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:05:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:05:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:05:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:05:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:05:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:05:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:05:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:05:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:05:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:05:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:05:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:05:46 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:05:46 $ docker rm -f ba9ad95dd69d6350f2e3de0a54315f862383f1b542b7e0eda322dd64b133f7f1 22:05:46 debconf: delaying package configuration, since apt-utils is not installed 22:05:46 Fetched 3532 kB in 1s (3148 kB/s) 22:05:46 (Reading database ... 12511 files and directories currently installed.) 22:05:46 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:05:46 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:05:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:05:46 Selecting previously unselected package udev. 22:05:46 (Reading database ... 12511 files and directories currently installed.) 22:05:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:05:46 Unpacking udev (237-3ubuntu10.44) ... 22:05:46 Selecting previously unselected package libfuse2:amd64. 22:05:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:05:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:05:46 Selecting previously unselected package fuse. 22:05:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:05:46 Unpacking fuse (2.9.7-1ubuntu1) ... 22:05:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:05:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:05:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:05:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:05:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:05:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:05:47 Selecting previously unselected package libksba8:amd64. 22:05:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:05:47 Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:05:47 Selecting previously unselected package libroken18-heimdal:amd64. 22:05:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:05:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:05:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:05:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:05:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:47 Selecting previously unselected package libwind0-heimdal:amd64. 22:05:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:47 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:05:48 22:05:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 22:05:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:05:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:05:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] sh 22:05:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:05:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:05:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:48 Selecting previously unselected package libsasl2-modules-db:amd64. 22:05:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:05:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:05:48 Selecting previously unselected package libsasl2-2:amd64. 22:05:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:05:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:05:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:05:48 latest: Pulling from edgex-devops/edgex-compose-arm64 22:05:48 29e5d40040c1: Pulling fs layer 22:05:48 1ce36da41761: Pulling fs layer 22:05:48 25b303627fd3: Pulling fs layer 22:05:48 Selecting previously unselected package libldap-common. 22:05:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 22:05:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 22:05:48 Selecting previously unselected package libldap-2.4-2:amd64. 22:05:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 22:05:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 22:05:48 Selecting previously unselected package dirmngr. 22:05:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:05:48 29e5d40040c1: Download complete 22:05:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:05:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 22:05:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:05:48 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:05:48 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:05:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:05:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:05:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:49 Setting up libksba8:amd64 (1.3.5-2) ... 22:05:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:05:49 Setting up udev (237-3ubuntu10.44) ... 22:05:49 29e5d40040c1: Pull complete 22:05:49 1ce36da41761: Verifying Checksum 22:05:49 1ce36da41761: Download complete 22:05:49 invoke-rc.d: policy-rc.d denied execution of start. 22:05:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:49 Processing triggers for systemd (237-3ubuntu10) ... 22:05:49 Setting up fuse (2.9.7-1ubuntu1) ... 22:05:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:05:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:05:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 22:05:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:05:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:05:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:05:50 settings in the [Install] section, and DefaultInstance for template units). 22:05:50 This means they are not meant to be enabled using systemctl. 22:05:50 Possible reasons for having this kind of units are: 22:05:50 1) A unit may be statically enabled by being symlinked from another unit's 22:05:50 .wants/ or .requires/ directory. 22:05:50 2) A unit's purpose may be to act as a helper for some other unit which has 22:05:50 a requirement dependency on it. 22:05:50 3) A unit may be started when needed via activation (socket, path, timer, 22:05:50 D-Bus, udev, scripted systemctl call, ...). 22:05:50 4) In case of template units, the unit is meant to be enabled with some 22:05:50 instance name specified. 22:05:50 1ce36da41761: Pull complete 22:05:50 Reading package lists... 22:05:51 Building dependency tree... 22:05:51 Reading state information... 22:05:51 The following additional packages will be installed: 22:05:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:05:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:05:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:05:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:05:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:05:51 Suggested packages: 22:05:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:05:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:05:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:05:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:05:51 systemd-container policykit-1 22:05:51 Recommended packages: 22:05:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:05:51 The following NEW packages will be installed: 22:05:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:05:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:05:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:05:51 multiarch-support openssh-client python3 python3-minimal python3.6 22:05:51 python3.6-minimal snapd squashfs-tools sudo 22:05:51 The following packages will be upgraded: 22:05:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:05:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:05:51 Need to get 35.2 MB of archives. 22:05:51 After this operation, 141 MB of additional disk space will be used. 22:05:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:05:51 25b303627fd3: Verifying Checksum 22:05:51 25b303627fd3: Download complete 22:05:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:05:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:05:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:05:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:05:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:05:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:05:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:05:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:05:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:05:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:05:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:05:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:05:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:05:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:05:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:05:51 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:05:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:05:51 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:05:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:05:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:05:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:05:52 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:05:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:05:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:05:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:05:52 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:05:52 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:05:52 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:05:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:05:52 debconf: delaying package configuration, since apt-utils is not installed 22:05:52 Fetched 35.2 MB in 1s (26.7 MB/s) 22:05:52 (Reading database ... 12757 files and directories currently installed.) 22:05:52 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:05:52 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:05:53 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:05:53 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:05:53 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:05:53 (Reading database ... 12757 files and directories currently installed.) 22:05:53 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:05:53 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:05:53 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:05:53 (Reading database ... 12757 files and directories currently installed.) 22:05:53 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:05:53 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:05:54 Setting up apt (1.6.12ubuntu0.2) ... 22:05:54 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:05:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:05:54 (Reading database ... 12764 files and directories currently installed.) 22:05:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:05:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:05:54 Selecting previously unselected package libpython3.6-minimal:amd64. 22:05:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:05:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:05:55 Selecting previously unselected package libexpat1:amd64. 22:05:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:05:55 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:05:55 Selecting previously unselected package python3.6-minimal. 22:05:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:05:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:05:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:05:55 Checking for services that may need to be restarted...done. 22:05:55 Checking for services that may need to be restarted...done. 22:05:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:05:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:05:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:05:56 Selecting previously unselected package python3-minimal. 22:05:56 (Reading database ... 13012 files and directories currently installed.) 22:05:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:05:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:05:56 Selecting previously unselected package mime-support. 22:05:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:05:56 Unpacking mime-support (3.60ubuntu1) ... 22:05:56 Selecting previously unselected package libmpdec2:amd64. 22:05:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:05:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:05:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:05:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:05:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:05:56 Selecting previously unselected package python3.6. 22:05:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:05:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:05:56 Selecting previously unselected package libpython3-stdlib:amd64. 22:05:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:05:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:05:57 Setting up python3-minimal (3.6.7-1~18.04) ... 22:05:57 Selecting previously unselected package python3. 22:05:57 (Reading database ... 13442 files and directories currently installed.) 22:05:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:05:57 Unpacking python3 (3.6.7-1~18.04) ... 22:05:57 Selecting previously unselected package multiarch-support. 22:05:57 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:05:57 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:05:57 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:05:57 Selecting previously unselected package liblzo2-2:amd64. 22:05:57 (Reading database ... 13479 files and directories currently installed.) 22:05:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:05:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:05:57 Selecting previously unselected package libbsd0:amd64. 22:05:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:05:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:05:57 Selecting previously unselected package sudo. 22:05:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:05:57 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:05:57 Selecting previously unselected package apparmor. 22:05:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:05:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:05:58 Selecting previously unselected package libedit2:amd64. 22:05:58 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:05:58 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:05:58 Selecting previously unselected package libkrb5support0:amd64. 22:05:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:05:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:05:58 Selecting previously unselected package libk5crypto3:amd64. 22:05:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:05:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:05:58 Selecting previously unselected package libkeyutils1:amd64. 22:05:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:05:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:05:58 Selecting previously unselected package libkrb5-3:amd64. 22:05:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:05:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:05:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:05:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:05:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:05:58 Selecting previously unselected package libssl1.0.0:amd64. 22:05:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:05:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:05:58 Selecting previously unselected package openssh-client. 22:05:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:05:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:05:58 Selecting previously unselected package squashfs-tools. 22:05:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:05:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:05:59 Selecting previously unselected package snapd. 22:05:59 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:05:59 Unpacking snapd (2.48.3+18.04) ... 22:06:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:06:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:06:01 Setting up mime-support (3.60ubuntu1) ... 22:06:01 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:06:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:06:01 25b303627fd3: Pull complete 22:06:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:06:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:06:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:06:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:06:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:06:01 Setting up systemd (237-3ubuntu10.44) ... 22:06:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:06:01 prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container 22:06:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:06:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:06:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:06:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:06:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:06:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:06:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:06:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:06:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:06:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:06:03 Setting up python3 (3.6.7-1~18.04) ... 22:06:03 running python rtupdate hooks for python3.6... 22:06:03 running python post-rtupdate hooks for python3.6... 22:06:03 Setting up apparmor (2.12-4ubuntu5.1) ... 22:06:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:06:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:06:04 $ docker top 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 -eo pid,comm 22:06:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:06:04 Setting up snapd (2.48.3+18.04) ... [Pipeline] { [Pipeline] sh 22:06:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:06:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:06:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:06:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:06:05 + docker-compose build --help 22:06:05 + grep parallel 22:06:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:06:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:06:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:06:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:06:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:06:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:06:06 /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' 22:06:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:06:07 Processing triggers for systemd (237-3ubuntu10.44) ... 22:06:08 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 22:06:08 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:06:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:06:09 --parallel Build images in parallel. [Pipeline] } 22:06:09 $ docker stop --time=1 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 22:06:09 Reading package lists... 22:06:09 Reading package lists... 22:06:09 Building dependency tree... 22:06:09 Reading state information... 22:06:10 Calculating upgrade... 22:06:10 The following packages will be upgraded: 22:06:10 advancecomp base-files bash binutils binutils-common 22:06:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:06:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:06:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:06:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:06:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:06:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:06:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:06:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:06:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:06:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:06:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:06:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:06:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:06:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:06:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:06:10 Need to get 63.8 MB of archives. 22:06:10 After this operation, 5189 kB of additional disk space will be used. 22:06:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:06:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 22:06:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:06:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:06:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:06:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:06:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:06:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:06:11 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:06:11 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:06:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:06:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:06:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:06:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:06:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:06:11 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:06:11 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:06:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:06:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:06:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:06:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:06:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:06:11 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:06:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:06:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:06:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:06:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:06:11 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:06:11 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:06:11 $ docker rm -f 805e1742fab62b5906cd16109ecfdaf46ceec3dea8737bd2fce4ab53fbd472f2 22:06:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:06:11 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:06:11 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:06:11 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:06:11 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:06:11 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:06:11 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:06:11 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:06:11 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:06:11 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:06:11 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:06:11 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:06:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:06:11 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 22:06:11 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:06:11 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:06:11 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:06:11 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:06:11 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:06:11 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:06:11 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:06:11 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:06:11 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:06:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:06:11 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:06:11 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:06:11 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:06:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:06:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:06:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:06:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:06:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:06:11 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:06:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:06:11 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:06:11 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [Pipeline] isUnix [Pipeline] sh 22:06:12 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:06:12 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:06:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:06:12 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:06:12 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:06:12 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:06:12 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:06:12 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:06:12 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:06:12 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:06:12 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:06:12 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:06:12 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:06:12 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:06:12 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:06:12 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:06:12 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:06:12 . [Pipeline] withDockerContainer 22:06:12 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:06:12 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:06:12 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:06:12 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:06:12 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:06:12 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:06:12 prd-ubuntu18.04-docker-arm64-4c-16g-26835 does not seem to be running inside a container 22:06:12 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:06:12 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:06:12 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:06:12 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:06:13 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:06:13 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:06:13 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:06:13 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:06:13 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:06:13 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:06:13 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:06:13 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:06:13 $ docker top a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 -eo pid,comm 22:06:13 debconf: delaying package configuration, since apt-utils is not installed 22:06:13 Fetched 63.8 MB in 4s (18.2 MB/s) 22:06:13 (Reading database ... 13912 files and directories currently installed.) 22:06:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:06:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh 22:06:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:06:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:06:14 + docker-compose -f ./docker-compose-build.yml build --parallel 22:06:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 22:06:14 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 22:06:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:16 (Reading database ... 13911 files and directories currently installed.) 22:06:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:06:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:06:16 (Reading database ... 13911 files and directories currently installed.) 22:06:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:06:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:06:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:17 (Reading database ... 13911 files and directories currently installed.) 22:06:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:06:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:06:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:06:18 (Reading database ... 13911 files and directories currently installed.) 22:06:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:06:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:06:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:06:18 Building docker-core-command-go ... 22:06:18 Building docker-core-data-go ... 22:06:18 Building docker-core-metadata-go ... 22:06:18 Building docker-security-bootstrapper-go ... 22:06:18 Building docker-security-proxy-setup-go ... 22:06:18 Building docker-security-secretstore-setup-go ... 22:06:18 Building docker-support-notifications-go ... 22:06:18 Building docker-support-scheduler-go ... 22:06:18 Building docker-sys-mgmt-agent-go ... 22:06:18 Building docker-support-notifications-go 22:06:18 Building docker-support-scheduler-go 22:06:18 Building docker-security-secretstore-setup-go 22:06:18 Building docker-core-metadata-go 22:06:18 Building docker-security-proxy-setup-go 22:06:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:06:18 Setting up base-files (10.1ubuntu2.10) ... 22:06:18 Installing new version of config file /etc/issue ... 22:06:18 Installing new version of config file /etc/issue.net ... 22:06:18 Installing new version of config file /etc/lsb-release ... 22:06:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:06:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:06:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:06:19 Removing obsolete conffile /etc/default/motd-news ... 22:06:19 (Reading database ... 13912 files and directories currently installed.) 22:06:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:06:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:06:19 Setting up bash (4.4.18-2ubuntu1.2) ... 22:06:19 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 22:06:19 (Reading database ... 13912 files and directories currently installed.) 22:06:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:06:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:06:19 (Reading database ... 13912 files and directories currently installed.) 22:06:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:06:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:06:19 Setting up tar (1.29b-2ubuntu0.2) ... 22:06:19 (Reading database ... 13912 files and directories currently installed.) 22:06:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:06:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:06:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:06:20 (Reading database ... 13912 files and directories currently installed.) 22:06:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:06:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:06:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:06:20 (Reading database ... 13912 files and directories currently installed.) 22:06:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:06:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:06:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:06:20 (Reading database ... 13912 files and directories currently installed.) 22:06:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:06:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:06:21 Setting up grep (3.1-2build1) ... 22:06:21 (Reading database ... 13912 files and directories currently installed.) 22:06:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:06:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:06:21 Setting up login (1:4.5-1ubuntu2) ... 22:06:21 (Reading database ... 13912 files and directories currently installed.) 22:06:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:06:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:06:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:06:21 (Reading database ... 13912 files and directories currently installed.) 22:06:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:06:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:06:22 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:06:22 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:06:22 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:06:22 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:06:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:06:23 (Reading database ... 13912 files and directories currently installed.) 22:06:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:06:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:06:24 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:06:24 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:06:24 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:06:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:06:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:06:24 (Reading database ... 13912 files and directories currently installed.) 22:06:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:06:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:06:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:06:24 (Reading database ... 13912 files and directories currently installed.) 22:06:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:06:25 (Reading database ... 13912 files and directories currently installed.) 22:06:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:06:25 (Reading database ... 13912 files and directories currently installed.) 22:06:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:06:25 (Reading database ... 13912 files and directories currently installed.) 22:06:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:06:25 (Reading database ... 13912 files and directories currently installed.) 22:06:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:06:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:06:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:06:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:06:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:06:26 (Reading database ... 13912 files and directories currently installed.) 22:06:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:06:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:06:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:06:26 (Reading database ... 13912 files and directories currently installed.) 22:06:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:26 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:06:26 (Reading database ... 13912 files and directories currently installed.) 22:06:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:06:26 (Reading database ... 13912 files and directories currently installed.) 22:06:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:27 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:06:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:06:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:06:28 (Reading database ... 13912 files and directories currently installed.) 22:06:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:06:28 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:06:28 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:06:28 (Reading database ... 13912 files and directories currently installed.) 22:06:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:06:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:06:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:06:29 (Reading database ... 13914 files and directories currently installed.) 22:06:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:06:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:06:29 Setting up debconf (1.5.66ubuntu1) ... 22:06:29 (Reading database ... 13914 files and directories currently installed.) 22:06:29 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:06:29 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:06:29 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:06:29 (Reading database ... 13914 files and directories currently installed.) 22:06:29 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:06:29 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:06:29 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:06:29 (Reading database ... 13914 files and directories currently installed.) 22:06:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:06:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:06:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:06:30 (Reading database ... 13914 files and directories currently installed.) 22:06:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:06:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:06:30 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:06:30 (Reading database ... 13914 files and directories currently installed.) 22:06:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:06:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:06:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:06:30 (Reading database ... 13914 files and directories currently installed.) 22:06:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:06:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:06:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:06:30 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:06:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:06:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:06:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:06:31 (Reading database ... 13914 files and directories currently installed.) 22:06:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:06:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:06:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:06:31 (Reading database ... 13914 files and directories currently installed.) 22:06:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:06:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:06:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:06:31 (Reading database ... 13914 files and directories currently installed.) 22:06:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:06:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:06:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:06:31 (Reading database ... 13914 files and directories currently installed.) 22:06:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:06:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:06:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:06:32 (Reading database ... 13914 files and directories currently installed.) 22:06:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:06:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:06:32 Setting up passwd (1:4.5-1ubuntu2) ... 22:06:32 (Reading database ... 13914 files and directories currently installed.) 22:06:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:06:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:06:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:06:32 (Reading database ... 13914 files and directories currently installed.) 22:06:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:06:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:06:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:06:33 (Reading database ... 13914 files and directories currently installed.) 22:06:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:06:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:06:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:06:33 (Reading database ... 13914 files and directories currently installed.) 22:06:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:06:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:06:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:06:33 (Reading database ... 13914 files and directories currently installed.) 22:06:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:06:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:06:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:06:34 (Reading database ... 13914 files and directories currently installed.) 22:06:34 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:06:34 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:06:34 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:06:34 (Reading database ... 13914 files and directories currently installed.) 22:06:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:06:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:06:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:06:34 (Reading database ... 13915 files and directories currently installed.) 22:06:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:06:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:06:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:06:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:06:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:06:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:06:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:06:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:06:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:06:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:06:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:06:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:06:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:06:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:06:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:06:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:06:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:06:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:06:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:06:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:06:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:06:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:06:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:06:36 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:06:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:06:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:06:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:06:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:06:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:06:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:06:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:06:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:06:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:06:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:06:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:06:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:06:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:06:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:06:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:06:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:06:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:06:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:06:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:06:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:06:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:06:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:06:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:06:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:06:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:06:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:06:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:06:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:06:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:06:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:06:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:06:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:06:43 22:06:43 Current default time zone: 'Etc/UTC' 22:06:43 Local time is now: Thu Feb 18 22:06:43 UTC 2021. 22:06:43 Universal Time is now: Thu Feb 18 22:06:43 UTC 2021. 22:06:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:06:43 22:06:43 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:06:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 22:06:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:06:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:06:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:06:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:06:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:06:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:06:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:06:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:06:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:06:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:44 Setting up patch (2.7.6-2ubuntu1.1) ... 22:06:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:06:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:06:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:06:44 Installing new version of config file /etc/ssl/openssl.cnf ... 22:06:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:06:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:06:44 Setting up ca-certificates (20210119~18.04.1) ... 22:06:46 Updating certificates in /etc/ssl/certs... 22:06:46 23 added, 27 removed; done. 22:06:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:06:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:06:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:06:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:06:47 Setting up pkgbinarymangler (138.18.04.1) ... 22:06:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:06:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up perl (5.26.1-6ubuntu0.5) ... 22:06:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:06:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:06:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:06:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:06:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:06:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:06:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:06:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:06:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:06:47 Processing triggers for systemd (237-3ubuntu10.44) ... 22:06:47 Processing triggers for mime-support (3.60ubuntu1) ... 22:06:47 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:06:47 Updating certificates in /etc/ssl/certs... 22:06:48 0 added, 0 removed; done. 22:06:48 Running hooks in /etc/ca-certificates/update.d... 22:06:48 done. 22:06:49 Reading package lists... 22:06:49 Building dependency tree... 22:06:49 Reading state information... 22:06:49 The following NEW packages will be installed: 22:06:49 apt-transport-https 22:06:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:06:49 Need to get 1696 B of archives. 22:06:49 After this operation, 153 kB of additional disk space will be used. 22:06:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:06:49 debconf: delaying package configuration, since apt-utils is not installed 22:06:49 Fetched 1696 B in 0s (22.2 kB/s) 22:06:49 Selecting previously unselected package apt-transport-https. 22:06:49 (Reading database ... 13920 files and directories currently installed.) 22:06:49 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:06:49 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:06:49 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:06:49 Waiting for network to be ready... 22:06:55 2021-02-18T22:06:52Z INFO Waiting for automatic snapd restart... 22:06:55 snapd 2.48.2.1 from Canonical* installed 22:06:55 "snapd" switched to the "latest/stable" channel 22:06:55 22:06:57 core18 20210128 from Canonical* installed 22:06:57 "core18" switched to the "latest/stable" channel 22:06:57 22:07:01 snapcraft 4.5.1 from Canonical* installed 22:07:01 "snapcraft" switched to the "latest/stable" channel 22:07:01 22:07:04 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: 22:07:04 - README.md 22:07:04 - snapcraft.yaml.orig 22:07:04 22:07:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:07:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:07:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:07:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:07:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:07:12 Reading package lists... 22:07:12 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:07:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:07:19 Reading package lists... 22:07:19 Building dependency tree... 22:07:19 Reading state information... 22:07:19 Suggested packages: 22:07:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:07:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:07:19 Recommended packages: 22:07:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:07:19 The following NEW packages will be installed: 22:07:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:07:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:07:19 pkg-config zip 22:07:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:07:19 Need to get 7655 kB of archives. 22:07:19 After this operation, 43.7 MB of additional disk space will be used. 22:07:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:07:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:07:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:07:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:07:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:07:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:07:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:07:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:07:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:07:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:07:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:07:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:07:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:07:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:07:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:07:19 debconf: delaying package configuration, since apt-utils is not installed 22:07:19 Fetched 7655 kB in 1s (10.4 MB/s) 22:07:19 Selecting previously unselected package libglib2.0-0:amd64. 22:07:19 (Reading database ... 13924 files and directories currently installed.) 22:07:19 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:07:19 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:07:19 Selecting previously unselected package libpsl5:amd64. 22:07:19 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:07:19 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:07:20 Selecting previously unselected package libnghttp2-14:amd64. 22:07:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:07:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:07:20 Selecting previously unselected package librtmp1:amd64. 22:07:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:07:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:07:20 Selecting previously unselected package libcurl3-gnutls:amd64. 22:07:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:07:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:07:20 Selecting previously unselected package liberror-perl. 22:07:20 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:07:20 Unpacking liberror-perl (0.17025-1) ... 22:07:20 Selecting previously unselected package git-man. 22:07:20 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:07:20 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:07:20 Selecting previously unselected package git. 22:07:20 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:07:20 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:07:21 Selecting previously unselected package libnorm1:amd64. 22:07:21 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:07:21 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:07:21 Selecting previously unselected package libpgm-5.2-0:amd64. 22:07:21 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:07:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:07:21 Selecting previously unselected package libsodium23:amd64. 22:07:21 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:07:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:07:21 Selecting previously unselected package libzmq5:amd64. 22:07:21 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:07:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:07:21 Selecting previously unselected package libzmq3-dev:amd64. 22:07:21 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:07:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:07:21 Selecting previously unselected package pkg-config. 22:07:21 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:07:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:07:21 Selecting previously unselected package zip. 22:07:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:07:21 Unpacking zip (3.0-11build1) ... 22:07:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:07:21 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:07:22 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:07:22 Setting up liberror-perl (0.17025-1) ... 22:07:22 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:07:22 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:07:22 No schema files found: doing nothing. 22:07:22 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:07:22 Setting up zip (3.0-11build1) ... 22:07:22 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:07:22 Setting up libsodium23:amd64 (1.0.16-2) ... 22:07:22 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:07:22 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:07:22 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:07:22 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:07:22 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:07:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:07:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:07:29 git set to automatically installed. 22:07:29 git-man set to automatically installed. 22:07:29 libcurl3-gnutls set to automatically installed. 22:07:29 liberror-perl set to automatically installed. 22:07:29 libglib2.0-0 set to automatically installed. 22:07:29 libnghttp2-14 set to automatically installed. 22:07:29 libnorm1 set to automatically installed. 22:07:29 libpgm-5.2-0 set to automatically installed. 22:07:29 libpsl5 set to automatically installed. 22:07:29 librtmp1 set to automatically installed. 22:07:29 libsodium23 set to automatically installed. 22:07:29 libzmq3-dev set to automatically installed. 22:07:29 libzmq5 set to automatically installed. 22:07:29 pkg-config set to automatically installed. 22:07:29 zip set to automatically installed. 22:07:31 snapd is not logged in, snap install commands will use sudo 22:07:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:07:37 snap "core18" has no updates available 22:07:38 Pulling config-common 22:07:38 + snapcraftctl pull 22:07:39 Pulling go-build-helper 22:07:39 + snapcraftctl pull 22:07:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:07:39 ---> 6931b0d003c0 22:07:39 Step 3/21 : WORKDIR /edgex-go 22:07:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:07:39 ---> 6931b0d003c0 22:07:39 Step 3/23 : WORKDIR /edgex-go 22:07:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:07:39 ---> 6931b0d003c0 22:07:39 Step 3/22 : WORKDIR /edgex-go 22:07:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:07:39 ---> 6931b0d003c0 22:07:39 Step 3/22 : WORKDIR /edgex-go 22:07:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:07:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:07:39 ---> 6931b0d003c0 22:07:39 Step 3/24 : WORKDIR /edgex-go 22:07:39 ---> Running in 7fb770a109a8 22:07:39 ---> Running in 87b1cafd87dd 22:07:39 ---> Running in 68f27f795a08 22:07:39 ---> Running in b7abdb3ab4d9 22:07:39 ---> Running in 65d16832b71b 22:07:39 Removing intermediate container 65d16832b71b 22:07:39 ---> 2f37e5fcd78e 22:07:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:39 Removing intermediate container 7fb770a109a8 22:07:39 Removing intermediate container 68f27f795a08 22:07:39 ---> f35bdc620bf6 22:07:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:39 ---> 2ddea6447193 22:07:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:39 Removing intermediate container 87b1cafd87dd 22:07:39 ---> f28d66c09e6e 22:07:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:39 Removing intermediate container b7abdb3ab4d9 22:07:39 ---> 03cb514ab34a 22:07:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:07:39 ---> Running in 8f2a64c0720e 22:07:39 ---> Running in 940dcceec79f 22:07:39 ---> Running in fa6eade797be 22:07:39 ---> Running in dce7d8e6815e 22:07:39 ---> Running in e0dd477bc52b 22:07:39 Removing intermediate container 8f2a64c0720e 22:07:39 ---> 2e6e0b3a1d15 22:07:39 Step 5/21 : RUN apk add --update --no-cache make git 22:07:39 ---> Running in 21dcda44cc5f 22:07:39 Removing intermediate container 940dcceec79f 22:07:39 ---> a4ee817d9511 22:07:39 Step 5/22 : RUN apk add --update --no-cache make git 22:07:39 ---> Running in 28d1ee7dd9c4 22:07:39 Removing intermediate container fa6eade797be 22:07:39 ---> 3e6f718dbe0c 22:07:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:07:39 Removing intermediate container e0dd477bc52b 22:07:39 ---> e22b06124c2e 22:07:39 Step 5/24 : RUN apk add --update --no-cache make git 22:07:39 ---> Running in 2d5b8badcc97 22:07:39 ---> Running in 11df9c5df456 22:07:39 Removing intermediate container dce7d8e6815e 22:07:39 ---> 33eb43b42669 22:07:39 Step 5/23 : RUN apk add --update --no-cache make git 22:07:39 ---> Running in 440843111b77 22:07:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:41 OK: 217 MiB in 51 packages 22:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:41 OK: 217 MiB in 51 packages 22:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:42 Removing intermediate container 21dcda44cc5f 22:07:42 ---> a3926c32bcfa 22:07:42 Step 6/21 : COPY go.mod . 22:07:42 OK: 217 MiB in 51 packages 22:07:42 OK: 217 MiB in 51 packages 22:07:43 Removing intermediate container 28d1ee7dd9c4 22:07:43 ---> d65d69a822bd 22:07:43 Step 6/22 : COPY go.mod . 22:07:43 OK: 217 MiB in 51 packages 22:07:44 ---> 9222c6b64ffd 22:07:44 Step 7/21 : RUN go mod download 22:07:44 ---> Running in 1ce020dea8b3 22:07:44 ---> e50b0a0ed3c8 22:07:44 Step 7/22 : RUN go mod download 22:07:44 ---> Running in d81be1fd2cd0 22:07:44 Removing intermediate container 2d5b8badcc97 22:07:44 ---> 4b322efe3a09 22:07:44 Step 6/22 : COPY go.mod . 22:07:44 Removing intermediate container 440843111b77 22:07:44 ---> 88cb2af05095 22:07:44 Step 6/23 : COPY go.mod . 22:07:45 Removing intermediate container 11df9c5df456 22:07:45 ---> 661c0da81f13 22:07:45 Step 6/24 : COPY go.mod . 22:07:46 ---> cca669adba8a 22:07:46 Step 7/22 : RUN go mod download 22:07:46 ---> 2928b7b98879 22:07:46 Step 7/23 : RUN go mod download 22:07:46 ---> c01c3929efc8 22:07:46 Step 7/24 : RUN go mod download 22:07:46 ---> Running in 08b4f95dc0eb 22:07:46 ---> Running in cdfb49be9000 22:07:46 ---> Running in 6dcaea46b0d7 22:07:48 Removing intermediate container 1ce020dea8b3 22:07:48 ---> bba95d0bef31 22:07:48 Step 8/21 : COPY . . 22:07:48 Removing intermediate container d81be1fd2cd0 22:07:48 ---> dba5588d1c52 22:07:48 Step 8/22 : COPY . . 22:07:52 Removing intermediate container 08b4f95dc0eb 22:07:52 ---> a6bed4c7c2a3 22:07:52 Step 8/22 : COPY . . 22:07:53 Removing intermediate container cdfb49be9000 22:07:53 ---> 96823b359980 22:07:53 Step 8/23 : COPY . . 22:07:53 Removing intermediate container 6dcaea46b0d7 22:07:53 ---> edf1f4fecb04 22:07:53 Step 8/24 : COPY . . 22:08:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:08:01 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:08:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:08:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 22:08:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:08:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:08:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:08:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:08:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:08:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:08:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:08:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:08:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:08:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:08:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:08:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:08:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:08:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:08:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:08:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:08:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:08:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:08:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:08:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:08:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:08:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:08:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:08:01 Fetched 23.9 MB in 0s (0 B/s) 22:08:01 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:08:01 Fetched 96.5 kB in 0s (0 B/s) 22:08:01 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:08:01 Fetched 279 kB in 0s (0 B/s) 22:08:01 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:08:01 Fetched 122 kB in 0s (0 B/s) 22:08:01 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:08:01 Fetched 77.8 kB in 0s (0 B/s) 22:08:01 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:08:01 Fetched 8848 B in 0s (0 B/s) 22:08:01 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:08:01 Fetched 47.8 kB in 0s (0 B/s) 22:08:01 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:08:01 Fetched 45.6 kB in 0s (0 B/s) 22:08:01 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:08:01 Fetched 15.0 kB in 0s (0 B/s) 22:08:01 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:08:01 Fetched 214 kB in 0s (0 B/s) 22:08:01 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 22:08:01 Fetched 155 kB in 0s (0 B/s) 22:08:01 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:08:01 Fetched 50.6 kB in 0s (0 B/s) 22:08:01 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:08:01 Fetched 14.8 kB in 0s (0 B/s) 22:08:01 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:08:01 Fetched 41.8 kB in 0s (0 B/s) 22:08:01 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:08:01 Fetched 499 kB in 0s (0 B/s) 22:08:01 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:08:01 Fetched 111 kB in 0s (0 B/s) 22:08:01 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:08:01 Fetched 240 kB in 0s (0 B/s) 22:08:01 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:08:01 Fetched 29.3 kB in 0s (0 B/s) 22:08:01 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:08:01 Fetched 85.5 kB in 0s (0 B/s) 22:08:01 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:08:01 Fetched 24.5 kB in 0s (0 B/s) 22:08:01 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:08:01 Fetched 49.2 kB in 0s (0 B/s) 22:08:01 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:08:01 Fetched 54.2 kB in 0s (0 B/s) 22:08:01 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:08:01 Fetched 30.8 kB in 0s (0 B/s) 22:08:01 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 22:08:01 Fetched 16.6 kB in 0s (0 B/s) 22:08:01 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:08:01 Fetched 85.9 kB in 0s (0 B/s) 22:08:01 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:08:01 Fetched 8720 B in 0s (0 B/s) 22:08:01 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:08:01 Fetched 137 kB in 0s (0 B/s) 22:08:01 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:08:01 Fetched 119 kB in 0s (0 B/s) 22:08:01 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:08:01 Fetched 109 kB in 0s (0 B/s) 22:08:01 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:08:01 Fetched 11.1 kB in 0s (0 B/s) 22:08:01 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:08:01 Fetched 645 kB in 0s (0 B/s) 22:08:01 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:08:01 Fetched 41.3 kB in 0s (0 B/s) 22:08:01 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:08:01 Fetched 17.9 kB in 0s (0 B/s) 22:08:01 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:08:01 Fetched 368 kB in 0s (0 B/s) 22:08:01 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:08:01 Fetched 187 kB in 0s (0 B/s) 22:08:01 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:08:01 Fetched 175 kB in 0s (0 B/s) 22:08:01 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:08:03 Fetched 206 kB in 0s (0 B/s) 22:08:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:08:03 Fetched 1301 kB in 0s (0 B/s) 22:08:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:08:03 Fetched 36.2 kB in 0s (0 B/s) 22:08:03 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:08:03 Fetched 159 kB in 0s (0 B/s) 22:08:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:08:03 Fetched 107 kB in 0s (0 B/s) 22:08:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:08:03 Fetched 48.7 kB in 0s (0 B/s) 22:08:03 Pulling static-packages 22:08:03 + snapcraftctl pull 22:08:04 'go115' has dependencies that need to be staged: go-build-helper static-packages 22:08:04 Skipping pull go-build-helper (already ran) 22:08:04 Skipping pull static-packages (already ran) 22:08:04 Building go-build-helper 22:08:04 + snapcraftctl build 22:08:07 Building static-packages 22:08:07 + snapcraftctl build 22:08:09 Staging go-build-helper 22:08:09 + snapcraftctl stage 22:08:10 Staging static-packages 22:08:10 + snapcraftctl stage 22:08:11 Pulling go115 22:08:11 + snapcraftctl pull 22:08:12 'edgex-go' has dependencies that need to be staged: go115 22:08:12 Skipping pull go115 (already ran) 22:08:12 Building go115 22:08:12 + dpkg --print-architecture 22:08:12 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 22:08:12 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 22:08:12 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 22:08:12 % Total % Received % Xferd Average Speed Time Time Time Current 22:08:12 Dload Upload Total Spent Left Speed 22:08:15 ---> a71e3c9866c8 22:08:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:08:15 ---> 361b87bc07dc 22:08:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:08:15 ---> 7fe4ab0c9b3c 22:08:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:08:15 ---> 057630226e0d 22:08:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:08:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 848k 0 0 3263k 0 0:00:36 --:--:-- 0:00:36 3251k 32 115M 32 37.5M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.3M 64 115M 64 74.2M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.8M 100 115M 100 115M 0 0 36.8M 0 0:00:03 0:00:03 --:--:-- 36.8M 22:08:15 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 22:08:15 + + sha256sum -cgrep sha256 OK 22:08:15 22:08:15 ---> 4242f209597e 22:08:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:08:15 ---> Running in 19015ade9536 22:08:15 ---> Running in 4ec84667c5d3 22:08:15 ---> Running in 07592a055999 22:08:15 ---> Running in 37b4b2e6cb86 22:08:15 ---> Running in 5a03a20e1091 22:08:16 go1.15.2.linux-amd64.tar.gz: OK 22:08:16 + mkdir -p /root/stage/go1.15 22:08:16 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 22:08:17 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 22:08:17 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 22:08:17 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 22:08:18 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 22:08:18 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 22:08:19 Staging go115 22:08:19 + snapcraftctl stage 22:08:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:08:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:08:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:08:24 Fetched 0 B in 0s (0 B/s) 22:08:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:08:24 Fetched 224 kB in 0s (0 B/s) 22:08:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:08:24 Fetched 157 kB in 0s (0 B/s) 22:08:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:08:24 Fetched 221 kB in 0s (0 B/s) 22:08:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:08:24 Fetched 143 kB in 0s (0 B/s) 22:08:24 Pulling edgex-go 22:08:24 + snapcraftctl pull 22:08:26 Pulling version 22:08:26 + cd /root/project 22:08:26 + [ -f VERSION ] 22:08:26 + PROJECT_VERSION=local-dev 22:08:26 + git rev-parse --short HEAD 22:08:26 + GIT_REVISION=1afd1b68 22:08:26 + snapcraftctl set-version local-dev 22:08:26 Building config-common 22:08:26 + snapcraftctl build 22:08:28 Skipping build go-build-helper (already ran) 22:08:28 Skipping build static-packages (already ran) 22:08:28 Skipping build go115 (already ran) 22:08:28 Building edgex-go 22:08:28 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 22:08:28 + cd /root/parts/edgex-go/src 22:08:28 + make build 22:08:28 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 22:08:30 go: downloading github.com/gorilla/mux v1.8.0 22:08:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 22:08:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 22:08:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 22:08:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 22:08:30 go: downloading github.com/google/uuid v1.2.0 22:08:30 go: downloading github.com/pebbe/zmq4 v1.2.2 22:08:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:08:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:08:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:08:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:08:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:08:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:08:30 go: downloading github.com/pkg/errors v0.8.1 22:08:30 go: downloading github.com/pelletier/go-toml v1.2.0 22:08:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:08:30 go: downloading github.com/BurntSushi/toml v0.3.1 22:08:30 go: downloading github.com/imdario/mergo v0.3.11 22:08:30 go: downloading github.com/hashicorp/consul/api v1.8.1 22:08:30 go: downloading github.com/go-kit/kit v0.8.0 22:08:30 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:08:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:08:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:08:30 go: downloading github.com/x448/float16 v0.8.4 22:08:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:08:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:08:30 go: downloading github.com/mitchellh/copystructure v1.0.0 22:08:30 go: downloading github.com/hashicorp/serf v0.9.5 22:08:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:08:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:08:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:08:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:08:30 go: downloading github.com/leodido/go-urn v1.2.0 22:08:30 go: downloading github.com/go-playground/universal-translator v0.17.0 22:08:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:08:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:08:31 go: downloading github.com/mattn/go-isatty v0.0.12 22:08:31 go: downloading github.com/fatih/color v1.9.0 22:08:31 go: downloading github.com/mattn/go-colorable v0.1.6 22:08:31 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:08:31 go: downloading github.com/go-playground/locales v0.13.0 22:08:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:08:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:08:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:08:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:08:37 go: downloading gopkg.in/yaml.v2 v2.4.0 22:08:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:08:43 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 22:08:44 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 22:08:44 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 22:08:44 go: downloading github.com/stretchr/testify v1.7.0 22:08:44 go: downloading github.com/davecgh/go-spew v1.1.1 22:08:44 go: downloading github.com/pmezard/go-difflib v1.0.0 22:08:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:08:45 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 22:08:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:08:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:08:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:08:48 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 22:08:48 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:08:49 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 22:08:50 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 22:08:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:08:51 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 22:08:51 go: downloading github.com/lib/pq v1.9.0 22:08:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:08:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:08:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:08:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:08:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:08:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:08:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:08:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:08:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:08:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:08:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:08:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:08:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:08:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:08:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:08:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:08:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:08:52 + 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 22:08:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:08:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:08:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:08:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:08:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:08:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:08:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:08:53 Building version 22:08:53 + snapcraftctl build 22:08:55 Staging config-common 22:08:55 + snapcraftctl stage 22:08:56 Skipping stage go-build-helper (already ran) 22:08:56 Skipping stage static-packages (already ran) 22:08:56 Skipping stage go115 (already ran) 22:08:56 Staging edgex-go 22:08:56 + snapcraftctl stage 22:08:57 Staging version 22:08:57 + snapcraftctl stage 22:09:00 Priming config-common 22:09:00 + snapcraftctl prime 22:09:00 Priming go-build-helper 22:09:00 + snapcraftctl prime 22:09:00 Priming static-packages 22:09:00 + snapcraftctl prime 22:09:02 Priming go115 22:09:02 + snapcraftctl prime 22:09:03 Priming edgex-go 22:09:03 + snapcraftctl prime 22:09:04 Priming version 22:09:04 + snapcraftctl prime 22:09:05 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] } 22:09:40 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 22:09: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 22:09:58 Removing intermediate container 5a03a20e1091 22:09:58 ---> 9ae9dba16dbc 22:09:58 22:09:58 Step 10/24 : FROM alpine:3.12 22:09:58 3.12: Pulling from library/alpine 22:09:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:09:59 Status: Downloaded newer image for alpine:3.12 22:09:59 ---> afeebe901d6b 22:09:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:10:00 Removing intermediate container 19015ade9536 22:10:00 ---> 9785af52a0a0 22:10:00 22:10:00 Step 10/21 : FROM alpine:3.12 22:10:00 ---> afeebe901d6b 22:10:00 Step 11/21 : RUN apk add --update --no-cache curl 22:10:00 ---> Running in e0e8147be3b1 22:10:00 ---> Running in d299ef109e3c 22:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:10:03 (1/4) Installing ca-certificates (20191127-r4) 22:10:03 (1/5) Installing ca-certificates (20191127-r4) 22:10:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:10:03 (3/4) Installing libcurl (7.69.1-r3) 22:10:03 (4/4) Installing curl (7.69.1-r3) 22:10:03 Executing busybox-1.31.1-r19.trigger 22:10:03 Executing ca-certificates-20191127-r4.trigger 22:10:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:10:03 (3/5) Installing libcurl (7.69.1-r3) 22:10:03 (4/5) Installing curl (7.69.1-r3) 22:10:03 (5/5) Installing dumb-init (1.2.2-r1) 22:10:03 Executing busybox-1.31.1-r19.trigger 22:10:03 Executing ca-certificates-20191127-r4.trigger 22:10:03 OK: 7 MiB in 18 packages 22:10:03 OK: 7 MiB in 19 packages 22:10:07 Removing intermediate container d299ef109e3c 22:10:07 ---> 79e8e5b290d1 22:10:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:10:07 ---> Running in baf844e24038 22:10:07 Removing intermediate container e0e8147be3b1 22:10:07 ---> 61cf8e034854 22:10:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:10:07 ---> Running in a6fb5f44ad43 22:10:08 Removing intermediate container baf844e24038 22:10:08 ---> deaca548dbe7 22:10:08 Step 13/21 : WORKDIR /edgex 22:10:08 ---> Running in 3b1436511320 22:10:08 Removing intermediate container a6fb5f44ad43 22:10:08 ---> d4591c35d60a 22:10:08 Step 13/24 : WORKDIR / 22:10:09 ---> Running in ca21422bdd97 22:10:09 Removing intermediate container 3b1436511320 22:10:09 ---> 0fc6628dabf9 22:10:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:10:09 Removing intermediate container ca21422bdd97 22:10:09 ---> c5911ca6698a 22:10:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:10:10 ---> a7e7cf6ca25f 22:10:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:10:11 ---> d9f783ca536a 22:10:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:10:13 ---> 558198c407d5 22:10:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:10:13 ---> d18483532cb0 22:10:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:10:14 Removing intermediate container 4ec84667c5d3 22:10:14 ---> f658c24d370b 22:10:14 22:10:14 Step 10/22 : FROM alpine:3.12 22:10:14 ---> afeebe901d6b 22:10:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:10:15 Removing intermediate container 07592a055999 22:10:15 ---> 86892d8f6629 22:10:15 22:10:15 Step 10/22 : FROM alpine:3.12 22:10:15 ---> afeebe901d6b 22:10:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:10:15 ---> a0ab7bdf5af9 22:10:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:10:15 ---> Running in afd9a3964ad0 22:10:15 ---> Running in be068ccb01df 22:10:15 ---> 5c0a9ee0c5ca 22:10:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:10:16 ---> Running in 86e6ac568fd5 22:10:17 ---> db253017fe9b 22:10:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:10:17 Removing intermediate container 86e6ac568fd5 22:10:17 ---> 895e587f7866 22:10:17 Step 18/21 : CMD ["--init=true"] 22:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:10:17 ---> Running in b1b7e36c0fd5 22:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:10:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:10:18 Removing intermediate container b1b7e36c0fd5 22:10:18 ---> 25ac5f4bcd34 22:10:18 Step 19/21 : LABEL arch=arm64 22:10:18 (1/2) Installing ca-certificates (20191127-r4) 22:10:18 (2/2) Installing dumb-init (1.2.2-r1) 22:10:18 Executing busybox-1.31.1-r19.trigger 22:10:18 Executing ca-certificates-20191127-r4.trigger 22:10:18 (1/1) Installing dumb-init (1.2.2-r1) 22:10:18 Executing busybox-1.31.1-r19.trigger 22:10:18 OK: 5 MiB in 15 packages 22:10:18 ---> Running in 5ad1597cb2e7 22:10:18 OK: 6 MiB in 16 packages 22:10:19 ---> 9a32531c4a5e 22:10:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:10:19 Removing intermediate container 5ad1597cb2e7 22:10:19 ---> 32ea750db032 22:10:19 Step 20/21 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:10:20 ---> Running in 0fa603519f37 22:10:20 ---> bcd154b805cf 22:10:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:10:20 ---> Running in a11e2b6071b4 22:10:20 Removing intermediate container be068ccb01df 22:10:20 ---> c9fd2cae63ba 22:10:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:10:21 Removing intermediate container 0fa603519f37 22:10:21 ---> 5d63d9db8694 22:10:21 Step 21/21 : LABEL version=0.0.0 22:10:21 ---> Running in 2f8c0720f2e4 22:10:21 Removing intermediate container afd9a3964ad0 22:10:21 ---> 083aecb33b2e 22:10:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:10:21 ---> Running in 364fc20c7a47 22:10:21 Removing intermediate container 37b4b2e6cb86 22:10:21 ---> a78d5ecc7d86 22:10:21 22:10:21 Step 10/23 : FROM alpine:3.12 22:10:21 ---> afeebe901d6b 22:10:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:10:21 ---> Using cache 22:10:21 ---> c9fd2cae63ba 22:10:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:10:21 ---> Running in a2c8e278d37d 22:10:22 ---> Running in 70495aac9264 22:10:22 Removing intermediate container 2f8c0720f2e4 22:10:22 ---> 05eb13ce9c74 22:10:22 Step 13/22 : ENV APP_PORT=48085 22:10:22 Removing intermediate container 364fc20c7a47 22:10:22 ---> 9af8fa877d0f 22:10:22 22:10:22 Removing intermediate container a2c8e278d37d 22:10:22 ---> d078bc23a051 22:10:22 Step 13/22 : ENV APP_PORT=48060 22:10:22 ---> Running in 45fcbedceb21 22:10:22 Successfully built 9af8fa877d0f 22:10:22 ---> Running in c07bd223b0f4 22:10:22 Removing intermediate container 70495aac9264 22:10:22 ---> 5e2ef4b7528c 22:10:22 Step 13/23 : ENV APP_PORT=48081 22:10:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:10:22  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 22:10:23 ---> Running in 6e731ad12096 22:10:23 Removing intermediate container 45fcbedceb21 22:10:23 ---> 78a90ecc133b 22:10:23 Step 14/22 : EXPOSE $APP_PORT 22:10:23 Removing intermediate container c07bd223b0f4 22:10:23 ---> b83806251df9 22:10:23 Step 14/22 : EXPOSE $APP_PORT 22:10:23 ---> Running in 34a0815551ba 22:10:23 ---> Running in 8471a15668fb 22:10:23 Removing intermediate container 6e731ad12096 22:10:23 ---> db1509c84485 22:10:23 Step 14/23 : EXPOSE $APP_PORT 22:10:23 ---> Running in 228e6a422ab7 22:10:23 Removing intermediate container 34a0815551ba 22:10:23 ---> 9fe5a8348fb7 22:10:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:10:24 Removing intermediate container a11e2b6071b4 22:10:24 ---> 677d0a535699 22:10:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:10:25 Removing intermediate container 8471a15668fb 22:10:25 ---> a1ceb32ffe2f 22:10:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:10:25 Removing intermediate container 228e6a422ab7 22:10:25 ---> f554e2f11587 22:10:25 Step 15/23 : WORKDIR / 22:10:25 ---> Running in 97f811240ca3 22:10:25 ---> fa1cce55c7bc 22:10:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:10:26 ---> Running in 6384bfc6ec54 22:10:26 ---> dd64bfe6c7ee 22:10:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:10:26 Removing intermediate container 97f811240ca3 22:10:26 ---> bdb1a2dcee2e 22:10:26 Step 22/24 : LABEL arch=arm64 22:10:28 ---> Running in 092ce823b835 22:10:28 Removing intermediate container 6384bfc6ec54 22:10:28 ---> 45c3c9294e9d 22:10:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:10:28 ---> 5373a0757d95 22:10:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:10:28 ---> bcf442f9a090 22:10:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:10:28 Removing intermediate container 092ce823b835 22:10:28 ---> ff51c2ff9ae7 22:10:28 Step 23/24 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:10:29 ---> Running in c22631880ea6 22:10:29 ---> 253f7dd5192f 22:10:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:10:29 ---> 51f0a133cc2c 22:10:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:10:29 Removing intermediate container c22631880ea6 22:10:29 ---> 8ac1df96a255 22:10:29 Step 24/24 : LABEL version=0.0.0 22:10:29 ---> Running in bace5b8af65a 22:10:29 ---> a58f89a62de6 22:10:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:10:30 ---> Running in 71ac963b0d01 22:10:30 ---> Running in b766c8033512 22:10:30 Removing intermediate container bace5b8af65a 22:10:30 ---> 26105b655275 22:10:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:10:30 Removing intermediate container 71ac963b0d01 22:10:30 ---> 712356e4dcd8 22:10:30 22:10:30 ---> Running in 7f9fa248acac 22:10:30 Removing intermediate container b766c8033512 22:10:30 ---> bd308a92cb5e 22:10:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:10:31 Successfully built 712356e4dcd8 22:10:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:10:31 Building docker-core-command-go 22:10:31  Building docker-security-secretstore-setup-go ... done  ---> Running in 46ca80fa39f9 22:10:31 ---> a1fa1f3d7550 22:10:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:10:31 Removing intermediate container 7f9fa248acac 22:10:31 ---> a3433a0cb3b7 22:10:32 Step 20/22 : LABEL arch=arm64 22:10:32 ---> Running in 65bec7a9eb1f 22:10:32 Removing intermediate container 46ca80fa39f9 22:10:32 ---> ba4481eabf2f 22:10:32 Step 20/22 : LABEL arch=arm64 22:10:32 ---> Running in ad05435314eb 22:10:32 Removing intermediate container 65bec7a9eb1f 22:10:32 ---> 15a3ff46691a 22:10:32 Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:10:33 ---> b95375bcab54 22:10:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:10:33 ---> Running in 8385ccb1ca43 22:10:34 ---> Running in 4d8b10c2acab 22:10:34 Removing intermediate container ad05435314eb 22:10:34 ---> c1ef60d76673 22:10:34 Step 21/22 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:10:35 ---> Running in 4af8be4c81a3 22:10:35 Removing intermediate container 8385ccb1ca43 22:10:35 ---> 055d4dbaacde 22:10:35 Step 22/22 : LABEL version=0.0.0 22:10:35 Removing intermediate container 4d8b10c2acab 22:10:35 ---> 7b6adea6adeb 22:10:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:10:35 ---> Running in fa0b27902017 22:10:35 ---> Running in 8ca8efccd1ff 22:10:35 Removing intermediate container 4af8be4c81a3 22:10:35 ---> d05ea1f4e7a7 22:10:35 Step 22/22 : LABEL version=0.0.0 22:10:36 ---> Running in 173adfb2d519 22:10:37 Removing intermediate container 8ca8efccd1ff 22:10:37 ---> 9d1a82063b19 22:10:37 Step 21/23 : LABEL arch=arm64 22:10:37 Removing intermediate container fa0b27902017 22:10:37 ---> 5cf71d7d8976 22:10:37 22:10:37 Successfully built 5cf71d7d8976 22:10:37 Successfully tagged docker-support-scheduler-go-arm64:latest 22:10:37  Building docker-support-scheduler-go ... done Building docker-core-data-go 22:10:37 Removing intermediate container 173adfb2d519 22:10:37 ---> f8e99c708479 22:10:37 22:10:38 ---> Running in 309d9c283563 22:10:38 Successfully built f8e99c708479 22:10:38 Successfully tagged docker-support-notifications-go-arm64:latest 22:10:38 Building docker-security-bootstrapper-go 22:10:38  Building docker-support-notifications-go ... done Removing intermediate container 309d9c283563 22:10:38 ---> 5fdf7ee228b6 22:10:38 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:10:38 ---> Running in 6903f0d0a52e 22:10:39 Removing intermediate container 6903f0d0a52e 22:10:39 ---> 7826ef1e1956 22:10:39 Step 23/23 : LABEL version=0.0.0 22:10:39 ---> Running in 751ff5876f35 22:10:40 Removing intermediate container 751ff5876f35 22:10:40 ---> e84dbddb3379 22:10:40 22:10:40 Successfully built e84dbddb3379 22:10:40 Successfully tagged docker-core-metadata-go-arm64:latest 22:10:55  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:10:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:10:55 ---> 6931b0d003c0 22:10:55 Step 3/26 : WORKDIR /edgex-go 22:10:55 ---> Using cache 22:10:55 ---> f28d66c09e6e 22:10:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:10:55 ---> Using cache 22:10:55 ---> 33eb43b42669 22:10:55 Step 5/26 : RUN apk add --update --no-cache make bash git 22:10:59 ---> Running in b4baf323a34a 22:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:02 OK: 217 MiB in 51 packages 22:11:05 Removing intermediate container b4baf323a34a 22:11:05 ---> 18a59b10327a 22:11:05 Step 6/26 : COPY go.mod . 22:11:06 ---> c1bc597c3dbb 22:11:06 Step 7/26 : RUN go mod download 22:11:06 ---> Running in b60739dd8775 22:11:11 Removing intermediate container b60739dd8775 22:11:11 ---> 37cddc261a3f 22:11:11 Step 8/26 : COPY . . 22:11:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:11:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:11:13 ---> 6931b0d003c0 22:11:13 Step 3/23 : WORKDIR /edgex-go 22:11:13 ---> Using cache 22:11:13 ---> f28d66c09e6e 22:11:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:11:13 ---> Using cache 22:11:13 ---> 33eb43b42669 22:11:13 Step 5/23 : RUN apk add --update --no-cache make git 22:11:13 ---> Using cache 22:11:13 ---> 88cb2af05095 22:11:13 Step 6/23 : COPY go.mod . 22:11:13 ---> Using cache 22:11:13 ---> 2928b7b98879 22:11:13 Step 7/23 : RUN go mod download 22:11:13 ---> Using cache 22:11:13 ---> 96823b359980 22:11:13 Step 8/23 : COPY . . 22:11:13 ---> Using cache 22:11:13 ---> 057630226e0d 22:11:13 Step 9/23 : RUN make cmd/core-command/core-command 22:11:17 ---> Running in e7489e88a631 22:11: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 22:11:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:11:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:11:18 ---> 6931b0d003c0 22:11:18 Step 3/23 : WORKDIR /edgex-go 22:11:18 ---> Using cache 22:11:18 ---> f28d66c09e6e 22:11:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:11:18 ---> Using cache 22:11:18 ---> 33eb43b42669 22:11:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:11:18 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:11:18 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:11:18 ---> 6931b0d003c0 22:11:18 Step 3/30 : WORKDIR /edgex-go 22:11:18 ---> Using cache 22:11:18 ---> f28d66c09e6e 22:11:18 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:11:18 ---> Using cache 22:11:18 ---> 33eb43b42669 22:11:18 Step 5/30 : RUN apk add --update --no-cache make git 22:11:18 ---> Using cache 22:11:18 ---> 88cb2af05095 22:11:18 Step 6/30 : COPY go.mod . 22:11:18 ---> Using cache 22:11:18 ---> 2928b7b98879 22:11:18 Step 7/30 : RUN go mod download 22:11:18 ---> Using cache 22:11:18 ---> 96823b359980 22:11:18 Step 8/30 : COPY . . 22:11:19 ---> Using cache 22:11:19 ---> 057630226e0d 22:11:19 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:11:19 ---> Running in 9c96f132e813 22:11:19 ---> Running in 2067bf189131 22:11:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11: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 22:11:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:23 OK: 217 MiB in 51 packages 22:11:26 Removing intermediate container 9c96f132e813 22:11:26 ---> da0cf2c6a21a 22:11:26 Step 6/23 : COPY go.mod . 22:11:28 ---> 6b85ced74f54 22:11:28 Step 7/23 : RUN go mod download 22:11:28 ---> Running in 267abd7da71e 22:11:31 ---> e69a9e8ce538 22:11:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:11:31 ---> Running in 1ea82aab36be 22:11:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:11:33 Removing intermediate container 267abd7da71e 22:11:33 ---> 6b3fb0bb3bd1 22:11:33 Step 8/23 : COPY . . 22:11:55 ---> dbf7c3d95425 22:11:55 Step 9/23 : RUN make cmd/core-data/core-data 22:11:55 ---> Running in 927cbd1702fc 22:11:55 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 22:12:42 Removing intermediate container 2067bf189131 22:12:42 ---> 59edf59de8be 22:12:42 22:12:42 Step 10/30 : FROM alpine:3.12 22:12:42 ---> afeebe901d6b 22:12:42 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:12:42 ---> Running in 94660048a385 22:12:42 Removing intermediate container 94660048a385 22:12:42 ---> bd1602e0f97f 22:12:42 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:12:42 ---> Running in 9a9013b7319a 22:12:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:42 (1/2) Installing dumb-init (1.2.2-r1) 22:12:42 (2/2) Installing su-exec (0.2-r1) 22:12:42 Executing busybox-1.31.1-r19.trigger 22:12:42 OK: 5 MiB in 16 packages 22:12:46 Removing intermediate container 9a9013b7319a 22:12:46 ---> 630da5816a5d 22:12:46 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:12:46 ---> Running in b06aff3a4bb2 22:12:46 Removing intermediate container e7489e88a631 22:12:46 ---> 6f34703e4960 22:12:46 22:12:46 Step 10/23 : FROM alpine:3.12 22:12:46 ---> afeebe901d6b 22:12:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:12:46 ---> Using cache 22:12:46 ---> c9fd2cae63ba 22:12:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:46 ---> Using cache 22:12:46 ---> 5e2ef4b7528c 22:12:46 Step 13/23 : ENV APP_PORT=48082 22:12:46 ---> Running in a004eab0284b 22:12:46 Removing intermediate container b06aff3a4bb2 22:12:46 ---> 6a32a8668ba2 22:12:46 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:12:47 ---> Running in 515694b052b3 22:12:47 Removing intermediate container a004eab0284b 22:12:47 ---> 9f5cd55b1012 22:12:47 Step 14/23 : EXPOSE $APP_PORT 22:12:47 ---> Running in 2fac4b9c680e 22:12:48 Removing intermediate container 515694b052b3 22:12:48 ---> 43b2449aee91 22:12:48 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:12:48 ---> Running in ea3221b289d7 22:12:48 Removing intermediate container 2fac4b9c680e 22:12:48 ---> a2f67d5d0234 22:12:48 Step 15/23 : WORKDIR / 22:12:48 ---> Running in ebaa4ac1f496 22:12:49 Removing intermediate container ebaa4ac1f496 22:12:49 ---> f898212779c5 22:12:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:51 ---> 707100a09fff 22:12:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:12:52 Removing intermediate container ea3221b289d7 22:12:52 ---> 8903e795b204 22:12:52 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:12:52 ---> Running in b82c8025df5a 22:12:53 ---> bdbe68d3bb91 22:12:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:12:53 Removing intermediate container b82c8025df5a 22:12:53 ---> 320f065e2953 22:12:53 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:12:55 ---> cf1e4c1d8806 22:12:55 Step 19/23 : ENTRYPOINT ["/core-command"] 22:12:55 ---> 2c9ba23575ff 22:12:55 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:12:55 ---> Running in f4c39704be41 22:12:56 ---> Running in c1f18e9df6a9 22:12:56 Removing intermediate container f4c39704be41 22:12:56 ---> e647c044ef08 22:12:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:56 ---> Running in ddcb81a4e5e3 22:12:57 Removing intermediate container 1ea82aab36be 22:12:57 ---> 4887ab9217e9 22:12:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:12:57 ---> Running in c4080632dda2 22:12:57 Removing intermediate container ddcb81a4e5e3 22:12:57 ---> a8ab79f44448 22:12:57 Step 21/23 : LABEL arch=arm64 22:12:57 ---> Running in 39ad691c2dfc 22:12:58 Removing intermediate container 39ad691c2dfc 22:12:58 ---> 92312eea6993 22:12:58 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:12:58 ---> Running in d0e0289a81e1 22:12:59 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 22:12:59 Removing intermediate container d0e0289a81e1 22:12:59 ---> 03029fd069c5 22:12:59 Step 23/23 : LABEL version=0.0.0 22:13:00 ---> Running in 68f7a2ecfeca 22:13:00 Removing intermediate container c1f18e9df6a9 22:13:00 ---> fb842f6004eb 22:13:00 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:01 Removing intermediate container 68f7a2ecfeca 22:13:01 ---> c4b74e416509 22:13:01 22:13:01 ---> 6e2f83534548 22:13:01 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:13:01 Successfully built c4b74e416509 22:13:01 Successfully tagged docker-core-command-go-arm64:latest 22:13:03  Building docker-core-command-go ... done  ---> f2e9fc2cf7bb 22:13:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:13:04 ---> 0f86578a23a8 22:13:04 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:13:05 Removing intermediate container c4080632dda2 22:13:05 ---> a4387aa06b45 22:13:05 22:13:05 Step 11/26 : FROM docker:20.10.0 22:13:05 20.10.0: Pulling from library/docker 22:13:05 ---> 0a5b87431be2 22:13:05 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:13:06 ---> Running in c91405f143af 22:13:08 Removing intermediate container c91405f143af 22:13:08 ---> 6ab1bbc4c37d 22:13:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:13:09 ---> 4ea6dc630482 22:13:09 Step 25/30 : RUN chmod +x /entrypoint.sh 22:13:09 ---> Running in 65a276a8f47c 22:13:13 Removing intermediate container 65a276a8f47c 22:13:13 ---> 4a383f1059ba 22:13:13 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:13:13 ---> Running in beccc68c9d30 22:13:14 Removing intermediate container beccc68c9d30 22:13:14 ---> 7cfe6bce0e49 22:13:14 Step 27/30 : CMD ["gate"] 22:13:15 ---> Running in 212da7fddd52 22:13:15 Removing intermediate container 212da7fddd52 22:13:15 ---> 7118b546bb2c 22:13:15 Step 28/30 : LABEL arch=arm64 22:13:16 ---> Running in 5436dbdd3340 22:13:16 Removing intermediate container 5436dbdd3340 22:13:16 ---> 7e153a4eeb85 22:13:16 Step 29/30 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:13:17 ---> Running in ac33fe3e67bc 22:13:18 Removing intermediate container ac33fe3e67bc 22:13:18 ---> b0a36366b1c7 22:13:18 Step 30/30 : LABEL version=0.0.0 22:13:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:13:18 Status: Downloaded newer image for docker:20.10.0 22:13:18 ---> eeaf43b92773 22:13:18 Step 12/26 : RUN apk add --no-cache bash 22:13:18 ---> Running in 201203069dc8 22:13:18 ---> Running in a5a89cdcdb78 22:13:19 Removing intermediate container 201203069dc8 22:13:19 ---> 7f2da2221428 22:13:19 22:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:19 Successfully built 7f2da2221428 22:13:19 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:13:20  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:20 (1/2) Installing readline (8.0.4-r0) 22:13:20 (2/2) Installing bash (5.0.17-r0) 22:13:20 Removing intermediate container 927cbd1702fc 22:13:20 ---> 6e5c2939d7f3 22:13:20 22:13:20 Step 10/23 : FROM alpine:3.12 22:13:20 ---> afeebe901d6b 22:13:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:13:20 Executing bash-5.0.17-r0.post-install 22:13:20 Executing busybox-1.31.1-r19.trigger 22:13:20 OK: 12 MiB in 22 packages 22:13:21 ---> Running in 7427c22f7524 22:13:21 Removing intermediate container 7427c22f7524 22:13:21 ---> 79a623193bc0 22:13:21 Step 12/23 : ENV APP_PORT=48080 22:13:21 ---> Running in 1f935731d354 22:13:22 Removing intermediate container 1f935731d354 22:13:22 ---> 62eda609678a 22:13:22 Step 13/23 : EXPOSE $APP_PORT 22:13:22 Removing intermediate container a5a89cdcdb78 22:13:22 ---> 753c0b7a21eb 22:13:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:13:22 ---> Running in 579c04e49406 22:13:22 ---> Running in 7953338718c7 22:13:23 Removing intermediate container 579c04e49406 22:13:23 ---> 52ee8b768f2e 22:13:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:23 Removing intermediate container 7953338718c7 22:13:23 ---> 5cd0d033af28 22:13:23 Step 14/26 : ENV APP_PORT=48090 22:13:23 ---> Running in 81e664ca81c3 22:13:23 ---> Running in ec7153666bcf 22:13:23 Removing intermediate container ec7153666bcf 22:13:23 ---> 769cd0a93b9b 22:13:23 Step 15/26 : EXPOSE $APP_PORT 22:13:23 ---> Running in d14e157d06d2 22:13:24 Removing intermediate container d14e157d06d2 22:13:24 ---> 1da3a389fd32 22:13:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:13:25 Removing intermediate container 81e664ca81c3 22:13:25 ---> 65f26010b621 22:13:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:13:25 ---> 5891cbb8ff49 22:13:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:13:25 ---> Running in 4433e3e75ee2 22:13:26 ---> eb8ec24da50d 22:13:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:27 ---> 613cde887fcf 22:13:27 Step 19/26 : RUN apk --no-cache add py3-pip 22:13:27 ---> Running in 490ef74d82d7 22:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:28 (1/6) Installing dumb-init (1.2.2-r1) 22:13:28 (2/6) Installing libgcc (9.3.0-r2) 22:13:28 (3/6) Installing libsodium (1.0.18-r0) 22:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:28 (4/6) Installing libstdc++ (9.3.0-r2) 22:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:28 (5/6) Installing libzmq (4.3.3-r0) 22:13:29 (6/6) Installing zeromq (4.3.3-r0) 22:13:29 Executing busybox-1.31.1-r19.trigger 22:13:29 OK: 8 MiB in 20 packages 22:13:29 (1/33) Installing libbz2 (1.0.8-r1) 22:13:29 (2/33) Installing expat (2.2.9-r1) 22:13:29 (3/33) Installing libffi (3.3-r2) 22:13:29 (4/33) Installing gdbm (1.13-r1) 22:13:29 (5/33) Installing xz-libs (5.2.5-r0) 22:13:29 (6/33) Installing sqlite-libs (3.32.1-r0) 22:13:29 (7/33) Installing python3 (3.8.5-r0) 22:13:31 Removing intermediate container 4433e3e75ee2 22:13:31 ---> 9d12567e838b 22:13:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:31 (8/33) Installing py3-appdirs (1.4.4-r1) 22:13:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:13:31 (10/33) Installing py3-parsing (2.4.7-r0) 22:13:31 (11/33) Installing py3-six (1.15.0-r0) 22:13:31 (12/33) Installing py3-packaging (20.4-r0) 22:13:31 (13/33) Installing py3-setuptools (47.0.0-r0) 22:13:31 (14/33) Installing py3-chardet (3.0.4-r4) 22:13:31 (15/33) Installing py3-idna (2.9-r0) 22:13:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:13:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:13:31 (18/33) Installing py3-requests (2.23.0-r0) 22:13:31 (19/33) Installing py3-msgpack (1.0.0-r0) 22:13:31 (20/33) Installing py3-lockfile (0.12.2-r3) 22:13:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:13:31 (22/33) Installing py3-colorama (0.4.3-r0) 22:13:31 (23/33) Installing py3-distlib (0.3.0-r0) 22:13:31 (24/33) Installing py3-distro (1.5.0-r1) 22:13:31 (25/33) Installing py3-webencodings (0.5.1-r3) 22:13:31 (26/33) Installing py3-html5lib (1.0.1-r4) 22:13:32 (27/33) Installing py3-pytoml (0.1.21-r0) 22:13:32 (28/33) Installing py3-pep517 (0.8.2-r0) 22:13:32 (29/33) Installing py3-progress (1.5-r0) 22:13:32 (30/33) Installing py3-toml (0.10.1-r0) 22:13:32 (31/33) Installing py3-retrying (1.3.3-r0) 22:13:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:13:32 (33/33) Installing py3-pip (20.1.1-r0) 22:13:32 Executing busybox-1.31.1-r19.trigger 22:13:32 OK: 71 MiB in 55 packages 22:13:32 ---> 34af3328aea4 22:13:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:13:33 ---> 13efcdeade01 22:13:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:13:34 ---> e1f5435ebaa9 22:13:34 Step 19/23 : ENTRYPOINT ["/core-data"] 22:13:35 ---> Running in 6b4aabec3e86 22:13:35 Removing intermediate container 6b4aabec3e86 22:13:35 ---> 5ebce1c29a8b 22:13:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:13:36 ---> Running in 2d0a15984d9c 22:13:36 Removing intermediate container 2d0a15984d9c 22:13:36 ---> c9655c3ec036 22:13:36 Step 21/23 : LABEL arch=arm64 22:13:36 ---> Running in 4fe72920899c 22:13:37 Removing intermediate container 4fe72920899c 22:13:37 ---> 34b4ff9520f1 22:13:37 Step 22/23 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:13:37 ---> Running in 2b3d7dd16122 22:13:38 Removing intermediate container 490ef74d82d7 22:13:38 ---> a9c6b3e32f15 22:13:38 Step 20/26 : RUN pip install docker-compose==1.23.2 22:13:38 Removing intermediate container 2b3d7dd16122 22:13:38 ---> 031df84bfe34 22:13:38 Step 23/23 : LABEL version=0.0.0 22:13:38 ---> Running in 5c4e22605430 22:13:38 ---> Running in ee3994081edc 22:13:39 Removing intermediate container ee3994081edc 22:13:39 ---> 4cb109fea58c 22:13:39 22:13:39 Successfully built 4cb109fea58c 22:13:39 Successfully tagged docker-core-data-go-arm64:latest 22:13:43  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 22:13:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:13:43 Collecting docopt<0.7,>=0.6.1 22:13:43 Downloading docopt-0.6.2.tar.gz (25 kB) 22:13:45 Collecting cached-property<2,>=1.2.0 22:13:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:13:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:13:46 Collecting websocket-client<1.0,>=0.32.0 22:13:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:13:47 Collecting jsonschema<3,>=2.5.1 22:13:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:13:47 Collecting texttable<0.10,>=0.9.0 22:13:47 Downloading texttable-0.9.1.tar.gz (11 kB) 22:13:49 Collecting PyYAML<4,>=3.10 22:13:49 Downloading PyYAML-3.13.tar.gz (270 kB) 22:13:53 Collecting docker<4.0,>=3.6.0 22:13:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:13:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:13:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:13:54 Collecting dockerpty<0.5,>=0.4.1 22:13:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:13:56 Collecting docker-pycreds>=0.4.0 22:13:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:13:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:13:56 Collecting idna<2.8,>=2.5 22:13:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:13:57 Collecting urllib3<1.25,>=1.21.1 22:13:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:13:57 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) 22:13:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:13:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:13:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:13:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:13:58 Installing collected packages: docopt, cached-property, websocket-client, jsonschema, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose 22:13:58 Running setup.py install for docopt: started 22:14:00 Running setup.py install for docopt: finished with status 'done' 22:14:00 Running setup.py install for texttable: started 22:14:02 Running setup.py install for texttable: finished with status 'done' 22:14:02 Running setup.py install for PyYAML: started 22:14:04 Running setup.py install for PyYAML: finished with status 'done' 22:14:04 Attempting uninstall: idna 22:14:04 Found existing installation: idna 2.9 22:14:04 Uninstalling idna-2.9: 22:14:04 Successfully uninstalled idna-2.9 22:14:05 Attempting uninstall: urllib3 22:14:05 Found existing installation: urllib3 1.25.9 22:14:05 Uninstalling urllib3-1.25.9: 22:14:05 Successfully uninstalled urllib3-1.25.9 22:14:05 Attempting uninstall: requests 22:14:05 Found existing installation: requests 2.23.0 22:14:05 Uninstalling requests-2.23.0: 22:14:05 Successfully uninstalled requests-2.23.0 22:14:06 Running setup.py install for dockerpty: started 22:14:08 Running setup.py install for dockerpty: finished with status 'done' 22:14:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:14:14 Removing intermediate container 5c4e22605430 22:14:14 ---> e2dab1e132bb 22:14:14 Step 21/26 : RUN apk --no-cache add curl 22:14:14 ---> Running in 6c9bc5bdffea 22:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:14:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:14:15 (2/3) Installing libcurl (7.69.1-r3) 22:14:15 (3/3) Installing curl (7.69.1-r3) 22:14:15 Executing busybox-1.31.1-r19.trigger 22:14:15 OK: 71 MiB in 58 packages 22:14:16 Removing intermediate container 6c9bc5bdffea 22:14:16 ---> b287d73a634b 22:14:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:14:16 ---> Running in 065129457e21 22:14:17 Removing intermediate container 065129457e21 22:14:17 ---> 186b97e0870b 22:14:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:17 ---> Running in 5a77e35ea4d4 22:14:17 Removing intermediate container 5a77e35ea4d4 22:14:17 ---> 28c9bd62884c 22:14:17 Step 24/26 : LABEL arch=arm64 22:14:17 ---> Running in 2d0d0fdf8de2 22:14:18 Removing intermediate container 2d0d0fdf8de2 22:14:18 ---> 32676601e7da 22:14:18 Step 25/26 : LABEL git_sha=1afd1b68a496f62e34ad732a00a11e0934d597fb 22:14:18 ---> Running in 19a988e1b5d7 22:14:18 Removing intermediate container 19a988e1b5d7 22:14:18 ---> ca3d598a6b26 22:14:18 Step 26/26 : LABEL version=0.0.0 22:14:19 ---> Running in a85495e850cc 22:14:19 Removing intermediate container a85495e850cc 22:14:19 ---> ba96b86a5372 22:14:19 22:14:19 Successfully built ba96b86a5372 22:14:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:14:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:14:20 $ docker stop --time=1 a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 22:14:22 $ docker rm -f a429cf3b52f56601c6eac3590202987dabd057a5f6bfe2c110163a0a65c7b440 [Pipeline] // withDockerContainer [Pipeline] sh 22:14:22 + + docker imagesgrep 22:14:22 docker 22:14:23 docker-sys-mgmt-agent-go-arm64 latest ba96b86a5372 4 seconds ago 300MB 22:14:23 docker-core-data-go-arm64 latest 4cb109fea58c 45 seconds ago 21.1MB 22:14:23 docker-security-bootstrapper-go-arm64 latest 7f2da2221428 About a minute ago 17.2MB 22:14:23 docker-core-command-go-arm64 latest c4b74e416509 About a minute ago 16.2MB 22:14:23 docker-core-metadata-go-arm64 latest e84dbddb3379 3 minutes ago 17.9MB 22:14:23 docker-support-notifications-go-arm64 latest f8e99c708479 3 minutes ago 16.8MB 22:14:23 docker-support-scheduler-go-arm64 latest 5cf71d7d8976 3 minutes ago 16.3MB 22:14:23 docker-security-secretstore-setup-go-arm64 latest 712356e4dcd8 3 minutes ago 23.6MB 22:14:23 docker-security-proxy-setup-go-arm64 latest 9af8fa877d0f 4 minutes ago 23.4MB 22:14:23 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 22:14:24 provisioning config files... 22:14:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1784462943502300843tmp [Pipeline] { [Pipeline] sh 22:14:25 + set +x 22:14:25 + curl -s https://codecov.io/bash 22:14:25 + bash -s -- 22:14:25 22:14:25 _____ _ 22:14:25 / ____| | | 22:14:25 | | ___ __| | ___ ___ _____ __ 22:14:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:14:25 | |___| (_) | (_| | __/ (_| (_) \ V / 22:14:25 \_____\___/ \__,_|\___|\___\___/ \_/ 22:14:25 Bash-20210129-7c25fce 22:14:25 22:14:25 22:14:25 ==> git version 2.24.3 found 22:14:25 ==> 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 22:14:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:14:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:14:25 ==> Jenkins CI detected. 22:14:25 project root: . 22:14:25 --> token set from env 22:14:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:14:25 ==> Running gcov in . (disable via -X gcov) 22:14:25 ==> Python coveragepy not found 22:14:25 ==> Searching for coverage reports in: 22:14:25 + . 22:14:25 -> Found 1 reports 22:14:25 ==> Detecting git/mercurial file structure 22:14:25 ==> Reading reports 22:14:25 + ./coverage.out bytes=597520 22:14:25 ==> Appending adjustments 22:14:25 https://docs.codecov.io/docs/fixing-reports 22:14:29 + Found adjustments 22:14:29 ==> Gzipping contents 22:14:29 88K /tmp/codecov.389Y8m.gz 22:14:29 ==> Uploading reports 22:14:29 url: https://codecov.io 22:14:29 query: branch=PR-3172&commit=1afd1b68a496f62e34ad732a00a11e0934d597fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= 22:14:29 -> Pinging Codecov 22:14:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3172&commit=1afd1b68a496f62e34ad732a00a11e0934d597fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= 22:14:29 -> Uploading to 22:14:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/1afd1b68a496f62e34ad732a00a11e0934d597fb/d40bb538-09b0-4e04-872e-956453cb9b8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T221429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a3cb1e484f8844749b0d939f32511b28a6b1ece673ab1b33e6a9e5a872e74a8 22:14:29 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:29 Dload Upload Total Spent Left Speed 22:14:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89622 0 0 100 89622 0 152k --:--:-- --:--:-- --:--:-- 152k 22:14:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1afd1b68a496f62e34ad732a00a11e0934d597fb [Pipeline] } 22:14:30 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 22:14:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:14:33 ---> package-listing.sh 22:14:33 ++ facter osfamily 22:14:33 ++ tr '[:upper:]' '[:lower:]' 22:14:33 + OS_FAMILY=redhat 22:14:33 + workspace=/w/workspace/edgex-go/4 22:14:33 + START_PACKAGES=/tmp/packages_start.txt 22:14:33 + END_PACKAGES=/tmp/packages_end.txt 22:14:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:14:33 + PACKAGES=/tmp/packages_start.txt 22:14:33 + '[' /w/workspace/edgex-go/4 ']' 22:14:33 + PACKAGES=/tmp/packages_end.txt 22:14:33 + case "${OS_FAMILY}" in 22:14:33 + rpm -qa 22:14:33 + sort 22:14:38 + '[' -f /tmp/packages_start.txt ']' 22:14:38 + '[' -f /tmp/packages_end.txt ']' 22:14:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:14:38 + '[' /w/workspace/edgex-go/4 ']' 22:14:38 + mkdir -p /w/workspace/edgex-go/4/archives/ 22:14:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 22:14:38 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:14:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:14:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:14:39 22:14:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:14:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:14:39 alpine: Pulling from edgex-lftools-log-publisher 22:14:39 df20fa9351a1: Pulling fs layer 22:14:39 36b3adc4ff6f: Pulling fs layer 22:14:39 8ad3a11d3b57: Pulling fs layer 22:14:39 46f8f816bc3b: Pulling fs layer 22:14:39 93b61091891f: Pulling fs layer 22:14:39 93b9cdb0e59b: Pulling fs layer 22:14:39 5e14af77c1be: Pulling fs layer 22:14:39 01666e4c0597: Pulling fs layer 22:14:39 aa168da1d23b: Pulling fs layer 22:14:39 93b9cdb0e59b: Waiting 22:14:39 5e14af77c1be: Waiting 22:14:39 01666e4c0597: Waiting 22:14:39 aa168da1d23b: Waiting 22:14:39 46f8f816bc3b: Waiting 22:14:39 93b61091891f: Waiting 22:14:39 36b3adc4ff6f: Download complete 22:14:39 46f8f816bc3b: Verifying Checksum 22:14:39 46f8f816bc3b: Download complete 22:14:39 df20fa9351a1: Download complete 22:14:39 93b9cdb0e59b: Verifying Checksum 22:14:39 93b9cdb0e59b: Download complete 22:14:39 5e14af77c1be: Verifying Checksum 22:14:39 5e14af77c1be: Download complete 22:14:39 93b61091891f: Verifying Checksum 22:14:39 93b61091891f: Download complete 22:14:39 01666e4c0597: Verifying Checksum 22:14:39 01666e4c0597: Download complete 22:14:40 df20fa9351a1: Pull complete 22:14:40 36b3adc4ff6f: Pull complete 22:14:40 8ad3a11d3b57: Verifying Checksum 22:14:40 8ad3a11d3b57: Download complete 22:14:41 8ad3a11d3b57: Pull complete 22:14:41 46f8f816bc3b: Pull complete 22:14:42 aa168da1d23b: Verifying Checksum 22:14:42 aa168da1d23b: Download complete 22:14:42 93b61091891f: Pull complete 22:14:42 93b9cdb0e59b: Pull complete 22:14:43 5e14af77c1be: Pull complete 22:14:43 01666e4c0597: Pull complete 22:14:51 aa168da1d23b: Pull complete 22:14:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:14:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:14:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:14:51 prd-centos7-docker-4c-2g-26831 does not seem to be running inside a container 22:14:51 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:14:56 $ docker top 98b8c69483bb3bb0e88f060800829f598cdaf2b264bb62e0474f2fa5c78dd7ac -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:56 + touch /tmp/pre-build-complete [Pipeline] sh 22:14:57 + mkdir -p /var/log/sa [Pipeline] sh 22:14:57 + ls /var/log/sa-host 22:14:57 + sadf -c /var/log/sa-host/sa18 22:14:57 file_magic: OK 22:14:57 HZ: Using current value: 100 22:14:57 file_header: OK 22:14:57 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 22:14:57 Statistics: 22:14:57 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... 22:14:57 File successfully converted to sysstat format version 12.2.1 22:14:57 + sadf -c /var/log/sa-host/sa23 22:14:57 file_magic: OK 22:14:57 HZ: Using current value: 100 22:14:57 file_header: OK 22:14:57 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 22:14:57 Statistics: 22:14:57 Hnuu...uuuununununu... 22:14:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:14:57 provisioning config files... 22:14:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5573534834071069606tmp [Pipeline] { [Pipeline] echo 22:14:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:14:57 ---> create-netrc.sh [Pipeline] } 22:14:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:14:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:14:58 ---> python-tools-install.sh [Pipeline] echo 22:14:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:14:59 ---> sudo-logs.sh 22:14:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:14:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:14:59 ---> job-cost.sh 22:14:59 lf-activate-venv: SKIPPING 22:14:59 INFO: No Stack... 22:15:00 INFO: Retrieving Pricing Info for: v1-standard-2 22:15:00 INFO: Archiving Costs [Pipeline] echo 22:15:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:15:01 ---> logs-deploy.sh 22:15:01 lf-activate-venv: SKIPPING 22:15:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3172/4 22:15:01 INFO: archiving workspace using pattern(s): 22:15:02 Archives upload complete. 22:15:02 INFO: archiving logs to Nexus 22:15:03 ---> uname -a: 22:15:03 Linux prd-centos7-docker-4c-2g-26831.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:15:03 22:15:03 22:15:03 ---> lscpu: 22:15:03 Architecture: x86_64 22:15:03 CPU op-mode(s): 32-bit, 64-bit 22:15:03 Byte Order: Little Endian 22:15:03 Address sizes: 40 bits physical, 48 bits virtual 22:15:03 CPU(s): 4 22:15:03 On-line CPU(s) list: 0-3 22:15:03 Thread(s) per core: 1 22:15:03 Core(s) per socket: 1 22:15:03 Socket(s): 4 22:15:03 NUMA node(s): 1 22:15:03 Vendor ID: GenuineIntel 22:15:03 CPU family: 6 22:15:03 Model: 44 22:15:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:15:03 Stepping: 1 22:15:03 CPU MHz: 2933.438 22:15:03 BogoMIPS: 5866.87 22:15:03 Virtualization: VT-x 22:15:03 Hypervisor vendor: KVM 22:15:03 Virtualization type: full 22:15:03 L1d cache: 128 KiB 22:15:03 L1i cache: 128 KiB 22:15:03 L2 cache: 16 MiB 22:15:03 L3 cache: 64 MiB 22:15:03 NUMA node0 CPU(s): 0-3 22:15:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:15:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:15:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:15:03 Vulnerability Meltdown: Mitigation; PTI 22:15:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:15:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:15:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:15:03 Vulnerability Srbds: Not affected 22:15:03 Vulnerability Tsx async abort: Not affected 22:15:03 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 22:15:03 22:15:03 22:15:03 ---> nproc: 22:15:03 4 22:15:03 22:15:03 22:15:03 ---> df -h: 22:15:03 Filesystem Size Used Available Use% Mounted on 22:15:03 overlay 50.0G 11.7G 38.3G 23% / 22:15:03 tmpfs 64.0M 0 64.0M 0% /dev 22:15:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:15:03 shm 64.0M 0 64.0M 0% /dev/shm 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4 22:15:03 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4@tmp 22:15:03 22:15:03 22:15:03 ---> free -m: 22:15:03 total used free shared buff/cache available 22:15:03 Mem: 1837 710 278 0 848 1044 22:15:03 Swap: 1023 73 950 22:15:03 22:15:03 22:15:03 ---> ip addr: 22:15:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:15:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:15:03 inet 127.0.0.1/8 scope host lo 22:15:03 valid_lft forever preferred_lft forever 22:15:03 inet6 ::1/128 scope host 22:15:03 valid_lft forever preferred_lft forever 22:15:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:15:03 link/ether fa:16:3e:49:6a:35 brd ff:ff:ff:ff:ff:ff 22:15:03 inet 10.30.122.34/23 brd 10.30.123.255 scope global dynamic eth0 22:15:03 valid_lft 85128sec preferred_lft 85128sec 22:15:03 inet6 fe80::f816:3eff:fe49:6a35/64 scope link 22:15:03 valid_lft forever preferred_lft forever 22:15:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:15:03 link/ether 02:42:1d:38:dd:79 brd ff:ff:ff:ff:ff:ff 22:15:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:15:03 valid_lft forever preferred_lft forever 22:15:03 inet6 fe80::42:1dff:fe38:dd79/64 scope link 22:15:03 valid_lft forever preferred_lft forever 22:15:03 22:15:03 22:15:03 ---> sar -b -r -n DEV: 22:15:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 22:15:03 22:15:03 21:53:41 LINUX RESTART (4 CPU) 22:15:03 22:15:03 21:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:15:03 21:55:01 157.33 62.00 95.33 0.00 8629.28 44651.61 0.00 22:15:03 21:56:01 220.97 74.81 146.16 0.00 5969.14 50254.07 0.00 22:15:03 21:57:01 242.85 101.63 141.22 0.00 3336.61 19126.97 0.00 22:15:03 21:58:01 133.47 54.26 79.22 0.00 2071.30 9459.83 0.00 22:15:03 21:59:01 168.87 51.82 117.05 0.00 7862.96 45959.27 0.00 22:15:03 22:00:04 2063.62 1712.30 351.32 0.00 172217.42 211159.20 0.00 22:15:03 22:01:04 1202.55 972.60 229.96 0.00 62964.28 78523.83 0.00 22:15:03 22:02:01 1549.59 1199.88 349.71 0.00 96376.79 140014.10 0.00 22:15:03 22:03:01 662.87 379.96 282.90 0.00 37959.00 67681.11 0.00 22:15:03 22:04:01 50.18 15.61 34.57 0.00 3120.37 1252.73 0.00 22:15:03 22:05:01 2.02 0.00 2.02 0.00 0.00 32.10 0.00 22:15:03 22:06:01 0.62 0.02 0.60 0.00 0.27 6.01 0.00 22:15:03 22:07:01 0.37 0.00 0.37 0.00 0.00 4.15 0.00 22:15:03 22:08:01 0.37 0.00 0.37 0.00 0.00 3.07 0.00 22:15:03 22:09:01 0.58 0.40 0.18 0.00 7.59 1.63 0.00 22:15:03 22:10:01 2.48 1.63 0.85 0.00 60.08 15.77 0.00 22:15:03 22:11:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 22:15:03 22:12:02 0.18 0.03 0.15 0.00 0.80 1.93 0.00 22:15:03 22:13:01 0.19 0.00 0.19 0.00 0.00 1.44 0.00 22:15:03 22:14:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 22:15:03 Average: 324.02 232.33 91.69 0.00 20204.96 33594.68 0.00 22:15:03 22:15:03 21:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:15:03 21:55:01 76644 0 676940 35.98 2620 1125340 1395796 47.64 559680 1039204 93864 22:15:03 21:56:01 66464 0 729680 38.78 1612 1083788 1534352 52.36 561044 986520 81308 22:15:03 21:57:01 177304 0 796156 42.31 924 907160 1736088 59.25 664476 757696 61192 22:15:03 21:58:01 154196 0 845832 44.95 820 880696 1789484 61.07 690452 742112 65344 22:15:03 21:59:01 74080 0 738276 39.24 288 1068900 1259444 42.98 564740 971460 80300 22:15:03 22:00:04 82428 0 855052 45.44 24 944040 2324048 79.32 766500 799736 38808 22:15:03 22:01:04 358780 0 745332 39.61 24 777408 1535720 52.41 532596 728956 5352 22:15:03 22:02:01 340764 0 986456 52.43 24 554300 2813692 96.03 702464 593592 1240 22:15:03 22:03:01 114068 0 687876 36.56 24 1079576 1376832 46.99 575600 940512 8 22:15:03 22:04:01 155596 0 635528 33.78 24 1090396 1182656 40.36 511460 968296 8 22:15:03 22:05:01 156620 0 634484 33.72 24 1090416 1170308 39.94 510748 967896 8 22:15:03 22:06:01 157724 0 633368 33.66 24 1090428 1163112 39.70 510276 967716 8 22:15:03 22:07:01 158140 0 632940 33.64 24 1090440 1163112 39.70 510284 967716 8 22:15:03 22:08:01 158012 0 633068 33.65 24 1090440 1163208 39.70 510516 967716 8 22:15:03 22:09:01 157820 0 633076 33.65 24 1090624 1182580 40.36 510600 967880 8 22:15:03 22:10:01 156000 0 633824 33.69 24 1091696 1163208 39.70 510944 968780 8 22:15:03 22:11:01 155380 0 634444 33.72 24 1091696 1163232 39.70 510964 968780 8 22:15:03 22:12:02 156032 0 633788 33.68 24 1091700 1163136 39.70 510656 968796 8 22:15:03 22:13:01 156140 0 633668 33.68 24 1091712 1163112 39.70 510536 968804 16 22:15:03 22:14:01 156076 0 633724 33.68 24 1091720 1163112 39.70 510524 968804 8 22:15:03 Average: 158413 0 701676 37.29 331 1021124 1430312 48.81 561753 910549 21376 22:15:03 22:15:03 21:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:15:03 21:55:01 eth0 1544.88 1150.71 5322.92 167.11 0.00 0.00 0.00 0.00 22:15:03 21:55:01 veth7f2a4e5 526.67 477.09 51.71 1628.98 0.00 0.00 0.00 0.00 22:15:03 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 21:55:01 docker0 526.67 476.98 44.51 1628.97 0.00 0.00 0.00 0.00 22:15:03 21:56:01 eth0 710.26 684.54 4682.66 69.37 0.00 0.00 0.00 0.00 22:15:03 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 21:56:01 veth250155d 87.53 100.78 7.94 426.64 0.00 0.00 0.00 0.00 22:15:03 21:56:01 docker0 444.28 417.94 34.12 1839.55 0.00 0.00 0.00 0.00 22:15:03 21:57:01 vethb1f4a11 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 21:57:01 eth0 34.07 22.16 84.91 12.00 0.00 0.00 0.00 0.00 22:15:03 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 21:57:01 docker0 4.99 5.27 0.37 55.72 0.00 0.00 0.00 0.00 22:15:03 21:58:01 vethb1f4a11 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 22:15:03 21:58:01 eth0 36.68 27.32 19.05 80.11 0.00 0.00 0.00 0.00 22:15:03 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 21:58:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 22:15:03 21:59:01 veth8677eee 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 21:59:01 eth0 182.70 140.58 1704.42 26.73 0.00 0.00 0.00 0.00 22:15:03 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:00:04 veth8677eee 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 22:00:04 eth0 70.99 57.52 159.09 62.30 0.00 0.00 0.00 0.00 22:15:03 22:00:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:00:04 docker0 30.64 35.12 2.02 140.58 0.00 0.00 0.00 0.00 22:15:03 22:01:04 veth8677eee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:01:04 veth1d79680 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 22:01:04 eth0 20.23 11.47 59.51 6.80 0.00 0.00 0.00 0.00 22:15:03 22:01:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:02:01 veth8677eee 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 22:15:03 22:02:01 eth0 105.33 58.90 253.00 101.67 0.00 0.00 0.00 0.00 22:15:03 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:02:01 veth432af0a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 22:03:01 veth8677eee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 22:15:03 22:03:01 eth0 199.98 125.37 1626.99 26.36 0.00 0.00 0.00 0.00 22:15:03 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:03:01 docker0 1054.94 1047.03 83.66 4254.92 0.00 0.00 0.00 0.00 22:15:03 22:04:01 eth0 27.30 15.96 71.68 8.51 0.00 0.00 0.00 0.00 22:15:03 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:04:01 docker0 5.64 8.52 0.58 56.32 0.00 0.00 0.00 0.00 22:15:03 22:05:01 eth0 1.47 0.62 0.71 0.46 0.00 0.00 0.00 0.00 22:15:03 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:06:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:15:03 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:07:01 eth0 1.25 0.08 0.11 0.01 0.00 0.00 0.00 0.00 22:15:03 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:08:01 eth0 0.57 0.30 0.27 0.20 0.00 0.00 0.00 0.00 22:15:03 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:09:01 eth0 0.82 0.63 0.69 0.22 0.00 0.00 0.00 0.00 22:15:03 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:10:01 eth0 0.80 0.22 0.19 0.08 0.00 0.00 0.00 0.00 22:15:03 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:11:01 eth0 0.55 0.32 0.27 0.20 0.00 0.00 0.00 0.00 22:15:03 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:12:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:15:03 22:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:15:03 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:14:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:15:03 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 Average: eth0 147.16 115.10 700.74 28.08 0.00 0.00 0.00 0.00 22:15:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:03 Average: docker0 53.21 52.95 4.23 216.28 0.00 0.00 0.00 0.00 22:15:03 22:15:03 22:15:03 ---> sar -P ALL: 22:15:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 22:15:03 22:15:03 21:53:41 LINUX RESTART (4 CPU) 22:15:03 22:15:03 21:54:01 CPU %user %nice %system %iowait %steal %idle 22:15:03 21:55:01 all 18.46 0.00 11.04 5.04 0.64 64.81 22:15:03 21:55:01 0 17.90 0.00 13.42 4.21 0.67 63.79 22:15:03 21:55:01 1 19.00 0.00 10.31 3.43 0.46 66.80 22:15:03 21:55:01 2 19.25 0.00 10.66 7.73 0.72 61.64 22:15:03 21:55:01 3 17.71 0.00 9.79 4.77 0.72 67.01 22:15:03 21:56:01 all 15.43 0.00 9.15 3.06 0.16 72.20 22:15:03 21:56:01 0 15.16 0.00 9.72 2.84 0.12 72.16 22:15:03 21:56:01 1 15.38 0.00 9.00 2.69 0.21 72.73 22:15:03 21:56:01 2 11.55 0.00 9.09 3.75 0.12 75.49 22:15:03 21:56:01 3 19.65 0.00 8.79 2.95 0.21 68.40 22:15:03 21:57:01 all 37.69 0.00 12.23 6.23 0.22 43.62 22:15:03 21:57:01 0 39.97 0.00 11.57 5.16 0.22 43.07 22:15:03 21:57:01 1 37.96 0.00 11.73 6.74 0.22 43.35 22:15:03 21:57:01 2 35.80 0.00 12.91 6.23 0.24 44.82 22:15:03 21:57:01 3 37.04 0.00 12.70 6.79 0.21 43.26 22:15:03 21:58:01 all 50.98 0.00 14.46 4.21 0.11 30.23 22:15:03 21:58:01 0 50.51 0.00 14.91 4.11 0.12 30.35 22:15:03 21:58:01 1 51.08 0.00 13.96 3.16 0.09 31.72 22:15:03 21:58:01 2 52.12 0.00 13.83 5.72 0.14 28.19 22:15:03 21:58:01 3 50.20 0.00 15.16 3.85 0.10 30.68 22:15:03 21:59:01 all 27.78 0.00 12.94 3.97 0.07 55.24 22:15:03 21:59:01 0 28.03 0.00 13.68 3.99 0.07 54.24 22:15:03 21:59:01 1 26.53 0.00 12.23 5.69 0.09 55.46 22:15:03 21:59:01 2 27.28 0.00 12.92 2.61 0.09 57.10 22:15:03 21:59:01 3 29.30 0.00 12.92 3.58 0.05 54.15 22:15:03 22:00:04 all 21.93 0.00 32.84 20.11 0.21 24.91 22:15:03 22:00:04 0 21.82 0.00 32.54 21.25 0.20 24.18 22:15:03 22:00:04 1 21.63 0.00 32.78 19.14 0.19 26.26 22:15:03 22:00:04 2 21.95 0.00 32.28 19.82 0.20 25.74 22:15:03 22:00:04 3 22.30 0.00 33.79 20.25 0.24 23.42 22:15:03 22:01:04 all 58.14 0.00 19.29 13.50 0.09 8.98 22:15:03 22:01:04 0 58.64 0.00 17.86 13.53 0.07 9.89 22:15:03 22:01:04 1 58.63 0.00 19.32 15.14 0.12 6.79 22:15:03 22:01:04 2 58.78 0.00 19.26 12.45 0.07 9.44 22:15:03 22:01:04 3 56.51 0.00 20.73 12.89 0.09 9.79 22:15:03 22:02:01 all 27.04 0.00 23.88 22.09 0.06 26.93 22:15:03 22:02:01 0 26.59 0.00 22.94 23.57 0.07 26.83 22:15:03 22:02:01 1 29.25 0.00 23.21 22.38 0.05 25.10 22:15:03 22:02:01 2 25.11 0.00 24.36 19.73 0.09 30.70 22:15:03 22:02:01 3 27.22 0.00 25.01 22.67 0.04 25.06 22:15:03 22:03:01 all 40.41 0.00 17.13 13.32 0.09 29.05 22:15:03 22:03:01 0 41.85 0.00 17.49 8.57 0.09 32.01 22:15:03 22:03:01 1 40.06 0.00 17.33 15.61 0.09 26.92 22:15:03 22:03:01 2 40.55 0.00 15.56 14.08 0.09 29.72 22:15:03 22:03:01 3 39.18 0.00 18.14 15.06 0.10 27.52 22:15:03 22:04:01 all 3.93 0.00 2.01 1.49 0.03 92.55 22:15:03 22:04:01 0 4.91 0.00 2.29 0.35 0.03 92.41 22:15:03 22:04:01 1 2.88 0.00 1.94 4.85 0.02 90.32 22:15:03 22:04:01 2 3.38 0.00 1.81 0.20 0.02 94.59 22:15:03 22:04:01 3 4.55 0.00 1.99 0.55 0.03 92.88 22:15:03 22:05:01 all 0.06 0.00 0.05 0.00 0.00 99.89 22:15:03 22:05:01 0 0.17 0.00 0.08 0.00 0.00 99.75 22:15:03 22:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:15:03 22:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:15:03 22:05:01 CPU %user %nice %system %iowait %steal %idle 22:15:03 22:06:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:15:03 22:06:01 0 0.52 0.00 0.03 0.00 0.00 99.45 22:15:03 22:06:01 1 0.03 0.00 0.07 0.00 0.00 99.90 22:15:03 22:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:15:03 22:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:15:03 22:07:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:15:03 22:07:01 0 0.52 0.00 0.03 0.00 0.00 99.45 22:15:03 22:07:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:15:03 22:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 22:15:03 22:08:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:15:03 22:08:01 0 0.53 0.00 0.05 0.00 0.00 99.42 22:15:03 22:08:01 1 0.05 0.00 0.08 0.00 0.00 99.87 22:15:03 22:08:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:15:03 22:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:09:01 all 0.15 0.00 0.04 0.00 0.00 99.80 22:15:03 22:09:01 0 0.52 0.00 0.05 0.00 0.00 99.43 22:15:03 22:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:15:03 22:09:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:15:03 22:09:01 3 0.02 0.00 0.03 0.02 0.00 99.93 22:15:03 22:10:01 all 0.08 0.00 0.07 0.03 0.00 99.82 22:15:03 22:10:01 0 0.22 0.00 0.15 0.08 0.00 99.55 22:15:03 22:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:10:01 2 0.05 0.00 0.07 0.02 0.00 99.87 22:15:03 22:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:15:03 22:11:01 all 0.07 0.00 0.03 0.00 0.00 99.90 22:15:03 22:11:01 0 0.22 0.00 0.05 0.00 0.00 99.73 22:15:03 22:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:15:03 22:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:15:03 22:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:15:03 22:12:02 all 0.16 0.00 0.02 0.00 0.00 99.81 22:15:03 22:12:02 0 0.52 0.00 0.02 0.00 0.00 99.47 22:15:03 22:12:02 1 0.02 0.00 0.02 0.02 0.02 99.93 22:15:03 22:12:02 2 0.08 0.00 0.05 0.00 0.00 99.87 22:15:03 22:12:02 3 0.02 0.00 0.02 0.00 0.00 99.97 22:15:03 22:13:01 all 0.15 0.00 0.01 0.00 0.00 99.83 22:15:03 22:13:01 0 0.53 0.00 0.00 0.00 0.00 99.47 22:15:03 22:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:15:03 22:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:15:03 22:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:15:03 22:14:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:15:03 22:14:01 0 0.52 0.00 0.03 0.00 0.00 99.45 22:15:03 22:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:15:03 22:14:01 2 0.05 0.00 0.02 0.00 0.02 99.92 22:15:03 22:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:15:03 Average: all 14.82 0.00 7.60 4.53 0.08 72.97 22:15:03 Average: 0 15.17 0.00 7.69 4.27 0.08 72.79 22:15:03 Average: 1 14.79 0.00 7.45 4.82 0.08 72.85 22:15:03 Average: 2 14.47 0.00 7.49 4.51 0.09 73.44 22:15:03 Average: 3 14.84 0.00 7.77 4.53 0.09 72.77 22:15:03 22:15:03 22:15:03