Pull request #3148 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 5c263209df199e6640ec522efadc93fd03539474 rather than 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Obtained Jenkinsfile from 5c263209df199e6640ec522efadc93fd03539474 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25830 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) > 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/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # 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 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 Commit message: "Merge branch 'master' into issue-3143" > git rev-list --no-walk d5e601b106eb5ab2062863f585c4f56dcf796bda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:52:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:52:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:52:46 ========================================================= 18:52:46 EdgeX Global Pipelines Version Info 18:52:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:52:47 ------------------- 18:52:47 stable info: 18:52:47 ------------------- 18:52:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:52:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:52:47 Message: update stable to v1.0.179 18:52:48 ------------------- 18:52:48 experimental info: 18:52:48 ------------------- 18:52:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:52:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:52:48 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:52:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:52:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:52:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:52:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:52:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo 18:52:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo 18:52:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo 18:52:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [Pipeline] echo 18:52:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e9658d [Pipeline] echo 18:52:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:52:51 provisioning config files... 18:52:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config208969990983132154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:52 ---> docker-login.sh 18:52:52 nexus3.edgexfoundry.org:10001 18:52:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:52 Configure a credential helper to remove this warning. See 18:52:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:52 18:52:52 Login Succeeded 18:52:52 nexus3.edgexfoundry.org:10002 18:52:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:52 Configure a credential helper to remove this warning. See 18:52:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:52 18:52:52 Login Succeeded 18:52:52 nexus3.edgexfoundry.org:10003 18:52:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:52 Configure a credential helper to remove this warning. See 18:52:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:52 18:52:52 Login Succeeded 18:52:52 nexus3.edgexfoundry.org:10004 18:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:53 Configure a credential helper to remove this warning. See 18:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:53 18:52:53 Login Succeeded 18:52:53 docker.io 18:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:53 Configure a credential helper to remove this warning. See 18:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:53 18:52:53 Login Succeeded 18:52:53 ---> docker-login.sh ends [Pipeline] } 18:52:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:53 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/core-command/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo core-command,cmd/core-command/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/core-data/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo core-data,cmd/core-data/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/core-metadata/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo core-metadata,cmd/core-metadata/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/security-bootstrapper/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/security-proxy-setup/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/support-notifications/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo support-notifications,cmd/support-notifications/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/support-scheduler/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:52:53 + for file in '`ls cmd/**/Dockerfile`' 18:52:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:52:53 ++ cut -d/ -f2 18:52:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:52:53 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:54 18:52:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:52:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:55 latest: Pulling from edgex-devops/git-semver 18:52:55 31603596830f: Pulling fs layer 18:52:55 2a8b12db71e7: Pulling fs layer 18:52:55 6ca5941a6612: Pulling fs layer 18:52:55 ecc8261a40a4: Pulling fs layer 18:52:55 ecc8261a40a4: Waiting 18:52:55 2a8b12db71e7: Download complete 18:52:55 31603596830f: Verifying Checksum 18:52:55 31603596830f: Download complete 18:52:55 ecc8261a40a4: Verifying Checksum 18:52:55 ecc8261a40a4: Download complete 18:52:55 6ca5941a6612: Verifying Checksum 18:52:55 6ca5941a6612: Download complete 18:52:55 31603596830f: Pull complete 18:52:55 2a8b12db71e7: Pull complete 18:52:56 6ca5941a6612: Pull complete 18:52:56 ecc8261a40a4: Pull complete 18:52:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:52:57 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 18:52:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:52:59 $ docker top 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:53:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:00 [ssh-agent] Looking for ssh-agent implementation... 18:53:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:00 $ docker exec 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent 18:53:00 SSH_AUTH_SOCK=/tmp/ssh-I8Q8G4XAVogk/agent.11 18:53:00 SSH_AGENT_PID=16 18:53:00 Running ssh-add (command line suppressed) 18:53:00 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5283544052679402755.key (/w/workspace/edgex-go/8@tmp/private_key_5283544052679402755.key) 18:53:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:01 + git tag --points-at HEAD [Pipeline] } 18:53:01 $ docker exec --env ******** --env ******** 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent -k 18:53:01 unset SSH_AUTH_SOCK; 18:53:01 unset SSH_AGENT_PID; 18:53:01 echo Agent pid 16 killed; 18:53:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:53:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:01 [ssh-agent] Looking for ssh-agent implementation... 18:53:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:01 $ docker exec 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent 18:53:01 SSH_AUTH_SOCK=/tmp/ssh-3EoazOc047lV/agent.44 18:53:01 SSH_AGENT_PID=50 18:53:01 Running ssh-add (command line suppressed) 18:53:01 Identity added: /w/workspace/edgex-go/8@tmp/private_key_7359178129318452388.key (/w/workspace/edgex-go/8@tmp/private_key_7359178129318452388.key) 18:53:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:02 + git semver init 18:53:02 # -> Open(): unable to determine branch for HEAD 18:53:02 # $GIT_DIR = /w/workspace/edgex-go/8/.git 18:53:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 18:53:02 # $SEMVER_REMOTE_NAME = origin 18:53:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:53:02 # $SEMVER_USER_NAME = edgex-jenkins 18:53:02 # $SEMVER_BRANCH = PR-3148 18:53:02 # $SEMVER_TEMP = /tmp/semver-814569425 18:53:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:53:34 # '/tmp/semver-814569425' -> '/w/workspace/edgex-go/8/.semver' 18:53:34 # -> Force: false 18:53:34 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 18:53:34 $ docker exec --env ******** --env ******** 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent -k 18:53:34 unset SSH_AUTH_SOCK; 18:53:34 unset SSH_AGENT_PID; 18:53:34 echo Agent pid 50 killed; 18:53:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:53:35 + git semver [Pipeline] } 18:53:35 $ docker stop --time=1 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 18:53:37 $ docker rm -f 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 [Pipeline] // withDockerContainer [Pipeline] sh 18:53:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:53:38 Stashed 1 file(s) [Pipeline] echo 18:53:38 [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 18:53:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:53:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:53:39 + sudo service docker restart 18:53:39 + true 18:53:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:53:40 ========================================================= 18:53:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:53:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:53:40 + 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 . 18:53:44 Sending build context to Docker daemon 327.8MB 18:53:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:53:44 Step 2/6 : FROM ${BASE} 18:53:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:53:44 188c0c94c7c5: Pulling fs layer 18:53:44 0ef7d3d256c8: Pulling fs layer 18:53:44 de9db76c5a1d: Pulling fs layer 18:53:44 bca2f99d35d6: Pulling fs layer 18:53:44 93359f2a8cfa: Pulling fs layer 18:53:44 7c6f9722023f: Pulling fs layer 18:53:44 a35cf1a2eb13: Pulling fs layer 18:53:44 93359f2a8cfa: Waiting 18:53:44 a35cf1a2eb13: Waiting 18:53:44 7c6f9722023f: Waiting 18:53:44 bca2f99d35d6: Waiting 18:53:44 de9db76c5a1d: Download complete 18:53:44 0ef7d3d256c8: Verifying Checksum 18:53:44 0ef7d3d256c8: Download complete 18:53:44 93359f2a8cfa: Verifying Checksum 18:53:44 93359f2a8cfa: Download complete 18:53:44 188c0c94c7c5: Verifying Checksum 18:53:44 188c0c94c7c5: Download complete 18:53:44 7c6f9722023f: Verifying Checksum 18:53:44 7c6f9722023f: Download complete 18:53:44 188c0c94c7c5: Pull complete 18:53:45 0ef7d3d256c8: Pull complete 18:53:45 de9db76c5a1d: Pull complete 18:53:46 a35cf1a2eb13: Verifying Checksum 18:53:46 a35cf1a2eb13: Download complete 18:53:46 bca2f99d35d6: Verifying Checksum 18:53:46 bca2f99d35d6: Download complete 18:53:52 bca2f99d35d6: Pull complete 18:53:52 93359f2a8cfa: Pull complete 18:53:52 7c6f9722023f: Pull complete 18:53:53 Still waiting to schedule task 18:53:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:53:57 a35cf1a2eb13: Pull complete 18:53:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:53:57 ---> a62c8e92a672 18:53:57 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 18:53:58 ---> Running in 47e7418e3e59 18:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:54:00 (1/12) Installing libmagic (5.38-r0) 18:54:00 (2/12) Installing file (5.38-r0) 18:54:00 (3/12) Installing libc-dev (0.7.2-r3) 18:54:00 (4/12) Installing g++ (9.3.0-r2) 18:54:04 (5/12) Installing fortify-headers (1.1-r0) 18:54:04 (6/12) Installing patch (2.7.6-r6) 18:54:04 (7/12) Installing build-base (0.5-r2) 18:54:04 (8/12) Installing libsodium (1.0.18-r0) 18:54:04 (9/12) Installing pkgconf (1.7.2-r0) 18:54:04 (10/12) Installing libsodium-dev (1.0.18-r0) 18:54:04 (11/12) Installing libzmq (4.3.3-r0) 18:54:05 (12/12) Installing zeromq-dev (4.3.3-r0) 18:54:05 Executing busybox-1.31.1-r19.trigger 18:54:05 OK: 233 MiB in 51 packages 18:54:09 Removing intermediate container 47e7418e3e59 18:54:09 ---> 0605f97f0444 18:54:09 Step 4/6 : WORKDIR /edgex-go 18:54:09 ---> Running in c7c812851ada 18:54:09 Removing intermediate container c7c812851ada 18:54:09 ---> 7680d1748950 18:54:09 Step 5/6 : COPY go.mod . 18:54:09 ---> f417596d3d75 18:54:09 Step 6/6 : RUN go mod download 18:54:09 ---> Running in 675609ddf08f 18:54:31 Removing intermediate container 675609ddf08f 18:54:31 ---> bf7cc96d0ddc 18:54:31 Successfully built bf7cc96d0ddc 18:54:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:54:31 + docker inspect -f . ci-base-image-x86_64 18:54:31 . [Pipeline] withDockerContainer 18:54:31 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 18:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat 18:54:32 $ docker top 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:33 + go version 18:54:33 go version go1.15.5 linux/amd64 [Pipeline] } 18:54:33 $ docker stop --time=1 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 18:54:34 $ docker rm -f 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:35 + docker inspect -f . ci-base-image-x86_64 18:54:35 . [Pipeline] withDockerContainer 18:54:35 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 18:54:35 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat 18:54:36 $ docker top 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f -eo pid,comm [Pipeline] { [Pipeline] echo 18:54:36 ========================================================= 18:54:36 [edgeXBuildGoParallel] Running Tests and Build... 18:54:36 ========================================================= [Pipeline] sh 18:54:37 + make test 18:54:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:54:45 ? github.com/edgexfoundry/edgex-go [no test files] 18:55:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:55:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:55:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:55:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:55:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:55:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:55:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:55:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:55:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:55:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:55:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements 18:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:55:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements 18:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:55:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements 18:55:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 18:55:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 89.4% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:55:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:55:50 GO111MODULE=on go vet ./... 18:56:17 gofmt -l . 18:56:17 [ "`gofmt -l .`" = "" ] 18:56:17 ./bin/test-go-mod-tidy.sh 18:56:17 ./bin/test-attribution-txt.sh [Pipeline] sh 18:56:17 + ls -al . 18:56:17 total 700 18:56:17 drwxrwxr-x 10 1001 1001 4096 Feb 9 18:56 . 18:56:17 drwxr-xr-x 4 root root 28 Feb 9 18:54 .. 18:56:17 -rw-rw-r-- 1 1001 1001 11 Feb 9 18:52 .dockerignore 18:56:17 drwxrwxr-x 8 1001 1001 179 Feb 9 18:52 .git 18:56:17 drwxrwxr-x 3 1001 1001 125 Feb 9 18:52 .github 18:56:17 -rw-rw-r-- 1 1001 1001 818 Feb 9 18:52 .gitignore 18:56:17 drwx------ 3 1001 1001 60 Feb 9 18:53 .semver 18:56:17 -rw-rw-r-- 1 1001 1001 166 Feb 9 18:52 .sonarcloud.properties 18:56:17 -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:52 Attribution.txt 18:56:17 -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:52 CONTRIBUTING.md 18:56:17 -rw-rw-r-- 1 1001 1001 931 Feb 9 18:52 Dockerfile.build 18:56:17 -rw-rw-r-- 1 1001 1001 863 Feb 9 18:52 Jenkinsfile 18:56:17 -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:52 LICENSE 18:56:17 -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:52 Makefile 18:56:17 -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:52 README.md 18:56:17 -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:52 SECURITY.md 18:56:17 -rw-rw-r-- 1 1001 1001 5 Feb 9 18:53 VERSION 18:56:17 -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:52 ZMQWindows.md 18:56:17 drwxrwxr-x 2 1001 1001 117 Feb 9 18:52 bin 18:56:17 drwxrwxr-x 14 1001 1001 4096 Feb 9 18:52 cmd 18:56:17 -rw-r--r-- 1 root root 594557 Feb 9 18:55 coverage.out 18:56:17 -rw-r--r-- 1 root root 1054 Feb 9 18:56 go.mod 18:56:17 -rw-r--r-- 1 root root 19290 Feb 9 18:56 go.sum 18:56:17 drwxrwxr-x 8 1001 1001 127 Feb 9 18:52 internal 18:56:17 drwxrwxr-x 4 1001 1001 26 Feb 9 18:52 openapi 18:56:17 drwxrwxr-x 4 1001 1001 71 Feb 9 18:52 snap 18:56:17 -rw-rw-r-- 1 1001 1001 168 Feb 9 18:52 version.go [Pipeline] sh 18:56:17 + '[' -e coverage.out ] 18:56:17 + chown 1001:1001 coverage.out [Pipeline] stash 18:56:18 Stashed 1 file(s) [Pipeline] sh 18:56:18 + make build 18:56:18 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 18:56:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:56:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:56:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:56:33 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 18:56: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 18:56:35 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 18:56:36 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 18:56:38 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 18:56:39 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 18:56: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 18:56:41 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] } 18:56:43 $ docker stop --time=1 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f 18:56:45 $ docker rm -f 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:56:47 18:56:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:56:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:56:47 latest: Pulling from edgex-devops/edgex-compose 18:56:47 cbdbe7a5bc2a: Pulling fs layer 18:56:47 ca9280d653b3: Pulling fs layer 18:56:47 7e9c9ca2126c: Pulling fs layer 18:56:48 cbdbe7a5bc2a: Verifying Checksum 18:56:48 cbdbe7a5bc2a: Download complete 18:56:48 cbdbe7a5bc2a: Pull complete 18:56:48 ca9280d653b3: Verifying Checksum 18:56:48 ca9280d653b3: Download complete 18:56:50 ca9280d653b3: Pull complete 18:56:50 7e9c9ca2126c: Download complete 18:56:58 7e9c9ca2126c: Pull complete 18:56:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:56:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:56:59 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 18:56:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 18:57:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25833 in /w/workspace/edgexfoundry_edgex-go_PR-3148 18:57:01 $ docker top 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:57:02 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 18:57:02 + docker-compose build --help 18:57:02 + grep parallel 18:57:03 --parallel Build images in parallel. [Pipeline] } 18:57:03 $ docker stop --time=1 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 18:57:04 $ docker rm -f 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:57:05 . [Pipeline] withDockerContainer 18:57:05 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 18:57:05 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:57:06 $ docker top 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:07 + docker-compose -f ./docker-compose-build.yml build --parallel 18:57:07 using credential edgex-jenkins-ssh 18:57:07 Cloning the remote Git repository 18:57:08 Building docker-core-command-go ... 18:57:08 Building docker-core-data-go ... 18:57:08 Building docker-core-metadata-go ... 18:57:08 Building docker-security-bootstrapper-go ... 18:57:08 Building docker-security-proxy-setup-go ... 18:57:08 Building docker-security-secretstore-setup-go ... 18:57:08 Building docker-support-notifications-go ... 18:57:08 Building docker-support-scheduler-go ... 18:57:08 Building docker-sys-mgmt-agent-go ... 18:57:08 Building docker-core-data-go 18:57:08 Building docker-support-scheduler-go 18:57:08 Building docker-security-bootstrapper-go 18:57:08 Building docker-support-notifications-go 18:57:08 Building docker-core-metadata-go 18:57:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:57:07 > git init /w/workspace/edgex-go/8 # timeout=10 18:57:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:57:08 > git --version # timeout=10 18:57:08 > git --version # 'git version 2.17.1' 18:57:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:25 Merging remotes/origin/master commit 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 18:57:26 Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 18:57:26 Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) 18:57:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:57:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:57:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:57:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:57:25 > git config core.sparsecheckout # timeout=10 18:57:25 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 18:57:26 > git remote # timeout=10 18:57:26 > git config --get remote.origin.url # timeout=10 18:57:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:26 > git merge 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 18:57:26 > git rev-parse HEAD^{commit} # timeout=10 18:57:26 > git config core.sparsecheckout # timeout=10 18:57:26 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 18:57:30 Commit message: "Merge branch 'master' into issue-3143" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:57:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:57:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:57:33 + sudo service docker restart 18:57:33 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:57:35 provisioning config files... 18:57:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2061964499663939452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:57:35 ---> docker-login.sh 18:57:35 nexus3.edgexfoundry.org:10001 18:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:36 Configure a credential helper to remove this warning. See 18:57:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:36 18:57:36 Login Succeeded 18:57:36 nexus3.edgexfoundry.org:10002 18:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:37 Configure a credential helper to remove this warning. See 18:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:37 18:57:37 Login Succeeded 18:57:37 nexus3.edgexfoundry.org:10003 18:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:37 Configure a credential helper to remove this warning. See 18:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:37 18:57:37 Login Succeeded 18:57:37 nexus3.edgexfoundry.org:10004 18:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:38 Configure a credential helper to remove this warning. See 18:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:38 18:57:38 Login Succeeded 18:57:38 docker.io 18:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:39 Configure a credential helper to remove this warning. See 18:57:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:39 18:57:39 Login Succeeded 18:57:39 ---> docker-login.sh ends [Pipeline] } 18:57:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:57:39 ========================================================= 18:57:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:57:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:57:40 + 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 . 18:57:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:40 ---> bf7cc96d0ddc 18:57:40 Step 3/22 : WORKDIR /edgex-go 18:57:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:40 ---> bf7cc96d0ddc 18:57:40 Step 3/22 : WORKDIR /edgex-go 18:57:40 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:40 Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:40 18:57:40 ---> bf7cc96d0ddc 18:57:40 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/30 : WORKDIR /edgex-go 18:57:40 18:57:40 ---> bf7cc96d0ddc 18:57:40 Step 3/23 : WORKDIR /edgex-go 18:57:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:57:40 ---> bf7cc96d0ddc 18:57:40 Step 3/23 : WORKDIR /edgex-go 18:57:41 ---> Running in 5a6df9a3d789 18:57:41 ---> Running in 56f05cb4b204 18:57:41 ---> Running in a186948f3719 18:57:41 ---> Running in ab493fc343ce 18:57:41 ---> Running in 01895c262181 18:57:42 Removing intermediate container 01895c262181 18:57:42 ---> cb6abac9b629 18:57:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:42 Removing intermediate container a186948f3719 18:57:42 ---> acffc2a7be9d 18:57:42 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:42 Removing intermediate container 56f05cb4b204 18:57:42 ---> 6dd83de298fd 18:57:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:42 Removing intermediate container ab493fc343ce 18:57:42 ---> 18dbbf4f1757 18:57:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:42 Removing intermediate container 5a6df9a3d789 18:57:42 ---> 403ccff10f21 18:57:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:42 Sending build context to Docker daemon 166.3MB 18:57:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:57:42 Step 2/6 : FROM ${BASE} 18:57:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:57:42 5f621e34cdf4: Pulling fs layer 18:57:42 a4357932f1b6: Pulling fs layer 18:57:42 18c013af1878: Pulling fs layer 18:57:42 00ac8860ef70: Pulling fs layer 18:57:42 63d7cb157983: Pulling fs layer 18:57:42 b116817d02f9: Pulling fs layer 18:57:42 745a02a5169b: Pulling fs layer 18:57:42 00ac8860ef70: Waiting 18:57:42 63d7cb157983: Waiting 18:57:42 745a02a5169b: Waiting 18:57:42 b116817d02f9: Waiting 18:57:42 18c013af1878: Download complete 18:57:42 a4357932f1b6: Download complete 18:57:42 63d7cb157983: Download complete 18:57:42 b116817d02f9: Verifying Checksum 18:57:42 b116817d02f9: Download complete 18:57:42 5f621e34cdf4: Verifying Checksum 18:57:42 5f621e34cdf4: Download complete 18:57:42 ---> Running in 42c87ca7cf79 18:57:42 ---> Running in a4f48f6a5b4f 18:57:42 ---> Running in 32f907e2c2ca 18:57:42 ---> Running in cc03e333ee37 18:57:42 ---> Running in 9de6e0725672 18:57:44 Removing intermediate container a4f48f6a5b4f 18:57:44 ---> 8604d45b28b1 18:57:44 Step 5/30 : RUN apk add --update --no-cache make git 18:57:44 ---> Running in 16608b349bed 18:57:44 5f621e34cdf4: Pull complete 18:57:44 a4357932f1b6: Pull complete 18:57:44 18c013af1878: Pull complete 18:57:45 Removing intermediate container 32f907e2c2ca 18:57:45 ---> 0cb519afd763 18:57:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:57:45 Removing intermediate container 42c87ca7cf79 18:57:45 ---> 1cc3a7d05b62 18:57:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:57:45 Removing intermediate container cc03e333ee37 18:57:45 ---> 57feb266e37e 18:57:45 Step 5/23 : RUN apk add --update --no-cache make git 18:57:45 ---> Running in 6cda08eae1d3 18:57:45 ---> Running in a97a6d1dbd7d 18:57:45 Removing intermediate container 9de6e0725672 18:57:45 ---> 887ff57a6e1a 18:57:45 Step 5/22 : RUN apk add --update --no-cache make git 18:57:45 745a02a5169b: Verifying Checksum 18:57:45 745a02a5169b: Download complete 18:57:45 ---> Running in 6b7a0b904883 18:57:45 ---> Running in 15dd81dd7117 18:57:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:46 00ac8860ef70: Verifying Checksum 18:57:46 00ac8860ef70: Download complete 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:46 OK: 233 MiB in 51 packages 18:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:47 OK: 233 MiB in 51 packages 18:57:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:47 Removing intermediate container 16608b349bed 18:57:47 ---> c6e9af753ca3 18:57:47 Step 6/30 : COPY go.mod . 18:57:47 OK: 233 MiB in 51 packages 18:57:47 OK: 233 MiB in 51 packages 18:57:47 ---> d5f5180cfaa0 18:57:47 Step 7/30 : RUN go mod download 18:57:48 ---> Running in 6af74165394d 18:57:48 OK: 233 MiB in 51 packages 18:57:48 Removing intermediate container 6cda08eae1d3 18:57:48 ---> 3f6cf4f28afa 18:57:48 Step 6/22 : COPY go.mod . 18:57:48 Removing intermediate container a97a6d1dbd7d 18:57:48 ---> 5eaa264b8ae3 18:57:48 Step 6/23 : COPY go.mod . 18:57:49 ---> 18ad982aa0ed 18:57:49 Step 7/22 : RUN go mod download 18:57:49 Removing intermediate container 15dd81dd7117 18:57:49 ---> de11fd1b1edb 18:57:49 Step 6/22 : COPY go.mod . 18:57:49 ---> Running in 6a09bf3791a2 18:57:49 ---> 30aa5f91c4fa 18:57:49 Step 7/23 : RUN go mod download 18:57:49 Removing intermediate container 6b7a0b904883 18:57:49 ---> 256f9c0ad8bb 18:57:49 Step 6/23 : COPY go.mod . 18:57:49 ---> 6d589ee2a3bf 18:57:49 Step 7/22 : RUN go mod download 18:57:50 ---> Running in f15c6bbb1c72 18:57:50 ---> Running in ef66591fc40c 18:57:50 ---> cc56d9347bee 18:57:50 Step 7/23 : RUN go mod download 18:57:50 ---> Running in bc19570ed88f 18:57:51 Removing intermediate container 6af74165394d 18:57:51 ---> 1ce65932f862 18:57:51 Step 8/30 : COPY . . 18:57:51 Removing intermediate container 6a09bf3791a2 18:57:51 ---> 6cb737db932d 18:57:51 Step 8/22 : COPY . . 18:57:51 Removing intermediate container f15c6bbb1c72 18:57:51 ---> 1ff18962d09b 18:57:51 Step 8/23 : COPY . . 18:57:57 00ac8860ef70: Pull complete 18:57:57 63d7cb157983: Pull complete 18:57:57 b116817d02f9: Pull complete 18:57:59 Removing intermediate container ef66591fc40c 18:57:59 ---> c712dff1e7f1 18:57:59 Step 8/22 : COPY . . 18:57:59 Removing intermediate container bc19570ed88f 18:57:59 ---> 3c4aaf4eac95 18:57:59 Step 8/23 : COPY . . 18:58:00 745a02a5169b: Pull complete 18:58:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:58:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:58:00 ---> b7e6874047d6 18:58:00 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 18:58:03 ---> Running in 02077f9417ff 18:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:58:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:58:06 (1/12) Installing libmagic (5.38-r0) 18:58:06 (2/12) Installing file (5.38-r0) 18:58:06 (3/12) Installing libc-dev (0.7.2-r3) 18:58:06 (4/12) Installing g++ (9.3.0-r2) 18:58:14 (5/12) Installing fortify-headers (1.1-r0) 18:58:14 (6/12) Installing patch (2.7.6-r6) 18:58:14 (7/12) Installing build-base (0.5-r2) 18:58:14 (8/12) Installing libsodium (1.0.18-r0) 18:58:14 (9/12) Installing pkgconf (1.7.2-r0) 18:58:14 (10/12) Installing libsodium-dev (1.0.18-r0) 18:58:14 (11/12) Installing libzmq (4.3.3-r0) 18:58:14 (12/12) Installing zeromq-dev (4.3.3-r0) 18:58:14 Executing busybox-1.31.1-r19.trigger 18:58:14 OK: 217 MiB in 51 packages 18:58:18 Removing intermediate container 02077f9417ff 18:58:18 ---> 5f89e0f89a89 18:58:18 Step 4/6 : WORKDIR /edgex-go 18:58:18 ---> Running in ed2ba36ee8c0 18:58:19 Removing intermediate container ed2ba36ee8c0 18:58:19 ---> 7a5996d72f33 18:58:19 Step 5/6 : COPY go.mod . 18:58:19 ---> 5a0ec662da58 18:58:19 Step 6/6 : RUN go mod download 18:58:19 ---> Running in c43ba3f12ff5 18:58:32 ---> 0bea8cbbf537 18:58:32 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:58:32 ---> 928dd2fb3ca3 18:58:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:58:34 ---> Running in bca48aa092a6 18:58:34 ---> Running in 7266acdc8e16 18:58:34 ---> c1fcc5d927ea 18:58:34 Step 9/23 : RUN make cmd/core-data/core-data 18:58:35 ---> 70ef5540503f 18:58:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:58:35 ---> Running in e2f6b517e292 18:58:35 ---> 753263fabc0f 18:58:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:58:35 ---> Running in 5161b9bfb564 18:58:35 ---> Running in 0ef8ac301be9 18:58:36 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 18:58:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:58:36 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 18:58:36 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 18:58:36 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 18:58:46 Removing intermediate container c43ba3f12ff5 18:58:46 ---> ab3031579aa1 18:58:46 Successfully built ab3031579aa1 18:58:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:58:46 + docker inspect -f . ci-base-image-arm64 18:58:46 . [Pipeline] withDockerContainer 18:58:47 prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container 18:58:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:58:48 $ docker top 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:49 + go version 18:58:49 go version go1.15.5 linux/arm64 [Pipeline] } 18:58:49 $ docker stop --time=1 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 18:58:51 $ docker rm -f 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:52 + docker inspect -f . ci-base-image-arm64 18:58:52 . [Pipeline] withDockerContainer 18:58:52 prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container 18:58:52 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:58:54 $ docker top 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 -eo pid,comm [Pipeline] { [Pipeline] echo 18:58:54 ========================================================= 18:58:54 [edgeXBuildGoParallel] Running Tests and Build... 18:58:54 ========================================================= [Pipeline] sh 18:58:55 + make test 18:58:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:59:15 Removing intermediate container bca48aa092a6 18:59:15 ---> 00814d9cb377 18:59:15 18:59:15 Step 10/30 : FROM alpine:3.12 18:59:15 3.12: Pulling from library/alpine 18:59:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:59:15 Status: Downloaded newer image for alpine:3.12 18:59:15 ---> 389fef711851 18:59:15 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:59:15 ---> Running in 23a5bfd58922 18:59:15 Removing intermediate container 23a5bfd58922 18:59:15 ---> 85082c8618bc 18:59:15 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:59:17 ? github.com/edgexfoundry/edgex-go [no test files] 18:59:18 ---> Running in 144fe729fb8c 18:59:20 Removing intermediate container 7266acdc8e16 18:59:20 ---> 1bcf5342cb0b 18:59:20 18:59:20 Step 10/22 : FROM alpine:3.12 18:59:20 ---> 389fef711851 18:59:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:59:20 Removing intermediate container 0ef8ac301be9 18:59:20 ---> dd82fbdc5f37 18:59:20 18:59:20 Step 10/22 : FROM alpine:3.12 18:59:20 ---> 389fef711851 18:59:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:59:20 ---> Running in 65c3ea795660 18:59:20 ---> Running in d81ed16cbe65 18:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:20 (1/2) Installing dumb-init (1.2.2-r1) 18:59:20 (2/2) Installing su-exec (0.2-r1) 18:59:20 Executing busybox-1.31.1-r19.trigger 18:59:20 OK: 6 MiB in 16 packages 18:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:21 (1/1) Installing dumb-init (1.2.2-r1) 18:59:21 Executing busybox-1.31.1-r19.trigger 18:59:21 OK: 6 MiB in 15 packages 18:59:21 (1/2) Installing ca-certificates (20191127-r4) 18:59:21 (2/2) Installing dumb-init (1.2.2-r1) 18:59:21 Executing busybox-1.31.1-r19.trigger 18:59:21 Executing ca-certificates-20191127-r4.trigger 18:59:21 OK: 6 MiB in 16 packages 18:59:25 Removing intermediate container 144fe729fb8c 18:59:25 ---> 8230e561abb1 18:59:25 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:59:25 Removing intermediate container e2f6b517e292 18:59:25 ---> 7029fb662244 18:59:25 18:59:25 Step 10/23 : FROM alpine:3.12 18:59:25 ---> 389fef711851 18:59:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:59:25 Removing intermediate container d81ed16cbe65 18:59:25 ---> f94c7657f9f6 18:59:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:25 Removing intermediate container 5161b9bfb564 18:59:25 ---> 676bbefe88f2 18:59:25 18:59:25 Step 10/23 : FROM alpine:3.12 18:59:25 ---> 389fef711851 18:59:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:25 ---> Using cache 18:59:25 ---> f94c7657f9f6 18:59:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:25 ---> Running in bb8523f883dd 18:59:25 ---> Running in c705d8890d28 18:59:25 ---> Running in 540c376221cc 18:59:25 ---> Running in b95d60c11cc2 18:59:25 Removing intermediate container 65c3ea795660 18:59:25 ---> 023d3d40799e 18:59:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:59:25 ---> Running in 6ea4875d8d34 18:59:26 Removing intermediate container b95d60c11cc2 18:59:26 ---> 870365074ffc 18:59:26 Removing intermediate container bb8523f883dd 18:59:26 ---> f451bf1eb55e 18:59:26 Step 12/23 : ENV APP_PORT=48080Step 13/23 : ENV APP_PORT=48081 18:59:26 18:59:26 Removing intermediate container 540c376221cc 18:59:26 ---> ef1386faf78d 18:59:26 Step 13/22 : ENV APP_PORT=48085 18:59:26 Removing intermediate container c705d8890d28 18:59:26 ---> 206a42058ba2 18:59:26 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:59:26 ---> Running in 4964702911b9 18:59:26 ---> Running in a7c7d450cbea 18:59:26 ---> Running in 9b1dc26c20fe 18:59:26 ---> Running in 3fe1687699dc 18:59:26 Removing intermediate container 6ea4875d8d34 18:59:26 ---> 6ea268fea2b4 18:59:26 Step 13/22 : ENV APP_PORT=48060 18:59:26 ---> Running in 329e13d496be 18:59:26 Removing intermediate container 4964702911b9 18:59:26 ---> f72bd247421b 18:59:26 Step 14/23 : EXPOSE $APP_PORT 18:59:26 Removing intermediate container 9b1dc26c20fe 18:59:26 ---> 9f536353cd20 18:59:26 Step 13/23 : EXPOSE $APP_PORT 18:59:26 Removing intermediate container a7c7d450cbea 18:59:26 ---> a6c47c1dc387 18:59:26 Step 14/22 : EXPOSE $APP_PORT 18:59:27 Removing intermediate container 3fe1687699dc 18:59:27 ---> 12d01b4171f2 18:59:27 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:59:27 ---> Running in 9279debf7165 18:59:27 Removing intermediate container 329e13d496be 18:59:27 ---> f64f807faa09 18:59:27 Step 14/22 : EXPOSE $APP_PORT 18:59:27 ---> Running in 81b0ac18e9f8 18:59:27 ---> Running in 1d326b5e9d8e 18:59:27 ---> Running in 96f2c31a2df6 18:59:27 ---> Running in 35fc157b46db 18:59:28 Removing intermediate container 81b0ac18e9f8 18:59:28 ---> 94a2e6b3a913 18:59:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:28 Removing intermediate container 1d326b5e9d8e 18:59:28 ---> 4650ee0d5ac2 18:59:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:28 Removing intermediate container 9279debf7165 18:59:28 ---> 93cdca0fd0af 18:59:28 Step 15/23 : WORKDIR / 18:59:28 Removing intermediate container 35fc157b46db 18:59:28 ---> 7d31c43ad27b 18:59:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:28 ---> Running in 60bafcff43bd 18:59:28 ---> Running in 20733aa72e2a 18:59:29 ---> d34b3e0e37cd 18:59:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:59:29 ---> b52ccfb343fd 18:59:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:59:29 Removing intermediate container 20733aa72e2a 18:59:29 ---> b1c238227695 18:59:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:29 Removing intermediate container 96f2c31a2df6 18:59:29 ---> 42f308fca7b3 18:59:29 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:59:29 ---> 3e9c4a7a7963 18:59:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:59:29 ---> Running in 81e844cee015 18:59:29 ---> d479f5d416d8 18:59:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:59:29 ---> 7ceee287ccb7 18:59:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:59:30 Removing intermediate container 60bafcff43bd 18:59:30 ---> fdf224742f29 18:59:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:59:30 Removing intermediate container 81e844cee015 18:59:30 ---> 047b5c0d033b 18:59:30 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:59:30 ---> Running in 752a0ec188dc 18:59:30 ---> 37c59637af88 18:59:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:59:30 ---> a766e968543a 18:59:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:59:30 ---> 1ef1ed19baf7 18:59:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:59:30 ---> Running in 38542c9e7f2f 18:59:30 ---> Running in 1e1c72d2688b 18:59:30 ---> 741af0a86d37 18:59:30 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:59:30 ---> Running in 0297e2836eb0 18:59:30 ---> 6f166167cef5 18:59:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:59:31 Removing intermediate container 38542c9e7f2f 18:59:31 ---> c31498aa61a7 18:59:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:31 Removing intermediate container 1e1c72d2688b 18:59:31 ---> 4f94c2f3e24d 18:59:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:31 ---> Running in aa377e4f07d6 18:59:31 ---> Running in 6faba44eb5e5 18:59:31 ---> Running in d99eb0ae315f 18:59:31 Removing intermediate container aa377e4f07d6 18:59:31 ---> 0266b66f6582 18:59:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:31 Removing intermediate container 6faba44eb5e5 18:59:31 ---> d8e4f411d405 18:59:31 Step 20/22 : LABEL arch=x86_64 18:59:31 ---> Running in f773660f21c3 18:59:31 Removing intermediate container d99eb0ae315f 18:59:31 ---> 59eab66ea99b 18:59:31 Step 20/22 : LABEL arch=x86_64 18:59:31 ---> Running in f1c657d0c9a0 18:59:31 ---> Running in 0aadc5faa0ab 18:59:32 Removing intermediate container f773660f21c3 18:59:32 ---> f07d6f57ed53 18:59:32 Step 21/23 : LABEL arch=x86_64 18:59:32 Removing intermediate container f1c657d0c9a0 18:59:32 ---> 993fac017fd5 18:59:32 Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 18:59:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:32 Removing intermediate container 0aadc5faa0ab 18:59:32 ---> 99f718f8f833 18:59:32 Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 18:59:32 ---> Running in aec9af0b0d50 18:59:32 ---> Running in d4a0a9e0e2af 18:59:32 ---> Running in 54854712ec20 18:59:32 Removing intermediate container d4a0a9e0e2af 18:59:32 ---> 7816f8310cee 18:59:32 Step 22/22 : LABEL version=0.0.0 18:59:32 Removing intermediate container aec9af0b0d50 18:59:32 ---> 2002851b3177 18:59:32 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 18:59:33 ---> Running in 5bfcbd397838 18:59:33 ---> Running in fc738bf4a25a 18:59:33 Removing intermediate container 0297e2836eb0 18:59:33 ---> 97cc51dfaa21 18:59:33 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:33 Removing intermediate container 54854712ec20 18:59:33 ---> de4e1e7edd75 18:59:33 Step 22/22 : LABEL version=0.0.0 18:59:33 ---> Running in 5701bdf5ed0e 18:59:33 Removing intermediate container 5bfcbd397838 18:59:33 ---> 71861aa21e03 18:59:33 18:59:33 Removing intermediate container fc738bf4a25a 18:59:33 ---> 7bec50de23c7 18:59:33 Step 23/23 : LABEL version=0.0.0 18:59:33 (1/6) Installing dumb-init (1.2.2-r1) 18:59:33 Successfully built 71861aa21e03 18:59:33 (2/6) Installing libgcc (9.3.0-r2) 18:59:33 ---> Running in a0b03f630e93 18:59:33 ---> 9775a7c19dd9 18:59:33 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:59:33 Successfully tagged docker-support-notifications-go:latest 18:59:33  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:59:33 (3/6) Installing libsodium (1.0.18-r0) 18:59:33 Removing intermediate container 5701bdf5ed0e 18:59:33 ---> 82ed9dd63eb1 18:59:33 18:59:34 Removing intermediate container a0b03f630e93 18:59:34 ---> b804cc019fb3 18:59:34 18:59:34 (4/6) Installing libstdc++ (9.3.0-r2) 18:59:34 Successfully built 82ed9dd63eb1 18:59:34 Successfully tagged docker-support-scheduler-go:latest 18:59:34 Building docker-security-secretstore-setup-go 18:59:34  Building docker-support-scheduler-go ... done Successfully built b804cc019fb3 18:59:34 Successfully tagged docker-core-metadata-go:latest 18:59:34  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 18:59:34 ---> 378a65ab2fb0 18:59:34 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:59:34 (5/6) Installing libzmq (4.3.3-r0) 18:59:34 (6/6) Installing zeromq (4.3.3-r0) 18:59:34 ---> 981ef2c58a1e 18:59:34 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:59:34 Executing busybox-1.31.1-r19.trigger 18:59:34 OK: 8 MiB in 20 packages 18:59:35 ---> 613eae073ac5 18:59:35 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:59:35 ---> Running in bde97a2b2c60 18:59:41 Removing intermediate container 752a0ec188dc 18:59:41 ---> 63ad4b854157 18:59:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:41 Removing intermediate container bde97a2b2c60 18:59:41 ---> 37a82eca0441 18:59:41 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:59:44 ---> f1a4321e2212 18:59:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:59:44 ---> e930accebb0f 18:59:44 Step 25/30 : RUN chmod +x /entrypoint.sh 18:59:44 ---> Running in 1328f3f3550f 18:59:47 ---> 099101641931 18:59:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:59:52 ---> e5b1e9223b97 18:59:52 Step 19/23 : ENTRYPOINT ["/core-data"] 18:59:55 Removing intermediate container 1328f3f3550f 18:59:55 ---> d881a1066e95 18:59:55 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:59:55 ---> Running in 80fe8533176e 18:59:57 Removing intermediate container 80fe8533176e 18:59:57 ---> 8d8d43668a2b 18:59:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:57 ---> Running in 0a91a0d66ac3 18:59:58 ---> Running in 96f39dd4be87 18:59:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:59:59 ---> bf7cc96d0ddc 18:59:59 Step 3/24 : WORKDIR /edgex-go 18:59:59 ---> Using cache 18:59:59 ---> 403ccff10f21 18:59:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:59 ---> Using cache 18:59:59 ---> 887ff57a6e1a 18:59:59 Step 5/24 : RUN apk add --update --no-cache make git 18:59:59 ---> Using cache 18:59:59 ---> de11fd1b1edb 18:59:59 Step 6/24 : COPY go.mod . 18:59:59 ---> Using cache 18:59:59 ---> 6d589ee2a3bf 18:59:59 Step 7/24 : RUN go mod download 18:59:59 ---> Using cache 18:59:59 ---> c712dff1e7f1 18:59:59 Step 8/24 : COPY . . 18:59:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:59:59 ---> bf7cc96d0ddc 18:59:59 Step 3/21 : WORKDIR /edgex-go 18:59:59 ---> Using cache 18:59:59 ---> 403ccff10f21 18:59:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:59 ---> Using cache 18:59:59 ---> 887ff57a6e1a 18:59:59 Step 5/21 : RUN apk add --update --no-cache make git 18:59:59 ---> Using cache 18:59:59 ---> de11fd1b1edb 18:59:59 Step 6/21 : COPY go.mod . 18:59:59 ---> Using cache 18:59:59 ---> 6d589ee2a3bf 18:59:59 Step 7/21 : RUN go mod download 18:59:59 ---> Using cache 18:59:59 ---> c712dff1e7f1 18:59:59 Step 8/21 : COPY . . 18:59:59 ---> Using cache 18:59:59 ---> 753263fabc0f 18:59:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:59:59 ---> Using cache 18:59:59 ---> 753263fabc0f 18:59:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:59:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:00:01 ---> bf7cc96d0ddc 19:00:01 Step 3/26 : WORKDIR /edgex-go 19:00:01 ---> Using cache 19:00:01 ---> 403ccff10f21 19:00:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:01 ---> Using cache 19:00:01 ---> 887ff57a6e1a 19:00:01 Step 5/26 : RUN apk add --update --no-cache make bash git 19:00:01 Removing intermediate container 0a91a0d66ac3 19:00:01 ---> ccddbb0c888d 19:00:01 Step 27/30 : CMD ["gate"] 19:00:01 ---> Running in 7a13cb37cb9f 19:00:01 Removing intermediate container 96f39dd4be87 19:00:01 ---> e1b885c74530 19:00:01 Step 21/23 : LABEL arch=x86_64 19:00:01 ---> Running in 2ef60fad6b33 19:00:01 ---> Running in d839d9ce058a 19:00:01 ---> Running in 7c610474fa0f 19:00:01 ---> Running in 3bc9ad8cf66b 19:00:02 Removing intermediate container 7c610474fa0f 19:00:02 ---> a5f1b4123060 19:00:02 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:00:02 Removing intermediate container 3bc9ad8cf66b 19:00:02 ---> a098152229af 19:00:02 Step 28/30 : LABEL arch=x86_64 19:00:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:00:02 ---> Running in a6613ff7227d 19:00:02 ---> Running in 42545fd40484 19:00:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:00:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:02 Removing intermediate container a6613ff7227d 19:00:02 ---> a31ac72eab63 19:00:02 Step 23/23 : LABEL version=0.0.0 19:00:02 Removing intermediate container 42545fd40484 19:00:02 ---> 52571200fb2d 19:00:02 Step 29/30 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:00:02 ---> Running in 05bc66915c9e 19:00:02 ---> Running in 47b78f5fb760 19:00:03 Removing intermediate container 05bc66915c9e 19:00:03 ---> 8d8dc96c77b7 19:00:03 19:00:03 Successfully built 8d8dc96c77b7 19:00:03 Successfully tagged docker-core-data-go:latest 19:00:03  Building docker-core-data-go ... done Building docker-core-command-go 19:00:03 Removing intermediate container 47b78f5fb760 19:00:03 ---> 44606c8d624d 19:00:03 Step 30/30 : LABEL version=0.0.0 19:00:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:03 ---> Running in 64bf7eb1f7a1 19:00:03 Removing intermediate container 64bf7eb1f7a1 19:00:03 ---> 350d46500fee 19:00:03 19:00:04 Successfully built 350d46500fee 19:00:04 Successfully tagged docker-security-bootstrapper-go:latest 19:00:04  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 19:00:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:00:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:00:08 Removing intermediate container d839d9ce058a 19:00:08 ---> dc1e882f1c33 19:00:08 Step 6/26 : COPY go.mod . 19:00:09 ---> 6a8b1d868949 19:00:09 Step 7/26 : RUN go mod download 19:00:09 ---> Running in da8f4b1c46e8 19:00:15 Removing intermediate container da8f4b1c46e8 19:00:15 ---> 59edb37beaf9 19:00:15 Step 8/26 : COPY . . 19:00:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:00:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:00:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:00:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:00:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:00:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:00:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:00:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:23 ---> bf7cc96d0ddc 19:00:23 Step 3/23 : WORKDIR /edgex-go 19:00:23 ---> Using cache 19:00:23 ---> 403ccff10f21 19:00:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 ---> Using cache 19:00:23 ---> 887ff57a6e1a 19:00:23 Step 5/23 : RUN apk add --update --no-cache make git 19:00:23 ---> Using cache 19:00:23 ---> de11fd1b1edb 19:00:23 Step 6/23 : COPY go.mod . 19:00:23 ---> Using cache 19:00:23 ---> 6d589ee2a3bf 19:00:23 Step 7/23 : RUN go mod download 19:00:23 ---> Using cache 19:00:23 ---> c712dff1e7f1 19:00:23 Step 8/23 : COPY . . 19:00:23 ---> Using cache 19:00:23 ---> 753263fabc0f 19:00:23 Step 9/23 : RUN make cmd/core-command/core-command 19:00:24 ---> Running in 22cff4c6f045 19:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:00:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:00:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:00:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:00:37 Removing intermediate container 7a13cb37cb9f 19:00:37 ---> 8ce28cb1d948 19:00:37 19:00:37 Step 10/24 : FROM alpine:3.12 19:00:37 ---> 389fef711851 19:00:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:00:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 45.9% of statements 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:00:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 19:00:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements 19:00:37 Removing intermediate container 2ef60fad6b33 19:00:37 ---> de84ad28920e 19:00:37 19:00:37 Step 10/21 : FROM alpine:3.12 19:00:37 ---> 389fef711851 19:00:37 Step 11/21 : RUN apk add --update --no-cache curl 19:00:38 ---> Running in d4a953ffc48d 19:00:39 ---> Running in e6f9290d6f7a 19:00:39 ---> 7c7c07ca2377 19:00:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:00:40 ---> Running in 4c21e93f6eb6 19:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:00:41 (1/5) Installing ca-certificates (20191127-r4) 19:00:41 (1/4) Installing ca-certificates (20191127-r4) 19:00:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:00:41 (3/5) Installing libcurl (7.69.1-r3) 19:00:41 (4/5) Installing curl (7.69.1-r3) 19:00:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:00:41 (5/5) Installing dumb-init (1.2.2-r1) 19:00:41 (3/4) Installing libcurl (7.69.1-r3) 19:00:41 Executing busybox-1.31.1-r19.trigger 19:00:41 (4/4) Installing curl (7.69.1-r3) 19:00:41 Executing busybox-1.31.1-r19.trigger 19:00:41 Executing ca-certificates-20191127-r4.trigger 19:00:41 Executing ca-certificates-20191127-r4.trigger 19:00:41 OK: 7 MiB in 18 packages 19:00:41 OK: 7 MiB in 19 packages 19:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:00:44 Removing intermediate container d4a953ffc48d 19:00:44 ---> cada2c1dae37 19:00:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:00:44 Removing intermediate container e6f9290d6f7a 19:00:44 ---> 0b309c2a343f 19:00:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:00:44 ---> Running in 94d653666cd7 19:00:44 ---> Running in 232de509d9d3 19:00:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 65.8% of statements 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:00:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:00:45 Removing intermediate container 94d653666cd7 19:00:45 ---> 788139e1c360 19:00:45 Step 13/24 : WORKDIR / 19:00:45 Removing intermediate container 232de509d9d3 19:00:45 ---> dc34471adb56 19:00:45 Step 13/21 : WORKDIR /edgex 19:00:45 ---> Running in 008ae5868963 19:00:45 ---> Running in 8a2c2a172089 19:00:46 Removing intermediate container 008ae5868963 19:00:46 ---> e3b46e9a2287 19:00:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:00:46 Removing intermediate container 8a2c2a172089 19:00:46 ---> 6dfb87730ed0 19:00:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.3% of statements 19:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:00:47 ---> ad261d7631d6 19:00:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:00:48 ---> d14f9b41efeb 19:00:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:00:48 Removing intermediate container 22cff4c6f045 19:00:48 ---> 1bbbcef6a18d 19:00:48 19:00:48 Step 10/23 : FROM alpine:3.12 19:00:48 ---> 389fef711851 19:00:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:00:48 ---> Using cache 19:00:48 ---> f94c7657f9f6 19:00:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:00:48 ---> Using cache 19:00:48 ---> 870365074ffc 19:00:48 Step 13/23 : ENV APP_PORT=48082 19:00:48 ---> 59417af10045 19:00:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:00:48 ---> Running in ede8ba4c885d 19:00:49 Removing intermediate container ede8ba4c885d 19:00:49 ---> 8f3ab9274980 19:00:49 Step 14/23 : EXPOSE $APP_PORT 19:00:49 ---> 89a4ca87f995 19:00:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:00:49 ---> Running in ae4a7bb3b29e 19:00:49 ---> 18afbedc6f38 19:00:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:00:50 Removing intermediate container ae4a7bb3b29e 19:00:50 ---> 8ff8d0241167 19:00:50 Step 15/23 : WORKDIR / 19:00:51 ---> Running in aec576387168 19:00:51 ---> c016dec44c91 19:00:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:00:51 ---> 414e99949fcb 19:00:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:00:52 ---> Running in 77578d43b12e 19:00:52 Removing intermediate container aec576387168 19:00:52 ---> 6b9db4ff2001 19:00:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:52 Removing intermediate container 77578d43b12e 19:00:52 ---> 02ca117ec5cc 19:00:52 Step 18/21 : CMD ["--init=true"] 19:00:52 ---> Running in 4ac510ba26f2 19:00:52 ---> b9da9283698a 19:00:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:00:52 ---> d7440bd1f927 19:00:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:00:52 Removing intermediate container 4ac510ba26f2 19:00:52 ---> 38df027e9aeb 19:00:52 Step 19/21 : LABEL arch=x86_64 19:00:52 ---> 3f0fbb30b470 19:00:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:00:52 ---> Running in b2e77c07f706 19:00:52 ---> Running in d3bb5d8d4f8b 19:00:53 Removing intermediate container b2e77c07f706 19:00:53 ---> 1c3d30c76b79 19:00:53 Step 20/21 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:00:53 ---> c40f8083b851 19:00:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:00:53 ---> Running in 4f2ab56c154e 19:00:53 Removing intermediate container 4f2ab56c154e 19:00:53 ---> 7c75b14968ca 19:00:53 Step 21/21 : LABEL version=0.0.0 19:00:53 ---> fb6a8576d049 19:00:53 Step 19/23 : ENTRYPOINT ["/core-command"] 19:00:53 ---> Running in 1667ce4dbdd2 19:00:53 ---> Running in d68c99b763ca 19:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements 19:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:00:54 Removing intermediate container 1667ce4dbdd2 19:00:54 ---> 92ded5ab7490 19:00:54 19:00:54 Removing intermediate container d68c99b763ca 19:00:54 ---> 838f04031edc 19:00:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:00:55 Successfully built 92ded5ab7490 19:00:55 Removing intermediate container d3bb5d8d4f8b 19:00:55 ---> bcba63756e22 19:00:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:00:55 Successfully tagged docker-security-proxy-setup-go:latest 19:00:55  Building docker-security-proxy-setup-go ... done  ---> Running in 6301b5c3923d 19:00:55 Removing intermediate container 4c21e93f6eb6 19:00:55 ---> 8b6ae306e323 19:00:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:00:55 ---> Running in 2c0ed0cceb4b 19:00:55 ---> Running in 11c1365449cf 19:00:55 Removing intermediate container 6301b5c3923d 19:00:55 ---> 8d148c4b6a20 19:00:55 Step 21/23 : LABEL arch=x86_64 19:00:55 ---> Running in ab682dfab203 19:00:55 Removing intermediate container 2c0ed0cceb4b 19:00:55 ---> 829c53958248 19:00:55 Step 22/24 : LABEL arch=x86_64 19:00:56 ---> Running in 7caedc5cd84c 19:00:56 Removing intermediate container ab682dfab203 19:00:56 ---> c2b5143364dd 19:00:56 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:00:56 ---> Running in 97cfd34d04ac 19:00:56 Removing intermediate container 7caedc5cd84c 19:00:56 ---> e3d69431958c 19:00:56 Step 23/24 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:00:56 ---> Running in a7664fe6c10a 19:00:56 Removing intermediate container 97cfd34d04ac 19:00:56 ---> ca8f75fc4c31 19:00:56 Step 23/23 : LABEL version=0.0.0 19:00:56 Removing intermediate container a7664fe6c10a 19:00:56 ---> 789b235039e9 19:00:56 Step 24/24 : LABEL version=0.0.0 19:00:56 ---> Running in 246cf08ab299 19:00:57 ---> Running in 378482e4cfa9 19:00:57 Removing intermediate container 246cf08ab299 19:00:57 ---> 547b582e7c6c 19:00:57 19:00:57 Successfully built 547b582e7c6c 19:00:57 Successfully tagged docker-core-command-go:latest 19:00:57  Building docker-core-command-go ... done Removing intermediate container 378482e4cfa9 19:00:57 ---> fe21ff0175ae 19:00:57 19:00:57 Successfully built fe21ff0175ae 19:00:57 Successfully tagged docker-security-secretstore-setup-go:latest 19:00:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 11c1365449cf 19:00:57 ---> ab40f4294670 19:00:57 19:00:57 Step 11/26 : FROM docker:20.10.0 19:00:58 20.10.0: Pulling from library/docker 19:01:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:01:04 Status: Downloaded newer image for docker:20.10.0 19:01:04 ---> aefe523efa57 19:01:04 Step 12/26 : RUN apk add --no-cache bash 19:01:04 ---> Running in f6ecd93cb552 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.292s coverage: 92.8% of statements 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 19:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 19:01:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:05 (1/2) Installing readline (8.0.4-r0) 19:01:05 (2/2) Installing bash (5.0.17-r0) 19:01:05 Executing bash-5.0.17-r0.post-install 19:01:05 Executing busybox-1.31.1-r19.trigger 19:01:05 OK: 12 MiB in 22 packages 19:01:05 Removing intermediate container f6ecd93cb552 19:01:05 ---> 00f4b9de651b 19:01:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:01:05 ---> Running in 5a15b9823a2f 19:01:06 Removing intermediate container 5a15b9823a2f 19:01:06 ---> de83f88b277e 19:01:06 Step 14/26 : ENV APP_PORT=48090 19:01:06 ---> Running in 46ee2025ee32 19:01:06 Removing intermediate container 46ee2025ee32 19:01:06 ---> a82db0908548 19:01:06 Step 15/26 : EXPOSE $APP_PORT 19:01:06 ---> Running in 73fcd95f210b 19:01:06 Removing intermediate container 73fcd95f210b 19:01:06 ---> 6b65aceebafd 19:01:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:01:06 ---> 1dff9f1d7c2f 19:01:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:01:07 ---> a01c2c1d070a 19:01:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:01:07 ---> d42654de25c9 19:01:07 Step 19/26 : RUN apk --no-cache add py3-pip 19:01:07 ---> Running in cdaa7477d8e1 19:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:08 (1/33) Installing libbz2 (1.0.8-r1) 19:01:08 (2/33) Installing expat (2.2.9-r1) 19:01:08 (3/33) Installing libffi (3.3-r2) 19:01:08 (4/33) Installing gdbm (1.13-r1) 19:01:08 (5/33) Installing xz-libs (5.2.5-r0) 19:01:08 (6/33) Installing sqlite-libs (3.32.1-r0) 19:01:08 (7/33) Installing python3 (3.8.5-r0) 19:01:09 (8/33) Installing py3-appdirs (1.4.4-r1) 19:01:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:01:09 (10/33) Installing py3-parsing (2.4.7-r0) 19:01:09 (11/33) Installing py3-six (1.15.0-r0) 19:01:09 (12/33) Installing py3-packaging (20.4-r0) 19:01:09 (13/33) Installing py3-setuptools (47.0.0-r0) 19:01:09 (14/33) Installing py3-chardet (3.0.4-r4) 19:01:09 (15/33) Installing py3-idna (2.9-r0) 19:01:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:01:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:01:09 (18/33) Installing py3-requests (2.23.0-r0) 19:01:09 (19/33) Installing py3-msgpack (1.0.0-r0) 19:01:09 (20/33) Installing py3-lockfile (0.12.2-r3) 19:01:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:01:09 (22/33) Installing py3-colorama (0.4.3-r0) 19:01:09 (23/33) Installing py3-distlib (0.3.0-r0) 19:01:10 (24/33) Installing py3-distro (1.5.0-r1) 19:01:10 (25/33) Installing py3-webencodings (0.5.1-r3) 19:01:10 (26/33) Installing py3-html5lib (1.0.1-r4) 19:01:10 (27/33) Installing py3-pytoml (0.1.21-r0) 19:01:10 (28/33) Installing py3-pep517 (0.8.2-r0) 19:01:10 (29/33) Installing py3-progress (1.5-r0) 19:01:10 (30/33) Installing py3-toml (0.10.1-r0) 19:01:10 (31/33) Installing py3-retrying (1.3.3-r0) 19:01:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:01:10 (33/33) Installing py3-pip (20.1.1-r0) 19:01:10 Executing busybox-1.31.1-r19.trigger 19:01:10 OK: 71 MiB in 55 packages 19:01:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 19:01:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 19:01:20 Removing intermediate container cdaa7477d8e1 19:01:20 ---> 91ca1d52c313 19:01:20 Step 20/26 : RUN pip install docker-compose==1.23.2 19:01:20 ---> Running in 9a6fa4fefc3e 19:01:21 Collecting docker-compose==1.23.2 19:01:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:01:21 Collecting texttable<0.10,>=0.9.0 19:01:21 Downloading texttable-0.9.1.tar.gz (11 kB) 19:01:21 Collecting PyYAML<4,>=3.10 19:01:21 Downloading PyYAML-3.13.tar.gz (270 kB) 19:01:22 Collecting cached-property<2,>=1.2.0 19:01:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:01:23 Collecting dockerpty<0.5,>=0.4.1 19:01:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:01:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:01:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:01:23 Collecting websocket-client<1.0,>=0.32.0 19:01:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:01:24 Collecting jsonschema<3,>=2.5.1 19:01:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:24 Collecting docker<4.0,>=3.6.0 19:01:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:01:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:01:24 Collecting docopt<0.7,>=0.6.1 19:01:24 Downloading docopt-0.6.2.tar.gz (25 kB) 19:01:25 Collecting idna<2.8,>=2.5 19:01:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:01:25 Collecting urllib3<1.25,>=1.21.1 19:01:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:01:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:01:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:01:25 Collecting docker-pycreds>=0.4.0 19:01:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:01:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:01:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:01:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:01:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:01:25 Installing collected packages: texttable, PyYAML, cached-property, dockerpty, idna, urllib3, requests, websocket-client, jsonschema, docker-pycreds, docker, docopt, docker-compose 19:01:25 Running setup.py install for texttable: started 19:01:26 Running setup.py install for texttable: finished with status 'done' 19:01:26 Running setup.py install for PyYAML: started 19:01:26 Running setup.py install for PyYAML: finished with status 'done' 19:01:26 Running setup.py install for dockerpty: started 19:01:27 Running setup.py install for dockerpty: finished with status 'done' 19:01:27 Attempting uninstall: idna 19:01:27 Found existing installation: idna 2.9 19:01:27 Uninstalling idna-2.9: 19:01:27 Successfully uninstalled idna-2.9 19:01:27 Attempting uninstall: urllib3 19:01:27 Found existing installation: urllib3 1.25.9 19:01:27 Uninstalling urllib3-1.25.9: 19:01:27 Successfully uninstalled urllib3-1.25.9 19:01:27 Attempting uninstall: requests 19:01:27 Found existing installation: requests 2.23.0 19:01:27 Uninstalling requests-2.23.0: 19:01:27 Successfully uninstalled requests-2.23.0 19:01:28 Running setup.py install for docopt: started 19:01:28 Running setup.py install for docopt: finished with status 'done' 19:01:29 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 19:01:32 Removing intermediate container 9a6fa4fefc3e 19:01:32 ---> 3858ff85978a 19:01:32 Step 21/26 : RUN apk --no-cache add curl 19:01:32 ---> Running in 1f34b7a873ca 19:01:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:01:33 (2/3) Installing libcurl (7.69.1-r3) 19:01:33 (3/3) Installing curl (7.69.1-r3) 19:01:33 Executing busybox-1.31.1-r19.trigger 19:01:33 OK: 72 MiB in 58 packages 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.510s coverage: 63.5% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.758s coverage: 68.9% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.358s coverage: 37.0% of statements 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.754s coverage: 84.0% of statements 19:01:33 Removing intermediate container 1f34b7a873ca 19:01:33 ---> 76dd3ed98910 19:01:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:01:33 ---> Running in ad5cd62812f5 19:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 19:01:33 Removing intermediate container ad5cd62812f5 19:01:33 ---> 99269342e69b 19:01:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:33 ---> Running in 5bfb390c79c4 19:01:34 Removing intermediate container 5bfb390c79c4 19:01:34 ---> 6c81c0c6ed66 19:01:34 Step 24/26 : LABEL arch=x86_64 19:01:34 ---> Running in dd2d44421cc1 19:01:34 Removing intermediate container dd2d44421cc1 19:01:34 ---> 3efee890f264 19:01:34 Step 25/26 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:01:34 ---> Running in e701c4dd433d 19:01:34 Removing intermediate container e701c4dd433d 19:01:34 ---> adbef8c014cf 19:01:34 Step 26/26 : LABEL version=0.0.0 19:01:34 ---> Running in a826ac56ce4d 19:01:34 Removing intermediate container a826ac56ce4d 19:01:34 ---> 7acc9dd18928 19:01:34 19:01:34 Successfully built 7acc9dd18928 19:01:34 Successfully tagged docker-sys-mgmt-agent-go:latest 19:01:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:01:35 $ docker stop --time=1 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 19:01:36 $ docker rm -f 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 [Pipeline] // withDockerContainer [Pipeline] sh 19:01:37 + docker images 19:01:37 + grep docker 19:01:37 docker-sys-mgmt-agent-go latest 7acc9dd18928 3 seconds ago 313MB 19:01:37 docker-security-secretstore-setup-go latest fe21ff0175ae 40 seconds ago 24.6MB 19:01:37 docker-core-command-go latest 547b582e7c6c 41 seconds ago 16.9MB 19:01:37 docker-security-proxy-setup-go latest 92ded5ab7490 44 seconds ago 24.4MB 19:01:37 docker-security-bootstrapper-go latest 350d46500fee About a minute ago 17.9MB 19:01:37 docker-core-data-go latest 8d8dc96c77b7 About a minute ago 22.3MB 19:01:37 docker-support-notifications-go latest 71861aa21e03 2 minutes ago 17.6MB 19:01:37 docker-support-scheduler-go latest 82ed9dd63eb1 2 minutes ago 17MB 19:01:37 docker-core-metadata-go latest b804cc019fb3 2 minutes ago 18.8MB 19:01:37 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 19:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.386s coverage: 89.4% of statements 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.162s coverage: 29.1% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 100.0% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:01:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 19:01:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 19:01:49 GO111MODULE=on go vet ./... 19:01:53 Still waiting to schedule task 19:01:53 ‘prd-ubuntu18.04-docker-8c-8g-25832’ is offline 19:02:55 Running on prd-ubuntu18.04-docker-8c-8g-25834 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws 19:02:55 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 19:02:58 using credential edgex-jenkins-ssh 19:02:58 Cloning the remote Git repository 19:02:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:02:58 > git init /w/workspace/edgex-go/8 # timeout=10 19:02:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:58 > git --version # timeout=10 19:02:58 > git --version # 'git version 2.17.1' 19:02:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:11 gofmt -l . 19:03:11 [ "`gofmt -l .`" = "" ] 19:03:11 ./bin/test-go-mod-tidy.sh 19:03:11 ./bin/test-attribution-txt.sh [Pipeline] sh 19:03:12 + ls -al . 19:03:12 total 728 19:03:12 drwxrwxr-x 9 1001 1001 4096 Feb 9 19:03 . 19:03:12 drwxr-xr-x 4 root root 4096 Feb 9 18:58 .. 19:03:12 -rw-rw-r-- 1 1001 1001 11 Feb 9 18:57 .dockerignore 19:03:12 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:57 .git 19:03:12 drwxrwxr-x 3 1001 1001 4096 Feb 9 18:57 .github 19:03:12 -rw-rw-r-- 1 1001 1001 818 Feb 9 18:57 .gitignore 19:03:12 -rw-rw-r-- 1 1001 1001 166 Feb 9 18:57 .sonarcloud.properties 19:03:12 -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:57 Attribution.txt 19:03:12 -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:57 CONTRIBUTING.md 19:03:12 -rw-rw-r-- 1 1001 1001 931 Feb 9 18:57 Dockerfile.build 19:03:12 -rw-rw-r-- 1 1001 1001 863 Feb 9 18:57 Jenkinsfile 19:03:12 -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:57 LICENSE 19:03:12 -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:57 Makefile 19:03:12 -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:57 README.md 19:03:12 -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:57 SECURITY.md 19:03:12 -rw-rw-r-- 1 1001 1001 5 Feb 9 18:53 VERSION 19:03:12 -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:57 ZMQWindows.md 19:03:12 drwxrwxr-x 2 1001 1001 4096 Feb 9 18:57 bin 19:03:12 drwxrwxr-x 14 1001 1001 4096 Feb 9 18:57 cmd 19:03:12 -rw-r--r-- 1 root root 594557 Feb 9 19:01 coverage.out 19:03:12 -rw-r--r-- 1 root root 1054 Feb 9 19:03 go.mod 19:03:12 -rw-r--r-- 1 root root 19290 Feb 9 19:03 go.sum 19:03:12 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:57 internal 19:03:12 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:57 openapi 19:03:12 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:57 snap 19:03:12 -rw-rw-r-- 1 1001 1001 168 Feb 9 18:57 version.go [Pipeline] sh 19:03:13 + '[' -e coverage.out ] 19:03:13 + chown 1001:1001 coverage.out [Pipeline] stash 19:03:13 Warning: overwriting stash ‘coverage-report’ 19:03:14 Stashed 1 file(s) [Pipeline] sh 19:03:15 + make build 19:03:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:03:17 Merging remotes/origin/master commit 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:03:17 Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:03:17 Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) 19:03:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:03:16 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:03:17 > git config core.sparsecheckout # timeout=10 19:03:17 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 19:03:17 > git remote # timeout=10 19:03:17 > git config --get remote.origin.url # timeout=10 19:03:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:17 > git merge 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 19:03:17 > git rev-parse HEAD^{commit} # timeout=10 19:03:17 > git config core.sparsecheckout # timeout=10 19:03:17 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 19:03:20 Commit message: "Merge branch 'master' into issue-3143" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:03:22 + echo snap-build.sh 19:03:22 snap-build.sh 19:03:22 + SNAP_BASE_DIR=. 19:03:22 + '[' '!' -z /w/workspace/edgex-go/8 ']' 19:03:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 19:03:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 19:03:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 19:03:22 + cd /w/workspace/edgex-go/8 19:03:22 + sudo apt-get remove -qy --purge lxd lxd-client 19:03:22 Reading package lists... 19:03:22 Building dependency tree... 19:03:22 Reading state information... 19:03:22 The following packages were automatically installed and are no longer required: 19:03:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:03:22 uidmap xdelta3 19:03:22 Use 'sudo apt autoremove' to remove them. 19:03:22 The following packages will be REMOVED: 19:03:22 lxd* lxd-client* 19:03:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:03:22 After this operation, 31.7 MB disk space will be freed. 19:03:23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 19:03:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:03:24 Removing lxd dnsmasq configuration 19:03:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:03:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:03:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:03:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:03:25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:03:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:03:26 Processing triggers for systemd (237-3ubuntu10.42) ... 19:03:27 Processing triggers for ureadahead (0.100.0-21) ... 19:03:28 + sudo snap remove --purge lxd 19:03:28 snap "lxd" is not installed 19:03:28 + sudo groupadd --force --system lxd 19:03:28 ++ whoami 19:03:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:03:28 + newgrp - lxd 19:03:28 + sudo snap install lxd 19:03:38 2021-02-09T19:03:35Z INFO Waiting for automatic snapd restart... 19:03:50 lxd 4.11 from Canonical* installed 19:03:50 + sudo lxd init --auto 19:03:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:03:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:03:58 + sudo snap install --classic snapcraft 19:04:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:04:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:04:05 snapcraft 4.5.1 from Canonical* installed 19:04:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:04:05 + patch --verbose -p1 19:04:05 Hmm... Looks like a unified diff to me... 19:04:05 The text leading up to this was: 19:04:05 -------------------------- 19:04:05 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:04:05 |From: Tony Espy 19:04:05 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:04:05 |Subject: [PATCH] optimize snap build for pipeline CI check 19:04:05 | 19:04:05 |This patch is used by the EdgeX CI pipeline builds to 19:04:05 |optimize the snap CI check run for pull requests. When 19:04:05 |applied, it essentially strips out everything (apps and 19:04:05 |parts) from the snapcraft.yaml file except those required 19:04:05 |to build edgex-go, as the whole idea of the CI check is to 19:04:05 |catch changes to edgex-go that break the snap build. 19:04:05 | 19:04:05 |In general, anyone updating snapcraft.yaml will also need 19:04:05 |to update this patch file, otherwise it may fail to apply, 19:04:05 |resulting in a failed snap build CI check in the associated 19:04:05 |pull request. 19:04:05 | 19:04:05 |Note - in addition to applying this patch, the pipeline also 19:04:05 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:04:05 |need to build the finally binary .snap file (and it won't 19:04:05 |work with the patch applied). This further reduces the build 19:04:05 |time. 19:04:05 |--- 19:04:05 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:04:05 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:04:05 | 19:04:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:04:05 |index 1e537489..faf42425 100644 19:04:05 |--- a/snap/snapcraft.yaml 19:04:05 |+++ b/snap/snapcraft.yaml 19:04:05 -------------------------- 19:04:05 patching file snap/snapcraft.yaml 19:04:05 Using Plan A... 19:04:05 Hunk #1 succeeded at 73. 19:04:05 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 19:04:05 Hunk #3 succeeded at 217 (offset 3 lines). 19:04:05 Hunk #4 succeeded at 225 (offset 3 lines). 19:04:05 Hunk #5 succeeded at 232 (offset 3 lines). 19:04:05 Hunk #6 succeeded at 259 (offset 3 lines). 19:04:05 Hunk #7 succeeded at 293 (offset 3 lines). 19:04:05 Hunk #8 succeeded at 352 (offset 11 lines). 19:04:05 Hmm... Ignoring the trailing garbage. 19:04:05 done 19:04:05 + sudo snapcraft prime --use-lxd 19:04:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:04:06 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:04:06 - README.md 19:04:06 - snapcraft.yaml.orig 19:04:06 19:04:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:04:06 Launching a container. 19:04:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:04:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:04:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:04:19 Waiting for container to be ready 19:04:19 To start your first instance, try: lxc launch ubuntu:18.04 19:04:19 19:04:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:04:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:04:22 Waiting for network to be ready... 19:04:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:04:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:04:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 19:04:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 19:04:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 19:04:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 19:04:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 19:04:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 19:04:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 19:04:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 19:04:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:04:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:04:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:04:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:04:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:04:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:04:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:04:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:04:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:04:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 19:04:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:04:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 19:04:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 19:04:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 19:04:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 19:04:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 19:04:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 19:04:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 19:04:26 Fetched 23.9 MB in 4s (6107 kB/s) 19:04:27 Reading package lists... 19:04:28 Reading package lists... 19:04:28 Building dependency tree... 19:04:28 Reading state information... 19:04:28 The following additional packages will be installed: 19:04:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:04:28 Suggested packages: 19:04:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:04:28 Recommended packages: 19:04:28 gnupg libsasl2-modules 19:04:28 The following NEW packages will be installed: 19:04:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:04:28 The following packages will be upgraded: 19:04:28 gpg gpg-agent gpgconf libudev1 19:04:28 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:04:28 Need to get 3532 kB of archives. 19:04:28 After this operation, 13.3 MB of additional disk space will be used. 19:04:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:04:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:04:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:04:28 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] 19:04:28 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] 19:04:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 19:04:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 19:04:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:04:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 19:04:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 19:04:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:04:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:04:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:04:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:04:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:04:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:04:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:04:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:04:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:04:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:04:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:04:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:04:29 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:04:29 debconf: delaying package configuration, since apt-utils is not installed 19:04:29 Fetched 3532 kB in 1s (3142 kB/s) 19:04:29 (Reading database ... 12511 files and directories currently installed.) 19:04:29 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 19:04:29 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:29 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 19:04:29 Selecting previously unselected package udev. 19:04:29 (Reading database ... 12511 files and directories currently installed.) 19:04:29 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 19:04:29 Unpacking udev (237-3ubuntu10.44) ... 19:04:30 Selecting previously unselected package libfuse2:amd64. 19:04:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:04:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:30 Selecting previously unselected package fuse. 19:04:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:04:30 Unpacking fuse (2.9.7-1ubuntu1) ... 19:04:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:30 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:30 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:30 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:30 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:30 Selecting previously unselected package libksba8:amd64. 19:04:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:04:30 Unpacking libksba8:amd64 (1.3.5-2) ... 19:04:30 Selecting previously unselected package libroken18-heimdal:amd64. 19:04:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:04:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:04:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:04:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libwind0-heimdal:amd64. 19:04:31 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:31 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:04:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:04:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:31 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:04:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:04:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:31 Selecting previously unselected package libsasl2-modules-db:amd64. 19:04:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:31 Selecting previously unselected package libsasl2-2:amd64. 19:04:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:31 Selecting previously unselected package libldap-common. 19:04:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 19:04:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 19:04:31 Selecting previously unselected package libldap-2.4-2:amd64. 19:04:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 19:04:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 19:04:32 Selecting previously unselected package dirmngr. 19:04:32 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:32 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:04:32 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 19:04:32 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:04:32 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:32 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:32 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:32 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:04:32 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:32 Setting up libksba8:amd64 (1.3.5-2) ... 19:04:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:32 Setting up udev (237-3ubuntu10.44) ... 19:04:32 invoke-rc.d: policy-rc.d denied execution of start. 19:04:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:32 Processing triggers for systemd (237-3ubuntu10) ... 19:04:32 Setting up fuse (2.9.7-1ubuntu1) ... 19:04:32 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:04:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:33 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 19:04:33 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:04:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:04:33 settings in the [Install] section, and DefaultInstance for template units). 19:04:33 This means they are not meant to be enabled using systemctl. 19:04:33 Possible reasons for having this kind of units are: 19:04:33 1) A unit may be statically enabled by being symlinked from another unit's 19:04:33 .wants/ or .requires/ directory. 19:04:33 2) A unit's purpose may be to act as a helper for some other unit which has 19:04:33 a requirement dependency on it. 19:04:33 3) A unit may be started when needed via activation (socket, path, timer, 19:04:33 D-Bus, udev, scripted systemctl call, ...). 19:04:33 4) In case of template units, the unit is meant to be enabled with some 19:04:33 instance name specified. 19:04:33 Reading package lists... 19:04:34 Building dependency tree... 19:04:34 Reading state information... 19:04:34 The following additional packages will be installed: 19:04:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:04:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:04:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:04:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:04:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:04:34 Suggested packages: 19:04:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:04:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:04:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:04:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:04:34 systemd-container policykit-1 19:04:34 Recommended packages: 19:04:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:04:34 The following NEW packages will be installed: 19:04:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:04:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:04:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:04:34 multiarch-support openssh-client python3 python3-minimal python3.6 19:04:34 python3.6-minimal snapd squashfs-tools sudo 19:04:34 The following packages will be upgraded: 19:04:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:04:34 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:04:34 Need to get 35.2 MB of archives. 19:04:34 After this operation, 141 MB of additional disk space will be used. 19:04:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:04:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:04:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:04:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 19:04:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:04:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:04:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:04:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:04:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:04:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:04:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:04:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:04:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:04:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:04:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:04:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:04:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:04:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:04:35 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 19:04:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:04:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:04:35 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:04:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:04:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:04:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:04:35 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:04:35 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:04:35 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:04:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:04:35 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] } 19:04:35 $ docker stop --time=1 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 19:04:36 debconf: delaying package configuration, since apt-utils is not installed 19:04:36 Fetched 35.2 MB in 2s (19.0 MB/s) 19:04:36 (Reading database ... 12757 files and directories currently installed.) 19:04:36 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 19:04:36 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 19:04:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:37 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 19:04:37 (Reading database ... 12757 files and directories currently installed.) 19:04:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:04:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:37 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:04:37 (Reading database ... 12757 files and directories currently installed.) 19:04:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:04:37 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:37 Setting up apt (1.6.12ubuntu0.2) ... 19:04:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:04:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:04:38 (Reading database ... 12764 files and directories currently installed.) 19:04:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:04:38 $ docker rm -f 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 19:04:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:04:38 Selecting previously unselected package libpython3.6-minimal:amd64. 19:04:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:38 Selecting previously unselected package libexpat1:amd64. 19:04:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:04:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:04:39 Selecting previously unselected package python3.6-minimal. 19:04:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:04:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:04:39 Checking for services that may need to be restarted...done. 19:04:39 Checking for services that may need to be restarted...done. 19:04:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 19:04:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:04:40 Selecting previously unselected package python3-minimal. 19:04:40 (Reading database ... 13012 files and directories currently installed.) 19:04:40 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:04:40 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:04:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:04:40 19:04:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 19:04:40 Selecting previously unselected package mime-support. 19:04:40 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:04:40 Unpacking mime-support (3.60ubuntu1) ... 19:04:40 Selecting previously unselected package libmpdec2:amd64. 19:04:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:04:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:04:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh 19:04:40 Selecting previously unselected package python3.6. 19:04:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:04:40 latest: Pulling from edgex-devops/edgex-compose-arm64 19:04:40 29e5d40040c1: Pulling fs layer 19:04:40 1ce36da41761: Pulling fs layer 19:04:40 25b303627fd3: Pulling fs layer 19:04:40 Selecting previously unselected package libpython3-stdlib:amd64. 19:04:40 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:04:40 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:40 Setting up python3-minimal (3.6.7-1~18.04) ... 19:04:40 29e5d40040c1: Verifying Checksum 19:04:40 29e5d40040c1: Download complete 19:04:41 Selecting previously unselected package python3. 19:04:41 (Reading database ... 13442 files and directories currently installed.) 19:04:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:04:41 Unpacking python3 (3.6.7-1~18.04) ... 19:04:41 Selecting previously unselected package multiarch-support. 19:04:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:04:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:04:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:04:41 Selecting previously unselected package liblzo2-2:amd64. 19:04:41 (Reading database ... 13479 files and directories currently installed.) 19:04:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:04:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:04:41 Selecting previously unselected package libbsd0:amd64. 19:04:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:04:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:41 1ce36da41761: Verifying Checksum 19:04:41 1ce36da41761: Download complete 19:04:41 29e5d40040c1: Pull complete 19:04:41 Selecting previously unselected package sudo. 19:04:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:04:41 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:04:41 Selecting previously unselected package apparmor. 19:04:41 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:04:41 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:04:41 Selecting previously unselected package libedit2:amd64. 19:04:41 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:04:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:04:42 Selecting previously unselected package libkrb5support0:amd64. 19:04:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:04:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:42 Selecting previously unselected package libk5crypto3:amd64. 19:04:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:04:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:42 Selecting previously unselected package libkeyutils1:amd64. 19:04:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:04:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:42 Selecting previously unselected package libkrb5-3:amd64. 19:04:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:04:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:04:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:04:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:42 Selecting previously unselected package libssl1.0.0:amd64. 19:04:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:04:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:42 Selecting previously unselected package openssh-client. 19:04:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:04:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:42 Selecting previously unselected package squashfs-tools. 19:04:42 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:04:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:43 1ce36da41761: Pull complete 19:04:43 Selecting previously unselected package snapd. 19:04:43 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:04:43 Unpacking snapd (2.48+18.04) ... 19:04:43 25b303627fd3: Verifying Checksum 19:04:43 25b303627fd3: Download complete 19:04:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:04:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:45 Setting up mime-support (3.60ubuntu1) ... 19:04:45 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:04:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:45 Setting up systemd (237-3ubuntu10.44) ... 19:04:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:04:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:04:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:46 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:46 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:46 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:46 Setting up python3 (3.6.7-1~18.04) ... 19:04:46 running python rtupdate hooks for python3.6... 19:04:46 running python post-rtupdate hooks for python3.6... 19:04:47 Setting up apparmor (2.12-4ubuntu5.1) ... 19:04:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:04:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:48 Setting up snapd (2.48+18.04) ... 19:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:04:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:04:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:04:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:04:50 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:04:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:50 Processing triggers for systemd (237-3ubuntu10.44) ... 19:04:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:04:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:04:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:04:53 Reading package lists... 19:04:53 Reading package lists... 19:04:53 Building dependency tree... 19:04:53 Reading state information... 19:04:53 Calculating upgrade... 19:04:53 25b303627fd3: Pull complete 19:04:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:04:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:04:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:04:53 The following packages will be upgraded: 19:04:53 advancecomp base-files bash binutils binutils-common 19:04:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:04:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:04:53 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:04:53 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:04:53 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:04:53 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:04:53 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:04:53 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:04:53 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:04:53 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:04:53 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:04:53 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:04:53 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:04:53 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:04:53 prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container 19:04:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:04:53 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:04:53 Need to get 63.8 MB of archives. 19:04:53 After this operation, 5188 kB of additional disk space will be used. 19:04:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 19:04:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:04:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:04:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:04:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:04:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:04:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:04:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:04:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:04:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:04:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:04:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:04:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:04:54 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:04:54 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:04:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:04:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:04:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:04:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:04:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:04:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:04:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:04:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:04:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:04:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:04:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:04:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:04:54 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:04:54 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:04:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:04:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:04:54 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:04:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:04:54 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:04:54 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:04:54 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:04:54 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:04:54 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:04:54 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:04:54 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:04:54 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 19:04:54 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:04:54 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:04:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:04:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:04:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:04:54 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:04:55 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:04:55 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:04:55 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:04:55 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:04:55 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:04:55 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:04:55 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:04:55 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:04:55 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:04:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:04:55 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:04:55 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:04:55 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:04:55 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:04:55 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:04:55 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:04:55 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:04:55 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:04:55 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:04:55 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:04:55 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:04:55 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:04:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:04:55 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:04:55 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:04:55 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:04:55 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:04:55 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:04:55 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:04:55 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:04:55 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:04:55 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:04:55 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:04:55 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:04:55 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:04:55 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] 19:04:55 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:04:55 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:04:55 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:04:55 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:04:55 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:04:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:04:55 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:04:56 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:04:56 $ docker top eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f -eo pid,comm 19:04:56 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:04:56 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:04:56 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:04:56 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:04:56 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:04:56 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:04:56 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:04:56 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [Pipeline] { [Pipeline] sh 19:04:57 debconf: delaying package configuration, since apt-utils is not installed 19:04:57 Fetched 63.8 MB in 3s (19.5 MB/s) 19:04:57 (Reading database ... 13912 files and directories currently installed.) 19:04:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:04:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:57 + docker-compose build --help 19:04:57 + grep parallel 19:04:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:04:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 19:04:57 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 19:04:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:04:59 (Reading database ... 13911 files and directories currently installed.) 19:04:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:04:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:04:59 (Reading database ... 13911 files and directories currently installed.) 19:04:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:00 (Reading database ... 13911 files and directories currently installed.) 19:05:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:05:00 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:00 --parallel Build images in parallel. 19:05:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] } 19:05:01 $ docker stop --time=1 eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f 19:05:01 (Reading database ... 13911 files and directories currently installed.) 19:05:01 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:05:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:05:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:05:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:05:01 Setting up base-files (10.1ubuntu2.10) ... 19:05:01 Installing new version of config file /etc/issue ... 19:05:01 Installing new version of config file /etc/issue.net ... 19:05:01 Installing new version of config file /etc/lsb-release ... 19:05:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:05:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:05:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:05:02 Removing obsolete conffile /etc/default/motd-news ... 19:05:02 (Reading database ... 13912 files and directories currently installed.) 19:05:02 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:05:02 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:05:02 Setting up bash (4.4.18-2ubuntu1.2) ... 19:05:02 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:05:02 (Reading database ... 13912 files and directories currently installed.) 19:05:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:05:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:05:02 (Reading database ... 13912 files and directories currently installed.) 19:05:02 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:05:02 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:05:02 Setting up tar (1.29b-2ubuntu0.2) ... 19:05:03 (Reading database ... 13912 files and directories currently installed.) 19:05:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:05:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:03 $ docker rm -f eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f 19:05:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:05:03 (Reading database ... 13912 files and directories currently installed.) 19:05:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 19:05:03 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:03 (Reading database ... 13912 files and directories currently installed.) 19:05:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:03 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:05:03 (Reading database ... 13912 files and directories currently installed.) 19:05:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:05:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:05:03 Setting up grep (3.1-2build1) ... 19:05:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:05:03 . [Pipeline] withDockerContainer 19:05:04 (Reading database ... 13912 files and directories currently installed.) 19:05:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:05:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:05:04 Setting up login (1:4.5-1ubuntu2) ... 19:05:04 prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container 19:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:05:04 (Reading database ... 13912 files and directories currently installed.) 19:05:04 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:04 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:04 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:05:04 (Reading database ... 13912 files and directories currently installed.) 19:05:04 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:04 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:05 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:05 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:05 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:05 $ docker top 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 -eo pid,comm 19:05:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:05:05 (Reading database ... 13912 files and directories currently installed.) 19:05:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:05:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh 19:05:06 + docker-compose -f ./docker-compose-build.yml build --parallel 19:05:07 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:05:07 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:05:07 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:05:07 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:05:07 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:05:07 (Reading database ... 13912 files and directories currently installed.) 19:05:07 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:05:07 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:05:07 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:05:07 (Reading database ... 13912 files and directories currently installed.) 19:05:07 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:07 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:07 (Reading database ... 13912 files and directories currently installed.) 19:05:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:07 (Reading database ... 13912 files and directories currently installed.) 19:05:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:08 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:08 (Reading database ... 13912 files and directories currently installed.) 19:05:08 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:08 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:08 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:08 (Reading database ... 13912 files and directories currently installed.) 19:05:08 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:08 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:08 (Reading database ... 13912 files and directories currently installed.) 19:05:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:09 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:09 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:09 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:10 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:05:10 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:05:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:05:10 Building docker-core-command-go ... 19:05:10 Building docker-core-data-go ... 19:05:10 Building docker-core-metadata-go ... 19:05:10 Building docker-security-bootstrapper-go ... 19:05:10 Building docker-security-proxy-setup-go ... 19:05:10 Building docker-security-secretstore-setup-go ... 19:05:10 Building docker-support-notifications-go ... 19:05:10 Building docker-support-scheduler-go ... 19:05:10 Building docker-sys-mgmt-agent-go ... 19:05:10 Building docker-security-secretstore-setup-go 19:05:10 Building docker-core-metadata-go 19:05:10 Building docker-security-proxy-setup-go 19:05:10 Building docker-support-scheduler-go 19:05:10 Building docker-core-data-go 19:05:11 (Reading database ... 13912 files and directories currently installed.) 19:05:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:05:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:11 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:05:11 (Reading database ... 13912 files and directories currently installed.) 19:05:11 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:05:11 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:05:11 (Reading database ... 13914 files and directories currently installed.) 19:05:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:05:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:05:11 Setting up debconf (1.5.66ubuntu1) ... 19:05:12 (Reading database ... 13914 files and directories currently installed.) 19:05:12 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:05:12 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:05:12 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:05:12 (Reading database ... 13914 files and directories currently installed.) 19:05:12 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:05:12 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:05:12 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:05:12 (Reading database ... 13914 files and directories currently installed.) 19:05:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:12 (Reading database ... 13914 files and directories currently installed.) 19:05:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:13 (Reading database ... 13914 files and directories currently installed.) 19:05:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:13 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:13 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:13 (Reading database ... 13914 files and directories currently installed.) 19:05:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 19:05:13 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:05:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:13 (Reading database ... 13914 files and directories currently installed.) 19:05:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:05:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:05:14 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:05:14 (Reading database ... 13914 files and directories currently installed.) 19:05:14 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:05:14 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:14 (Reading database ... 13914 files and directories currently installed.) 19:05:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:14 (Reading database ... 13914 files and directories currently installed.) 19:05:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:05:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:05:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:05:14 (Reading database ... 13914 files and directories currently installed.) 19:05:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:05:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:05:15 Setting up passwd (1:4.5-1ubuntu2) ... 19:05:15 (Reading database ... 13914 files and directories currently installed.) 19:05:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:05:15 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:05:15 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:05:15 (Reading database ... 13914 files and directories currently installed.) 19:05:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:05:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:05:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:05:16 (Reading database ... 13914 files and directories currently installed.) 19:05:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:05:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:05:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:05:16 (Reading database ... 13914 files and directories currently installed.) 19:05:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:05:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:05:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:05:16 (Reading database ... 13914 files and directories currently installed.) 19:05:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:05:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:05:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:05:16 (Reading database ... 13914 files and directories currently installed.) 19:05:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:05:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:05:17 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:05:17 (Reading database ... 13914 files and directories currently installed.) 19:05:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:05:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:05:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:05:17 (Reading database ... 13915 files and directories currently installed.) 19:05:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:05:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:05:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:05:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:05:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:05:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:05:17 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:05:17 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:05:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:05:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:05:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:05:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:05:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:05:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:05:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:05:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:05:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:05:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:05:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:05:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:05:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:05:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:05:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:05:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:05:19 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:05:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:05:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:05:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:05:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:20 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:20 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:20 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:22 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:22 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:23 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:25 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:25 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:05:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:05:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:05:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:05:25 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:25 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:05:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:05:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:26 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:26 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:26 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:26 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:26 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:05:26 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:05:26 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:05:26 19:05:26 Current default time zone: 'Etc/UTC' 19:05:26 Local time is now: Tue Feb 9 19:05:26 UTC 2021. 19:05:26 Universal Time is now: Tue Feb 9 19:05:26 UTC 2021. 19:05:26 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:05:26 19:05:26 Setting up systemd-sysv (237-3ubuntu10.44) ... 19:05:26 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:26 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 19:05:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:05:27 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:05:27 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:05:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:05:27 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:05:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:05:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:05:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:05:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:27 Setting up patch (2.7.6-2ubuntu1.1) ... 19:05:27 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:05:27 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:05:27 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:05:27 Installing new version of config file /etc/ssl/openssl.cnf ... 19:05:27 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:05:27 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:05:27 Setting up ca-certificates (20210119~18.04.1) ... 19:05:29 Updating certificates in /etc/ssl/certs... 19:05:30 23 added, 27 removed; done. 19:05:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:05:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:05:30 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:05:30 Setting up pkgbinarymangler (138.18.04.1) ... 19:05:30 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:30 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:30 Setting up perl (5.26.1-6ubuntu0.5) ... 19:05:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:05:31 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:05:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:05:31 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:05:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:05:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:05:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:05:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:05:31 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:05:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:05:31 Processing triggers for systemd (237-3ubuntu10.44) ... 19:05:31 Processing triggers for mime-support (3.60ubuntu1) ... 19:05:31 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:05:31 Updating certificates in /etc/ssl/certs... 19:05:32 0 added, 0 removed; done. 19:05:32 Running hooks in /etc/ca-certificates/update.d... 19:05:32 done. 19:05:32 Reading package lists... 19:05:32 Building dependency tree... 19:05:32 Reading state information... 19:05:32 The following NEW packages will be installed: 19:05:32 apt-transport-https 19:05:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:05:33 Need to get 1696 B of archives. 19:05:33 After this operation, 153 kB of additional disk space will be used. 19:05:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:05:33 debconf: delaying package configuration, since apt-utils is not installed 19:05:33 Fetched 1696 B in 0s (6328 B/s) 19:05:33 Selecting previously unselected package apt-transport-https. 19:05:33 (Reading database ... 13920 files and directories currently installed.) 19:05:33 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:05:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:05:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:05:33 Waiting for network to be ready... 19:05:41 2021-02-09T19:05:37Z INFO Waiting for automatic snapd restart... 19:05:41 snapd 2.48.2.1 from Canonical* installed 19:05:41 "snapd" switched to the "latest/stable" channel 19:05:41 19:05:44 core18 20210128 from Canonical* installed 19:05:44 "core18" switched to the "latest/stable" channel 19:05:44 19:05:47 snapcraft 4.5.1 from Canonical* installed 19:05:47 "snapcraft" switched to the "latest/stable" channel 19:05:47 19:05:51 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:05:51 - README.md 19:05:51 - snapcraft.yaml.orig 19:05:51 19:05:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:05:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:05:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:05:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:05:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:05:59 Reading package lists... 19:05:59 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 19:06:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:06 Reading package lists... 19:06:06 Building dependency tree... 19:06:06 Reading state information... 19:06:06 Suggested packages: 19:06:06 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:06:06 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:06:06 Recommended packages: 19:06:06 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:06:06 The following NEW packages will be installed: 19:06:06 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:06:06 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:06:06 pkg-config zip 19:06:06 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:06:06 Need to get 7655 kB of archives. 19:06:06 After this operation, 43.7 MB of additional disk space will be used. 19:06:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:06:06 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:06:06 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:06:06 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:06:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:06:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:06:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:06:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:06:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:06:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:06:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:06:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:06:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:06:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:06:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:06:07 debconf: delaying package configuration, since apt-utils is not installed 19:06:07 Fetched 7655 kB in 1s (5947 kB/s) 19:06:07 Selecting previously unselected package libglib2.0-0:amd64. 19:06:07 (Reading database ... 13924 files and directories currently installed.) 19:06:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:06:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:06:07 Selecting previously unselected package libpsl5:amd64. 19:06:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:06:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:06:07 Selecting previously unselected package libnghttp2-14:amd64. 19:06:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:06:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:06:07 Selecting previously unselected package librtmp1:amd64. 19:06:07 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:06:07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:06:07 Selecting previously unselected package libcurl3-gnutls:amd64. 19:06:07 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:06:07 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:06:07 Selecting previously unselected package liberror-perl. 19:06:07 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:06:07 Unpacking liberror-perl (0.17025-1) ... 19:06:07 Selecting previously unselected package git-man. 19:06:07 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:06:07 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:06:08 Selecting previously unselected package git. 19:06:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:06:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:06:09 Selecting previously unselected package libnorm1:amd64. 19:06:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:06:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:06:09 Selecting previously unselected package libpgm-5.2-0:amd64. 19:06:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:06:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:06:09 Selecting previously unselected package libsodium23:amd64. 19:06:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:06:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:06:09 Selecting previously unselected package libzmq5:amd64. 19:06:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:06:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:06:09 Selecting previously unselected package libzmq3-dev:amd64. 19:06:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:06:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:06:09 Selecting previously unselected package pkg-config. 19:06:09 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:06:09 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:06:09 Selecting previously unselected package zip. 19:06:09 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:06:09 Unpacking zip (3.0-11build1) ... 19:06:09 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:06:09 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:06:09 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:06:09 Setting up liberror-perl (0.17025-1) ... 19:06:09 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:06:09 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:06:09 No schema files found: doing nothing. 19:06:09 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:06:09 Setting up zip (3.0-11build1) ... 19:06:09 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:06:09 Setting up libsodium23:amd64 (1.0.16-2) ... 19:06:09 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:06:09 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:06:09 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:06:09 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:06:09 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:06:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:06:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:16 git set to automatically installed. 19:06:16 git-man set to automatically installed. 19:06:16 libcurl3-gnutls set to automatically installed. 19:06:16 liberror-perl set to automatically installed. 19:06:16 libglib2.0-0 set to automatically installed. 19:06:16 libnghttp2-14 set to automatically installed. 19:06:16 libnorm1 set to automatically installed. 19:06:16 libpgm-5.2-0 set to automatically installed. 19:06:16 libpsl5 set to automatically installed. 19:06:16 librtmp1 set to automatically installed. 19:06:16 libsodium23 set to automatically installed. 19:06:16 libzmq3-dev set to automatically installed. 19:06:16 libzmq5 set to automatically installed. 19:06:16 pkg-config set to automatically installed. 19:06:16 zip set to automatically installed. 19:06:18 snapd is not logged in, snap install commands will use sudo 19:06:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:06:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:06:18 ---> ab3031579aa1 19:06:18 Step 3/22 : WORKDIR /edgex-go 19:06:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:06:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:06:18 ---> ab3031579aa1 19:06:18 Step 3/23 : WORKDIR /edgex-go 19:06:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:06:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:06:18 ---> ab3031579aa1 19:06:18 Step 3/23 : WORKDIR /edgex-go 19:06:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:06:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:06:18 ---> ab3031579aa1 19:06:18 Step 3/24 : WORKDIR /edgex-go 19:06:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:06:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:06:18 ---> ab3031579aa1 19:06:18 Step 3/21 : WORKDIR /edgex-go 19:06:18 ---> Running in 113ef0a51a4d 19:06:18 ---> Running in c4fd396f4351 19:06:18 ---> Running in 6380e643165d 19:06:18 ---> Running in 3519d1b0b44e 19:06:18 ---> Running in 0f78a3f9dcdd 19:06:18 Removing intermediate container c4fd396f4351 19:06:18 ---> 7aae14b5ffcb 19:06:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:18 Removing intermediate container 113ef0a51a4d 19:06:18 ---> e1e2173eaeae 19:06:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:18 Removing intermediate container 6380e643165d 19:06:18 ---> 3dee84d38354 19:06:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:18 Removing intermediate container 0f78a3f9dcdd 19:06:18 ---> 46ccb821b57f 19:06:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:18 ---> Running in 0cd173f672e8 19:06:18 Removing intermediate container 3519d1b0b44e 19:06:18 ---> d6b932d7a4e5 19:06:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:06:18 ---> Running in 552ddac81514 19:06:18 ---> Running in 50a676d4ee79 19:06:18 ---> Running in c11ee323716e 19:06:18 ---> Running in 877171cec584 19:06:20 Removing intermediate container 0cd173f672e8 19:06:20 ---> adb6c89c4089 19:06:20 Step 5/23 : RUN apk add --update --no-cache make git 19:06:20 ---> Running in c6be7754adb3 19:06:20 Removing intermediate container 552ddac81514 19:06:20 ---> 61cb4c4b5c05 19:06:20 Step 5/21 : RUN apk add --update --no-cache make git 19:06:20 Removing intermediate container 50a676d4ee79 19:06:20 ---> 4dbf0a9edb39 19:06:20 Step 5/24 : RUN apk add --update --no-cache make git 19:06:21 ---> Running in dd940c718b2c 19:06:21 Removing intermediate container 877171cec584 19:06:21 ---> db870b0d9fea 19:06:21 Step 5/22 : RUN apk add --update --no-cache make git 19:06:21 Removing intermediate container c11ee323716e 19:06:21 ---> 1ebbe098368f 19:06:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:06:21 ---> Running in 81f6ef4ed88d 19:06:21 ---> Running in 616f02da4c40 19:06:21 ---> Running in 459e7c4f7066 19:06:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:23 OK: 217 MiB in 51 packages 19:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:24 OK: 217 MiB in 51 packages 19:06:25 OK: 217 MiB in 51 packages 19:06:25 OK: 217 MiB in 51 packages 19:06:25 OK: 217 MiB in 51 packages 19:06:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:25 Removing intermediate container c6be7754adb3 19:06:25 ---> 50ddc2ff7332 19:06:25 Step 6/23 : COPY go.mod . 19:06:25 snap "core18" has no updates available 19:06:26 Removing intermediate container dd940c718b2c 19:06:26 ---> c9bcbc92c115 19:06:26 Step 6/21 : COPY go.mod . 19:06:26 ---> dc4330b673c4 19:06:26 Step 7/23 : RUN go mod download 19:06:26 Pulling config-common 19:06:26 + snapcraftctl pull 19:06:26 ---> Running in edb74a000622 19:06:26 Removing intermediate container 81f6ef4ed88d 19:06:26 ---> fd514926d00e 19:06:26 Step 6/24 : COPY go.mod . 19:06:26 Removing intermediate container 616f02da4c40 19:06:26 ---> 9e0ff16c0614 19:06:26 Step 6/22 : COPY go.mod . 19:06:27 Removing intermediate container 459e7c4f7066 19:06:27 ---> 3422f8315e08 19:06:27 Step 6/23 : COPY go.mod . 19:06:27 ---> cdc338fe7219 19:06:27 Step 7/21 : RUN go mod download 19:06:27 ---> Running in 90d5d9ab9f84 19:06:27 ---> 5df6f3765796 19:06:27 Step 7/24 : RUN go mod download 19:06:27 Pulling go-build-helper 19:06:27 + snapcraftctl pull 19:06:27 ---> Running in 6b27a96a57cc 19:06:27 ---> 30f8b50458d4 19:06:27 Step 7/22 : RUN go mod download 19:06:28 ---> c7ef1791153b 19:06:28 Step 7/23 : RUN go mod download 19:06:28 ---> Running in 89122558f78c 19:06:28 ---> Running in c920e5fa7c15 19:06:30 Removing intermediate container edb74a000622 19:06:30 ---> c26c8ef1a33e 19:06:30 Step 8/23 : COPY . . 19:06:33 Removing intermediate container 90d5d9ab9f84 19:06:33 ---> 2ebb65668b32 19:06:33 Step 8/21 : COPY . . 19:06:33 Removing intermediate container 89122558f78c 19:06:33 ---> 326432eeaf80 19:06:33 Step 8/22 : COPY . . 19:06:33 Removing intermediate container 6b27a96a57cc 19:06:33 ---> b927f046bbf6 19:06:33 Step 8/24 : COPY . . 19:06:34 Removing intermediate container c920e5fa7c15 19:06:34 ---> 08ce003e2924 19:06:34 Step 8/23 : COPY . . 19:06:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:06:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:06:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 19:06:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 19:06:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 19:06:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 19:06:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 19:06:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 19:06:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 19:06:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 19:06:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:06:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:06:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:06:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:06:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:06:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:06:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:06:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:06:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:06:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 19:06:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 19:06:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 19:06:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 19:06:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 19:06:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 19:06:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 19:06:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 19:06:49 Fetched 23.9 MB in 0s (0 B/s) 19:06:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:06:49 Fetched 96.5 kB in 0s (0 B/s) 19:06:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:06:49 Fetched 279 kB in 0s (0 B/s) 19:06:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:06:49 Fetched 122 kB in 0s (0 B/s) 19:06:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:06:49 Fetched 77.8 kB in 0s (0 B/s) 19:06:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:06:49 Fetched 8848 B in 0s (0 B/s) 19:06:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:06:49 Fetched 47.8 kB in 0s (0 B/s) 19:06:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:06:49 Fetched 45.6 kB in 0s (0 B/s) 19:06:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:06:49 Fetched 15.0 kB in 0s (0 B/s) 19:06:49 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:06:49 Fetched 214 kB in 0s (0 B/s) 19:06:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 19:06:49 Fetched 155 kB in 0s (0 B/s) 19:06:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:06:49 Fetched 50.6 kB in 0s (0 B/s) 19:06:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:06:49 Fetched 14.8 kB in 0s (0 B/s) 19:06:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:06:49 Fetched 41.8 kB in 0s (0 B/s) 19:06:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:06:49 Fetched 499 kB in 0s (0 B/s) 19:06:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:06:49 Fetched 111 kB in 0s (0 B/s) 19:06:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:06:49 Fetched 240 kB in 0s (0 B/s) 19:06:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:06:49 Fetched 29.3 kB in 0s (0 B/s) 19:06:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:06:49 Fetched 85.5 kB in 0s (0 B/s) 19:06:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:06:49 Fetched 24.5 kB in 0s (0 B/s) 19:06:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:06:49 Fetched 49.2 kB in 0s (0 B/s) 19:06:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:06:49 Fetched 54.2 kB in 0s (0 B/s) 19:06:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:06:49 Fetched 30.8 kB in 0s (0 B/s) 19:06:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 19:06:49 Fetched 16.6 kB in 0s (0 B/s) 19:06:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:06:49 Fetched 85.9 kB in 0s (0 B/s) 19:06:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:06:49 Fetched 8720 B in 0s (0 B/s) 19:06:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:06:49 Fetched 137 kB in 0s (0 B/s) 19:06:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:06:49 Fetched 119 kB in 0s (0 B/s) 19:06:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:06:49 Fetched 109 kB in 0s (0 B/s) 19:06:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:06:49 Fetched 11.1 kB in 0s (0 B/s) 19:06:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:06:49 Fetched 645 kB in 0s (0 B/s) 19:06:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:06:49 Fetched 41.3 kB in 0s (0 B/s) 19:06:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:06:49 Fetched 17.9 kB in 0s (0 B/s) 19:06:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:06:49 Fetched 368 kB in 0s (0 B/s) 19:06:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:06:49 Fetched 187 kB in 0s (0 B/s) 19:06:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:06:49 Fetched 175 kB in 0s (0 B/s) 19:06:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:06:51 Fetched 206 kB in 0s (0 B/s) 19:06:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:06:51 Fetched 1301 kB in 0s (0 B/s) 19:06:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:06:51 Fetched 36.2 kB in 0s (0 B/s) 19:06:51 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:06:51 Fetched 159 kB in 0s (0 B/s) 19:06:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:06:51 Fetched 107 kB in 0s (0 B/s) 19:06:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:06:51 Fetched 48.7 kB in 0s (0 B/s) 19:06:51 Pulling static-packages 19:06:51 + snapcraftctl pull 19:06:52 'go115' has dependencies that need to be staged: static-packages go-build-helper 19:06:52 Skipping pull go-build-helper (already ran) 19:06:52 Skipping pull static-packages (already ran) 19:06:52 Building go-build-helper 19:06:52 + snapcraftctl build 19:06:56 Building static-packages 19:06:56 + snapcraftctl build 19:06:57 Staging go-build-helper 19:06:57 + snapcraftctl stage 19:06:58 Staging static-packages 19:06:58 + snapcraftctl stage 19:06:59 Pulling go115 19:06:59 + snapcraftctl pull 19:07:01 ---> 5de18ccc61cb 19:07:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:07:01 ---> Running in 454d0314a1e6 19:07:01 ---> 78c1c8264139 19:07:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:07:01 ---> 3e7d8fb39574 19:07:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:07:01 ---> f6f86158f26e 19:07:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:07:01 ---> 42c9bb7c3945 19:07:01 Step 9/23 : RUN make cmd/core-data/core-data 19:07:01 ---> Running in 245a21963611 19:07:01 ---> Running in da451743630c 19:07:01 ---> Running in f573eb7076f5 19:07:01 ---> Running in 5990b4f3fa42 19:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:07:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:07:01 'edgex-go' has dependencies that need to be staged: go115 19:07:01 Skipping pull go115 (already ran) 19:07:01 Building go115 19:07:01 + dpkg --print-architecture 19:07:01 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 19:07:01 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 19:07:01 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 19:07:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:07:01 Dload Upload Total Spent Left Speed 19:07:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.4M 0 0 46.1M 0 0:00:02 --:--:-- 0:00:02 46.0M 81 115M 81 93.6M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.8M 100 115M 100 115M 0 0 60.6M 0 0:00:01 0:00:01 --:--:-- 60.5M 19:07:02 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 19:07:02 + sha256sum -c sha256 19:07:02 + grep OK 19:07:03 go1.15.2.linux-amd64.tar.gz: OK 19:07:03 + mkdir -p /root/stage/go1.15 19:07:03 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 19:07:06 Staging go115 19:07:06 + snapcraftctl stage 19:07:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:07:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:07:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:07:13 Fetched 0 B in 0s (0 B/s) 19:07:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:07:13 Fetched 224 kB in 0s (0 B/s) 19:07:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:07:13 Fetched 157 kB in 0s (0 B/s) 19:07:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:07:13 Fetched 221 kB in 0s (0 B/s) 19:07:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:07:13 Fetched 143 kB in 0s (0 B/s) 19:07:13 Pulling edgex-go 19:07:13 + snapcraftctl pull 19:07:13 Pulling version 19:07:13 + cd /root/project 19:07:13 + [ -f VERSION ] 19:07:13 + PROJECT_VERSION=local-dev 19:07:13 + git rev-parse --short HEAD 19:07:13 + GIT_REVISION=1e9658dd 19:07:13 + snapcraftctl set-version local-dev 19:07:14 Building config-common 19:07:14 + snapcraftctl build 19:07:16 Skipping build go-build-helper (already ran) 19:07:16 Skipping build static-packages (already ran) 19:07:16 Skipping build go115 (already ran) 19:07:16 Building edgex-go 19:07:16 + 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 19:07:16 + cd /root/parts/edgex-go/src 19:07:16 + make build 19:07:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:07:18 go: downloading github.com/gorilla/mux v1.8.0 19:07:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 19:07:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:07:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 19:07:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:07:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:07:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 19:07:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 19:07:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 19:07:18 go: downloading github.com/x448/float16 v0.8.4 19:07:18 go: downloading github.com/go-kit/kit v0.8.0 19:07:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:07:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:07:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 19:07:18 go: downloading github.com/google/uuid v1.2.0 19:07:18 go: downloading github.com/BurntSushi/toml v0.3.1 19:07:18 go: downloading github.com/imdario/mergo v0.3.11 19:07:18 go: downloading github.com/pkg/errors v0.8.1 19:07:18 go: downloading github.com/pelletier/go-toml v1.2.0 19:07:18 go: downloading github.com/hashicorp/consul/api v1.1.0 19:07:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:07:18 go: downloading github.com/pebbe/zmq4 v1.2.2 19:07:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:07:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:07:18 go: downloading github.com/go-playground/universal-translator v0.17.0 19:07:18 go: downloading github.com/leodido/go-urn v1.2.0 19:07:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:07:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:07:18 go: downloading github.com/mitchellh/copystructure v1.0.0 19:07:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:07:18 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:07:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:07:18 go: downloading github.com/hashicorp/serf v0.8.2 19:07:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:07:18 go: downloading github.com/go-playground/locales v0.13.0 19:07:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:07:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:07:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:07:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:07:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:07:25 go: downloading gopkg.in/yaml.v2 v2.4.0 19:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:07:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:07:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:07:32 go: downloading github.com/stretchr/testify v1.7.0 19:07:33 go: downloading github.com/pmezard/go-difflib v1.0.0 19:07:33 go: downloading github.com/davecgh/go-spew v1.1.1 19:07:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:07:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:07:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:07:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:07:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:07:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:07:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:07:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:07:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:07:40 go: downloading github.com/lib/pq v1.9.0 19:07:42 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:07:42 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:07:42 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:07:42 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:07:42 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:07:42 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:07:42 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:07:42 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:07:42 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:07:42 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:07:42 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:07:42 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:07:42 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:07:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:07:42 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:07:42 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:07:42 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:07:42 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:07:42 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:07:42 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:07:42 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:07:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:07:42 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:07:42 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:07:42 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:07:43 Building version 19:07:43 + snapcraftctl build 19:07:45 Staging config-common 19:07:45 + snapcraftctl stage 19:07:46 Skipping stage go-build-helper (already ran) 19:07:46 Skipping stage static-packages (already ran) 19:07:46 Skipping stage go115 (already ran) 19:07:46 Staging edgex-go 19:07:46 + snapcraftctl stage 19:07:47 Staging version 19:07:47 + snapcraftctl stage 19:07:48 Priming config-common 19:07:48 + snapcraftctl prime 19:07:49 Priming go-build-helper 19:07:49 + snapcraftctl prime 19:07:49 Priming static-packages 19:07:49 + snapcraftctl prime 19:07:52 Priming go115 19:07:52 + snapcraftctl prime 19:07:53 Priming edgex-go 19:07:53 + snapcraftctl prime 19:07:54 Priming version 19:07:54 + snapcraftctl prime 19:07:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:08:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:08:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:08:33 Removing intermediate container f573eb7076f5 19:08:33 ---> 11f8d0cdb1db 19:08:33 19:08:33 Step 10/24 : FROM alpine:3.12 19:08:33 3.12: Pulling from library/alpine 19:08:34 Removing intermediate container da451743630c 19:08:34 ---> 817e5880d89d 19:08:34 19:08:34 Step 10/21 : FROM alpine:3.12 19:08:34 3.12: Pulling from library/alpine 19:08:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:08:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:08:35 Status: Image is up to date for alpine:3.12 19:08:35 ---> afeebe901d6b 19:08:35 Step 11/21 : RUN apk add --update --no-cache curl 19:08:35 Status: Downloaded newer image for alpine:3.12 19:08:35 ---> afeebe901d6b 19:08:35 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:08:36 ---> Running in b5610717f9cb 19:08:36 ---> Running in 1a87b092e4e8 19:08:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:39 (1/5) Installing ca-certificates (20191127-r4) 19:08:39 (1/4) Installing ca-certificates (20191127-r4) 19:08:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:08:39 (3/5) Installing libcurl (7.69.1-r3) 19:08:39 (4/5) Installing curl (7.69.1-r3) 19:08:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:08:39 (5/5) Installing dumb-init (1.2.2-r1) 19:08:39 (3/4) Installing libcurl (7.69.1-r3) 19:08:39 Executing busybox-1.31.1-r19.trigger 19:08:39 (4/4) Installing curl (7.69.1-r3) 19:08:39 Executing ca-certificates-20191127-r4.trigger 19:08:39 Executing busybox-1.31.1-r19.trigger 19:08:39 Executing ca-certificates-20191127-r4.trigger 19:08:39 OK: 7 MiB in 19 packages 19:08:39 OK: 7 MiB in 18 packages 19:08:43 Removing intermediate container b5610717f9cb 19:08:43 ---> 43c10ba2eee4 19:08:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:08:43 Removing intermediate container 1a87b092e4e8 19:08:43 ---> ff1cdcf6eaa5 19:08:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:08:43 ---> Running in 14e1e0a5dd22 19:08:43 ---> Running in baecfde98c05 19:08:44 Removing intermediate container 14e1e0a5dd22 19:08:44 Removing intermediate container baecfde98c05 19:08:44 ---> 0bd1f1452a79 19:08:44 ---> d97cf96d68e4 19:08:44 Step 13/24 : WORKDIR / 19:08:44 Step 13/21 : WORKDIR /edgex 19:08:44 ---> Running in 8a3362dfc9b4 19:08:44 ---> Running in c95cb28e24d4 19:08:46 Removing intermediate container 8a3362dfc9b4 19:08:46 ---> 0a1c5a5860fb 19:08:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:08:46 Removing intermediate container c95cb28e24d4 19:08:46 ---> 44b977f06551 19:08:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:08:48 ---> 7e2eed048c7f 19:08:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:08:48 ---> 6e58e10c2bc3 19:08:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:08:48 Removing intermediate container 5990b4f3fa42 19:08:48 ---> fc4ad1d81b01 19:08:48 19:08:48 Step 10/22 : FROM alpine:3.12 19:08:48 ---> afeebe901d6b 19:08:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:08:49 ---> Running in c2b7d7bc36b8 19:08:50 ---> 3860f62c8fac 19:08:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:08:50 ---> f2d9f77ab1d3 19:08:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:08:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:51 ---> df688293e1b5 19:08:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:08:52 (1/1) Installing dumb-init (1.2.2-r1) 19:08:52 Executing busybox-1.31.1-r19.trigger 19:08:52 OK: 5 MiB in 15 packages 19:08:52 ---> ca7cff286fc0 19:08:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:08:53 ---> Running in bf6fbf73be15 19:08:54 ---> a8b4c54019dd 19:08:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:08:54 Removing intermediate container bf6fbf73be15 19:08:54 ---> 4f56d7a49bfd 19:08:54 Step 18/21 : CMD ["--init=true"] 19:08:54 Removing intermediate container c2b7d7bc36b8 19:08:54 ---> a833f2ddc191 19:08:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:08:54 ---> Running in 7ae5adde3438 19:08:55 ---> Running in 8f1c00de3222 19:08:55 Removing intermediate container 7ae5adde3438 19:08:55 ---> 4933593a233b 19:08:55 Step 19/21 : LABEL arch=arm64 19:08:56 ---> c4637ea52de1 19:08:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:08:56 Removing intermediate container 8f1c00de3222 19:08:56 ---> b77abb621896 19:08:56 Step 13/22 : ENV APP_PORT=48085 19:08:56 ---> Running in f43c316cd053 19:08:56 ---> Running in d39f891ea14f 19:08:57 ---> 7399cc119884 19:08:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:08:57 ---> Running in 5b0b6dfd77f4 19:08:57 Removing intermediate container f43c316cd053 19:08:57 ---> 79bba88d1df7 19:08:57 Step 20/21 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:08:57 Removing intermediate container d39f891ea14f 19:08:57 ---> 2f0cc5f7140b 19:08:57 Step 14/22 : EXPOSE $APP_PORT 19:08:57 Removing intermediate container 454d0314a1e6 19:08:57 ---> 2391ba7c5e0c 19:08:57 19:08:57 Step 10/23 : FROM alpine:3.12 19:08:57 ---> afeebe901d6b 19:08:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:08:57 ---> Using cache 19:08:57 ---> a833f2ddc191 19:08:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:08:57 ---> Using cache 19:08:57 ---> b77abb621896 19:08:57 Step 13/23 : ENV APP_PORT=48081 19:08:57 ---> Running in 430c75651b29 19:08:57 ---> Running in 18884b782284 19:08:58 ---> Running in 704b62b0c33f 19:08:58 Removing intermediate container 430c75651b29 19:08:58 ---> 93f9dd19d99d 19:08:58 Step 21/21 : LABEL version=0.0.0 19:08:59 Removing intermediate container 18884b782284 19:08:59 ---> 9db20ef72703 19:08:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:59 ---> Running in bffcd14c3c55 19:08:59 Removing intermediate container 704b62b0c33f 19:08:59 ---> 40c09e6a8185 19:08:59 Step 14/23 : EXPOSE $APP_PORT 19:08:59 ---> Running in b80f103d5bbb 19:09:00 Removing intermediate container bffcd14c3c55 19:09:00 ---> 44f1b708c1ea 19:09:00 19:09:00 Removing intermediate container b80f103d5bbb 19:09:00 ---> 6672eff79eca 19:09:00 Step 15/23 : WORKDIR / 19:09:00 Successfully built 44f1b708c1ea 19:09:00 ---> 8b16bd1736ac 19:09:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:09:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:09:00  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 19:09:00 ---> Running in b1ac74610ced 19:09:01 Removing intermediate container 5b0b6dfd77f4 19:09:01 ---> 75c1e0865fae 19:09:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:09:02 ---> Running in 7de31184e14c 19:09:02 Removing intermediate container b1ac74610ced 19:09:02 ---> 1427d381991c 19:09:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:03 ---> 24668770c7a6 19:09:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:09:04 ---> 904fa9576ce2 19:09:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:09:04 Removing intermediate container 7de31184e14c 19:09:04 ---> e86d22ac26fd 19:09:04 Step 22/24 : LABEL arch=arm64 19:09:04 Removing intermediate container 245a21963611 19:09:04 ---> 269c40559257 19:09:04 19:09:04 Step 10/23 : FROM alpine:3.12 19:09:04 ---> afeebe901d6b 19:09:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:09:04 ---> b0b8632e7222 19:09:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:09:04 ---> Running in f3591d9c5be7 19:09:05 ---> Running in a978d1097ec0 19:09:05 ---> Running in 93738f0cde51 19:09:06 Removing intermediate container f3591d9c5be7 19:09:06 ---> 86fcab420fac 19:09:06 Step 23/24 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:09:06 ---> a0722fa0385d 19:09:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:09:06 ---> Running in 49fd404ac86c 19:09:06 Removing intermediate container a978d1097ec0 19:09:06 ---> 2b2f5c816005 19:09:06 Step 12/23 : ENV APP_PORT=48080 19:09:06 Removing intermediate container 93738f0cde51 19:09:06 ---> 0e9b11c1d47c 19:09:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:09:07 ---> Running in 39e25c151031 19:09:07 ---> Running in eb34111219b7 19:09:07 ---> 629909df73fb 19:09:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:09:07 Removing intermediate container 49fd404ac86c 19:09:07 ---> 615310f332bc 19:09:07 Step 24/24 : LABEL version=0.0.0 19:09:07 ---> Running in 54f193fd0f58 19:09:07 ---> Running in 06798a960f1c 19:09:07 Removing intermediate container 39e25c151031 19:09:07 Removing intermediate container eb34111219b7 19:09:07 ---> 556737bda8a6 19:09:07 Step 20/22 : LABEL arch=arm64 19:09:07 ---> 81cdedb4c6e2 19:09:07 Step 13/23 : EXPOSE $APP_PORT 19:09:07 ---> Running in de80638b5613 19:09:07 ---> Running in f69f9707ea86 19:09:08 Removing intermediate container 54f193fd0f58 19:09:08 ---> 60d5d08bd022 19:09:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:09:08 Removing intermediate container 06798a960f1c 19:09:08 ---> a62caaaa7915 19:09:08 19:09:08 ---> Running in c371b4e6f9e3 19:09:08 Removing intermediate container de80638b5613 19:09:08 ---> 37dfa6d130e9 19:09:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:08 Removing intermediate container f69f9707ea86 19:09:08 ---> b102d939a496 19:09:08 Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:09:08 Successfully built a62caaaa7915 19:09:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:09:08  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 19:09:08 ---> Running in c60839b7a9e7 19:09:09 Removing intermediate container c371b4e6f9e3 19:09:09 ---> Running in f077e083b20b 19:09:09 ---> 6f922732dded 19:09:09 Step 21/23 : LABEL arch=arm64 19:09:09 ---> Running in 086f63d8a855 19:09:09 Removing intermediate container f077e083b20b 19:09:09 ---> c6244ba2e32a 19:09:09 Step 22/22 : LABEL version=0.0.0 19:09:10 ---> Running in 8c3acd336103 19:09:10 Removing intermediate container 086f63d8a855 19:09:10 ---> 052709401279 19:09:10 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:09:10 ---> Running in fcbdff4b5aec 19:09:10 Removing intermediate container 8c3acd336103 19:09:10 ---> 9d91e9e5f3b8 19:09:10 19:09:11 Removing intermediate container fcbdff4b5aec 19:09:11 ---> fcbf86bd5215 19:09:11 Step 23/23 : LABEL version=0.0.0 19:09:11 Successfully built 9d91e9e5f3b8 19:09:11 Successfully tagged docker-support-scheduler-go-arm64:latest 19:09:11 Building docker-core-command-go 19:09:12  Building docker-support-scheduler-go ... done  ---> Running in a3e084a4fe0c 19:09:12 Removing intermediate container c60839b7a9e7 19:09:12 Removing intermediate container a3e084a4fe0c 19:09:12 ---> f2d92f46152e 19:09:12 19:09:12 ---> 1d80946d1422 19:09:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:09:13 ---> Running in 3e6217a2658f 19:09:13 Successfully built f2d92f46152e 19:09:13 Successfully tagged docker-core-metadata-go-arm64:latest 19:09:13  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 19:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:16 (1/6) Installing dumb-init (1.2.2-r1) 19:09:16 (2/6) Installing libgcc (9.3.0-r2) 19:09:16 (3/6) Installing libsodium (1.0.18-r0) 19:09:17 (4/6) Installing libstdc++ (9.3.0-r2) 19:09:17 (5/6) Installing libzmq (4.3.3-r0) 19:09:18 (6/6) Installing zeromq (4.3.3-r0) 19:09:18 Executing busybox-1.31.1-r19.trigger 19:09:18 OK: 8 MiB in 20 packages 19:09:23 Removing intermediate container 3e6217a2658f 19:09:23 ---> aa1f1456568b 19:09:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:24 ---> f2e06514bc8b 19:09:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:09:26 ---> cd2d443bcfca 19:09:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:09:28 ---> bca126ecd913 19:09:28 Step 19/23 : ENTRYPOINT ["/core-data"] 19:09:28 ---> Running in 2d42e3263a52 19:09:28 Removing intermediate container 2d42e3263a52 19:09:28 ---> a77f53100d28 19:09:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:09:29 ---> Running in 1109a7167cdd 19:09:29 Removing intermediate container 1109a7167cdd 19:09:29 ---> bd9cdf5a82af 19:09:29 Step 21/23 : LABEL arch=arm64 19:09:30 ---> Running in d2ee0b53c999 19:09:30 Removing intermediate container d2ee0b53c999 19:09:30 ---> 05fc68dc72fb 19:09:30 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:09:31 ---> Running in 9fb2a19cccb1 19:09:31 Removing intermediate container 9fb2a19cccb1 19:09:31 ---> 1c82488402f1 19:09:31 Step 23/23 : LABEL version=0.0.0 19:09:32 ---> Running in 6205925f4dfc 19:09:32 Removing intermediate container 6205925f4dfc 19:09:32 ---> ca5057e63071 19:09:32 19:09:32 Successfully built ca5057e63071 19:09:32 Successfully tagged docker-core-data-go-arm64:latest 19:09:39  Building docker-core-data-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:39 Step 2/30 : FROM ${BUILDER_BASE} AS builder 19:09:39 ---> ab3031579aa1 19:09:39 Step 3/30 : WORKDIR /edgex-go 19:09:39 ---> Using cache 19:09:39 ---> d6b932d7a4e5 19:09:39 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:39 ---> Using cache 19:09:39 ---> 1ebbe098368f 19:09:39 Step 5/30 : RUN apk add --update --no-cache make git 19:09:41 ---> Running in 6a444cc3d5fc 19:09:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:45 OK: 217 MiB in 51 packages 19:09:48 Removing intermediate container 6a444cc3d5fc 19:09:48 ---> 1ae5a5670b14 19:09:48 Step 6/30 : COPY go.mod . 19:09:49 ---> b3faa83e9e98 19:09:49 Step 7/30 : RUN go mod download 19:09:49 ---> Running in 408d19772907 19:09:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:09:53 ---> ab3031579aa1 19:09:53 Step 3/22 : WORKDIR /edgex-go 19:09:53 ---> Using cache 19:09:53 ---> d6b932d7a4e5 19:09:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:53 ---> Using cache 19:09:53 ---> 1ebbe098368f 19:09:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:09:54 ---> Running in 2906ede1461a 19:09:54 Removing intermediate container 408d19772907 19:09:54 ---> f28c969a86ac 19:09:54 Step 8/30 : COPY . . 19:09:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:54 ---> ab3031579aa1 19:09:54 Step 3/23 : WORKDIR /edgex-go 19:09:54 ---> Using cache 19:09:54 ---> d6b932d7a4e5 19:09:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:54 ---> Using cache 19:09:54 ---> 1ebbe098368f 19:09:54 Step 5/23 : RUN apk add --update --no-cache make git 19:09:54 ---> Using cache 19:09:54 ---> 1ae5a5670b14 19:09:54 Step 6/23 : COPY go.mod . 19:09:54 ---> Using cache 19:09:54 ---> b3faa83e9e98 19:09:54 Step 7/23 : RUN go mod download 19:09:54 ---> Using cache 19:09:54 ---> f28c969a86ac 19:09:54 Step 8/23 : COPY . . 19:09:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:09:55 ---> ab3031579aa1 19:09:55 Step 3/26 : WORKDIR /edgex-go 19:09:55 ---> Using cache 19:09:55 ---> d6b932d7a4e5 19:09:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:55 ---> Using cache 19:09:55 ---> 1ebbe098368f 19:09:55 Step 5/26 : RUN apk add --update --no-cache make bash git 19:09:55 ---> Running in 8dd9042e82fe 19:09:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:57 OK: 217 MiB in 51 packages 19:09:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:58 OK: 217 MiB in 51 packages 19:10:05 Removing intermediate container 2906ede1461a 19:10:05 ---> ba34dbbba8a8 19:10:05 Step 6/22 : COPY go.mod . 19:10:05 Removing intermediate container 8dd9042e82fe 19:10:05 ---> efd0faaadb4b 19:10:05 Step 6/26 : COPY go.mod . 19:10:05 ---> 401eb8e1463d 19:10:05 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:10:05 ---> c33a988cfa10 19:10:05 Step 7/26 : RUN go mod download 19:10:05 ---> Running in 3c5182f9cb4b 19:10:06 ---> 73e89c71c3a2 19:10:06 Step 7/22 : RUN go mod download 19:10:06 ---> Running in 87a4e6dba4fc 19:10:06 ---> Running in b6d2ced2c4c3 19:10:06 ---> 61893cd43f2d 19:10:06 Step 9/23 : RUN make cmd/core-command/core-command 19:10:07 ---> Running in e6035c8e43f8 19:10:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:10:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:10:10 Removing intermediate container 87a4e6dba4fc 19:10:10 ---> 309dacc37044 19:10:10 Step 8/26 : COPY . . 19:10:10 Removing intermediate container b6d2ced2c4c3 19:10:10 ---> d9eaea9883c4 19:10:10 Step 8/22 : COPY . . 19:10:42 ---> c20e3cf6eaff 19:10:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:10:42 ---> 2d6bea7ffd68 19:10:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:10:42 ---> Running in 65919de249ba 19:10:42 ---> Running in 82531e293aa2 19:10:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:10:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:11:09 Removing intermediate container 3c5182f9cb4b 19:11:09 ---> fff4d428dc23 19:11:09 19:11:09 Step 10/30 : FROM alpine:3.12 19:11:09 ---> afeebe901d6b 19:11:09 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:11:09 ---> Running in 1c77c90eb15a 19:11:09 Removing intermediate container 1c77c90eb15a 19:11:09 ---> df11b8dfa823 19:11:09 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 19:11:09 ---> Running in fbb712e6a89d 19:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:09 (1/2) Installing dumb-init (1.2.2-r1) 19:11:09 (2/2) Installing su-exec (0.2-r1) 19:11:09 Executing busybox-1.31.1-r19.trigger 19:11:09 OK: 5 MiB in 16 packages 19:11:11 Removing intermediate container fbb712e6a89d 19:11:11 ---> e10917c3e9a1 19:11:11 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 19:11:11 ---> Running in 12f7031b2b37 19:11:11 Removing intermediate container 12f7031b2b37 19:11:11 ---> a8fbf31e2c78 19:11:11 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:11:11 ---> Running in 6d68074b3c98 19:11:12 Removing intermediate container 6d68074b3c98 19:11:12 ---> 8df64315af68 19:11:12 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:11:12 ---> Running in 61e4c777d7ac 19:11:16 Removing intermediate container 61e4c777d7ac 19:11:16 ---> dce55ae8b18a 19:11:16 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 19:11:16 ---> Running in 6d57969e003b 19:11:16 Removing intermediate container 6d57969e003b 19:11:16 ---> 3d906e9334cd 19:11:16 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:11:18 ---> a96df0d153a9 19:11:18 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:11:18 ---> Running in 9e7b466dda68 19:11:21 Removing intermediate container e6035c8e43f8 19:11:21 ---> d8133df901ca 19:11:21 19:11:21 Step 10/23 : FROM alpine:3.12 19:11:21 ---> afeebe901d6b 19:11:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:11:21 ---> Using cache 19:11:21 ---> a833f2ddc191 19:11:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:21 ---> Using cache 19:11:21 ---> b77abb621896 19:11:21 Step 13/23 : ENV APP_PORT=48082 19:11:21 ---> Running in c629944563cc 19:11:21 Removing intermediate container c629944563cc 19:11:21 ---> 24c4fa1e2892 19:11:21 Step 14/23 : EXPOSE $APP_PORT 19:11:22 ---> Running in 7a4be51d5589 19:11:22 Removing intermediate container 9e7b466dda68 19:11:22 ---> 29472891b55b 19:11:22 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:23 Removing intermediate container 7a4be51d5589 19:11:23 ---> eac7df0eda65 19:11:23 Step 15/23 : WORKDIR / 19:11:23 ---> Running in b3b0a780cc6a 19:11:23 ---> 462826dab369 19:11:23 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:11:23 Removing intermediate container b3b0a780cc6a 19:11:23 ---> 1ef620540311 19:11:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:25 ---> 6ee54bf5de25 19:11:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:11:25 ---> 03bb49d4248f 19:11:25 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:11:27 ---> 3c60aeabf7e8 19:11:27 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:11:27 ---> 39a4c581b62f 19:11:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:11:28 ---> c94e30e485fa 19:11:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:11:28 ---> e5d11517580f 19:11:28 Step 19/23 : ENTRYPOINT ["/core-command"] 19:11:29 ---> Running in 4cc30a2f3cd2 19:11:29 ---> Running in a07aea39c022 19:11:30 Removing intermediate container a07aea39c022 19:11:30 ---> 0b37c8ad6c34 19:11:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:30 Removing intermediate container 4cc30a2f3cd2 19:11:30 ---> aa58e4e969ea 19:11:30 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:11:30 ---> Running in 1ccd148bb40c 19:11:30 Removing intermediate container 1ccd148bb40c 19:11:30 ---> 3f4cf97b6403 19:11:30 Step 21/23 : LABEL arch=arm64 19:11:31 ---> Running in 8a2139463e5b 19:11:31 ---> 6193bd890001 19:11:31 Step 25/30 : RUN chmod +x /entrypoint.sh 19:11:31 ---> Running in 72fd28d1ba75 19:11:31 Removing intermediate container 8a2139463e5b 19:11:32 ---> 3362eadb6cbb 19:11:32 Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:11:32 ---> Running in fca58a45c8d0 19:11:33 Removing intermediate container fca58a45c8d0 19:11:33 ---> 444c908f39ae 19:11:33 Step 23/23 : LABEL version=0.0.0 19:11:33 ---> Running in 57df23d588b8 19:11:33 Removing intermediate container 57df23d588b8 19:11:33 ---> af0ca2726606 19:11:33 19:11:34 Successfully built af0ca2726606 19:11:34 Successfully tagged docker-core-command-go-arm64:latest 19:11:35  Building docker-core-command-go ... done Removing intermediate container 72fd28d1ba75 19:11:35 ---> b59054a75fb7 19:11:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:11:35 ---> Running in bb2c8aa1a06a 19:11:36 Removing intermediate container bb2c8aa1a06a 19:11:36 ---> 187329552d4f 19:11:36 Step 27/30 : CMD ["gate"] 19:11:36 ---> Running in 3dd6383283bc 19:11:37 Removing intermediate container 3dd6383283bc 19:11:37 ---> a24b6c10f724 19:11:37 Step 28/30 : LABEL arch=arm64 19:11:37 ---> Running in 675810e024e7 19:11:38 Removing intermediate container 675810e024e7 19:11:38 ---> 367b57915121 19:11:38 Step 29/30 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:11:38 ---> Running in ee3730ddb54f 19:11:39 Removing intermediate container ee3730ddb54f 19:11:39 ---> e6a1eeb355f6 19:11:39 Step 30/30 : LABEL version=0.0.0 19:11:39 ---> Running in b3e9462ad01e 19:11:40 Removing intermediate container b3e9462ad01e 19:11:40 ---> bc69421b1101 19:11:40 19:11:40 Successfully built bc69421b1101 19:11:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:11:44  Building docker-security-bootstrapper-go ... done Removing intermediate container 82531e293aa2 19:11:44 ---> 335dec99deda 19:11:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:44 ---> Running in 159f9918cf91 19:11:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:11:48 Removing intermediate container 159f9918cf91 19:11:48 ---> 608c6a6e0174 19:11:48 19:11:48 Step 11/26 : FROM docker:20.10.0 19:11:48 20.10.0: Pulling from library/docker 19:11:48 Removing intermediate container 65919de249ba 19:11:48 ---> 12ca1101a402 19:11:48 19:11:48 Step 10/22 : FROM alpine:3.12 19:11:48 ---> afeebe901d6b 19:11:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:11:48 ---> Running in a3716fdb6a4e 19:11:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:50 (1/2) Installing ca-certificates (20191127-r4) 19:11:50 (2/2) Installing dumb-init (1.2.2-r1) 19:11:50 Executing busybox-1.31.1-r19.trigger 19:11:50 Executing ca-certificates-20191127-r4.trigger 19:11:51 OK: 6 MiB in 16 packages 19:11:54 Removing intermediate container a3716fdb6a4e 19:11:54 ---> 1507364383d7 19:11:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:11:54 ---> Running in c1f464dcd426 19:11:55 Removing intermediate container c1f464dcd426 19:11:55 ---> 8b15c8e5f0aa 19:11:55 Step 13/22 : ENV APP_PORT=48060 19:11:55 ---> Running in 95ce1c10e56e 19:11:55 Removing intermediate container 95ce1c10e56e 19:11:55 ---> 93fcfc4bd89a 19:11:55 Step 14/22 : EXPOSE $APP_PORT 19:11:56 ---> Running in 33594ce8e47a 19:11:56 Removing intermediate container 33594ce8e47a 19:11:56 ---> 581935d46973 19:11:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:11:56 Status: Downloaded newer image for docker:20.10.0 19:11:56 ---> eeaf43b92773 19:11:56 Step 12/26 : RUN apk add --no-cache bash 19:11:56 ---> Running in 9d16b7598387 19:11:57 ---> 42542b4d7451 19:11:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:58 (1/2) Installing readline (8.0.4-r0) 19:11:58 (2/2) Installing bash (5.0.17-r0) 19:11:58 Executing bash-5.0.17-r0.post-install 19:11:58 Executing busybox-1.31.1-r19.trigger 19:11:58 OK: 12 MiB in 22 packages 19:11:58 ---> eb2aff67125e 19:11:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:11:59 ---> 26a4f63e7338 19:11:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:11:59 ---> Running in 79006de5ffc8 19:11:59 Removing intermediate container 9d16b7598387 19:11:59 ---> fe9be7f4c6aa 19:11:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:11:59 ---> Running in cc0a63387a30 19:11:59 Removing intermediate container 79006de5ffc8 19:11:59 ---> 6d1e4c1d6faa 19:11:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:00 ---> Running in 969e518ed5ae 19:12:00 Removing intermediate container cc0a63387a30 19:12:00 ---> 42d87b26f6ea 19:12:00 Step 14/26 : ENV APP_PORT=48090 19:12:00 Removing intermediate container 969e518ed5ae 19:12:00 ---> 27840c071226 19:12:00 Step 20/22 : LABEL arch=arm64 19:12:00 ---> Running in 15cfd00b1157 19:12:00 ---> Running in d0e42b60ae28 19:12:00 Removing intermediate container 15cfd00b1157 19:12:00 ---> 4fb70f03792f 19:12:00 Step 15/26 : EXPOSE $APP_PORT 19:12:01 Removing intermediate container d0e42b60ae28 19:12:01 ---> 45b28a4cd1b7 19:12:01 Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:12:01 ---> Running in d43928b4dc94 19:12:01 ---> Running in 8a0319f1c7e4 19:12:01 Removing intermediate container d43928b4dc94 19:12:01 ---> ad5db48bb639 19:12:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:12:01 Removing intermediate container 8a0319f1c7e4 19:12:01 ---> fcc173a672b4 19:12:01 Step 22/22 : LABEL version=0.0.0 19:12:02 ---> Running in e5997b473aaf 19:12:02 Removing intermediate container e5997b473aaf 19:12:02 ---> 2d871fdb2e47 19:12:02 19:12:03 ---> bfcd8c0eee54 19:12:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:12:03 Successfully built 2d871fdb2e47 19:12:03 Successfully tagged docker-support-notifications-go-arm64:latest 19:12:03  Building docker-support-notifications-go ... done  ---> b6c0c6f1db60 19:12:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:12:04 ---> c1de266eebcd 19:12:04 Step 19/26 : RUN apk --no-cache add py3-pip 19:12:04 ---> Running in ef5012f745a8 19:12:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:06 (1/33) Installing libbz2 (1.0.8-r1) 19:12:06 (2/33) Installing expat (2.2.9-r1) 19:12:06 (3/33) Installing libffi (3.3-r2) 19:12:06 (4/33) Installing gdbm (1.13-r1) 19:12:06 (5/33) Installing xz-libs (5.2.5-r0) 19:12:06 (6/33) Installing sqlite-libs (3.32.1-r0) 19:12:06 (7/33) Installing python3 (3.8.5-r0) 19:12:08 (8/33) Installing py3-appdirs (1.4.4-r1) 19:12:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:12:08 (10/33) Installing py3-parsing (2.4.7-r0) 19:12:08 (11/33) Installing py3-six (1.15.0-r0) 19:12:08 (12/33) Installing py3-packaging (20.4-r0) 19:12:08 (13/33) Installing py3-setuptools (47.0.0-r0) 19:12:08 (14/33) Installing py3-chardet (3.0.4-r4) 19:12:08 (15/33) Installing py3-idna (2.9-r0) 19:12:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:12:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:12:08 (18/33) Installing py3-requests (2.23.0-r0) 19:12:08 (19/33) Installing py3-msgpack (1.0.0-r0) 19:12:08 (20/33) Installing py3-lockfile (0.12.2-r3) 19:12:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:12:08 (22/33) Installing py3-colorama (0.4.3-r0) 19:12:08 (23/33) Installing py3-distlib (0.3.0-r0) 19:12:08 (24/33) Installing py3-distro (1.5.0-r1) 19:12:08 (25/33) Installing py3-webencodings (0.5.1-r3) 19:12:08 (26/33) Installing py3-html5lib (1.0.1-r4) 19:12:08 (27/33) Installing py3-pytoml (0.1.21-r0) 19:12:08 (28/33) Installing py3-pep517 (0.8.2-r0) 19:12:08 (29/33) Installing py3-progress (1.5-r0) 19:12:09 (30/33) Installing py3-toml (0.10.1-r0) 19:12:09 (31/33) Installing py3-retrying (1.3.3-r0) 19:12:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:12:09 (33/33) Installing py3-pip (20.1.1-r0) 19:12:09 Executing busybox-1.31.1-r19.trigger 19:12:09 OK: 71 MiB in 55 packages 19:12:15 Removing intermediate container ef5012f745a8 19:12:15 ---> 608cbaa9b3c3 19:12:15 Step 20/26 : RUN pip install docker-compose==1.23.2 19:12:15 ---> Running in 38022ca0ff6b 19:12:20 Collecting docker-compose==1.23.2 19:12:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:12:20 Collecting texttable<0.10,>=0.9.0 19:12:20 Downloading texttable-0.9.1.tar.gz (11 kB) 19:12:23 Collecting PyYAML<4,>=3.10 19:12:23 Downloading PyYAML-3.13.tar.gz (270 kB) 19:12:26 Collecting websocket-client<1.0,>=0.32.0 19:12:26 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:12:27 Collecting docker<4.0,>=3.6.0 19:12:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:12:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:12:27 Collecting docopt<0.7,>=0.6.1 19:12:27 Downloading docopt-0.6.2.tar.gz (25 kB) 19:12:29 Collecting cached-property<2,>=1.2.0 19:12:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:12:30 Collecting dockerpty<0.5,>=0.4.1 19:12:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:12:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:12:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:12:33 Collecting jsonschema<3,>=2.5.1 19:12:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:12:34 Collecting docker-pycreds>=0.4.0 19:12:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:12:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:12:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:12:34 Collecting urllib3<1.25,>=1.21.1 19:12:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:12:35 Collecting idna<2.8,>=2.5 19:12:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:12:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:12:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:12:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:12:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:12:36 Installing collected packages: texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, dockerpty, jsonschema, docker-compose 19:12:36 Running setup.py install for texttable: started 19:12:38 Running setup.py install for texttable: finished with status 'done' 19:12:38 Running setup.py install for PyYAML: started 19:12:40 Running setup.py install for PyYAML: finished with status 'done' 19:12:40 Attempting uninstall: urllib3 19:12:40 Found existing installation: urllib3 1.25.9 19:12:40 Uninstalling urllib3-1.25.9: 19:12:40 Successfully uninstalled urllib3-1.25.9 19:12:41 Attempting uninstall: idna 19:12:41 Found existing installation: idna 2.9 19:12:41 Uninstalling idna-2.9: 19:12:41 Successfully uninstalled idna-2.9 19:12:41 Attempting uninstall: requests 19:12:41 Found existing installation: requests 2.23.0 19:12:41 Uninstalling requests-2.23.0: 19:12:41 Successfully uninstalled requests-2.23.0 19:12:42 Running setup.py install for docopt: started 19:12:44 Running setup.py install for docopt: finished with status 'done' 19:12:44 Running setup.py install for dockerpty: started 19:12:46 Running setup.py install for dockerpty: finished with status 'done' 19:12:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:12:51 Removing intermediate container 38022ca0ff6b 19:12:51 ---> 6213ccd5323c 19:12:51 Step 21/26 : RUN apk --no-cache add curl 19:12:51 ---> Running in 246226bf0505 19:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:12:54 (2/3) Installing libcurl (7.69.1-r3) 19:12:54 (3/3) Installing curl (7.69.1-r3) 19:12:54 Executing busybox-1.31.1-r19.trigger 19:12:54 OK: 71 MiB in 58 packages 19:12:55 Removing intermediate container 246226bf0505 19:12:55 ---> f48be845b347 19:12:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:55 ---> Running in 195d84cb8851 19:12:56 Removing intermediate container 195d84cb8851 19:12:56 ---> 08f84f00043a 19:12:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:56 ---> Running in 053e452743e1 19:12:56 Removing intermediate container 053e452743e1 19:12:56 ---> 6b4ff5cc90a2 19:12:56 Step 24/26 : LABEL arch=arm64 19:12:56 ---> Running in 5a860538fe12 19:12:57 Removing intermediate container 5a860538fe12 19:12:57 ---> 00ebc9da4e30 19:12:57 Step 25/26 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 19:12:57 ---> Running in 4b443b066f04 19:12:57 Removing intermediate container 4b443b066f04 19:12:57 ---> dfe838045496 19:12:57 Step 26/26 : LABEL version=0.0.0 19:12:58 ---> Running in 09bf6fa82166 19:12:58 Removing intermediate container 09bf6fa82166 19:12:58 ---> ee93fda0d078 19:12:58 19:12:58 Successfully built ee93fda0d078 19:12:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:12:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:12:58 $ docker stop --time=1 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 19:13:00 $ docker rm -f 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 [Pipeline] // withDockerContainer [Pipeline] sh 19:13:01 + docker images 19:13:01 + grep docker 19:13:01 docker-sys-mgmt-agent-go-arm64 latest ee93fda0d078 3 seconds ago 300MB 19:13:01 docker-support-notifications-go-arm64 latest 2d871fdb2e47 59 seconds ago 16.7MB 19:13:01 docker-security-bootstrapper-go-arm64 latest bc69421b1101 About a minute ago 17MB 19:13:01 docker-core-command-go-arm64 latest af0ca2726606 About a minute ago 16MB 19:13:01 docker-core-data-go-arm64 latest ca5057e63071 3 minutes ago 21MB 19:13:01 docker-core-metadata-go-arm64 latest f2d92f46152e 3 minutes ago 17.8MB 19:13:01 docker-support-scheduler-go-arm64 latest 9d91e9e5f3b8 3 minutes ago 16.1MB 19:13:01 docker-security-secretstore-setup-go-arm64 latest a62caaaa7915 3 minutes ago 23.4MB 19:13:01 docker-security-proxy-setup-go-arm64 latest 44f1b708c1ea 4 minutes ago 23.2MB 19:13:01 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 19:13:04 provisioning config files... 19:13:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config14843818203843944tmp [Pipeline] { [Pipeline] sh 19:13:04 + set +x 19:13:04 + curl -s https://codecov.io/bash 19:13:04 + bash -s -- 19:13:05 19:13:05 _____ _ 19:13:05 / ____| | | 19:13:05 | | ___ __| | ___ ___ _____ __ 19:13:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:13:05 | |___| (_) | (_| | __/ (_| (_) \ V / 19:13:05 \_____\___/ \__,_|\___|\___\___/ \_/ 19:13:05 Bash-20210129-7c25fce 19:13:05 19:13:05 19:13:05 ==> git version 2.24.3 found 19:13:05 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:13:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:13:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:13:05 ==> Jenkins CI detected. 19:13:05 project root: . 19:13:05 --> token set from env 19:13:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:13:05 ==> Running gcov in . (disable via -X gcov) 19:13:05 ==> Python coveragepy not found 19:13:05 ==> Searching for coverage reports in: 19:13:05 + . 19:13:05 -> Found 1 reports 19:13:05 ==> Detecting git/mercurial file structure 19:13:05 ==> Reading reports 19:13:05 + ./coverage.out bytes=594557 19:13:05 ==> Appending adjustments 19:13:05 https://docs.codecov.io/docs/fixing-reports 19:13:08 + Found adjustments 19:13:08 ==> Gzipping contents 19:13:08 88K /tmp/codecov.H5jJVm.gz 19:13:08 ==> Uploading reports 19:13:08 url: https://codecov.io 19:13:08 query: branch=PR-3148&commit=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 19:13:08 -> Pinging Codecov 19:13:08 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 19:13:08 -> Uploading to 19:13:08 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6/6083a4fd-f8ef-464a-92b7-5ba9c2c52874.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T191308Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e175205584c2f57463bd72aa0df8ac1cba782f9417e07ff981af70c777398bbb 19:13:08 % Total % Received % Xferd Average Speed Time Time Time Current 19:13:08 Dload Upload Total Spent Left Speed 19:13:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89207 0 0 100 89207 0 139k --:--:-- --:--:-- --:--:-- 139k 19:13:09 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [Pipeline] } 19:13:09 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 19:13:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:13:12 ---> package-listing.sh 19:13:12 ++ facter osfamily 19:13:12 ++ tr '[:upper:]' '[:lower:]' 19:13:12 + OS_FAMILY=redhat 19:13:12 + workspace=/w/workspace/edgex-go/8 19:13:12 + START_PACKAGES=/tmp/packages_start.txt 19:13:12 + END_PACKAGES=/tmp/packages_end.txt 19:13:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:13:12 + PACKAGES=/tmp/packages_start.txt 19:13:12 + '[' /w/workspace/edgex-go/8 ']' 19:13:12 + PACKAGES=/tmp/packages_end.txt 19:13:12 + case "${OS_FAMILY}" in 19:13:12 + rpm -qa 19:13:12 + sort 19:13:17 + '[' -f /tmp/packages_start.txt ']' 19:13:17 + '[' -f /tmp/packages_end.txt ']' 19:13:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:13:17 + '[' /w/workspace/edgex-go/8 ']' 19:13:17 + mkdir -p /w/workspace/edgex-go/8/archives/ 19:13:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 19:13:17 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:13:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:18 19:13:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:13:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:18 alpine: Pulling from edgex-lftools-log-publisher 19:13:18 df20fa9351a1: Pulling fs layer 19:13:18 36b3adc4ff6f: Pulling fs layer 19:13:18 8ad3a11d3b57: Pulling fs layer 19:13:18 46f8f816bc3b: Pulling fs layer 19:13:18 93b61091891f: Pulling fs layer 19:13:18 93b9cdb0e59b: Pulling fs layer 19:13:18 5e14af77c1be: Pulling fs layer 19:13:18 01666e4c0597: Pulling fs layer 19:13:18 aa168da1d23b: Pulling fs layer 19:13:18 93b61091891f: Waiting 19:13:18 01666e4c0597: Waiting 19:13:18 93b9cdb0e59b: Waiting 19:13:18 5e14af77c1be: Waiting 19:13:18 46f8f816bc3b: Waiting 19:13:18 36b3adc4ff6f: Verifying Checksum 19:13:18 36b3adc4ff6f: Download complete 19:13:19 46f8f816bc3b: Verifying Checksum 19:13:19 46f8f816bc3b: Download complete 19:13:19 df20fa9351a1: Verifying Checksum 19:13:19 df20fa9351a1: Download complete 19:13:19 93b9cdb0e59b: Verifying Checksum 19:13:19 93b9cdb0e59b: Download complete 19:13:19 5e14af77c1be: Verifying Checksum 19:13:19 5e14af77c1be: Download complete 19:13:19 93b61091891f: Verifying Checksum 19:13:19 93b61091891f: Download complete 19:13:19 01666e4c0597: Verifying Checksum 19:13:19 01666e4c0597: Download complete 19:13:19 df20fa9351a1: Pull complete 19:13:19 36b3adc4ff6f: Pull complete 19:13:19 8ad3a11d3b57: Verifying Checksum 19:13:19 8ad3a11d3b57: Download complete 19:13:20 8ad3a11d3b57: Pull complete 19:13:20 46f8f816bc3b: Pull complete 19:13:21 93b61091891f: Pull complete 19:13:22 aa168da1d23b: Verifying Checksum 19:13:22 aa168da1d23b: Download complete 19:13:23 93b9cdb0e59b: Pull complete 19:13:23 5e14af77c1be: Pull complete 19:13:23 01666e4c0597: Pull complete 19:13:31 aa168da1d23b: Pull complete 19:13:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:13:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:13:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:13:32 prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container 19:13:32 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-lftools-log-publisher:alpine cat 19:13:36 $ docker top 8bf0bc2583137552947ee36da7bc71a6c6456dab324537d609c120b66eb25f35 -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:36 + touch /tmp/pre-build-complete [Pipeline] sh 19:13:37 + mkdir -p /var/log/sa [Pipeline] sh 19:13:37 + ls /var/log/sa-host 19:13:37 + sadf -c /var/log/sa-host/sa09 19:13:37 file_magic: OK 19:13:37 HZ: Using current value: 100 19:13:37 file_header: OK 19:13:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:13:37 Statistics: 19:13:37 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... 19:13:37 File successfully converted to sysstat format version 12.2.1 19:13:37 + sadf -c /var/log/sa-host/sa23 19:13:37 file_magic: OK 19:13:37 HZ: Using current value: 100 19:13:37 file_header: OK 19:13:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:13:37 Statistics: 19:13:37 Hnuu...uuuununununu... 19:13:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:13:37 provisioning config files... 19:13:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config662230418962801196tmp [Pipeline] { [Pipeline] echo 19:13:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:13:38 ---> create-netrc.sh [Pipeline] } 19:13:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:13:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:13:38 ---> python-tools-install.sh [Pipeline] echo 19:13:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:13:38 ---> sudo-logs.sh 19:13:38 Archiving 'sudo' log.. [Pipeline] echo 19:13:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:13:39 ---> job-cost.sh 19:13:39 lf-activate-venv: SKIPPING 19:13:39 INFO: No Stack... 19:13:40 INFO: Retrieving Pricing Info for: v1-standard-2 19:13:40 INFO: Archiving Costs [Pipeline] echo 19:13:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:13:41 ---> logs-deploy.sh 19:13:41 lf-activate-venv: SKIPPING 19:13:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/8 19:13:41 INFO: archiving workspace using pattern(s): 19:13:42 Archives upload complete. 19:13:42 INFO: archiving logs to Nexus 19:13:43 ---> uname -a: 19:13:43 Linux prd-centos7-docker-4c-2g-25830.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:13:43 19:13:43 19:13:43 ---> lscpu: 19:13:43 Architecture: x86_64 19:13:43 CPU op-mode(s): 32-bit, 64-bit 19:13:43 Byte Order: Little Endian 19:13:43 Address sizes: 40 bits physical, 48 bits virtual 19:13:43 CPU(s): 4 19:13:43 On-line CPU(s) list: 0-3 19:13:43 Thread(s) per core: 1 19:13:43 Core(s) per socket: 1 19:13:43 Socket(s): 4 19:13:43 NUMA node(s): 1 19:13:43 Vendor ID: GenuineIntel 19:13:43 CPU family: 6 19:13:43 Model: 44 19:13:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:13:43 Stepping: 1 19:13:43 CPU MHz: 2933.442 19:13:43 BogoMIPS: 5866.88 19:13:43 Virtualization: VT-x 19:13:43 Hypervisor vendor: KVM 19:13:43 Virtualization type: full 19:13:43 L1d cache: 128 KiB 19:13:43 L1i cache: 128 KiB 19:13:43 L2 cache: 16 MiB 19:13:43 L3 cache: 64 MiB 19:13:43 NUMA node0 CPU(s): 0-3 19:13:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:13:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:13:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:13:43 Vulnerability Meltdown: Mitigation; PTI 19:13:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:13:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:13:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:13:43 Vulnerability Srbds: Not affected 19:13:43 Vulnerability Tsx async abort: Not affected 19:13:43 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:13:43 19:13:43 19:13:43 ---> nproc: 19:13:43 4 19:13:43 19:13:43 19:13:43 ---> df -h: 19:13:43 Filesystem Size Used Available Use% Mounted on 19:13:43 overlay 50.0G 11.3G 38.7G 23% / 19:13:43 tmpfs 64.0M 0 64.0M 0% /dev 19:13:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:13:43 shm 64.0M 0 64.0M 0% /dev/shm 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/8 19:13:43 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/8@tmp 19:13:43 19:13:43 19:13:43 ---> free -m: 19:13:43 total used free shared buff/cache available 19:13:43 Mem: 1837 725 172 0 939 1029 19:13:43 Swap: 1023 58 965 19:13:43 19:13:43 19:13:43 ---> ip addr: 19:13:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:13:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:13:43 inet 127.0.0.1/8 scope host lo 19:13:43 valid_lft forever preferred_lft forever 19:13:43 inet6 ::1/128 scope host 19:13:43 valid_lft forever preferred_lft forever 19:13:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:13:43 link/ether fa:16:3e:c3:84:e7 brd ff:ff:ff:ff:ff:ff 19:13:43 inet 10.30.123.174/23 brd 10.30.123.255 scope global dynamic eth0 19:13:43 valid_lft 85097sec preferred_lft 85097sec 19:13:43 inet6 fe80::f816:3eff:fec3:84e7/64 scope link 19:13:43 valid_lft forever preferred_lft forever 19:13:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:13:43 link/ether 02:42:34:18:33:77 brd ff:ff:ff:ff:ff:ff 19:13:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:13:43 valid_lft forever preferred_lft forever 19:13:43 inet6 fe80::42:34ff:fe18:3377/64 scope link 19:13:43 valid_lft forever preferred_lft forever 19:13:43 19:13:43 19:13:43 ---> sar -b -r -n DEV: 19:13:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 19:13:43 19:13:43 18:51:48 LINUX RESTART (4 CPU) 19:13:43 19:13:43 18:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:13:43 18:54:01 210.38 103.99 106.39 0.00 6649.18 44099.10 0.00 19:13:43 18:55:01 241.72 88.57 153.15 0.00 4057.30 21138.37 0.00 19:13:43 18:56:01 140.41 62.59 77.82 0.00 2380.05 9680.96 0.00 19:13:43 18:57:01 147.73 39.17 108.55 0.00 2641.37 25276.90 0.00 19:13:43 18:58:02 1807.08 1492.55 314.53 0.00 135772.42 192244.98 0.00 19:13:43 18:59:01 1913.89 1650.50 263.39 0.00 100625.21 112684.69 0.00 19:13:43 19:00:01 1012.48 680.53 331.95 0.00 70720.58 115076.24 0.00 19:13:43 19:01:01 1355.07 1065.01 290.06 0.00 68941.89 84541.33 0.00 19:13:43 19:02:02 107.92 12.03 95.90 0.00 2912.64 14193.16 0.00 19:13:43 19:03:01 1.76 0.51 1.25 0.00 18.02 17.05 0.00 19:13:43 19:04:01 0.25 0.02 0.23 0.00 0.13 2.25 0.00 19:13:43 19:05:01 0.23 0.03 0.20 0.00 0.80 2.20 0.00 19:13:43 19:06:01 0.30 0.02 0.28 0.00 0.13 3.41 0.00 19:13:43 19:07:01 1.75 1.50 0.25 0.00 51.97 2.33 0.00 19:13:43 19:08:01 1.07 0.30 0.77 0.00 129.89 14.67 0.00 19:13:43 19:09:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 19:13:43 19:10:01 0.27 0.00 0.27 0.00 0.00 3.27 0.00 19:13:43 19:11:01 0.25 0.00 0.25 0.00 0.00 2.53 0.00 19:13:43 19:12:01 0.22 0.02 0.20 0.00 0.27 1.82 0.00 19:13:43 19:13:01 0.22 0.02 0.20 0.00 0.27 1.78 0.00 19:13:43 Average: 347.07 259.63 87.44 0.00 19784.89 31052.95 0.00 19:13:43 19:13:43 18:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:13:43 18:54:01 115536 0 696104 37.00 2388 1067516 1444720 49.31 566916 953460 21112 19:13:43 18:55:01 117780 0 834132 44.33 1496 928136 1755496 59.91 677696 802884 69424 19:13:43 18:56:01 129200 0 922236 49.01 700 829408 1714804 58.52 743204 715788 62504 19:13:43 18:57:01 167028 0 760260 40.41 476 953780 1713092 58.46 580612 841220 32 19:13:43 18:58:02 52596 0 847500 45.04 4 981444 2343872 79.99 769972 838144 57300 19:13:43 18:59:01 227008 0 1183396 62.89 4 471136 3849036 131.36 733136 648644 36584 19:13:43 19:00:01 469048 0 675048 35.88 4 737444 1381676 47.15 568772 618104 0 19:13:43 19:01:01 148208 0 717824 38.15 4 1015508 1616672 55.17 588956 901720 102204 19:13:43 19:02:02 130112 0 645576 34.31 4 1105852 1219160 41.61 524976 978776 20 19:13:43 19:03:01 131412 0 643692 34.21 4 1106436 1197660 40.87 524076 978684 20 19:13:43 19:04:01 132552 0 642536 34.15 4 1106452 1190428 40.63 523416 978400 20 19:13:43 19:05:01 132216 0 642872 34.17 4 1106452 1190548 40.63 524308 978416 8 19:13:43 19:06:01 132852 0 642220 34.13 4 1106468 1190428 40.63 523536 978432 8 19:13:43 19:07:01 131424 0 642792 34.16 4 1107324 1190428 40.63 523780 979040 16 19:13:43 19:08:01 124248 0 646112 34.34 4 1111180 1190496 40.63 529664 980072 8 19:13:43 19:09:01 124560 0 645788 34.32 4 1111192 1190428 40.63 529428 980076 8 19:13:43 19:10:01 124684 0 645664 34.32 4 1111192 1190428 40.63 529408 980076 8 19:13:43 19:11:01 124524 0 645812 34.32 4 1111204 1190428 40.63 529560 980076 12 19:13:43 19:12:01 124500 0 645836 34.32 4 1111204 1190428 40.63 529420 980076 8 19:13:43 19:13:01 123940 0 646380 34.35 4 1111220 1190500 40.63 529948 980092 8 19:13:43 Average: 148171 0 718589 38.19 256 1014527 1507036 51.43 577539 903609 17465 19:13:43 19:13:43 18:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:13:43 18:54:01 eth0 1072.88 1337.32 5611.77 125.85 0.00 0.00 0.00 0.00 19:13:43 18:54:01 veth81108ad 4.69 12.15 0.31 86.26 0.00 0.00 0.00 0.00 19:13:43 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:54:01 docker0 1075.71 762.40 80.87 2763.92 0.00 0.00 0.00 0.00 19:13:43 18:55:01 vethd53a3dd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:13:43 18:55:01 eth0 183.93 122.24 772.79 21.50 0.00 0.00 0.00 0.00 19:13:43 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:55:01 docker0 103.34 150.04 7.83 742.00 0.00 0.00 0.00 0.00 19:13:43 18:56:01 vethd53a3dd 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 19:13:43 18:56:01 eth0 42.17 30.13 21.29 76.70 0.00 0.00 0.00 0.00 19:13:43 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:56:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 19:13:43 18:57:01 vethd4011d1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:57:01 eth0 226.58 192.83 1697.15 26.08 0.00 0.00 0.00 0.00 19:13:43 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:58:02 veth7c65ce6 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 19:13:43 18:58:02 eth0 95.03 79.93 175.34 72.49 0.00 0.00 0.00 0.00 19:13:43 18:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:58:02 docker0 32.69 36.91 2.14 144.26 0.00 0.00 0.00 0.00 19:13:43 18:59:01 veth1bfbd60 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:13:43 18:59:01 veth19f14c7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:13:43 18:59:01 veth7c65ce6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 18:59:01 eth0 11.30 5.89 9.38 4.92 0.00 0.00 0.00 0.00 19:13:43 19:00:01 veth571043e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:00:01 veth3c46ffe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:00:01 vethefe83db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:00:01 veth7c65ce6 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 19:13:43 19:01:01 veth7c65ce6 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:13:43 19:01:01 eth0 2896.27 2578.08 13549.89 558.66 0.00 0.00 0.00 0.00 19:13:43 19:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:01:01 docker0 1235.47 992.75 92.11 3886.54 0.00 0.00 0.00 0.00 19:13:43 19:02:02 eth0 111.05 59.43 426.57 15.26 0.00 0.00 0.00 0.00 19:13:43 19:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:02:02 docker0 44.48 83.42 2.90 403.18 0.00 0.00 0.00 0.00 19:13:43 19:03:01 eth0 1.15 0.54 0.46 0.25 0.00 0.00 0.00 0.00 19:13:43 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:04:01 eth0 0.67 0.07 0.06 0.04 0.00 0.00 0.00 0.00 19:13:43 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:05:01 eth0 0.50 0.33 0.27 0.20 0.00 0.00 0.00 0.00 19:13:43 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:08:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 19:13:43 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:10:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:11:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:12:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:13:43 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:13:01 eth0 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 19:13:43 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 Average: eth0 99.67 100.38 515.00 23.26 0.00 0.00 0.00 0.00 19:13:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:13:43 Average: docker0 64.26 54.02 4.77 215.35 0.00 0.00 0.00 0.00 19:13:43 19:13:43 19:13:43 ---> sar -P ALL: 19:13:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 19:13:43 19:13:43 18:51:48 LINUX RESTART (4 CPU) 19:13:43 19:13:43 18:53:01 CPU %user %nice %system %iowait %steal %idle 19:13:43 18:54:01 all 14.71 0.00 8.54 1.57 0.19 74.99 19:13:43 18:54:01 0 20.71 0.00 11.45 1.35 0.16 66.33 19:13:43 18:54:01 1 12.99 0.00 7.37 0.90 0.22 78.52 19:13:43 18:54:01 2 13.10 0.00 7.78 2.87 0.19 76.07 19:13:43 18:54:01 3 12.13 0.00 7.64 1.14 0.17 78.92 19:13:43 18:55:01 all 27.70 0.00 10.70 6.36 0.17 55.08 19:13:43 18:55:01 0 28.82 0.00 11.00 3.38 0.17 56.63 19:13:43 18:55:01 1 27.03 0.00 10.24 5.28 0.21 57.25 19:13:43 18:55:01 2 27.84 0.00 11.16 8.16 0.14 52.70 19:13:43 18:55:01 3 27.12 0.00 10.38 8.60 0.16 53.75 19:13:43 18:56:01 all 50.68 0.00 13.91 3.06 0.14 32.21 19:13:43 18:56:01 0 49.79 0.00 13.54 2.66 0.19 33.82 19:13:43 18:56:01 1 52.25 0.00 14.53 3.40 0.12 29.70 19:13:43 18:56:01 2 50.35 0.00 13.12 3.36 0.09 33.08 19:13:43 18:56:01 3 50.31 0.00 14.47 2.81 0.16 32.25 19:13:43 18:57:01 all 32.47 0.00 12.32 3.43 0.14 51.64 19:13:43 18:57:01 0 33.26 0.00 12.29 3.47 0.16 50.82 19:13:43 18:57:01 1 32.18 0.00 12.78 2.49 0.12 52.42 19:13:43 18:57:01 2 33.75 0.00 12.16 5.06 0.12 48.90 19:13:43 18:57:01 3 30.69 0.00 12.06 2.68 0.14 54.43 19:13:43 18:58:02 all 20.32 0.00 27.80 17.92 0.29 33.67 19:13:43 18:58:02 0 19.78 0.00 26.54 15.68 0.30 37.70 19:13:43 18:58:02 1 21.21 0.00 27.55 19.38 0.31 31.55 19:13:43 18:58:02 2 20.72 0.00 28.01 19.11 0.24 31.92 19:13:43 18:58:02 3 19.58 0.00 29.10 17.51 0.30 33.51 19:13:43 18:59:01 all 47.22 0.00 22.01 18.41 0.23 12.12 19:13:43 18:59:01 0 47.53 0.00 21.50 20.78 0.29 9.90 19:13:43 18:59:01 1 46.95 0.00 21.37 16.25 0.19 15.25 19:13:43 18:59:01 2 47.55 0.00 21.73 19.67 0.20 10.85 19:13:43 18:59:01 3 46.87 0.00 23.46 16.92 0.22 12.53 19:13:43 19:00:01 all 29.58 0.00 21.00 23.83 0.19 25.40 19:13:43 19:00:01 0 30.15 0.00 20.20 23.15 0.18 26.33 19:13:43 19:00:01 1 29.09 0.00 20.87 26.24 0.21 23.58 19:13:43 19:00:01 2 28.59 0.00 21.56 22.91 0.18 26.76 19:13:43 19:00:01 3 30.46 0.00 21.39 23.03 0.20 24.92 19:13:43 19:01:01 all 45.91 0.00 23.40 15.66 0.18 14.85 19:13:43 19:01:01 0 44.81 0.00 24.12 17.06 0.16 13.85 19:13:43 19:01:01 1 46.43 0.00 23.46 15.26 0.20 14.65 19:13:43 19:01:01 2 45.65 0.00 23.48 14.71 0.18 15.97 19:13:43 19:01:01 3 46.72 0.00 22.54 15.59 0.20 14.94 19:13:43 19:02:02 all 6.23 0.00 4.46 4.94 0.06 84.32 19:13:43 19:02:02 0 5.81 0.00 4.66 8.30 0.07 81.17 19:13:43 19:02:02 1 8.00 0.00 4.50 4.83 0.03 82.63 19:13:43 19:02:02 2 5.34 0.00 3.99 4.60 0.05 86.03 19:13:43 19:02:02 3 5.76 0.00 4.68 2.04 0.08 87.43 19:13:43 19:03:01 all 0.15 0.00 0.05 0.00 0.00 99.79 19:13:43 19:03:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:13:43 19:03:01 1 0.47 0.00 0.07 0.02 0.02 99.42 19:13:43 19:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:13:43 19:03:01 3 0.07 0.00 0.07 0.00 0.00 99.86 19:13:43 19:04:01 all 0.07 0.00 0.09 0.00 0.02 99.83 19:13:43 19:04:01 0 0.03 0.00 0.05 0.00 0.02 99.90 19:13:43 19:04:01 1 0.10 0.00 0.10 0.00 0.03 99.77 19:13:43 19:04:01 2 0.07 0.00 0.12 0.00 0.00 99.82 19:13:43 19:04:01 3 0.07 0.00 0.08 0.00 0.02 99.83 19:13:43 19:13:43 19:04:01 CPU %user %nice %system %iowait %steal %idle 19:13:43 19:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:13:43 19:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:13:43 19:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:13:43 19:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 19:13:43 19:05:01 3 0.52 0.00 0.03 0.00 0.00 99.45 19:13:43 19:06:01 all 0.15 0.00 0.03 0.00 0.01 99.81 19:13:43 19:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:06:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:13:43 19:06:01 3 0.48 0.00 0.03 0.00 0.02 99.47 19:13:43 19:07:01 all 0.14 0.00 0.05 0.02 0.00 99.78 19:13:43 19:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:13:43 19:07:01 1 0.03 0.00 0.05 0.00 0.02 99.90 19:13:43 19:07:01 2 0.02 0.00 0.08 0.08 0.00 99.82 19:13:43 19:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:13:43 19:08:01 all 0.16 0.00 0.04 0.00 0.00 99.80 19:13:43 19:08:01 0 0.03 0.00 0.05 0.02 0.00 99.90 19:13:43 19:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:13:43 19:08:01 3 0.53 0.00 0.03 0.00 0.00 99.43 19:13:43 19:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:13:43 19:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:13:43 19:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:13:43 19:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:09:01 3 0.50 0.00 0.03 0.00 0.00 99.47 19:13:43 19:10:01 all 0.07 0.00 0.03 0.00 0.00 99.90 19:13:43 19:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:13:43 19:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 19:13:43 19:10:01 2 0.05 0.00 0.03 0.00 0.02 99.90 19:13:43 19:10:01 3 0.15 0.00 0.05 0.00 0.00 99.80 19:13:43 19:11:01 all 0.09 0.00 0.03 0.00 0.00 99.89 19:13:43 19:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:13:43 19:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:13:43 19:11:01 3 0.28 0.00 0.03 0.00 0.00 99.68 19:13:43 19:12:01 all 0.15 0.00 0.01 0.00 0.00 99.83 19:13:43 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:13:43 19:12:01 1 0.07 0.00 0.02 0.00 0.02 99.90 19:13:43 19:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:13:43 19:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:13:43 19:13:01 all 0.15 0.00 0.03 0.00 0.00 99.81 19:13:43 19:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:13:43 19:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:13:43 19:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:13:43 19:13:01 3 0.55 0.00 0.03 0.00 0.00 99.42 19:13:43 Average: all 13.29 0.00 6.97 4.58 0.08 75.09 19:13:43 Average: 0 13.53 0.00 7.03 4.62 0.08 74.74 19:13:43 Average: 1 13.34 0.00 6.90 4.53 0.08 75.14 19:13:43 Average: 2 13.15 0.00 6.92 4.83 0.07 75.03 19:13:43 Average: 3 13.14 0.00 7.02 4.32 0.08 75.43 19:13:43 19:13:43 19:13:43