Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+27e67a26db9587a799bf14cca6c65a65d4396aa9 (5381eb35ea25a98d803951659fd1f2131fab89b8) 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-25363 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing d07ed7d296622a123decb8b64b0dd4420a8b93a0 Checking out Revision d07ed7d296622a123decb8b64b0dd4420a8b93a0 (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d07ed7d296622a123decb8b64b0dd4420a8b93a0 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:59 ========================================================= 00:30:59 EdgeX Global Pipelines Version Info 00:30:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 00:31:01 ------------------- 00:31:01 stable info: 00:31:01 ------------------- 00:31:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:01 Message: update stable to v1.0.179 00:31:01 ------------------- 00:31:01 experimental info: 00:31:01 ------------------- 00:31:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:01 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d07ed7d296622a123decb8b64b0dd4420a8b93a0 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d07ed7d [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:04 provisioning config files... 00:31:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config9005422215828655631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:05 ---> docker-login.sh 00:31:05 nexus3.edgexfoundry.org:10001 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 nexus3.edgexfoundry.org:10002 00:31:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:05 Configure a credential helper to remove this warning. See 00:31:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:05 00:31:05 Login Succeeded 00:31:05 nexus3.edgexfoundry.org:10003 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 nexus3.edgexfoundry.org:10004 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 docker.io 00:31:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:06 Configure a credential helper to remove this warning. See 00:31:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:06 00:31:06 Login Succeeded 00:31:06 ---> docker-login.sh ends [Pipeline] } 00:31:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:07 ++ 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 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-command/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-command,cmd/core-command/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-data/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-data,cmd/core-data/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/core-metadata/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-notifications/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/support-scheduler/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:07 + for file in '`ls cmd/**/Dockerfile`' 00:31:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:07 ++ cut -d/ -f2 00:31:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:07 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 00:31:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 00:31:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:08 latest: Pulling from edgex-devops/git-semver 00:31:08 31603596830f: Pulling fs layer 00:31:08 2a8b12db71e7: Pulling fs layer 00:31:08 6ca5941a6612: Pulling fs layer 00:31:08 ecc8261a40a4: Pulling fs layer 00:31:08 ecc8261a40a4: Waiting 00:31:08 2a8b12db71e7: Download complete 00:31:08 31603596830f: Verifying Checksum 00:31:08 31603596830f: Download complete 00:31:08 ecc8261a40a4: Verifying Checksum 00:31:08 ecc8261a40a4: Download complete 00:31:08 6ca5941a6612: Verifying Checksum 00:31:08 6ca5941a6612: Download complete 00:31:09 31603596830f: Pull complete 00:31:09 2a8b12db71e7: Pull complete 00:31:10 6ca5941a6612: Pull complete 00:31:10 ecc8261a40a4: Pull complete 00:31:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:10 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:31:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:13 $ docker top 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:13 [ssh-agent] Looking for ssh-agent implementation... 00:31:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:14 $ docker exec 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent 00:31:14 SSH_AUTH_SOCK=/tmp/ssh-HLYST9bHahVC/agent.11 00:31:14 SSH_AGENT_PID=16 00:31:14 Running ssh-add (command line suppressed) 00:31:14 Identity added: /w/workspace/edgex-go/14@tmp/private_key_1897588266373782752.key (/w/workspace/edgex-go/14@tmp/private_key_1897588266373782752.key) 00:31:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:14 + git tag --points-at HEAD [Pipeline] } 00:31:14 $ docker exec --env ******** --env ******** 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent -k 00:31:15 unset SSH_AUTH_SOCK; 00:31:15 unset SSH_AGENT_PID; 00:31:15 echo Agent pid 16 killed; 00:31:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:15 [ssh-agent] Looking for ssh-agent implementation... 00:31:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:15 $ docker exec 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent 00:31:15 SSH_AUTH_SOCK=/tmp/ssh-sTCukZkpqR2w/agent.44 00:31:15 SSH_AGENT_PID=49 00:31:15 Running ssh-add (command line suppressed) 00:31:15 Identity added: /w/workspace/edgex-go/14@tmp/private_key_958293916224631948.key (/w/workspace/edgex-go/14@tmp/private_key_958293916224631948.key) 00:31:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:16 + git semver init 00:31:16 # -> Open(): unable to determine branch for HEAD 00:31:16 # $GIT_DIR = /w/workspace/edgex-go/14/.git 00:31:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 00:31:16 # $SEMVER_REMOTE_NAME = origin 00:31:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:16 # $SEMVER_USER_NAME = edgex-jenkins 00:31:16 # $SEMVER_BRANCH = PR-3113 00:31:16 # $SEMVER_TEMP = /tmp/semver-598463427 00:31:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:42 # '/tmp/semver-598463427' -> '/w/workspace/edgex-go/14/.semver' 00:31:42 # -> Force: false 00:31:42 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 00:31:42 $ docker exec --env ******** --env ******** 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 ssh-agent -k 00:31:43 unset SSH_AUTH_SOCK; 00:31:43 unset SSH_AGENT_PID; 00:31:43 echo Agent pid 49 killed; 00:31:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:43 + git semver [Pipeline] } 00:31:43 $ docker stop --time=1 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 00:31:45 $ docker rm -f 2456d9aa848b73486ff4dd0af689cecfcfa275f70c0ed6cd23c52441e0949d20 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:46 Stashed 1 file(s) [Pipeline] echo 00:31:46 [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 00:31:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:48 + true 00:31:48 + sudo service docker restart 00:31:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:49 ========================================================= 00:31:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:49 + 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 . 00:31:53 Sending build context to Docker daemon 327.7MB 00:31:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:53 Step 2/6 : FROM ${BASE} 00:31:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:53 188c0c94c7c5: Pulling fs layer 00:31:53 0ef7d3d256c8: Pulling fs layer 00:31:53 de9db76c5a1d: Pulling fs layer 00:31:53 bca2f99d35d6: Pulling fs layer 00:31:53 93359f2a8cfa: Pulling fs layer 00:31:53 7c6f9722023f: Pulling fs layer 00:31:53 a35cf1a2eb13: Pulling fs layer 00:31:53 bca2f99d35d6: Waiting 00:31:53 93359f2a8cfa: Waiting 00:31:53 a35cf1a2eb13: Waiting 00:31:53 7c6f9722023f: Waiting 00:31:53 de9db76c5a1d: Verifying Checksum 00:31:53 de9db76c5a1d: Download complete 00:31:53 0ef7d3d256c8: Download complete 00:31:53 93359f2a8cfa: Verifying Checksum 00:31:53 93359f2a8cfa: Download complete 00:31:53 7c6f9722023f: Verifying Checksum 00:31:53 7c6f9722023f: Download complete 00:31:53 188c0c94c7c5: Verifying Checksum 00:31:53 188c0c94c7c5: Download complete 00:31:54 188c0c94c7c5: Pull complete 00:31:54 0ef7d3d256c8: Pull complete 00:31:54 de9db76c5a1d: Pull complete 00:31:56 a35cf1a2eb13: Verifying Checksum 00:31:56 a35cf1a2eb13: Download complete 00:31:56 bca2f99d35d6: Verifying Checksum 00:31:56 bca2f99d35d6: Download complete 00:32:01 Still waiting to schedule task 00:32:01 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ 00:32:03 bca2f99d35d6: Pull complete 00:32:03 93359f2a8cfa: Pull complete 00:32:03 7c6f9722023f: Pull complete 00:32:07 a35cf1a2eb13: Pull complete 00:32:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:07 ---> a62c8e92a672 00:32:07 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 00:32:07 ---> Running in a8550d8f413a 00:32:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:10 (1/12) Installing libmagic (5.38-r0) 00:32:11 (2/12) Installing file (5.38-r0) 00:32:11 (3/12) Installing libc-dev (0.7.2-r3) 00:32:11 (4/12) Installing g++ (9.3.0-r2) 00:32:29 (5/12) Installing fortify-headers (1.1-r0) 00:32:29 (6/12) Installing patch (2.7.6-r6) 00:32:29 (7/12) Installing build-base (0.5-r2) 00:32:29 (8/12) Installing libsodium (1.0.18-r0) 00:32:29 (9/12) Installing pkgconf (1.7.2-r0) 00:32:29 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:29 (11/12) Installing libzmq (4.3.3-r0) 00:32:29 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:29 Executing busybox-1.31.1-r19.trigger 00:32:29 OK: 233 MiB in 51 packages 00:32:32 Removing intermediate container a8550d8f413a 00:32:32 ---> e02f6b491950 00:32:32 Step 4/6 : WORKDIR /edgex-go 00:32:32 ---> Running in 9a6bb834d120 00:32:32 Removing intermediate container 9a6bb834d120 00:32:32 ---> fdd03e8d9a32 00:32:32 Step 5/6 : COPY go.mod . 00:32:32 ---> baac8c9b3538 00:32:32 Step 6/6 : RUN go mod download 00:32:33 ---> Running in 390e875132b6 00:32:55 Removing intermediate container 390e875132b6 00:32:55 ---> b7bf03fbc646 00:32:55 Successfully built b7bf03fbc646 00:32:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:55 + docker inspect -f . ci-base-image-x86_64 00:32:55 . [Pipeline] withDockerContainer 00:32:55 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:32:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:56 $ docker top fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:57 + go version 00:32:57 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:57 $ docker stop --time=1 fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 00:32:58 $ docker rm -f fe7c03275610bc91f3b776d5b52291ad86700ae90606b505a861df7fdfa656b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:59 + docker inspect -f . ci-base-image-x86_64 00:32:59 . [Pipeline] withDockerContainer 00:32:59 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:32:59 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:01 $ docker top 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:01 ========================================================= 00:33:01 [edgeXBuildGoParallel] Running Tests and Build... 00:33:01 ========================================================= [Pipeline] sh 00:33:01 + make test 00:33:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.162s coverage: 45.6% of statements 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.223s coverage: 27.1% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 65.8% of statements 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.459s coverage: 92.8% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.099s coverage: 92.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 68.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.087s coverage: 87.7% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.743s coverage: 29.1% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 00:34:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements 00:34:23 GO111MODULE=on go vet ./... 00:34:55 gofmt -l . 00:34:55 [ "`gofmt -l .`" = "" ] 00:34:55 ./bin/test-go-mod-tidy.sh 00:34:55 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:55 + ls -al . 00:34:55 total 696 00:34:55 drwxrwxr-x 10 1001 1001 4096 Feb 7 00:34 . 00:34:55 drwxr-xr-x 4 root root 30 Feb 7 00:33 .. 00:34:55 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:30 .dockerignore 00:34:55 drwxrwxr-x 8 1001 1001 179 Feb 7 00:30 .git 00:34:55 drwxrwxr-x 3 1001 1001 125 Feb 7 00:30 .github 00:34:55 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:30 .gitignore 00:34:55 drwx------ 3 1001 1001 60 Feb 7 00:31 .semver 00:34:55 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:30 .sonarcloud.properties 00:34:55 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:30 Attribution.txt 00:34:55 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:30 CONTRIBUTING.md 00:34:55 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:30 Dockerfile.build 00:34:55 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:30 Jenkinsfile 00:34:55 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:30 LICENSE 00:34:55 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:30 Makefile 00:34:55 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:30 README.md 00:34:55 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:30 SECURITY.md 00:34:55 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:31 VERSION 00:34:55 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:30 ZMQWindows.md 00:34:55 drwxrwxr-x 2 1001 1001 117 Feb 7 00:30 bin 00:34:55 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:30 cmd 00:34:55 -rw-r--r-- 1 root root 590503 Feb 7 00:34 coverage.out 00:34:55 -rw-r--r-- 1 root root 1054 Feb 7 00:34 go.mod 00:34:55 -rw-r--r-- 1 root root 19290 Feb 7 00:34 go.sum 00:34:55 drwxrwxr-x 8 1001 1001 127 Feb 7 00:30 internal 00:34:55 drwxrwxr-x 4 1001 1001 26 Feb 7 00:30 openapi 00:34:55 drwxrwxr-x 4 1001 1001 71 Feb 7 00:30 snap 00:34:55 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:30 version.go [Pipeline] sh 00:34:56 + '[' -e coverage.out ] 00:34:56 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:56 Stashed 1 file(s) [Pipeline] sh 00:34:56 + make build 00:34:56 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 00:35:00 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 00:35:09 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 00:35:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25371 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:35:09 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 00:35:10 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 00:35:12 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 00:35:12 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 00:35:14 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 00:35:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:15 using credential edgex-jenkins-ssh 00:35:15 Cloning the remote Git repository 00:35:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:16 > git init /w/workspace/edgex-go/14 # timeout=10 00:35:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:16 > git --version # timeout=10 00:35:16 > git --version # 'git version 2.17.1' 00:35:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35: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 00:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:23 $ docker stop --time=1 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 00:35:25 $ docker rm -f 944e17bcf05992d74fd5c51293efb736c49acb3b4902757d4f4cbb97ffa5fc40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 00:35:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:27 latest: Pulling from edgex-devops/edgex-compose 00:35:27 cbdbe7a5bc2a: Pulling fs layer 00:35:27 ca9280d653b3: Pulling fs layer 00:35:27 7e9c9ca2126c: Pulling fs layer 00:35:27 cbdbe7a5bc2a: Verifying Checksum 00:35:27 cbdbe7a5bc2a: Download complete 00:35:28 cbdbe7a5bc2a: Pull complete 00:35:28 ca9280d653b3: Verifying Checksum 00:35:28 ca9280d653b3: Download complete 00:35:29 7e9c9ca2126c: Verifying Checksum 00:35:29 7e9c9ca2126c: Download complete 00:35:29 ca9280d653b3: Pull complete 00:35:36 7e9c9ca2126c: Pull complete 00:35:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:36 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:35:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:40 $ docker top 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:40 + docker-compose build --help 00:35:40 + grep parallel 00:35:41 --parallel Build images in parallel. [Pipeline] } 00:35:41 $ docker stop --time=1 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c 00:35:43 $ docker rm -f 9442be2c23e7c4ee45051f78331163f900aeefa74d6cdd1b716a1f0d5e343c9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:43 . [Pipeline] withDockerContainer 00:35:43 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:35:43 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 00:35:44 $ docker top 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:45 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:45 Building docker-core-command-go ... 00:35:45 Building docker-core-data-go ... 00:35:45 Building docker-core-metadata-go ... 00:35:45 Building docker-security-bootstrapper-go ... 00:35:45 Building docker-security-proxy-setup-go ... 00:35:45 Building docker-security-secretstore-setup-go ... 00:35:45 Building docker-support-notifications-go ... 00:35:45 Building docker-support-scheduler-go ... 00:35:45 Building docker-sys-mgmt-agent-go ... 00:35:45 Building docker-security-secretstore-setup-go 00:35:45 Building docker-core-command-go 00:35:45 Building docker-support-scheduler-go 00:35:45 Building docker-support-notifications-go 00:35:45 Building docker-security-bootstrapper-go 00:35:48 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 00:35:49 Merge succeeded, producing 304ea22c727d70b21c67a03be0fe0486bcb4b614 00:35:49 Checking out Revision 304ea22c727d70b21c67a03be0fe0486bcb4b614 (PR-3113) 00:35:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:48 > git config core.sparsecheckout # timeout=10 00:35:48 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 00:35:48 > git remote # timeout=10 00:35:48 > git config --get remote.origin.url # timeout=10 00:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:48 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:35:49 > git rev-parse HEAD^{commit} # timeout=10 00:35:49 > git config core.sparsecheckout # timeout=10 00:35:49 > git checkout -f 304ea22c727d70b21c67a03be0fe0486bcb4b614 # timeout=10 00:35:53 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:35:53 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:53 > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 00:35:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:56 + + true 00:35:56 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:58 provisioning config files... 00:35:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config8249847290127188256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:58 ---> docker-login.sh 00:35:58 nexus3.edgexfoundry.org:10001 00:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:00 Configure a credential helper to remove this warning. See 00:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:00 00:36:00 Login Succeeded 00:36:00 nexus3.edgexfoundry.org:10002 00:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:02 Configure a credential helper to remove this warning. See 00:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:02 00:36:02 Login Succeeded 00:36:02 nexus3.edgexfoundry.org:10003 00:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:02 Configure a credential helper to remove this warning. See 00:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:02 00:36:02 Login Succeeded 00:36:02 nexus3.edgexfoundry.org:10004 00:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:03 Configure a credential helper to remove this warning. See 00:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:03 00:36:03 Login Succeeded 00:36:03 docker.io 00:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:04 Configure a credential helper to remove this warning. See 00:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:04 00:36:04 Login Succeeded 00:36:04 ---> docker-login.sh ends [Pipeline] } 00:36:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:04 ========================================================= 00:36:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:05 + 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 . 00:36:07 Sending build context to Docker daemon 166.2MB 00:36:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:07 Step 2/6 : FROM ${BASE} 00:36:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:07 5f621e34cdf4: Pulling fs layer 00:36:07 a4357932f1b6: Pulling fs layer 00:36:07 18c013af1878: Pulling fs layer 00:36:07 00ac8860ef70: Pulling fs layer 00:36:07 63d7cb157983: Pulling fs layer 00:36:07 b116817d02f9: Pulling fs layer 00:36:07 745a02a5169b: Pulling fs layer 00:36:07 00ac8860ef70: Waiting 00:36:07 63d7cb157983: Waiting 00:36:07 b116817d02f9: Waiting 00:36:07 745a02a5169b: Waiting 00:36:07 18c013af1878: Download complete 00:36:07 a4357932f1b6: Verifying Checksum 00:36:07 a4357932f1b6: Download complete 00:36:07 63d7cb157983: Download complete 00:36:07 b116817d02f9: Verifying Checksum 00:36:07 b116817d02f9: Download complete 00:36:07 5f621e34cdf4: Verifying Checksum 00:36:07 5f621e34cdf4: Download complete 00:36:08 5f621e34cdf4: Pull complete 00:36:09 a4357932f1b6: Pull complete 00:36:09 18c013af1878: Pull complete 00:36:10 745a02a5169b: Verifying Checksum 00:36:10 745a02a5169b: Download complete 00:36:12 00ac8860ef70: Verifying Checksum 00:36:12 00ac8860ef70: Download complete 00:36:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:18 ---> b7bf03fbc646 00:36:18 Step 3/22 : WORKDIR /edgex-go 00:36:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:18 ---> b7bf03fbc646 00:36:18 Step 3/23 : WORKDIR /edgex-go 00:36:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:18 ---> b7bf03fbc646 00:36:18 Step 3/31 : WORKDIR /edgex-go 00:36:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:18 ---> b7bf03fbc646 00:36:18 Step 3/22 : WORKDIR /edgex-go 00:36:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:18 ---> b7bf03fbc646 00:36:18 Step 3/24 : WORKDIR /edgex-go 00:36:19 ---> Running in c3764545cb93 00:36:19 ---> Running in f0b22fc0f265 00:36:19 ---> Running in 5f8da03d98a6 00:36:19 ---> Running in dc2db3a07aa4 00:36:19 ---> Running in e6abacdfa467 00:36:19 Removing intermediate container c3764545cb93 00:36:19 ---> e1b1a18659da 00:36:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:19 Removing intermediate container e6abacdfa467 00:36:19 ---> f3a89404a1d9 00:36:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:19 Removing intermediate container dc2db3a07aa4 00:36:19 ---> 6489138288cc 00:36:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:19 Removing intermediate container f0b22fc0f265 00:36:19 ---> 55d2ee4d9be2 00:36:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:20 Removing intermediate container 5f8da03d98a6 00:36:20 ---> d671872c70e2 00:36:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:20 ---> Running in 39c4701ed2e9 00:36:20 ---> Running in 92e8ee00c059 00:36:20 ---> Running in 9eb8b53bf56b 00:36:20 ---> Running in e08f074944e7 00:36:20 ---> Running in 0babea9f0ff9 00:36:22 00ac8860ef70: Pull complete 00:36:22 63d7cb157983: Pull complete 00:36:22 Removing intermediate container 92e8ee00c059 00:36:22 ---> e8978de546b7 00:36:22 Step 5/24 : RUN apk add --update --no-cache make git 00:36:22 Removing intermediate container 39c4701ed2e9 00:36:22 ---> 4b013ef0d0e9 00:36:22 Step 5/23 : RUN apk add --update --no-cache make git 00:36:22 ---> Running in 18fc5a0f0c96 00:36:22 ---> Running in b07720a92878 00:36:22 Removing intermediate container 9eb8b53bf56b 00:36:22 ---> 052f98a5ffaf 00:36:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:22 Removing intermediate container e08f074944e7 00:36:22 ---> 5b57388cbebb 00:36:22 Step 5/31 : RUN apk add --update --no-cache make git 00:36:22 b116817d02f9: Pull complete 00:36:22 Removing intermediate container 0babea9f0ff9 00:36:22 ---> d8a5d8d17774 00:36:22 Step 5/22 : RUN apk add --update --no-cache make git 00:36:22 ---> Running in 5d5faffe5429 00:36:22 ---> Running in 9a8b63d6bd91 00:36:23 ---> Running in e18076ebbce5 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:25 OK: 233 MiB in 51 packages 00:36:25 OK: 233 MiB in 51 packages 00:36:25 OK: 233 MiB in 51 packages 00:36:25 OK: 233 MiB in 51 packages 00:36:26 Removing intermediate container 5d5faffe5429 00:36:26 ---> f313f8d0f2f5 00:36:26 Step 6/22 : COPY go.mod . 00:36:26 Removing intermediate container 18fc5a0f0c96 00:36:26 ---> 57360864c4cd 00:36:26 Step 6/24 : COPY go.mod . 00:36:26 OK: 233 MiB in 51 packages 00:36:26 Removing intermediate container 9a8b63d6bd91 00:36:26 ---> daedfaf8f1f1 00:36:26 Step 6/31 : COPY go.mod . 00:36:26 Removing intermediate container b07720a92878 00:36:26 ---> 4419510462f4 00:36:26 Step 6/23 : COPY go.mod . 00:36:26 ---> 7e7dffb35358 00:36:26 Step 7/22 : RUN go mod download 00:36:26 ---> Running in 0c18bc129178 00:36:26 ---> bd4fa4955cc6 00:36:26 Step 7/24 : RUN go mod download 00:36:26 ---> f32175d502d9 00:36:26 Step 7/23 : RUN go mod download 00:36:26 ---> 00f5686af7ec 00:36:26 Step 7/31 : RUN go mod download 00:36:27 ---> Running in 2d8f4554f232 00:36:27 ---> Running in 35b3ecf89e94 00:36:27 ---> Running in 5615565ea3a7 00:36:27 745a02a5169b: Pull complete 00:36:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:27 ---> b7e6874047d6 00:36:27 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 00:36:27 Removing intermediate container e18076ebbce5 00:36:27 ---> 59368aaabb89 00:36:27 Step 6/22 : COPY go.mod . 00:36:27 ---> b3278f2ef834 00:36:27 Step 7/22 : RUN go mod download 00:36:27 ---> Running in cf1701072fa3 00:36:29 Removing intermediate container 35b3ecf89e94 00:36:29 ---> 2499d9599a46 00:36:29 Step 8/31 : COPY . . 00:36:29 Removing intermediate container 0c18bc129178 00:36:29 ---> 0b7b9f887d55 00:36:29 Step 8/22 : COPY . . 00:36:29 Removing intermediate container 2d8f4554f232 00:36:29 ---> 31d3a01833e9 00:36:29 Step 8/24 : COPY . . 00:36:30 Removing intermediate container 5615565ea3a7 00:36:30 ---> ac8c68aaa0b8 00:36:30 Step 8/23 : COPY . . 00:36:30 ---> Running in 0e8ffa1ddd6e 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:33 Removing intermediate container cf1701072fa3 00:36:33 ---> 60c28700e486 00:36:33 Step 8/22 : COPY . . 00:36:34 (1/12) Installing libmagic (5.38-r0) 00:36:34 (2/12) Installing file (5.38-r0) 00:36:34 (3/12) Installing libc-dev (0.7.2-r3) 00:36:34 (4/12) Installing g++ (9.3.0-r2) 00:36:41 (5/12) Installing fortify-headers (1.1-r0) 00:36:41 (6/12) Installing patch (2.7.6-r6) 00:36:41 (7/12) Installing build-base (0.5-r2) 00:36:41 (8/12) Installing libsodium (1.0.18-r0) 00:36:41 (9/12) Installing pkgconf (1.7.2-r0) 00:36:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:41 (11/12) Installing libzmq (4.3.3-r0) 00:36:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:41 Executing busybox-1.31.1-r19.trigger 00:36:41 OK: 217 MiB in 51 packages 00:36:46 Removing intermediate container 0e8ffa1ddd6e 00:36:46 ---> 6b3e1a38d625 00:36:46 Step 4/6 : WORKDIR /edgex-go 00:36:46 ---> Running in 5368230647f6 00:36:46 Removing intermediate container 5368230647f6 00:36:46 ---> f7445eb3b4af 00:36:46 Step 5/6 : COPY go.mod . 00:36:47 ---> 7b77d9dd1936 00:36:47 Step 6/6 : RUN go mod download 00:36:47 ---> Running in cf8645d7d584 00:37:12 ---> 49c608b4ee04 00:37:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:12 ---> aec6bdb7f57f 00:37:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:12 ---> Running in 76931e6b577d 00:37:12 ---> c688216d9145 00:37:12 Step 9/23 : RUN make cmd/core-command/core-command 00:37:12 ---> 28964ae5cd5d 00:37:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:12 ---> Running in 0ec66ac94d39 00:37:12 ---> 6b590f81e53b 00:37:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:12 ---> Running in 69cc5c2dd2cf 00:37:12 ---> Running in c25877753215 00:37:12 ---> Running in b693a05bb138 00:37:12 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 00:37:12 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 00:37:12 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 00:37:12 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 00:37:12 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 00:37:20 Removing intermediate container cf8645d7d584 00:37:20 ---> e0e3efde57b8 00:37:20 Successfully built e0e3efde57b8 00:37:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:20 + docker inspect -f . ci-base-image-arm64 00:37:20 . [Pipeline] withDockerContainer 00:37:20 prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container 00:37:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:22 $ docker top 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:23 + go version 00:37:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:23 $ docker stop --time=1 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 00:37:25 $ docker rm -f 15d1f9ad1d4aab5147e667ab2556d87cc3f896077bad9d001b8f49a4aa4eb712 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:26 + docker inspect -f . ci-base-image-arm64 00:37:26 . [Pipeline] withDockerContainer 00:37:27 prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container 00:37:27 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:29 $ docker top ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:29 ========================================================= 00:37:29 [edgeXBuildGoParallel] Running Tests and Build... 00:37:29 ========================================================= [Pipeline] sh 00:37:30 + make test 00:37:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:51 Removing intermediate container 0ec66ac94d39 00:37:51 ---> 014d59366400 00:37:51 00:37:51 Step 10/24 : FROM alpine:3.12 00:37:51 Removing intermediate container 69cc5c2dd2cf 00:37:51 ---> 6d0772a7a1c7 00:37:51 00:37:51 Step 10/23 : FROM alpine:3.12 00:37:51 Removing intermediate container b693a05bb138 00:37:51 ---> 3ad214fbcbac 00:37:51 00:37:51 Step 10/22 : FROM alpine:3.12 00:37:51 Removing intermediate container c25877753215 00:37:51 ---> d76b6570556b 00:37:51 00:37:51 Step 10/22 : FROM alpine:3.12 00:37:51 3.12: Pulling from library/alpine 00:37:51 3.12: Pulling from library/alpine 00:37:51 3.12: Pulling from library/alpine 00:37:51 3.12: Pulling from library/alpine 00:37:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:51 Status: Downloaded newer image for alpine:3.12 00:37:51 Status: Image is up to date for alpine:3.12 00:37:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:51 Status: Image is up to date for alpine:3.12 00:37:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:51 Status: Image is up to date for alpine:3.12 00:37:51 ---> 389fef711851 00:37:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:51 ---> 389fef711851 00:37:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:51 ---> 389fef711851 00:37:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:51 ---> 389fef711851 00:37:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:52 ---> Running in 75941d9f96ed 00:37:52 ---> Running in e18e9c9096b9 00:37:52 ---> Running in 75053666739a 00:37:52 ---> Running in a2e45a68f7b5 00:37:52 Removing intermediate container 76931e6b577d 00:37:52 ---> e423f13decea 00:37:52 00:37:52 Step 10/31 : FROM alpine:3.12 00:37:52 ---> 389fef711851 00:37:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:52 ---> Running in 71f36ab43b6a 00:37:53 Removing intermediate container 71f36ab43b6a 00:37:53 ---> b15252d1452d 00:37:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:53 ---> Running in 9de122719978 00:37:53 (1/5) Installing ca-certificates (20191127-r4) 00:37:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:53 (3/5) Installing libcurl (7.69.1-r3) 00:37:53 (4/5) Installing curl (7.69.1-r3) 00:37:53 (5/5) Installing dumb-init (1.2.2-r1) 00:37:53 Executing busybox-1.31.1-r19.trigger 00:37:53 Executing ca-certificates-20191127-r4.trigger 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 OK: 7 MiB in 19 packages 00:37:54 (1/2) Installing ca-certificates (20191127-r4) 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 (2/2) Installing dumb-init (1.2.2-r1) 00:37:54 Executing busybox-1.31.1-r19.trigger 00:37:54 Executing ca-certificates-20191127-r4.trigger 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 OK: 6 MiB in 16 packages 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 (1/1) Installing dumb-init (1.2.2-r1) 00:37:54 Executing busybox-1.31.1-r19.trigger 00:37:54 OK: 6 MiB in 15 packages 00:37:54 (1/1) Installing dumb-init (1.2.2-r1) 00:37:54 Executing busybox-1.31.1-r19.trigger 00:37:54 OK: 6 MiB in 15 packages 00:37:54 (1/2) Installing dumb-init (1.2.2-r1) 00:37:54 (2/2) Installing su-exec (0.2-r1) 00:37:54 Executing busybox-1.31.1-r19.trigger 00:37:54 OK: 6 MiB in 16 packages 00:37:57 Removing intermediate container 75941d9f96ed 00:37:57 ---> 1456c9b92396 00:37:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:57 Removing intermediate container e18e9c9096b9 00:37:57 ---> 376f8284aada 00:37:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:57 Removing intermediate container a2e45a68f7b5 00:37:57 ---> 56742728278d 00:37:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:57 ---> Running in 37443c3c0656 00:37:57 ---> Running in 38a2ecdb2535 00:37:57 Removing intermediate container 75053666739a 00:37:57 ---> 80eba4ab495d 00:37:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:57 ---> Running in 232723d101ec 00:37:57 Removing intermediate container 9de122719978 00:37:57 ---> 352cd9236831 00:37:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:37:57 ---> Running in 5007dc876753 00:37:57 ---> Running in 0b64d3ed7b33 00:37:57 Removing intermediate container 38a2ecdb2535 00:37:57 ---> 27e2e8a41cea 00:37:57 Step 13/24 : WORKDIR / 00:37:57 Removing intermediate container 37443c3c0656 00:37:57 ---> 5f339953752a 00:37:57 Step 13/22 : ENV APP_PORT=48060 00:37:57 Removing intermediate container 232723d101ec 00:37:57 ---> dae5e508a854 00:37:57 Step 13/22 : ENV APP_PORT=48085 00:37:58 Removing intermediate container 5007dc876753 00:37:58 ---> f36c37687bf4 00:37:58 Step 13/23 : ENV APP_PORT=48082 00:37:58 ---> Running in dce14e285751 00:37:58 ---> Running in 3cb015960759 00:37:58 Removing intermediate container 0b64d3ed7b33 00:37:58 ---> 98b3fc96bc92 00:37:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:58 ---> Running in c2848821de6a 00:37:58 ---> Running in eae8f191bb4e 00:37:58 ---> Running in 8cd3d4f9fcd9 00:37:58 Removing intermediate container 3cb015960759 00:37:58 ---> eacf33b77979 00:37:58 Step 14/22 : EXPOSE $APP_PORT 00:37:58 Removing intermediate container dce14e285751 00:37:58 ---> d35d88e0d3fd 00:37:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:58 Removing intermediate container c2848821de6a 00:37:58 ---> 25292c21fc6e 00:37:58 Step 14/22 : EXPOSE $APP_PORT 00:37:58 Removing intermediate container eae8f191bb4e 00:37:58 ---> 36153c27f5c7 00:37:58 Step 14/23 : EXPOSE $APP_PORT 00:37:59 Removing intermediate container 8cd3d4f9fcd9 00:37:59 ---> 15ebc1c2183a 00:37:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:59 ---> Running in 5a46addc58be 00:37:59 ---> Running in 940c6226d1c0 00:37:59 ---> Running in d0e3129bedcd 00:37:59 ---> Running in f21286d8e7da 00:37:59 ---> 4a744a3b7d0b 00:37:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:59 Removing intermediate container 5a46addc58be 00:37:59 ---> de5d11b2a7c4 00:37:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:59 Removing intermediate container 940c6226d1c0 00:37:59 ---> 5ad52fe0515b 00:37:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:59 Removing intermediate container d0e3129bedcd 00:37:59 ---> 434017876d6b 00:37:59 Step 15/23 : WORKDIR / 00:37:59 ---> 6d86339397f2 00:37:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:00 ---> Running in c74e44d7c4a6 00:38:00 ---> c3544528cd27 00:38:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:00 ---> fc27876e297d 00:38:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:00 ---> bb51fe3c661e 00:38:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:00 Removing intermediate container c74e44d7c4a6 00:38:00 ---> 95407a925c73 00:38:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:00 ---> 2598d367164b 00:38:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:00 ---> f36d39c11955 00:38:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:00 ---> 965cf39fba6a 00:38:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:00 ---> b55b8d2a1ece 00:38:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:00 Removing intermediate container f21286d8e7da 00:38:00 ---> 560eb954f8e4 00:38:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:38:01 ---> 3df8eb05d2c6 00:38:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:01 ---> Running in bf78672058d8 00:38:01 ---> Running in 5c3c48003bf3 00:38:01 ---> 6fbbb3a72279 00:38:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:02 ---> Running in d102c0b1f512 00:38:02 Removing intermediate container bf78672058d8 00:38:02 ---> b4d734cc9ede 00:38:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:02 ---> 2eb6d808fb6d 00:38:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:02 ---> 63dc697a97cb 00:38:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:02 Removing intermediate container 5c3c48003bf3 00:38:02 ---> 3111bd7c6b0f 00:38:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:02 Removing intermediate container d102c0b1f512 00:38:02 ---> 18db30d9e340 00:38:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:02 ---> Running in d8a46299cad9 00:38:02 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:02 ---> Running in d70ff07a672e 00:38:02 ---> 32a5119a9866 00:38:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:02 ---> d95ec78dbecc 00:38:02 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:02 ---> 18f73de12e34 00:38:02 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/ 00:38:02 Removing intermediate container d8a46299cad9 00:38:02 ---> 3670e51694cc 00:38:02 Step 20/22 : LABEL arch=x86_64 00:38:03 ---> Running in 4654b5291040 00:38:03 ---> Running in 16b5af4a26e2 00:38:03 ---> Running in 1650509b87b3 00:38:03 ---> Running in fc5058b7235d 00:38:03 Removing intermediate container d70ff07a672e 00:38:03 ---> 5e1c316989ca 00:38:03 Step 20/22 : LABEL arch=x86_64 00:38:03 ---> Running in df8c84dcd3b5 00:38:03 Removing intermediate container 16b5af4a26e2 00:38:03 ---> 463137d6788e 00:38:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:03 Removing intermediate container 1650509b87b3 00:38:03 ---> 6f3a3b2a2a1a 00:38:03 Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:38:04 ---> Running in 4b9fe83d331a 00:38:04 ---> Running in a10c2f116141 00:38:04 Removing intermediate container df8c84dcd3b5 00:38:04 ---> 87cd1e3da0e5 00:38:04 Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:38:04 ---> Running in e417d1739724 00:38:04 Removing intermediate container 4b9fe83d331a 00:38:04 ---> b714ba1bd847 00:38:04 Step 21/23 : LABEL arch=x86_64 00:38:04 Removing intermediate container a10c2f116141 00:38:04 ---> b5d2dc54d4e6 00:38:04 Step 22/22 : LABEL version=0.0.0 00:38:04 ---> Running in 820656192eec 00:38:04 Removing intermediate container e417d1739724 00:38:04 ---> 260c7ddcd426 00:38:04 Step 22/22 : LABEL version=0.0.0 00:38:04 ---> Running in caa0a2591ae2 00:38:04 ---> Running in 88b74c1e66c9 00:38:04 Removing intermediate container 820656192eec 00:38:04 ---> 9094932edd41 00:38:04 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:38:04 Removing intermediate container caa0a2591ae2 00:38:04 ---> f842c09dec8f 00:38:04 00:38:04 ---> Running in fbd930736cad 00:38:05 Successfully built f842c09dec8f 00:38:05 Removing intermediate container 88b74c1e66c9 00:38:05 ---> 534dd3e7d9e5 00:38:05 00:38:05 Successfully tagged docker-support-notifications-go:latest 00:38:05  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:38:05 Removing intermediate container fbd930736cad 00:38:05 ---> c2e4fcdc1a40 00:38:05 Step 23/23 : LABEL version=0.0.0 00:38:05 Successfully built 534dd3e7d9e5 00:38:05 ---> Running in 7d49664a71e4 00:38:05 Removing intermediate container fc5058b7235d 00:38:05 ---> 9068c57621b2 00:38:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:05 Successfully tagged docker-support-scheduler-go:latest 00:38:05  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:38:05 Removing intermediate container 4654b5291040 00:38:05 ---> e9273ffa0a01 00:38:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:05 ---> Running in ab7046747405 00:38:05 Removing intermediate container 7d49664a71e4 00:38:05 ---> 145be7e33250 00:38:05 00:38:05 Removing intermediate container ab7046747405 00:38:05 ---> 1cb6b2a781af 00:38:05 Step 22/24 : LABEL arch=x86_64 00:38:05 Successfully built 145be7e33250 00:38:05 Successfully tagged docker-core-command-go:latest 00:38:05 Building docker-core-metadata-go 00:38:05  Building docker-core-command-go ... done  ---> 563d1802fded 00:38:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:06 ---> Running in edbac48f6ce3 00:38:06 Removing intermediate container edbac48f6ce3 00:38:06 ---> 73b2b7c65a61 00:38:06 Step 23/24 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:38:07 ---> Running in abb911f2afe4 00:38:07 ---> 415e04abd90c 00:38:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:12 Removing intermediate container abb911f2afe4 00:38:12 ---> b46bf5ff3d70 00:38:12 Step 24/24 : LABEL version=0.0.0 00:38:12 ---> d9c1d8ff0a88 00:38:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:38:13 ---> Running in f67e27900955 00:38:15 ---> 3fd7be510f04 00:38:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:15 Removing intermediate container f67e27900955 00:38:15 ---> be201c914f3f 00:38:15 00:38:15 Successfully built be201c914f3f 00:38:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:15  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 00:38:15 ---> af1af4f6a1e6 00:38:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:15 ---> Running in 84c350073f0e 00:38:16 Removing intermediate container 84c350073f0e 00:38:16 ---> 46146f5e0598 00:38:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:19 ---> 42de56e32a9c 00:38:19 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:29 ---> Running in 9683b94682b8 00:38:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> b7bf03fbc646 00:38:31 Step 3/21 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> d671872c70e2 00:38:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:31 ---> b7bf03fbc646 00:38:31 Step 3/23 : WORKDIR /edgex-go 00:38:31 ---> Using cache 00:38:31 ---> d671872c70e2 00:38:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:31 ---> Using cache 00:38:31 ---> Using cache 00:38:31 ---> d8a5d8d17774 00:38:31 Step 5/21 : RUN apk add --update --no-cache make git 00:38:31 ---> d8a5d8d17774 00:38:31 Step 5/23 : RUN apk add --update --no-cache make git 00:38:31 ---> Using cache 00:38:31 ---> 59368aaabb89 00:38:31 Step 6/23 : COPY go.mod . 00:38:31 ---> Using cache 00:38:31 ---> 59368aaabb89 00:38:31 Step 6/21 : COPY go.mod . 00:38:31 ---> Using cache 00:38:31 ---> b3278f2ef834 00:38:31 Step 7/23 : RUN go mod download 00:38:31 ---> Using cache 00:38:31 ---> b3278f2ef834 00:38:31 Step 7/21 : RUN go mod download 00:38:31 ---> Using cache 00:38:31 ---> 60c28700e486 00:38:31 Step 8/23 : COPY . . 00:38:31 ---> Using cache 00:38:31 ---> 60c28700e486 00:38:31 Step 8/21 : COPY . . 00:38:31 ---> Using cache 00:38:31 ---> 28964ae5cd5d 00:38:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:31 ---> Using cache 00:38:31 ---> 28964ae5cd5d 00:38:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:32 ---> b7bf03fbc646 00:38:32 Step 3/26 : WORKDIR /edgex-go 00:38:32 ---> Using cache 00:38:32 ---> d671872c70e2 00:38:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:32 ---> Using cache 00:38:32 ---> d8a5d8d17774 00:38:32 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:33 ---> Running in 93bcd55bd0e8 00:38:33 ---> Running in bfcd085501ef 00:38:33 ---> Running in 90596c56eade 00:38: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 00:38:36 Removing intermediate container 9683b94682b8 00:38:36 ---> 282c061b6c09 00:38:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:38: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 00:38:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:38 ---> Running in b5d58ea79596 00:38:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:39 Removing intermediate container b5d58ea79596 00:38:39 ---> 07e0aa6110c1 00:38:39 Step 28/31 : CMD ["gate"] 00:38:39 ---> Running in de4f7a952762 00:38:41 Removing intermediate container de4f7a952762 00:38:41 ---> 11317cbf1ac3 00:38:41 Step 29/31 : LABEL arch=x86_64 00:38:41 OK: 233 MiB in 51 packages 00:38:41 ---> Running in 0565c1bb2120 00:38:42 Removing intermediate container 0565c1bb2120 00:38:42 ---> 7fece5c2a20c 00:38:42 Step 30/31 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:38:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:42 ---> b7bf03fbc646 00:38:42 Step 3/23 : WORKDIR /edgex-go 00:38:42 ---> Using cache 00:38:42 ---> d671872c70e2 00:38:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:42 ---> Using cache 00:38:42 ---> d8a5d8d17774 00:38:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:43 ---> Running in e345cbbea3cc 00:38:43 ---> Running in b6da4e482fde 00:38:44 Removing intermediate container e345cbbea3cc 00:38:44 ---> 620bc9a9dcf2 00:38:44 Step 31/31 : LABEL version=0.0.0 00:38:44 Removing intermediate container 90596c56eade 00:38:44 ---> e9b68d3c7115 00:38:44 Step 6/26 : COPY go.mod . 00:38:44 ---> Running in 71946bf46e79 00:38:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:44 ---> 15f84a73bdbb 00:38:44 Step 7/26 : RUN go mod download 00:38:45 Removing intermediate container 71946bf46e79 00:38:45 ---> 4618e3964058 00:38:45 00:38:45 ---> Running in 64d8f8b46720 00:38:45 Successfully built 4618e3964058 00:38:45 Successfully tagged docker-security-bootstrapper-go:latest 00:38:46  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:47 OK: 233 MiB in 51 packages 00:38:47 Removing intermediate container 64d8f8b46720 00:38:47 ---> cc8769779749 00:38:47 Step 8/26 : COPY . . 00:38:51 Removing intermediate container b6da4e482fde 00:38:51 ---> 052814168bdf 00:38:51 Step 6/23 : COPY go.mod . 00:38:52 ---> 8b2aa019b4e6 00:38:52 Step 7/23 : RUN go mod download 00:38:54 ---> Running in 5378684dec9b 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:03 Removing intermediate container 5378684dec9b 00:39:03 ---> 8ecb066777c4 00:39:03 Step 8/23 : COPY . . 00:39:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:13 ---> 1f3455b171b8 00:39:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:14 Removing intermediate container bfcd085501ef 00:39:14 ---> 2f3b3bc651bb 00:39:14 00:39:14 Step 10/21 : FROM alpine:3.12 00:39:14 ---> 389fef711851 00:39:14 Step 11/21 : RUN apk add --update --no-cache curl 00:39:15 ---> Running in 075d451adb55 00:39:15 ---> Running in a356641df600 00:39:17 Removing intermediate container 93bcd55bd0e8 00:39:17 ---> db2dae4b503e 00:39:17 00:39:17 Step 10/23 : FROM alpine:3.12 00:39:17 ---> 389fef711851 00:39:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:17 ---> Using cache 00:39:17 ---> 80eba4ab495d 00:39:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:17 ---> Using cache 00:39:17 ---> f36c37687bf4 00:39:17 Step 13/23 : ENV APP_PORT=48081 00:39:17 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 00:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:17 ---> Running in 8c014a984197 00:39:17 (1/4) Installing ca-certificates (20191127-r4) 00:39:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:18 (3/4) Installing libcurl (7.69.1-r3) 00:39:18 (4/4) Installing curl (7.69.1-r3) 00:39:18 Executing busybox-1.31.1-r19.trigger 00:39:18 Executing ca-certificates-20191127-r4.trigger 00:39:18 OK: 7 MiB in 18 packages 00:39:18 Removing intermediate container 8c014a984197 00:39:18 ---> 128e1c850098 00:39:18 Step 14/23 : EXPOSE $APP_PORT 00:39:20 ---> Running in bc0a1d687fac 00:39:20 Removing intermediate container bc0a1d687fac 00:39:20 ---> 5d613aed8d08 00:39:20 Step 15/23 : WORKDIR / 00:39:20 ---> Running in f6359a8cb126 00:39:22 Removing intermediate container a356641df600 00:39:22 ---> 9f50ae74314b 00:39:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:22 Removing intermediate container f6359a8cb126 00:39:22 ---> 2cd765f67653 00:39:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:23 ---> Running in 7052dd5f592b 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:25 Removing intermediate container 7052dd5f592b 00:39:25 ---> b6fb6cfd15b8 00:39:25 Step 13/21 : WORKDIR /edgex 00:39:26 ---> 9dd7d08d2110 00:39:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:26 ---> Running in c78780e67e7a 00:39:26 ---> 6cb82671e799 00:39:26 Step 9/23 : RUN make cmd/core-data/core-data 00:39:26 Removing intermediate container c78780e67e7a 00:39:26 ---> 6ae9a65026b3 00:39:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:26 ---> Running in 0038c9bfaab5 00:39:27 ---> 5af9b65c306a 00:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:27 ---> c388ef6001da 00:39:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:27 ---> 2e9f57189cbd 00:39:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:28 ---> Running in 73305e0de59f 00:39:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:28 Removing intermediate container 73305e0de59f 00:39:28 ---> a6a023e6832f 00:39:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:28 ---> 5be3850f98b6 00:39:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:28 ---> Running in deea8d73d668 00:39:28 Removing intermediate container deea8d73d668 00:39:28 ---> 2dab144f3ef2 00:39:28 Step 21/23 : LABEL arch=x86_64 00:39:29 ---> Running in c155e902b78c 00:39:29 ---> adaae8dcfd97 00:39:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:29 Removing intermediate container c155e902b78c 00:39:29 ---> 8ede59cb3f2c 00:39:29 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:39:29 ---> Running in ff3de4a59a74 00:39:29 ---> Running in 168a5d3706bd 00:39:29 Removing intermediate container ff3de4a59a74 00:39:29 ---> dedabe7987a2 00:39:29 Step 18/21 : CMD ["--init=true"] 00:39:29 Removing intermediate container 168a5d3706bd 00:39:29 ---> 798a26cb89e8 00:39:29 Step 23/23 : LABEL version=0.0.0 00:39:30 ---> Running in 86fe1b563183 00:39:30 ---> Running in c970faac0e14 00:39:30 Removing intermediate container 86fe1b563183 00:39:30 ---> 881283af427b 00:39:30 Step 19/21 : LABEL arch=x86_64 00:39:30 ---> Running in 25d7153e9f4e 00:39:30 Removing intermediate container c970faac0e14 00:39:30 ---> 589b283e6a88 00:39:30 00:39:30 Removing intermediate container 25d7153e9f4e 00:39:30 ---> ad338b596640 00:39:30 Step 20/21 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:39:31 Successfully built 589b283e6a88 00:39:31 Successfully tagged docker-core-metadata-go:latest 00:39:31  Building docker-core-metadata-go ... done  ---> Running in a066b554665a 00:39:32 Removing intermediate container a066b554665a 00:39:32 ---> d84bb5157fae 00:39:32 Step 21/21 : LABEL version=0.0.0 00:39:32 ---> Running in b986413dd085 00:39:33 Removing intermediate container b986413dd085 00:39:33 ---> d54a625faa1e 00:39:33 00:39:33 Successfully built d54a625faa1e 00:39:34 Successfully tagged docker-security-proxy-setup-go:latest 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 075d451adb55 00:39:35 ---> 6a1f0d3af431 00:39:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:35 ---> Running in 2d38ab4da8e3 00:39:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:39 Removing intermediate container 2d38ab4da8e3 00:39:39 ---> 2ae664a000f4 00:39:39 00:39:39 Step 11/26 : FROM docker:20.10.0 00:39:39 20.10.0: Pulling from library/docker 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.408s coverage: 45.6% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements 00:39:48 Removing intermediate container 0038c9bfaab5 00:39:48 ---> 17a08b519205 00:39:48 00:39:48 Step 10/23 : FROM alpine:3.12 00:39:48 ---> 389fef711851 00:39:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:48 ---> Running in 5dc39833ac20 00:39:48 Removing intermediate container 5dc39833ac20 00:39:48 ---> 4dafe80647c5 00:39:48 Step 12/23 : ENV APP_PORT=48080 00:39:48 ---> Running in 6a7133b46341 00:39:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:48 Status: Downloaded newer image for docker:20.10.0 00:39:48 ---> aefe523efa57 00:39:48 Step 12/26 : RUN apk add --no-cache bash 00:39:48 ---> Running in c70e540182b2 00:39:48 Removing intermediate container 6a7133b46341 00:39:48 ---> 2f80866f7ec9 00:39:48 Step 13/23 : EXPOSE $APP_PORT 00:39:48 ---> Running in ff92616575cf 00:39:48 Removing intermediate container ff92616575cf 00:39:48 ---> 659ec9b48964 00:39:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:49 ---> Running in 7bc4fa1d1799 00:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:49 (1/2) Installing readline (8.0.4-r0) 00:39:49 (2/2) Installing bash (5.0.17-r0) 00:39:49 Executing bash-5.0.17-r0.post-install 00:39:49 Executing busybox-1.31.1-r19.trigger 00:39:49 OK: 12 MiB in 22 packages 00:39:50 Removing intermediate container 7bc4fa1d1799 00:39:50 ---> 93066a31e43e 00:39:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:50 Removing intermediate container c70e540182b2 00:39:50 ---> aca1d3c9e7e8 00:39:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:50 ---> Running in 70ecb12e67c1 00:39:50 ---> Running in e6e61c56b24a 00:39:50 Removing intermediate container e6e61c56b24a 00:39:50 ---> 78a2cdd8c9e7 00:39:50 Step 14/26 : ENV APP_PORT=48090 00:39:50 ---> Running in bab91e9ff615 00:39:50 Removing intermediate container bab91e9ff615 00:39:50 ---> 06940c6b412c 00:39:50 Step 15/26 : EXPOSE $APP_PORT 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:50 ---> Running in 8a78031190c7 00:39:51 Removing intermediate container 8a78031190c7 00:39:51 ---> da65d35b3848 00:39:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:51 ---> baf3c3ae3dcd 00:39:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.639s coverage: 27.1% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.344s coverage: 65.8% of statements 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:52 ---> fa6d96f3f3f3 00:39:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:52 ---> df69c2d21707 00:39:52 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:52 ---> Running in 49eafd9363a8 00:39:52 (1/6) Installing dumb-init (1.2.2-r1) 00:39:52 (2/6) Installing libgcc (9.3.0-r2) 00:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 (3/6) Installing libsodium (1.0.18-r0) 00:39:53 (1/33) Installing libbz2 (1.0.8-r1) 00:39:53 (2/33) Installing expat (2.2.9-r1) 00:39:53 (3/33) Installing libffi (3.3-r2) 00:39:53 (4/33) Installing gdbm (1.13-r1) 00:39:53 (5/33) Installing xz-libs (5.2.5-r0) 00:39:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:53 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:53 (7/33) Installing python3 (3.8.5-r0) 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.779s coverage: 82.3% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:53 (5/6) Installing libzmq (4.3.3-r0) 00:39:54 (6/6) Installing zeromq (4.3.3-r0) 00:39:54 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:54 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:54 (11/33) Installing py3-six (1.15.0-r0) 00:39:54 (12/33) Installing py3-packaging (20.4-r0) 00:39:54 Executing busybox-1.31.1-r19.trigger 00:39:54 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:54 OK: 8 MiB in 20 packages 00:39:54 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:54 (15/33) Installing py3-idna (2.9-r0) 00:39:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:54 (18/33) Installing py3-requests (2.23.0-r0) 00:39:54 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:54 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:54 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:54 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:54 (24/33) Installing py3-distro (1.5.0-r1) 00:39:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:56 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:58 (29/33) Installing py3-progress (1.5-r0) 00:39:58 (30/33) Installing py3-toml (0.10.1-r0) 00:39:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:58 (33/33) Installing py3-pip (20.1.1-r0) 00:39:58 Executing busybox-1.31.1-r19.trigger 00:39:58 OK: 71 MiB in 55 packages 00:39:59 Removing intermediate container 70ecb12e67c1 00:39:59 ---> 8236c067c75c 00:39:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:00 ---> c1dd706e9462 00:40:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.406s coverage: 28.6% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.184s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:05 ---> b8b64e235744 00:40:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:05 ---> b6fdcad329f7 00:40:05 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:05 Removing intermediate container 49eafd9363a8 00:40:05 ---> 326af2ea2034 00:40:05 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:05 ---> Running in 7d853c3c101b 00:40:05 ---> Running in e36aa70afc1f 00:40:05 Removing intermediate container e36aa70afc1f 00:40:05 ---> 9e6f912b5ddf 00:40:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:05 ---> Running in ad5b1ec46f6a 00:40:05 Removing intermediate container ad5b1ec46f6a 00:40:05 ---> e71a9cbb8101 00:40:05 Step 21/23 : LABEL arch=x86_64 00:40:05 ---> Running in a54beabce090 00:40:05 Removing intermediate container a54beabce090 00:40:05 ---> 98ed1e083904 00:40:05 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:40:06 ---> Running in e7ed5d022865 00:40:06 Removing intermediate container e7ed5d022865 00:40:06 ---> f9430c49e81e 00:40:06 Step 23/23 : LABEL version=0.0.0 00:40:06 ---> Running in 4fa07a41a678 00:40:06 Removing intermediate container 4fa07a41a678 00:40:06 ---> 0410a7cf4ae9 00:40:06 00:40:06 Successfully built 0410a7cf4ae9 00:40:06 Successfully tagged docker-core-data-go:latest 00:40:06  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:40:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:07 Collecting PyYAML<4,>=3.10 00:40:07 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:08 Collecting texttable<0.10,>=0.9.0 00:40:08 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:08 Collecting websocket-client<1.0,>=0.32.0 00:40:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:09 Collecting docker<4.0,>=3.6.0 00:40:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:09 Collecting dockerpty<0.5,>=0.4.1 00:40:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:09 Collecting cached-property<2,>=1.2.0 00:40:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:09 Collecting docopt<0.7,>=0.6.1 00:40:09 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:10 Collecting jsonschema<3,>=2.5.1 00:40:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:10 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) 00:40:10 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) 00:40:10 Collecting urllib3<1.25,>=1.21.1 00:40:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:10 Collecting idna<2.8,>=2.5 00:40:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:11 Collecting docker-pycreds>=0.4.0 00:40:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:11 Installing collected packages: urllib3, idna, requests, PyYAML, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, jsonschema, docker-compose 00:40:11 Attempting uninstall: urllib3 00:40:11 Found existing installation: urllib3 1.25.9 00:40:11 Uninstalling urllib3-1.25.9: 00:40:11 Successfully uninstalled urllib3-1.25.9 00:40:11 Attempting uninstall: idna 00:40:11 Found existing installation: idna 2.9 00:40:11 Uninstalling idna-2.9: 00:40:11 Successfully uninstalled idna-2.9 00:40:11 Attempting uninstall: requests 00:40:11 Found existing installation: requests 2.23.0 00:40:11 Uninstalling requests-2.23.0: 00:40:11 Successfully uninstalled requests-2.23.0 00:40:11 Running setup.py install for PyYAML: started 00:40:13 Running setup.py install for PyYAML: finished with status 'done' 00:40:13 Running setup.py install for texttable: started 00:40:13 Running setup.py install for texttable: finished with status 'done' 00:40:13 Running setup.py install for dockerpty: started 00:40:14 Running setup.py install for dockerpty: finished with status 'done' 00:40:14 Running setup.py install for docopt: started 00:40:14 Running setup.py install for docopt: finished with status 'done' 00:40:15 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 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.614s coverage: 92.8% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.082s coverage: 94.1% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 00:40:19 Removing intermediate container 7d853c3c101b 00:40:19 ---> 2593508f5a2b 00:40:19 Step 21/26 : RUN apk --no-cache add curl 00:40:19 ---> Running in b8d39075dad2 00:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:19 (2/3) Installing libcurl (7.69.1-r3) 00:40:19 (3/3) Installing curl (7.69.1-r3) 00:40:19 Executing busybox-1.31.1-r19.trigger 00:40:19 OK: 72 MiB in 58 packages 00:40:20 Removing intermediate container b8d39075dad2 00:40:20 ---> 4c225152af7e 00:40:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:20 ---> Running in 1d3b72053be6 00:40:20 Removing intermediate container 1d3b72053be6 00:40:20 ---> ad0fab985445 00:40:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:20 ---> Running in e0ed7f1c6501 00:40:20 Removing intermediate container e0ed7f1c6501 00:40:20 ---> e8c1056a7de8 00:40:20 Step 24/26 : LABEL arch=x86_64 00:40:20 ---> Running in 7531cc2565fe 00:40:20 Removing intermediate container 7531cc2565fe 00:40:20 ---> 0caa4e1e9028 00:40:20 Step 25/26 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:40:21 ---> Running in 04d2e62df188 00:40:21 Removing intermediate container 04d2e62df188 00:40:21 ---> 0b541aad0553 00:40:21 Step 26/26 : LABEL version=0.0.0 00:40:21 ---> Running in df2d7b94b47f 00:40:21 Removing intermediate container df2d7b94b47f 00:40:21 ---> 0a4ae5e75419 00:40:21 00:40:21 Successfully built 0a4ae5e75419 00:40:21 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:22 $ docker stop --time=1 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 00:40:23 $ docker rm -f 84a3f5d9e332acbf1a3a951413bc73eb52665229df3d7910d951be107a3c89c9 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:24 + docker images 00:40:24 + grep docker 00:40:24 docker-sys-mgmt-agent-go latest 0a4ae5e75419 3 seconds ago 313MB 00:40:24 docker-core-data-go latest 0410a7cf4ae9 18 seconds ago 22.3MB 00:40:24 docker-security-proxy-setup-go latest d54a625faa1e 52 seconds ago 24.4MB 00:40:24 docker-core-metadata-go latest 589b283e6a88 54 seconds ago 18.8MB 00:40:24 docker-security-bootstrapper-go latest 4618e3964058 About a minute ago 23.8MB 00:40:24 docker-security-secretstore-setup-go latest be201c914f3f 2 minutes ago 24.6MB 00:40:24 docker-core-command-go latest 145be7e33250 2 minutes ago 16.9MB 00:40:24 docker-support-scheduler-go latest 534dd3e7d9e5 2 minutes ago 17MB 00:40:24 docker-support-notifications-go latest f842c09dec8f 2 minutes ago 17.6MB 00:40:24 docker 20.10.0 aefe523efa57 8 weeks 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 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 00:40:40 Still waiting to schedule task 00:40:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 00:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.119s coverage: 68.9% of statements 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.488s coverage: 37.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.888s coverage: 84.0% of statements 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.452s coverage: 47.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.178s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.288s coverage: 87.7% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.214s coverage: 29.1% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.204s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:41:06 GO111MODULE=on go vet ./... 00:42:10 Running on prd-ubuntu18.04-docker-8c-8g-25378 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 00:42:10 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 00:42:12 using credential edgex-jenkins-ssh 00:42:12 Cloning the remote Git repository 00:42:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:12 > git init /w/workspace/edgex-go/14 # timeout=10 00:42:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:12 > git --version # timeout=10 00:42:12 > git --version # 'git version 2.17.1' 00:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:26 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a 00:42:26 Merge succeeded, producing a9fb50f10e9820e1f8230758b570f17c86793e99 00:42:26 Checking out Revision a9fb50f10e9820e1f8230758b570f17c86793e99 (PR-3113) 00:42:26 > git config core.sparsecheckout # timeout=10 00:42:26 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 00:42:26 > git remote # timeout=10 00:42:26 > git config --get remote.origin.url # timeout=10 00:42:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:26 > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 00:42:26 > git rev-parse HEAD^{commit} # timeout=10 00:42:26 > git config core.sparsecheckout # timeout=10 00:42:26 > git checkout -f a9fb50f10e9820e1f8230758b570f17c86793e99 # timeout=10 00:42:30 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" 00:42:30 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:31 + echo snap-build.sh 00:42:31 snap-build.sh 00:42:31 + SNAP_BASE_DIR=. 00:42:31 + '[' '!' -z /w/workspace/edgex-go/14 ']' 00:42:31 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 00:42:31 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 00:42:31 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 00:42:31 + cd /w/workspace/edgex-go/14 00:42:31 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:31 Reading package lists... 00:42:31 Building dependency tree... 00:42:31 Reading state information... 00:42:31 The following packages were automatically installed and are no longer required: 00:42:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:31 uidmap xdelta3 00:42:31 Use 'sudo apt autoremove' to remove them. 00:42:31 The following packages will be REMOVED: 00:42:31 lxd* lxd-client* 00:42:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:32 After this operation, 31.7 MB disk space will be freed. 00:42:30 > git rev-list --no-walk ad72fea3fceed8a04ec638e58c84fc6aeef660bf # timeout=10 00:42:33 (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.) 00:42:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:34 Removing lxd dnsmasq configuration 00:42:34 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:35 (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.) 00:42:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:37 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:37 Processing triggers for ureadahead (0.100.0-21) ... 00:42:38 + sudo snap remove --purge lxd 00:42:38 snap "lxd" is not installed 00:42:38 + sudo groupadd --force --system lxd 00:42:38 ++ whoami 00:42:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:38 + newgrp - lxd 00:42:38 + sudo snap install lxd 00:42:44 gofmt -l . 00:42:44 [ "`gofmt -l .`" = "" ] 00:42:44 ./bin/test-go-mod-tidy.sh 00:42:44 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:44 + ls -al . 00:42:44 total 724 00:42:44 drwxrwxr-x 9 1001 1001 4096 Feb 7 00:42 . 00:42:44 drwxr-xr-x 4 root root 4096 Feb 7 00:37 .. 00:42:44 -rw-rw-r-- 1 1001 1001 11 Feb 7 00:35 .dockerignore 00:42:44 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:35 .git 00:42:44 drwxrwxr-x 3 1001 1001 4096 Feb 7 00:35 .github 00:42:44 -rw-rw-r-- 1 1001 1001 872 Feb 7 00:35 .gitignore 00:42:44 -rw-rw-r-- 1 1001 1001 166 Feb 7 00:35 .sonarcloud.properties 00:42:44 -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:35 Attribution.txt 00:42:44 -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:35 CONTRIBUTING.md 00:42:44 -rw-rw-r-- 1 1001 1001 931 Feb 7 00:35 Dockerfile.build 00:42:44 -rw-rw-r-- 1 1001 1001 863 Feb 7 00:35 Jenkinsfile 00:42:44 -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:35 LICENSE 00:42:44 -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:35 Makefile 00:42:44 -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:35 README.md 00:42:44 -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:35 SECURITY.md 00:42:44 -rw-rw-r-- 1 1001 1001 5 Feb 7 00:31 VERSION 00:42:44 -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:35 ZMQWindows.md 00:42:44 drwxrwxr-x 2 1001 1001 4096 Feb 7 00:35 bin 00:42:44 drwxrwxr-x 15 1001 1001 4096 Feb 7 00:35 cmd 00:42:44 -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out 00:42:44 -rw-r--r-- 1 root root 1054 Feb 7 00:42 go.mod 00:42:44 -rw-r--r-- 1 root root 19290 Feb 7 00:42 go.sum 00:42:44 drwxrwxr-x 8 1001 1001 4096 Feb 7 00:35 internal 00:42:44 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:35 openapi 00:42:44 drwxrwxr-x 4 1001 1001 4096 Feb 7 00:35 snap 00:42:44 -rw-rw-r-- 1 1001 1001 168 Feb 7 00:35 version.go [Pipeline] sh 00:42:45 + '[' -e coverage.out ] 00:42:45 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:45 Warning: overwriting stash ‘coverage-report’ 00:42:46 2021-02-07T00:42:43Z INFO Waiting for automatic snapd restart... 00:42:47 Stashed 1 file(s) [Pipeline] sh 00:42:47 + make build 00:42:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:58 lxd 4.10 from Canonical* installed 00:42:58 + sudo lxd init --auto 00:43:02 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 00:43:06 + sudo snap install --classic snapcraft 00:43:11 snapcraft 4.4.4 from Canonical* installed 00:43:11 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:11 + patch --verbose -p1 00:43:11 Hmm... Looks like a unified diff to me... 00:43:11 The text leading up to this was: 00:43:11 -------------------------- 00:43:11 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:11 |From: Tony Espy 00:43:11 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:11 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:11 | 00:43:11 |This patch is used by the EdgeX CI pipeline builds to 00:43:11 |optimize the snap CI check run for pull requests. When 00:43:11 |applied, it essentially strips out everything (apps and 00:43:11 |parts) from the snapcraft.yaml file except those required 00:43:11 |to build edgex-go, as the whole idea of the CI check is to 00:43:11 |catch changes to edgex-go that break the snap build. 00:43:11 | 00:43:11 |In general, anyone updating snapcraft.yaml will also need 00:43:11 |to update this patch file, otherwise it may fail to apply, 00:43:11 |resulting in a failed snap build CI check in the associated 00:43:11 |pull request. 00:43:11 | 00:43:11 |Note - in addition to applying this patch, the pipeline also 00:43:11 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:11 |need to build the finally binary .snap file (and it won't 00:43:11 |work with the patch applied). This further reduces the build 00:43:11 |time. 00:43:11 |--- 00:43:11 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:11 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:11 | 00:43:11 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:11 |index 1e537489..faf42425 100644 00:43:11 |--- a/snap/snapcraft.yaml 00:43:11 |+++ b/snap/snapcraft.yaml 00:43:11 -------------------------- 00:43:11 patching file snap/snapcraft.yaml 00:43:11 Using Plan A... 00:43:11 Hunk #1 succeeded at 73. 00:43:11 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:11 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:11 Hunk #4 succeeded at 222 (offset -1 lines). 00:43:11 Hunk #5 succeeded at 229 (offset -1 lines). 00:43:11 Hunk #6 succeeded at 256 (offset -1 lines). 00:43:11 Hunk #7 succeeded at 290 (offset -1 lines). 00:43:11 Hunk #8 succeeded at 342. 00:43:11 Hmm... Ignoring the trailing garbage. 00:43:11 done 00:43:11 + sudo snapcraft prime --use-lxd 00:43:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:12 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: 00:43:12 - README.md 00:43:12 - snapcraft.yaml.orig 00:43:12 00:43:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:13 Launching a container. 00:43:25 Waiting for container to be ready 00:43:25 To start your first instance, try: lxc launch ubuntu:18.04 00:43:25 00:43:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:28 Waiting for network to be ready... 00:43:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:29 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:43:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:43:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:43:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:43:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:43:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:43:29 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 00:43:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:43:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:43:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:43:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:43:33 Fetched 23.9 MB in 4s (5970 kB/s) 00:43:34 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 00:43:34 Reading package lists... 00:43:34 Reading package lists... 00:43:34 Building dependency tree... 00:43:34 Reading state information... 00:43:34 The following additional packages will be installed: 00:43:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:34 Suggested packages: 00:43:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:34 Recommended packages: 00:43:34 gnupg libsasl2-modules 00:43:34 The following NEW packages will be installed: 00:43:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:34 The following packages will be upgraded: 00:43:34 gpg gpg-agent gpgconf libudev1 00:43:35 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:35 Need to get 3533 kB of archives. 00:43:35 After this operation, 13.3 MB of additional disk space will be used. 00:43:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:43:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:35 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:36 debconf: delaying package configuration, since apt-utils is not installed 00:43:36 Fetched 3533 kB in 1s (3200 kB/s) 00:43:36 (Reading database ... 12511 files and directories currently installed.) 00:43:36 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:36 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:36 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:36 Selecting previously unselected package udev. 00:43:36 (Reading database ... 12511 files and directories currently installed.) 00:43:36 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:36 Unpacking udev (237-3ubuntu10.44) ... 00:43:36 Selecting previously unselected package libfuse2:amd64. 00:43:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:36 Selecting previously unselected package fuse. 00:43:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:36 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:36 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:37 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:37 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:37 Selecting previously unselected package libksba8:amd64. 00:43:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:37 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:37 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:37 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:38 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:38 Selecting previously unselected package libsasl2-2:amd64. 00:43:38 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:38 Selecting previously unselected package libldap-common. 00:43:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:38 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:39 Selecting previously unselected package dirmngr. 00:43:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:39 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:39 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:39 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:39 Setting up udev (237-3ubuntu10.44) ... 00:43:39 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 00:43:39 invoke-rc.d: policy-rc.d denied execution of start. 00:43:39 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:39 Processing triggers for systemd (237-3ubuntu10) ... 00:43:40 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:40 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:40 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:40 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:40 settings in the [Install] section, and DefaultInstance for template units). 00:43:40 This means they are not meant to be enabled using systemctl. 00:43:40 Possible reasons for having this kind of units are: 00:43:40 1) A unit may be statically enabled by being symlinked from another unit's 00:43:40 .wants/ or .requires/ directory. 00:43:40 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:40 a requirement dependency on it. 00:43:40 3) A unit may be started when needed via activation (socket, path, timer, 00:43:40 D-Bus, udev, scripted systemctl call, ...). 00:43:40 4) In case of template units, the unit is meant to be enabled with some 00:43:40 instance name specified. 00:43:40 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 00:43:41 Reading package lists... 00:43:41 Building dependency tree... 00:43:41 Reading state information... 00:43:41 The following additional packages will be installed: 00:43:41 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:41 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:41 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:41 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:41 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:41 Suggested packages: 00:43:41 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:41 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:41 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:41 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:41 systemd-container policykit-1 00:43:41 Recommended packages: 00:43:41 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:41 The following NEW packages will be installed: 00:43:41 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:41 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:41 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:41 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:41 python3.6-minimal snapd squashfs-tools sudo 00:43:41 The following packages will be upgraded: 00:43:41 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:41 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:41 Need to get 35.2 MB of archives. 00:43:41 After this operation, 141 MB of additional disk space will be used. 00:43:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:43:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:42 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:42 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:42 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:42 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:42 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:42 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:42 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:44 debconf: delaying package configuration, since apt-utils is not installed 00:43:44 Fetched 35.2 MB in 2s (15.7 MB/s) 00:43:44 (Reading database ... 12757 files and directories currently installed.) 00:43:44 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:44 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:45 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:45 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:45 (Reading database ... 12757 files and directories currently installed.) 00:43:45 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:45 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:45 (Reading database ... 12757 files and directories currently installed.) 00:43:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:46 Setting up apt (1.6.12ubuntu0.2) ... 00:43:46 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:46 (Reading database ... 12764 files and directories currently installed.) 00:43:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:46 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:47 Selecting previously unselected package libexpat1:amd64. 00:43:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:47 Selecting previously unselected package python3.6-minimal. 00:43:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:47 Checking for services that may need to be restarted...done. 00:43:47 Checking for services that may need to be restarted...done. 00:43:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:48 Selecting previously unselected package python3-minimal. 00:43:48 (Reading database ... 13012 files and directories currently installed.) 00:43:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:48 Selecting previously unselected package mime-support. 00:43:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:48 Unpacking mime-support (3.60ubuntu1) ... 00:43:48 Selecting previously unselected package libmpdec2:amd64. 00:43:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:48 Selecting previously unselected package python3.6. 00:43:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:48 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:49 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:49 Selecting previously unselected package python3. 00:43:49 (Reading database ... 13442 files and directories currently installed.) 00:43:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:49 Unpacking python3 (3.6.7-1~18.04) ... 00:43:49 Selecting previously unselected package multiarch-support. 00:43:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:49 Selecting previously unselected package liblzo2-2:amd64. 00:43:49 (Reading database ... 13479 files and directories currently installed.) 00:43:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:49 Selecting previously unselected package libbsd0:amd64. 00:43:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:49 Selecting previously unselected package sudo. 00:43:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:49 Selecting previously unselected package apparmor. 00:43:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:50 Selecting previously unselected package libedit2:amd64. 00:43:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:50 Selecting previously unselected package libkrb5support0:amd64. 00:43:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:50 Selecting previously unselected package libk5crypto3:amd64. 00:43:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:50 Selecting previously unselected package libkeyutils1:amd64. 00:43:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:50 Selecting previously unselected package libkrb5-3:amd64. 00:43:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:51 Selecting previously unselected package libssl1.0.0:amd64. 00:43:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:51 Selecting previously unselected package openssh-client. 00:43:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:51 Selecting previously unselected package squashfs-tools. 00:43:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:51 Selecting previously unselected package snapd. 00:43:51 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:51 Unpacking snapd (2.48+18.04) ... 00:43:51 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 00:43:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:53 Setting up mime-support (3.60ubuntu1) ... 00:43:53 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:53 Setting up systemd (237-3ubuntu10.44) ... 00:43:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:55 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:55 Setting up python3 (3.6.7-1~18.04) ... 00:43:55 running python rtupdate hooks for python3.6... 00:43:55 running python post-rtupdate hooks for python3.6... 00:43:55 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:56 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 00:43:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:58 Setting up snapd (2.48+18.04) ... 00:43:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:59 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:00 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 00:44:00 /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' 00:44:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:00 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:02 Reading package lists... 00:44:02 Reading package lists... 00:44:03 Building dependency tree... 00:44:03 Reading state information... 00:44:03 Calculating upgrade... 00:44:03 The following packages will be upgraded: 00:44:03 advancecomp base-files bash binutils binutils-common 00:44:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:03 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:03 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:03 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:03 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:03 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:03 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:03 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:03 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:03 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:03 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:03 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:03 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:03 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:03 Need to get 63.8 MB of archives. 00:44:03 After this operation, 5188 kB of additional disk space will be used. 00:44:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:04 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:04 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:04 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:04 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:04 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:04 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:04 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:04 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:04 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:04 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:04 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:04 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:04 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:04 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:04 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:04 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:44:04 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:04 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:04 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:04 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:04 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:04 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:04 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:04 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:04 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:04 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:04 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:04 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:04 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:04 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:04 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:04 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:04 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:05 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:05 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:05 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:05 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:05 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:05 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:05 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:05 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:05 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:05 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:05 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:05 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:05 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:05 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:05 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:05 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:05 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:05 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:05 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:05 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:05 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:05 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:05 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:05 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] 00:44:05 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:05 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:05 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:05 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:05 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:05 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:05 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:06 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:06 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:06 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:07 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:07 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:07 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:07 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:07 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:07 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:07 debconf: delaying package configuration, since apt-utils is not installed 00:44:07 Fetched 63.8 MB in 4s (15.3 MB/s) 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:08 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:08 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 00:44:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:10 (Reading database ... 13911 files and directories currently installed.) 00:44:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:10 (Reading database ... 13911 files and directories currently installed.) 00:44:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:11 (Reading database ... 13911 files and directories currently installed.) 00:44:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:12 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 00:44:12 (Reading database ... 13911 files and directories currently installed.) 00:44:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:12 Setting up base-files (10.1ubuntu2.10) ... 00:44:12 Installing new version of config file /etc/issue ... 00:44:12 Installing new version of config file /etc/issue.net ... 00:44:12 Installing new version of config file /etc/lsb-release ... 00:44:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:13 Removing obsolete conffile /etc/default/motd-news ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:13 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:13 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:14 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:14 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:15 Setting up grep (3.1-2build1) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:15 Setting up login (1:4.5-1ubuntu2) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:17 (Reading database ... 13912 files and directories currently installed.) 00:44:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:18 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:18 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:18 (Reading database ... 13912 files and directories currently installed.) 00:44:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } 00:44:19 $ docker stop --time=1 ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 00:44:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:19 (Reading database ... 13912 files and directories currently installed.) 00:44:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:19 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:19 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:19 (Reading database ... 13912 files and directories currently installed.) 00:44:19 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:19 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:19 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:19 (Reading database ... 13912 files and directories currently installed.) 00:44:19 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:19 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:19 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:19 (Reading database ... 13912 files and directories currently installed.) 00:44:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:20 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:21 $ docker rm -f ef2a2f7e23859b79a8493c89267376c8a568fb847bcc9067fe144a249c375810 00:44:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:44:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:23 Setting up debconf (1.5.66ubuntu1) ... 00:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:23 00:44:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:23 (Reading database ... 13914 files and directories currently installed.) 00:44:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 (Reading database ... 13914 files and directories currently installed.) 00:44:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:24 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:24 29e5d40040c1: Pulling fs layer 00:44:24 1ce36da41761: Pulling fs layer 00:44:24 25b303627fd3: Pulling fs layer 00:44:24 (Reading database ... 13914 files and directories currently installed.) 00:44:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:24 29e5d40040c1: Verifying Checksum 00:44:24 29e5d40040c1: Download complete 00:44:24 (Reading database ... 13914 files and directories currently installed.) 00:44:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:24 (Reading database ... 13914 files and directories currently installed.) 00:44:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:25 1ce36da41761: Verifying Checksum 00:44:25 1ce36da41761: Download complete 00:44:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:25 29e5d40040c1: Pull complete 00:44:25 (Reading database ... 13914 files and directories currently installed.) 00:44:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:25 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:26 (Reading database ... 13914 files and directories currently installed.) 00:44:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:26 1ce36da41761: Pull complete 00:44:26 (Reading database ... 13914 files and directories currently installed.) 00:44:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:27 25b303627fd3: Verifying Checksum 00:44:27 25b303627fd3: Download complete 00:44:27 (Reading database ... 13914 files and directories currently installed.) 00:44:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:27 (Reading database ... 13914 files and directories currently installed.) 00:44:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:27 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:27 (Reading database ... 13914 files and directories currently installed.) 00:44:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:28 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:28 (Reading database ... 13914 files and directories currently installed.) 00:44:28 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:28 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:28 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:28 (Reading database ... 13914 files and directories currently installed.) 00:44:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:28 (Reading database ... 13914 files and directories currently installed.) 00:44:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:29 (Reading database ... 13914 files and directories currently installed.) 00:44:29 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:29 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:29 (Reading database ... 13914 files and directories currently installed.) 00:44:29 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:29 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:29 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:29 (Reading database ... 13914 files and directories currently installed.) 00:44:29 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:29 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:29 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:30 (Reading database ... 13914 files and directories currently installed.) 00:44:30 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:30 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:30 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:30 (Reading database ... 13915 files and directories currently installed.) 00:44:30 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:30 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:30 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:30 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:31 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:31 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:31 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:31 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:31 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:34 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:37 25b303627fd3: Pull complete 00:44:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:37 prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container 00:44:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:39 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:40 $ docker top 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee -eo pid,comm 00:44:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:40 Setting up tzdata (2021a-0ubuntu0.18.04) ... [Pipeline] { [Pipeline] sh 00:44:41 00:44:41 Current default time zone: 'Etc/UTC' 00:44:41 Local time is now: Sun Feb 7 00:44:41 UTC 2021. 00:44:41 Universal Time is now: Sun Feb 7 00:44:41 UTC 2021. 00:44:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:41 00:44:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:41 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:41 + docker-compose build --help 00:44:41 + grep parallel 00:44:41 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:41 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:41 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:41 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:42 Setting up ca-certificates (20210119~18.04.1) ... 00:44:44 Updating certificates in /etc/ssl/certs... 00:44:45 23 added, 27 removed; done. 00:44:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:45 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:45 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:45 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:46 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:46 Updating certificates in /etc/ssl/certs... 00:44:46 0 added, 0 removed; done. 00:44:46 Running hooks in /etc/ca-certificates/update.d... 00:44:46 done. 00:44:47 --parallel Build images in parallel. [Pipeline] } 00:44:47 $ docker stop --time=1 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee 00:44:47 Reading package lists... 00:44:47 Building dependency tree... 00:44:47 Reading state information... 00:44:47 The following NEW packages will be installed: 00:44:47 apt-transport-https 00:44:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:47 Need to get 1696 B of archives. 00:44:47 After this operation, 153 kB of additional disk space will be used. 00:44:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:47 debconf: delaying package configuration, since apt-utils is not installed 00:44:47 Fetched 1696 B in 0s (21.4 kB/s) 00:44:47 Selecting previously unselected package apt-transport-https. 00:44:47 (Reading database ... 13920 files and directories currently installed.) 00:44:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:47 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:48 Waiting for network to be ready... 00:44:49 $ docker rm -f 1f540f7215110dbf50dc753d66d5231cc7e2b0a8000cc3438ebbf7d1ac81fcee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:49 . [Pipeline] withDockerContainer 00:44:50 prd-ubuntu18.04-docker-arm64-4c-16g-25371 does not seem to be running inside a container 00:44:50 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:51 $ docker top 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:54 2021-02-07T00:44:51Z INFO Waiting for automatic snapd restart... 00:44:54 snapd 2.48.2 from Canonical* installed 00:44:55 "snapd" switched to the "latest/stable" channel 00:44:55 00:44:56 Building docker-core-command-go ... 00:44:56 Building docker-core-data-go ... 00:44:56 Building docker-core-metadata-go ... 00:44:56 Building docker-security-bootstrapper-go ... 00:44:56 Building docker-security-proxy-setup-go ... 00:44:56 Building docker-security-secretstore-setup-go ... 00:44:56 Building docker-support-notifications-go ... 00:44:56 Building docker-support-scheduler-go ... 00:44:56 Building docker-sys-mgmt-agent-go ... 00:44:56 Building docker-core-command-go 00:44:56 Building docker-core-data-go 00:44:56 Building docker-security-secretstore-setup-go 00:44:56 Building docker-security-proxy-setup-go 00:44:56 Building docker-core-metadata-go 00:44:58 core18 20201210 from Canonical* installed 00:44:58 "core18" switched to the "latest/stable" channel 00:44:58 00:45:01 snapcraft 4.4.4 from Canonical* installed 00:45:01 "snapcraft" switched to the "latest/stable" channel 00:45:01 00:45:05 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: 00:45:05 - README.md 00:45:05 - snapcraft.yaml.orig 00:45:05 00:45:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:12 Reading package lists... 00:45:13 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 00:45:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:19 Reading package lists... 00:45:19 Building dependency tree... 00:45:19 Reading state information... 00:45:19 Suggested packages: 00:45:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:19 Recommended packages: 00:45:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:19 The following NEW packages will be installed: 00:45:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:19 pkg-config zip 00:45:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:19 Need to get 7655 kB of archives. 00:45:19 After this operation, 43.7 MB of additional disk space will be used. 00:45:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:19 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:20 debconf: delaying package configuration, since apt-utils is not installed 00:45:20 Fetched 7655 kB in 1s (10.2 MB/s) 00:45:20 Selecting previously unselected package libglib2.0-0:amd64. 00:45:20 (Reading database ... 13924 files and directories currently installed.) 00:45:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:20 Selecting previously unselected package libpsl5:amd64. 00:45:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:20 Selecting previously unselected package libnghttp2-14:amd64. 00:45:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:20 Selecting previously unselected package librtmp1:amd64. 00:45:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:20 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:21 Selecting previously unselected package liberror-perl. 00:45:21 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:21 Unpacking liberror-perl (0.17025-1) ... 00:45:21 Selecting previously unselected package git-man. 00:45:21 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:21 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:21 Selecting previously unselected package git. 00:45:21 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:21 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:22 Selecting previously unselected package libnorm1:amd64. 00:45:22 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:22 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:22 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:22 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:22 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:22 Selecting previously unselected package libsodium23:amd64. 00:45:22 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:22 Selecting previously unselected package libzmq5:amd64. 00:45:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:22 Selecting previously unselected package libzmq3-dev:amd64. 00:45:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:22 Selecting previously unselected package pkg-config. 00:45:22 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:22 Selecting previously unselected package zip. 00:45:22 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:22 Unpacking zip (3.0-11build1) ... 00:45:22 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:23 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:23 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:23 Setting up liberror-perl (0.17025-1) ... 00:45:23 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:23 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:23 No schema files found: doing nothing. 00:45:23 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:23 Setting up zip (3.0-11build1) ... 00:45:23 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:23 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:23 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:23 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:23 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:23 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:29 git set to automatically installed. 00:45:29 git-man set to automatically installed. 00:45:29 libcurl3-gnutls set to automatically installed. 00:45:29 liberror-perl set to automatically installed. 00:45:29 libglib2.0-0 set to automatically installed. 00:45:29 libnghttp2-14 set to automatically installed. 00:45:29 libnorm1 set to automatically installed. 00:45:29 libpgm-5.2-0 set to automatically installed. 00:45:29 libpsl5 set to automatically installed. 00:45:29 librtmp1 set to automatically installed. 00:45:29 libsodium23 set to automatically installed. 00:45:29 libzmq3-dev set to automatically installed. 00:45:29 libzmq5 set to automatically installed. 00:45:29 pkg-config set to automatically installed. 00:45:29 zip set to automatically installed. 00:45:31 snapd is not logged in, snap install commands will use sudo 00:45:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:45 core18 20210128 from Canonical* refreshed 00:45:45 Pulling config-common 00:45:45 Pulling go-build-helper 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> e0e3efde57b8 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:04 ---> e0e3efde57b8 00:46:04 Step 3/23 : WORKDIR /edgex-go 00:46:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:05 ---> e0e3efde57b8 00:46:05 Step 3/24 : WORKDIR /edgex-go 00:46:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:05 ---> e0e3efde57b8 00:46:05 Step 3/23 : WORKDIR /edgex-go 00:46:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:05 ---> e0e3efde57b8 00:46:05 Step 3/21 : WORKDIR /edgex-go 00:46:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:07 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:46:07 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:07 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:46:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:46:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:46:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:46:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:46:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:46:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:46:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:46:07 Fetched 23.9 MB in 0s (0 B/s) 00:46:07 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:07 Fetched 96.5 kB in 0s (0 B/s) 00:46:07 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:07 Fetched 279 kB in 0s (0 B/s) 00:46:07 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:07 Fetched 122 kB in 0s (0 B/s) 00:46:07 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:07 Fetched 77.8 kB in 0s (0 B/s) 00:46:07 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:07 Fetched 8848 B in 0s (0 B/s) 00:46:07 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:07 Fetched 47.8 kB in 0s (0 B/s) 00:46:07 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:07 Fetched 45.6 kB in 0s (0 B/s) 00:46:07 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:07 Fetched 15.0 kB in 0s (0 B/s) 00:46:07 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:07 Fetched 214 kB in 0s (0 B/s) 00:46:07 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:07 Fetched 155 kB in 0s (0 B/s) 00:46:07 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:07 Fetched 50.6 kB in 0s (0 B/s) 00:46:07 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:07 Fetched 14.8 kB in 0s (0 B/s) 00:46:07 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:07 Fetched 41.8 kB in 0s (0 B/s) 00:46:07 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:07 Fetched 499 kB in 0s (0 B/s) 00:46:07 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:07 Fetched 111 kB in 0s (0 B/s) 00:46:07 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:07 Fetched 240 kB in 0s (0 B/s) 00:46:07 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:07 Fetched 29.3 kB in 0s (0 B/s) 00:46:07 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:07 Fetched 85.5 kB in 0s (0 B/s) 00:46:07 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:07 Fetched 24.5 kB in 0s (0 B/s) 00:46:07 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:07 Fetched 49.2 kB in 0s (0 B/s) 00:46:07 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:07 Fetched 54.2 kB in 0s (0 B/s) 00:46:07 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:07 Fetched 30.8 kB in 0s (0 B/s) 00:46:07 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:07 Fetched 17.0 kB in 0s (0 B/s) 00:46:07 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:07 Fetched 85.9 kB in 0s (0 B/s) 00:46:07 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:07 Fetched 8720 B in 0s (0 B/s) 00:46:07 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:07 Fetched 137 kB in 0s (0 B/s) 00:46:07 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:07 Fetched 119 kB in 0s (0 B/s) 00:46:07 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:07 Fetched 109 kB in 0s (0 B/s) 00:46:07 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:07 Fetched 11.1 kB in 0s (0 B/s) 00:46:07 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:07 Fetched 645 kB in 0s (0 B/s) 00:46:07 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:07 Fetched 41.3 kB in 0s (0 B/s) 00:46:07 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:07 Fetched 17.9 kB in 0s (0 B/s) 00:46:07 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:07 Fetched 368 kB in 0s (0 B/s) 00:46:07 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:07 Fetched 187 kB in 0s (0 B/s) 00:46:07 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:07 Fetched 175 kB in 0s (0 B/s) 00:46:07 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:08 ---> Running in 5358e378a4a3 00:46:08 ---> Running in bc87f25ce43b 00:46:08 ---> Running in 3ca5141513eb 00:46:08 ---> Running in 5fbdaf4ac69b 00:46:08 ---> Running in babcf4faa72b 00:46:09 Removing intermediate container babcf4faa72b 00:46:09 ---> 64555d35103c 00:46:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:09 Removing intermediate container 3ca5141513eb 00:46:09 ---> 621cf40bbfdf 00:46:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:09 Removing intermediate container 5358e378a4a3 00:46:09 ---> 37134365be96 00:46:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:09 Removing intermediate container 5fbdaf4ac69b 00:46:09 ---> de05ac83f7fb 00:46:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:09 Removing intermediate container bc87f25ce43b 00:46:09 ---> bbe3cdd06207 00:46:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:09 ---> Running in ebaa2bbf5ee0 00:46:10 ---> Running in c0715dfcce5f 00:46:10 ---> Running in 8680d0eaf036 00:46:10 ---> Running in a22e4538e142 00:46:10 ---> Running in b9f9a68e0a2e 00:46:12 Fetched 206 kB in 0s (0 B/s) 00:46:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:12 Fetched 1301 kB in 0s (0 B/s) 00:46:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:12 Fetched 36.2 kB in 0s (0 B/s) 00:46:12 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:12 Fetched 159 kB in 0s (0 B/s) 00:46:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:12 Fetched 107 kB in 0s (0 B/s) 00:46:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:12 Fetched 48.7 kB in 0s (0 B/s) 00:46:12 Pulling static-packages 00:46:12 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:46:12 Skipping pull go-build-helper (already ran) 00:46:12 Skipping pull static-packages (already ran) 00:46:12 Building go-build-helper 00:46:14 Removing intermediate container ebaa2bbf5ee0 00:46:14 ---> 2f1027c06004 00:46:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:14 ---> Running in 2f3ff8b667e9 00:46:14 Removing intermediate container a22e4538e142 00:46:14 ---> d4f624c57218 00:46:14 Step 5/21 : RUN apk add --update --no-cache make git 00:46:14 Removing intermediate container b9f9a68e0a2e 00:46:14 ---> ef742c56ae36 00:46:14 Step 5/24 : RUN apk add --update --no-cache make git 00:46:14 ---> Running in e91037aba66c 00:46:14 ---> Running in 733aac8f9451 00:46:14 Removing intermediate container 8680d0eaf036 00:46:14 ---> 340ecae31931 00:46:14 Step 5/23 : RUN apk add --update --no-cache make git 00:46:14 Removing intermediate container c0715dfcce5f 00:46:14 ---> c6abfc0126b1 00:46:14 Step 5/23 : RUN apk add --update --no-cache make git 00:46:14 ---> Running in d848d593d479 00:46:14 ---> Running in 1ccfa30a3b65 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:17 Building static-packages 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:17 OK: 217 MiB in 51 packages 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:18 OK: 217 MiB in 51 packages 00:46:18 OK: 217 MiB in 51 packages 00:46:18 OK: 217 MiB in 51 packages 00:46:18 OK: 217 MiB in 51 packages 00:46:18 Removing intermediate container 2f3ff8b667e9 00:46:18 ---> 90c084ef8ae5 00:46:18 Step 6/23 : COPY go.mod . 00:46:18 Staging go-build-helper 00:46:19 Staging static-packages 00:46:20 ---> f06b5e7f7880 00:46:20 Step 7/23 : RUN go mod download 00:46:20 Removing intermediate container 733aac8f9451 00:46:20 ---> 8e832cfbad83 00:46:20 Step 6/24 : COPY go.mod . 00:46:20 Removing intermediate container 1ccfa30a3b65 00:46:20 ---> a44aac5ecf0f 00:46:20 Step 6/23 : COPY go.mod . 00:46:20 ---> Running in 49d11ce7ea72 00:46:20 Removing intermediate container e91037aba66c 00:46:20 ---> d3bbefddaf65 00:46:20 Step 6/21 : COPY go.mod . 00:46:20 Removing intermediate container d848d593d479 00:46:20 ---> ace609b7f32c 00:46:20 Step 6/23 : COPY go.mod . 00:46:20 Pulling go115 00:46:20 ---> 08a06cd8bbb3 00:46:20 Step 7/24 : RUN go mod download 00:46:20 ---> Running in 4480f6aecacb 00:46:21 ---> d14960ad4a4f 00:46:21 Step 7/23 : RUN go mod download 00:46:21 ---> Running in c09a5b45c066 00:46:21 'edgex-go' has dependencies that need to be staged: go115 00:46:21 Skipping pull go115 (already ran) 00:46:21 Building go115 00:46:21 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:21 Dload Upload Total Spent Left Speed 00:46:21 ---> daae320d84c1 00:46:21 Step 7/23 : RUN go mod download 00:46:21 ---> e477ab2f0fad 00:46:21 Step 7/21 : RUN go mod download 00:46:21 ---> Running in 85e6dc03d55a 00:46:21 ---> Running in 93ec4d3f6d92 00:46:23 Removing intermediate container 49d11ce7ea72 00:46:23 ---> 32353e75b060 00:46:23 Step 8/23 : COPY . . 00:46:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5183k 0 0 14.8M 0 0:00:07 --:--:-- 0:00:07 14.8M 39 115M 39 45.2M 0 0 33.7M 0 0:00:03 0:00:01 0:00:02 33.7M 88 115M 88 102M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M 100 115M 100 115M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.4M 00:46:24 go1.15.2.linux-amd64.tar.gz: OK 00:46:25 Removing intermediate container 4480f6aecacb 00:46:25 ---> c77c875aa7d2 00:46:25 Step 8/24 : COPY . . 00:46:26 Removing intermediate container c09a5b45c066 00:46:26 ---> a1235c51f138 00:46:26 Step 8/23 : COPY . . 00:46:27 Removing intermediate container 85e6dc03d55a 00:46:27 ---> 259dc26460d2 00:46:27 Step 8/23 : COPY . . 00:46:27 Removing intermediate container 93ec4d3f6d92 00:46:27 ---> bf694251a05a 00:46:27 Step 8/21 : COPY . . 00:46:29 Staging go115 00:46:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:34 Fetched 0 B in 0s (0 B/s) 00:46:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:34 Fetched 224 kB in 0s (0 B/s) 00:46:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:34 Fetched 157 kB in 0s (0 B/s) 00:46:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:34 Fetched 221 kB in 0s (0 B/s) 00:46:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:34 Fetched 143 kB in 0s (0 B/s) 00:46:34 Pulling edgex-go 00:46:34 Pulling version 00:46:35 Building config-common 00:46:37 Skipping build go-build-helper (already ran) 00:46:37 Skipping build static-packages (already ran) 00:46:37 Skipping build go115 (already ran) 00:46:38 Building edgex-go 00:46:38 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 00:46:39 go: downloading github.com/gorilla/mux v1.8.0 00:46:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:46:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 00:46:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:46:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:46:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:39 go: downloading github.com/imdario/mergo v0.3.11 00:46:39 go: downloading github.com/pkg/errors v0.8.1 00:46:39 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:39 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:39 go: downloading github.com/x448/float16 v0.8.4 00:46:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:39 go: downloading github.com/go-kit/kit v0.8.0 00:46:39 go: downloading github.com/google/uuid v1.2.0 00:46:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:39 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:39 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:39 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:39 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:39 go: downloading github.com/hashicorp/serf v0.8.2 00:46:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:39 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:39 go: downloading github.com/leodido/go-urn v1.2.0 00:46:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:39 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:40 go: downloading github.com/go-playground/locales v0.13.0 00:46:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:47 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:51 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 00:46:52 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 00:46:54 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 00:46:54 ---> 278d942caa39 00:46:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:54 ---> e1a256288a81 00:46:54 Step 9/23 : RUN make cmd/core-data/core-data 00:46:54 ---> 949574586c3f 00:46:54 Step 9/23 : RUN make cmd/core-command/core-command 00:46:54 ---> e90f0746214e 00:46:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:54 ---> Running in 0398f048e3c3 00:46:54 ---> Running in 1815a0b42efa 00:46:54 ---> 97b04af789e5 00:46:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:54 ---> Running in a4536cf9d4ab 00:46:54 ---> Running in 2439cf3cadb9 00:46:54 ---> Running in 03198ae3fdfe 00:46:54 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 00:46:54 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 00:46:54 go: downloading github.com/stretchr/testify v1.7.0 00:46:54 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 00:46:54 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 00:46:54 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:54 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:54 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 00:46:54 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 00:46:56 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 00:46:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:58 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 00:46:58 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 00:46:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:00 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 00:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:02 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 00:47:02 go: downloading github.com/lib/pq v1.9.0 00:47:06 Building version 00:47:07 Staging config-common 00:47:08 Skipping stage go-build-helper (already ran) 00:47:08 Skipping stage static-packages (already ran) 00:47:08 Skipping stage go115 (already ran) 00:47:08 Staging edgex-go 00:47:09 Staging version 00:47:10 Priming config-common 00:47:11 Priming go-build-helper 00:47:12 Priming static-packages 00:47:14 Priming go115 00:47:15 Priming edgex-go 00:47:16 Priming version 00:47:17 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] } 00:48:31 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 00:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:36 Removing intermediate container 1815a0b42efa 00:48:36 ---> 9a87ec0fabf1 00:48:36 00:48:36 Step 10/24 : FROM alpine:3.12 00:48:36 3.12: Pulling from library/alpine 00:48:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:36 Status: Downloaded newer image for alpine:3.12 00:48:36 ---> afeebe901d6b 00:48:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:37 ---> Running in ba344e9219f5 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 (1/5) Installing ca-certificates (20191127-r4) 00:48:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:40 (3/5) Installing libcurl (7.69.1-r3) 00:48:40 (4/5) Installing curl (7.69.1-r3) 00:48:40 (5/5) Installing dumb-init (1.2.2-r1) 00:48:40 Executing busybox-1.31.1-r19.trigger 00:48:40 Executing ca-certificates-20191127-r4.trigger 00:48:41 OK: 7 MiB in 19 packages 00:48:44 Removing intermediate container 03198ae3fdfe 00:48:44 ---> 4b7acff65899 00:48:44 00:48:44 Step 10/21 : FROM alpine:3.12 00:48:44 ---> afeebe901d6b 00:48:44 Step 11/21 : RUN apk add --update --no-cache curl 00:48:44 ---> Running in 2d49d451552d 00:48:44 Removing intermediate container ba344e9219f5 00:48:44 ---> 5e07ff647711 00:48:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:45 ---> Running in af0333131d9f 00:48:46 Removing intermediate container af0333131d9f 00:48:46 ---> da9ebcd1701b 00:48:46 Step 13/24 : WORKDIR / 00:48:46 ---> Running in 0e5eeef1cf84 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:47 Removing intermediate container 0e5eeef1cf84 00:48:47 ---> de7cb5f7d26a 00:48:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:48 (1/4) Installing ca-certificates (20191127-r4) 00:48:48 ---> 8be74dc714a5 00:48: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 00:48:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:48 (3/4) Installing libcurl (7.69.1-r3) 00:48:48 (4/4) Installing curl (7.69.1-r3) 00:48:48 Executing busybox-1.31.1-r19.trigger 00:48:48 Executing ca-certificates-20191127-r4.trigger 00:48:49 OK: 7 MiB in 18 packages 00:48:50 ---> 5a8241a20905 00:48:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:52 ---> 391c5cf341d0 00:48:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:52 Removing intermediate container 2d49d451552d 00:48:52 ---> fc4ea7858f98 00:48:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:52 ---> Running in 24b02f8c8200 00:48:53 Removing intermediate container 24b02f8c8200 00:48:53 ---> aca41bbc6bce 00:48:53 Step 13/21 : WORKDIR /edgex 00:48:54 ---> bcfd2c8b1f9f 00:48:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:54 ---> Running in 4f88b74190f2 00:48:55 Removing intermediate container 4f88b74190f2 00:48:55 ---> df471fac1088 00:48:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:56 ---> c5ab26da363c 00:48:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:57 ---> 67d07105db96 00:48:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:59 ---> 4084dbe96765 00:48:59 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/ 00:48:59 ---> Running in a811103a428f 00:49:00 ---> 5106355c6c92 00:49:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:01 Removing intermediate container 0398f048e3c3 00:49:01 ---> 33fe8c7c0a16 00:49:01 00:49:01 Step 10/23 : FROM alpine:3.12 00:49:01 ---> afeebe901d6b 00:49:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:01 ---> Running in cc5a9cb4e30f 00:49:02 ---> 442aeea26ec2 00:49:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:02 ---> Running in 08be328d3f39 00:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:03 Removing intermediate container 08be328d3f39 00:49:03 ---> 4d335d95a024 00:49:03 Step 18/21 : CMD ["--init=true"] 00:49:03 Removing intermediate container a811103a428f 00:49:03 ---> b3116e160851 00:49:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:03 ---> Running in 5699a13bbe48 00:49:04 ---> Running in d7994e887a86 00:49:04 (1/1) Installing dumb-init (1.2.2-r1) 00:49:04 Executing busybox-1.31.1-r19.trigger 00:49:04 OK: 5 MiB in 15 packages 00:49:04 Removing intermediate container 5699a13bbe48 00:49:04 ---> 6e4ba4c84ac9 00:49:04 Step 19/21 : LABEL arch=arm64 00:49:04 Removing intermediate container d7994e887a86 00:49:04 ---> cf4909f422e4 00:49:04 Step 22/24 : LABEL arch=arm64 00:49:04 ---> Running in 7d89538975ef 00:49:05 ---> Running in 65f0a28bb0ad 00:49:06 Removing intermediate container 7d89538975ef 00:49:06 ---> fb3a9ffa5d3e 00:49:06 Step 20/21 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:49:06 Removing intermediate container 65f0a28bb0ad 00:49:06 ---> 90b8d099b609 00:49:06 Step 23/24 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:49:06 ---> Running in 3050037995aa 00:49:06 ---> Running in 88adb754f5b8 00:49:06 Removing intermediate container cc5a9cb4e30f 00:49:06 ---> 6b1c7c5bba4f 00:49:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:07 ---> Running in b71efb01ab4c 00:49:07 Removing intermediate container 3050037995aa 00:49:07 Removing intermediate container 88adb754f5b8 00:49:07 ---> 002d2fdf0431 00:49:07 Step 24/24 : LABEL version=0.0.0 00:49:07 ---> 3c3acbe03455 00:49:07 Step 21/21 : LABEL version=0.0.0 00:49:08 ---> Running in 8864574bac7f 00:49:08 ---> Running in 7b21a3ec0568 00:49:08 Removing intermediate container b71efb01ab4c 00:49:08 ---> cd25ad2234fc 00:49:08 Step 13/23 : ENV APP_PORT=48082 00:49:08 ---> Running in b8eea47a91e9 00:49:08 Removing intermediate container 8864574bac7f 00:49:08 ---> a5e4fd4a85cb 00:49:08 00:49:09 Removing intermediate container 7b21a3ec0568 00:49:09 ---> 75874dd8121b 00:49:09 00:49:09 Removing intermediate container b8eea47a91e9 00:49:09 ---> a2bc6e9ab3cf 00:49:09 Step 14/23 : EXPOSE $APP_PORT 00:49:09 Successfully built a5e4fd4a85cb 00:49:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:09  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:49:09 Successfully built 75874dd8121b 00:49:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:10 ---> Running in a6ca0009c257 00:49:10 Building docker-support-notifications-go 00:49:11  Building docker-security-secretstore-setup-go ... done Removing intermediate container a6ca0009c257 00:49:11 ---> e98c1a0ca9da 00:49:11 Step 15/23 : WORKDIR / 00:49:11 ---> Running in 9c9e59fcec6b 00:49:12 Removing intermediate container 2439cf3cadb9 00:49:12 ---> 8ae10a78f146 00:49:12 00:49:12 Step 10/23 : FROM alpine:3.12 00:49:12 ---> afeebe901d6b 00:49:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:12 ---> Using cache 00:49:12 ---> 6b1c7c5bba4f 00:49:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:12 ---> Using cache 00:49:12 ---> cd25ad2234fc 00:49:12 Step 13/23 : ENV APP_PORT=48081 00:49:12 ---> Running in 952b1029244a 00:49:12 Removing intermediate container 9c9e59fcec6b 00:49:12 ---> 1593464bf9f4 00:49:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:13 Removing intermediate container 952b1029244a 00:49:13 ---> 0aa903639c23 00:49:13 Step 14/23 : EXPOSE $APP_PORT 00:49:14 ---> 5c1f12216d92 00:49:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:14 ---> Running in 276125b98614 00:49:15 Removing intermediate container 276125b98614 00:49:15 ---> 770c1dba470a 00:49:15 Step 15/23 : WORKDIR / 00:49:16 ---> df6944a32e88 00:49:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:16 ---> Running in 317035b91b8d 00:49:17 Removing intermediate container 317035b91b8d 00:49:17 ---> d8ee1e41e8ec 00:49:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:18 ---> 53d06ba32b50 00:49:18 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:18 ---> Running in 3b0ffb4bb56b 00:49:18 Removing intermediate container a4536cf9d4ab 00:49:18 ---> 57d6ea8ba653 00:49:18 00:49:18 Step 10/23 : FROM alpine:3.12 00:49:18 ---> afeebe901d6b 00:49:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:19 ---> b5a6a0a46ca6 00:49:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:19 ---> Running in eed33cfe15b0 00:49:19 Removing intermediate container 3b0ffb4bb56b 00:49:19 ---> a7a94e29715d 00:49:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:20 ---> Running in 5c9c988e6252 00:49:20 Removing intermediate container eed33cfe15b0 00:49:20 ---> dadbf69d3778 00:49:20 Step 12/23 : ENV APP_PORT=48080 00:49:21 ---> Running in abaa197d9033 00:49:21 ---> fe6951e45a34 00:49:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:21 Removing intermediate container 5c9c988e6252 00:49:21 ---> feefbe068b81 00:49:21 Step 21/23 : LABEL arch=arm64 00:49:21 ---> Running in eb89296b122c 00:49:21 Removing intermediate container abaa197d9033 00:49:21 ---> 972f17801074 00:49:21 Step 13/23 : EXPOSE $APP_PORT 00:49:21 ---> Running in bd86cb2472a9 00:49:21 ---> a61dc3b0e880 00:49:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:21 Removing intermediate container eb89296b122c 00:49:21 ---> 3a8f38726748 00:49:21 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:49:22 ---> Running in cea62cca5d8c 00:49:22 ---> Running in 344006ef6f27 00:49:22 Removing intermediate container bd86cb2472a9 00:49:22 ---> f43a42afc219 00:49:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:22 ---> Running in f18c9232c21e 00:49:22 Removing intermediate container 344006ef6f27 00:49:22 ---> 4b460cf5e826 00:49:22 Step 23/23 : LABEL version=0.0.0 00:49:22 Removing intermediate container cea62cca5d8c 00:49:22 ---> 48add347ee55 00:49:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:22 ---> Running in dffc84908023 00:49:22 ---> Running in 41ebef0ac1f9 00:49:23 Removing intermediate container 41ebef0ac1f9 00:49:23 ---> 319bfa311245 00:49:23 Step 21/23 : LABEL arch=arm64 00:49:23 Removing intermediate container dffc84908023 00:49:23 ---> 96436140d9b1 00:49:23 00:49:23 ---> Running in 50398968343d 00:49:24 Successfully built 96436140d9b1 00:49:24 Successfully tagged docker-core-command-go-arm64:latest 00:49:24  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:49:24 Removing intermediate container 50398968343d 00:49:24 ---> 292d5fe3ba8b 00:49:24 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:49:24 ---> Running in 469e0132cd28 00:49:25 Removing intermediate container 469e0132cd28 00:49:25 ---> 8ae8fc3fe111 00:49:25 Step 23/23 : LABEL version=0.0.0 00:49:25 Removing intermediate container f18c9232c21e 00:49:25 ---> 2db68df00aeb 00:49:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:25 ---> Running in 58b3e80f8b06 00:49:25 ---> Running in a44ca05180de 00:49:26 Removing intermediate container 58b3e80f8b06 00:49:26 ---> 0f6e90fc1485 00:49:26 00:49:26 Successfully built 0f6e90fc1485 00:49:26 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:26  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:34 (1/6) Installing dumb-init (1.2.2-r1) 00:49:34 (2/6) Installing libgcc (9.3.0-r2) 00:49:34 (3/6) Installing libsodium (1.0.18-r0) 00:49:34 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:35 (5/6) Installing libzmq (4.3.3-r0) 00:49:35 (6/6) Installing zeromq (4.3.3-r0) 00:49:36 Executing busybox-1.31.1-r19.trigger 00:49:36 OK: 8 MiB in 20 packages 00:49:40 Removing intermediate container a44ca05180de 00:49:40 ---> a6a420e4f792 00:49:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:41 ---> cc18df3efb5f 00:49:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:43 ---> df787b328825 00:49:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:44 ---> b22d6f8aa370 00:49:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:45 ---> Running in c3c33c886f55 00:49:45 Removing intermediate container c3c33c886f55 00:49:45 ---> 7bc159436a93 00:49:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:45 ---> Running in 3f216f7e0a90 00:49:46 Removing intermediate container 3f216f7e0a90 00:49:46 ---> 9f6b988d82fb 00:49:46 Step 21/23 : LABEL arch=arm64 00:49:46 ---> Running in 2b0881f2f1c4 00:49:47 Removing intermediate container 2b0881f2f1c4 00:49:47 ---> 03b1791fe86b 00:49:47 Step 22/23 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:49:47 ---> Running in e20087cc2eaa 00:49:48 Removing intermediate container e20087cc2eaa 00:49:48 ---> 1c97c9da4479 00:49:48 Step 23/23 : LABEL version=0.0.0 00:49:48 ---> Running in 0e8412aa4d82 00:49:49 Removing intermediate container 0e8412aa4d82 00:49:49 ---> e1fc8a4a868d 00:49:49 00:49:49 Successfully built e1fc8a4a868d 00:49:49 Successfully tagged docker-core-data-go-arm64:latest 00:49:59  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> e0e3efde57b8 00:49:59 Step 3/22 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> bbe3cdd06207 00:49:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> ef742c56ae36 00:49:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:49:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:49:59 ---> e0e3efde57b8 00:49:59 Step 3/31 : WORKDIR /edgex-go 00:49:59 ---> Using cache 00:49:59 ---> bbe3cdd06207 00:49:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:59 ---> Using cache 00:49:59 ---> ef742c56ae36 00:49:59 Step 5/31 : RUN apk add --update --no-cache make git 00:49:59 ---> Using cache 00:49:59 ---> 8e832cfbad83 00:49:59 Step 6/31 : COPY go.mod . 00:49:59 ---> Using cache 00:49:59 ---> 08a06cd8bbb3 00:49:59 Step 7/31 : RUN go mod download 00:49:59 ---> Using cache 00:49:59 ---> c77c875aa7d2 00:49:59 Step 8/31 : COPY . . 00:49:59 ---> Using cache 00:49:59 ---> 278d942caa39 00:49:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:50:01 ---> Running in 7af2694fd647 00:50:01 ---> Running in c5dd3b4d5609 00:50:02 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 00:50:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:05 OK: 217 MiB in 51 packages 00:50:09 Removing intermediate container c5dd3b4d5609 00:50:09 ---> ff45e922b3ce 00:50:09 Step 6/22 : COPY go.mod . 00:50:11 ---> a7d44ee6e700 00:50:11 Step 7/22 : RUN go mod download 00:50:11 ---> Running in 796fbee0f211 00:50:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:12 ---> e0e3efde57b8 00:50:12 Step 3/26 : WORKDIR /edgex-go 00:50:12 ---> Using cache 00:50:12 ---> bbe3cdd06207 00:50:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:12 ---> Using cache 00:50:12 ---> ef742c56ae36 00:50:12 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:12 ---> Running in 2d5d83d2ceb4 00:50:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:12 ---> e0e3efde57b8 00:50:12 Step 3/22 : WORKDIR /edgex-go 00:50:12 ---> Using cache 00:50:12 ---> bbe3cdd06207 00:50:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:12 ---> Using cache 00:50:12 ---> ef742c56ae36 00:50:12 Step 5/22 : RUN apk add --update --no-cache make git 00:50:12 ---> Using cache 00:50:12 ---> 8e832cfbad83 00:50:12 Step 6/22 : COPY go.mod . 00:50:12 ---> Using cache 00:50:12 ---> 08a06cd8bbb3 00:50:12 Step 7/22 : RUN go mod download 00:50:12 ---> Using cache 00:50:12 ---> c77c875aa7d2 00:50:12 Step 8/22 : COPY . . 00:50:12 ---> Using cache 00:50:12 ---> 278d942caa39 00:50:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:12 ---> Running in 8f4526ab6071 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 OK: 217 MiB in 51 packages 00:50:17 Removing intermediate container 796fbee0f211 00:50:17 ---> 3dbf261e8b09 00:50:17 Step 8/22 : COPY . . 00:50:18 Removing intermediate container 2d5d83d2ceb4 00:50:18 ---> a06ea1c108d3 00:50:18 Step 6/26 : COPY go.mod . 00:50:20 ---> 3dcaa78f81df 00:50:20 Step 7/26 : RUN go mod download 00:50:20 ---> Running in 265b3bb423cd 00:50:29 Removing intermediate container 265b3bb423cd 00:50:29 ---> 0c934bc86736 00:50:29 Step 8/26 : COPY . . 00:50:47 ---> b3b2237273fe 00:50:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:47 ---> Running in 5fd05d88f47a 00:50:47 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 00:50:54 ---> 4f95b3a2d562 00:50:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:54 ---> Running in b628d3cf1ab2 00:50:56 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 00:50:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:51:23 Removing intermediate container 7af2694fd647 00:51:23 ---> 3b89db1b8ab1 00:51:23 00:51:23 Step 10/31 : FROM alpine:3.12 00:51:23 ---> afeebe901d6b 00:51:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:23 ---> Running in ed86417b1940 00:51:23 Removing intermediate container ed86417b1940 00:51:23 ---> 9364050303a9 00:51:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:23 ---> Running in 7f3b570bcc6f 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:26 (1/2) Installing dumb-init (1.2.2-r1) 00:51:26 (2/2) Installing su-exec (0.2-r1) 00:51:26 Executing busybox-1.31.1-r19.trigger 00:51:27 OK: 5 MiB in 16 packages 00:51:29 Removing intermediate container 7f3b570bcc6f 00:51:29 ---> edb7cf371fd2 00:51:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:29 ---> Running in 7dec8255931f 00:51:30 Removing intermediate container 7dec8255931f 00:51:30 ---> cc953bc8d1db 00:51:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:30 ---> Running in ac3e025590ef 00:51:31 Removing intermediate container ac3e025590ef 00:51:31 ---> c375c1b410f6 00:51:31 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:31 ---> Running in 94d31c394031 00:51:34 Removing intermediate container 94d31c394031 00:51:34 ---> 03023797b928 00:51:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:34 ---> Running in c4d40e593732 00:51:35 Removing intermediate container c4d40e593732 00:51:35 ---> b05eb21bc32c 00:51:35 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:37 ---> cb9a3453b0b1 00:51:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:37 ---> Running in a3beaa088cc2 00:51:41 Removing intermediate container a3beaa088cc2 00:51:41 ---> c2f7ac4afe87 00:51:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:42 ---> a226b501330e 00:51:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:43 Removing intermediate container 8f4526ab6071 00:51:43 ---> bb157ddab898 00:51:43 00:51:43 Step 10/22 : FROM alpine:3.12 00:51:43 ---> afeebe901d6b 00:51:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:43 ---> Using cache 00:51:43 ---> 6b1c7c5bba4f 00:51:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:43 ---> Using cache 00:51:43 ---> cd25ad2234fc 00:51:43 Step 13/22 : ENV APP_PORT=48085 00:51:44 ---> Running in c8c04877746d 00:51:45 Removing intermediate container c8c04877746d 00:51:45 ---> 8341f621aafa 00:51:45 Step 14/22 : EXPOSE $APP_PORT 00:51:45 ---> b700bcdd4a30 00:51:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:45 ---> Running in 4d0cd79c7a12 00:51:46 Removing intermediate container 4d0cd79c7a12 00:51:46 ---> 046aba5ccefd 00:51:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:46 ---> 6743f983560f 00:51:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:51:47 ---> 277bad2ccc96 00:51:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:48 ---> 227de222d725 00:51:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:49 ---> db18ffb4d1ec 00:51:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:50 ---> 309bc6a55b36 00:51:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:50 ---> Running in 7ad359d56ef2 00:51:51 Removing intermediate container 7ad359d56ef2 00:51:51 ---> 4a8c3f8ab060 00:51:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:51 ---> f2ce2798a7d2 00:51:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:52 ---> Running in 8be526d57d91 00:51:53 Removing intermediate container 8be526d57d91 00:51:53 ---> aa0333e593cc 00:51:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:53 ---> 6392ce58ddd7 00:51:53 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:53 ---> Running in ceef6fe20136 00:51:54 ---> Running in 7b5f8fe3c923 00:51:54 Removing intermediate container ceef6fe20136 00:51:54 ---> b41fca726c52 00:51:54 Step 20/22 : LABEL arch=arm64 00:51:54 ---> Running in 223238145ac9 00:51:55 Removing intermediate container 223238145ac9 00:51:55 ---> 5f1e5c91ff3b 00:51:55 Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:51:55 ---> Running in 4989a3d86aba 00:51:56 Removing intermediate container 4989a3d86aba 00:51:56 ---> 48fabafd1f0d 00:51:56 Step 22/22 : LABEL version=0.0.0 00:51:56 ---> Running in c77725f0d054 00:51:57 Removing intermediate container c77725f0d054 00:51:57 ---> 2ebd33f3a6b9 00:51:57 00:51:58 Successfully built 2ebd33f3a6b9 00:51:58 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:58  Building docker-support-scheduler-go ... done Removing intermediate container 7b5f8fe3c923 00:51:58 ---> 701687639022 00:51:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:59 ---> Running in da78f247dedb 00:52:00 Removing intermediate container da78f247dedb 00:52:00 ---> 96f751fe835a 00:52:00 Step 28/31 : CMD ["gate"] 00:52:00 ---> Running in 7fd82da13f88 00:52:01 Removing intermediate container 7fd82da13f88 00:52:01 ---> e74c4c80db9a 00:52:01 Step 29/31 : LABEL arch=arm64 00:52:01 ---> Running in 9be8556daf2c 00:52:02 Removing intermediate container 9be8556daf2c 00:52:02 ---> 1c345ac79e35 00:52:02 Step 30/31 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:52:03 ---> Running in cf259c0edfc6 00:52:04 Removing intermediate container cf259c0edfc6 00:52:04 ---> fbd3357caebe 00:52:04 Step 31/31 : LABEL version=0.0.0 00:52:04 ---> Running in c18f69c1a322 00:52:04 Removing intermediate container c18f69c1a322 00:52:04 ---> 0ba014705046 00:52:04 00:52:05 Successfully built 0ba014705046 00:52:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:10  Building docker-security-bootstrapper-go ... done Removing intermediate container b628d3cf1ab2 00:52:10 ---> 79d0ec3b0363 00:52:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:10 ---> Running in 220ff8f26f84 00:52:11 Removing intermediate container 5fd05d88f47a 00:52:11 ---> aa2eadbdb101 00:52:11 00:52:11 Step 10/22 : FROM alpine:3.12 00:52:11 ---> afeebe901d6b 00:52:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:12 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 00:52:12 ---> Running in 935a8aeb8247 00:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 (1/2) Installing ca-certificates (20191127-r4) 00:52:14 (2/2) Installing dumb-init (1.2.2-r1) 00:52:14 Executing busybox-1.31.1-r19.trigger 00:52:14 Executing ca-certificates-20191127-r4.trigger 00:52:14 OK: 6 MiB in 16 packages 00:52:15 Removing intermediate container 220ff8f26f84 00:52:15 ---> eaf41e073db2 00:52:15 00:52:15 Step 11/26 : FROM docker:20.10.0 00:52:15 20.10.0: Pulling from library/docker 00:52:16 Removing intermediate container 935a8aeb8247 00:52:16 ---> 3ae8932301c8 00:52:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:17 ---> Running in 6d2da11140e1 00:52:18 Removing intermediate container 6d2da11140e1 00:52:18 ---> 71ae34639986 00:52:18 Step 13/22 : ENV APP_PORT=48060 00:52:18 ---> Running in e8cec9ee68fa 00:52:18 Removing intermediate container e8cec9ee68fa 00:52:18 ---> 7995208dbc89 00:52:18 Step 14/22 : EXPOSE $APP_PORT 00:52:19 ---> Running in 439ae3a69503 00:52:20 Removing intermediate container 439ae3a69503 00:52:20 ---> c8810cf7101f 00:52:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:21 ---> a890f9ce0e14 00:52:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:23 ---> 962a8ba38a58 00:52:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:24 ---> 8d181875fef6 00:52:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:24 ---> Running in 50db58fffe11 00:52:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:24 Status: Downloaded newer image for docker:20.10.0 00:52:24 ---> eeaf43b92773 00:52:24 Step 12/26 : RUN apk add --no-cache bash 00:52:24 ---> Running in 6984808a5cdd 00:52:24 Removing intermediate container 50db58fffe11 00:52:24 ---> abf50bda52cb 00:52:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:24 ---> Running in 58203e8de3c6 00:52:25 Removing intermediate container 58203e8de3c6 00:52:25 ---> 68941e74c8bc 00:52:25 Step 20/22 : LABEL arch=arm64 00:52:25 ---> Running in 6bb4098b1267 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:26 Removing intermediate container 6bb4098b1267 00:52:26 ---> 695be476ab29 00:52:26 Step 21/22 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:26 ---> Running in f8bc74a9f684 00:52:26 Removing intermediate container f8bc74a9f684 00:52:26 ---> b4a15ecf1cf0 00:52:26 Step 22/22 : LABEL version=0.0.0 00:52:26 (1/2) Installing readline (8.0.4-r0) 00:52:26 (2/2) Installing bash (5.0.17-r0) 00:52:27 ---> Running in af64bdfb1eac 00:52:27 Executing bash-5.0.17-r0.post-install 00:52:27 Executing busybox-1.31.1-r19.trigger 00:52:27 OK: 12 MiB in 22 packages 00:52:27 Removing intermediate container af64bdfb1eac 00:52:27 ---> 668a8faff007 00:52:27 00:52:27 Successfully built 668a8faff007 00:52:27 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:28  Building docker-support-notifications-go ... done Removing intermediate container 6984808a5cdd 00:52:28 ---> 4f967eff0348 00:52:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:28 ---> Running in 78231b020b3f 00:52:29 Removing intermediate container 78231b020b3f 00:52:29 ---> cdbaa545dca4 00:52:29 Step 14/26 : ENV APP_PORT=48090 00:52:29 ---> Running in 1fc364f4da06 00:52:30 Removing intermediate container 1fc364f4da06 00:52:30 ---> 500be8451dc0 00:52:30 Step 15/26 : EXPOSE $APP_PORT 00:52:30 ---> Running in 02182f1da68f 00:52:30 Removing intermediate container 02182f1da68f 00:52:30 ---> 115db5392df6 00:52:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:31 ---> c646ad8d2a74 00:52:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:32 ---> c0e5eba04e8a 00:52:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:33 ---> c227aa1084cb 00:52:33 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:33 ---> Running in e2cedbbda960 00:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:35 (1/33) Installing libbz2 (1.0.8-r1) 00:52:35 (2/33) Installing expat (2.2.9-r1) 00:52:35 (3/33) Installing libffi (3.3-r2) 00:52:35 (4/33) Installing gdbm (1.13-r1) 00:52:35 (5/33) Installing xz-libs (5.2.5-r0) 00:52:35 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:35 (7/33) Installing python3 (3.8.5-r0) 00:52:37 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:37 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:37 (11/33) Installing py3-six (1.15.0-r0) 00:52:37 (12/33) Installing py3-packaging (20.4-r0) 00:52:37 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:37 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:37 (15/33) Installing py3-idna (2.9-r0) 00:52:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:37 (18/33) Installing py3-requests (2.23.0-r0) 00:52:37 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:37 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:37 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:37 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:38 (24/33) Installing py3-distro (1.5.0-r1) 00:52:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:38 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:38 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:38 (29/33) Installing py3-progress (1.5-r0) 00:52:38 (30/33) Installing py3-toml (0.10.1-r0) 00:52:38 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:38 (33/33) Installing py3-pip (20.1.1-r0) 00:52:38 Executing busybox-1.31.1-r19.trigger 00:52:38 OK: 71 MiB in 55 packages 00:52:45 Removing intermediate container e2cedbbda960 00:52:45 ---> 55bc8811d9d2 00:52:45 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:45 ---> Running in d62be91d5284 00:52:52 Collecting docker-compose==1.23.2 00:52:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:52 Collecting jsonschema<3,>=2.5.1 00:52:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:52 Collecting texttable<0.10,>=0.9.0 00:52:53 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:55 Collecting cached-property<2,>=1.2.0 00:52:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:58 Collecting PyYAML<4,>=3.10 00:52:58 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:03 Collecting docker<4.0,>=3.6.0 00:53:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:03 Collecting websocket-client<1.0,>=0.32.0 00:53:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:03 Collecting docopt<0.7,>=0.6.1 00:53:04 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:06 Collecting dockerpty<0.5,>=0.4.1 00:53:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:08 Collecting idna<2.8,>=2.5 00:53:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:09 Collecting urllib3<1.25,>=1.21.1 00:53:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:10 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) 00:53:10 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) 00:53:10 Collecting docker-pycreds>=0.4.0 00:53:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:11 Installing collected packages: jsonschema, texttable, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, docopt, dockerpty, docker-compose 00:53:11 Running setup.py install for texttable: started 00:53:14 Running setup.py install for texttable: finished with status 'done' 00:53:14 Attempting uninstall: idna 00:53:14 Found existing installation: idna 2.9 00:53:14 Uninstalling idna-2.9: 00:53:14 Successfully uninstalled idna-2.9 00:53:15 Attempting uninstall: urllib3 00:53:15 Found existing installation: urllib3 1.25.9 00:53:15 Uninstalling urllib3-1.25.9: 00:53:15 Successfully uninstalled urllib3-1.25.9 00:53:16 Attempting uninstall: requests 00:53:16 Found existing installation: requests 2.23.0 00:53:16 Uninstalling requests-2.23.0: 00:53:16 Successfully uninstalled requests-2.23.0 00:53:16 Running setup.py install for PyYAML: started 00:53:19 Running setup.py install for PyYAML: finished with status 'done' 00:53:20 Running setup.py install for docopt: started 00:53:22 Running setup.py install for docopt: finished with status 'done' 00:53:22 Running setup.py install for dockerpty: started 00:53:24 Running setup.py install for dockerpty: finished with status 'done' 00:53:25 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 00:53:29 Removing intermediate container d62be91d5284 00:53:29 ---> 24365d70b7bb 00:53:29 Step 21/26 : RUN apk --no-cache add curl 00:53:29 ---> Running in 2335be6ebffc 00:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:30 (2/3) Installing libcurl (7.69.1-r3) 00:53:30 (3/3) Installing curl (7.69.1-r3) 00:53:30 Executing busybox-1.31.1-r19.trigger 00:53:31 OK: 71 MiB in 58 packages 00:53:32 Removing intermediate container 2335be6ebffc 00:53:32 ---> d65bfbb7406e 00:53:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:32 ---> Running in 7a3591f900b1 00:53:32 Removing intermediate container 7a3591f900b1 00:53:32 ---> f8bb50a8c4cf 00:53:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:33 ---> Running in e87397b2e1f7 00:53:33 Removing intermediate container e87397b2e1f7 00:53:33 ---> 2faf43aadda2 00:53:33 Step 24/26 : LABEL arch=arm64 00:53:33 ---> Running in 7822dd131e09 00:53:34 Removing intermediate container 7822dd131e09 00:53:34 ---> 80946eb6b16e 00:53:34 Step 25/26 : LABEL git_sha=d07ed7d296622a123decb8b64b0dd4420a8b93a0 00:53:34 ---> Running in a605004829a3 00:53:34 Removing intermediate container a605004829a3 00:53:34 ---> a2493adec928 00:53:34 Step 26/26 : LABEL version=0.0.0 00:53:35 ---> Running in b951c1b358e3 00:53:35 Removing intermediate container b951c1b358e3 00:53:35 ---> 09cb71f17599 00:53:35 00:53:35 Successfully built 09cb71f17599 00:53:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:36 $ docker stop --time=1 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d 00:53:38 $ docker rm -f 4f7d59af6eb479d5947b54abb42fd235ea6932a0bc053291d9a2fc6d8e69715d [Pipeline] // withDockerContainer [Pipeline] sh 00:53:38 + grep docker 00:53:38 + docker images 00:53:39 docker-sys-mgmt-agent-go-arm64 latest 09cb71f17599 4 seconds ago 300MB 00:53:39 docker-support-notifications-go-arm64 latest 668a8faff007 About a minute ago 16.7MB 00:53:39 docker-security-bootstrapper-go-arm64 latest 0ba014705046 About a minute ago 22.6MB 00:53:39 docker-support-scheduler-go-arm64 latest 2ebd33f3a6b9 About a minute ago 16.1MB 00:53:39 docker-core-data-go-arm64 latest e1fc8a4a868d 3 minutes ago 21MB 00:53:39 docker-core-metadata-go-arm64 latest 0f6e90fc1485 4 minutes ago 17.8MB 00:53:39 docker-core-command-go-arm64 latest 96436140d9b1 4 minutes ago 16MB 00:53:39 docker-security-secretstore-setup-go-arm64 latest 75874dd8121b 4 minutes ago 23.4MB 00:53:39 docker-security-proxy-setup-go-arm64 latest a5e4fd4a85cb 4 minutes ago 23.2MB 00:53:39 docker 20.10.0 eeaf43b92773 8 weeks 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 00:53:41 provisioning config files... 00:53:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config3081196174118096404tmp [Pipeline] { [Pipeline] sh 00:53:42 + set +x 00:53:42 + curl -s https://codecov.io/bash 00:53:42 + bash -s -- 00:53:42 00:53:42 _____ _ 00:53:42 / ____| | | 00:53:42 | | ___ __| | ___ ___ _____ __ 00:53:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:42 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:42 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:42 Bash-20210129-7c25fce 00:53:42 00:53:42 00:53:42 ==> git version 2.24.3 found 00:53:42 ==> 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 00:53:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:42 ==> Jenkins CI detected. 00:53:42 project root: . 00:53:42 --> token set from env 00:53:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:42 ==> Running gcov in . (disable via -X gcov) 00:53:42 ==> Python coveragepy not found 00:53:42 ==> Searching for coverage reports in: 00:53:42 + . 00:53:42 -> Found 1 reports 00:53:42 ==> Detecting git/mercurial file structure 00:53:42 ==> Reading reports 00:53:42 + ./coverage.out bytes=590503 00:53:42 ==> Appending adjustments 00:53:42 https://docs.codecov.io/docs/fixing-reports 00:53:46 + Found adjustments 00:53:46 ==> Gzipping contents 00:53:46 88K /tmp/codecov.E6n2N3.gz 00:53:46 ==> Uploading reports 00:53:46 url: https://codecov.io 00:53:46 query: branch=PR-3113&commit=d07ed7d296622a123decb8b64b0dd4420a8b93a0&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:53:46 -> Pinging Codecov 00:53:46 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=d07ed7d296622a123decb8b64b0dd4420a8b93a0&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 00:53:46 -> Uploading to 00:53:46 https://storage.googleapis.com/codecov/v4/raw/2021-02-07/00271124DB129430A58F1EEE437C3FCB/d07ed7d296622a123decb8b64b0dd4420a8b93a0/9705b624-3458-4d8b-a44e-76f26b056920.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210207T005346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fef33a58c3087e788f663d4604690f8f562fae2e3cd8b3dfeec13cd54ca1c489 00:53:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:46 Dload Upload Total Spent Left Speed 00:53:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88757 0 0 100 88757 0 166k --:--:-- --:--:-- --:--:-- 166k 00:53:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d07ed7d296622a123decb8b64b0dd4420a8b93a0 [Pipeline] } 00:53:47 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 00:53:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> package-listing.sh 00:53:49 ++ facter osfamily 00:53:49 ++ tr '[:upper:]' '[:lower:]' 00:53:49 + OS_FAMILY=redhat 00:53:49 + workspace=/w/workspace/edgex-go/14 00:53:49 + START_PACKAGES=/tmp/packages_start.txt 00:53:49 + END_PACKAGES=/tmp/packages_end.txt 00:53:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:49 + PACKAGES=/tmp/packages_start.txt 00:53:49 + '[' /w/workspace/edgex-go/14 ']' 00:53:49 + PACKAGES=/tmp/packages_end.txt 00:53:49 + case "${OS_FAMILY}" in 00:53:49 + rpm -qa 00:53:49 + sort 00:53:55 + '[' -f /tmp/packages_start.txt ']' 00:53:55 + '[' -f /tmp/packages_end.txt ']' 00:53:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:55 + '[' /w/workspace/edgex-go/14 ']' 00:53:55 + mkdir -p /w/workspace/edgex-go/14/archives/ 00:53:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 00:53:55 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:56 00:53:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:56 alpine: Pulling from edgex-lftools-log-publisher 00:53:56 df20fa9351a1: Pulling fs layer 00:53:56 36b3adc4ff6f: Pulling fs layer 00:53:56 8ad3a11d3b57: Pulling fs layer 00:53:56 46f8f816bc3b: Pulling fs layer 00:53:56 93b61091891f: Pulling fs layer 00:53:56 93b9cdb0e59b: Pulling fs layer 00:53:56 5e14af77c1be: Pulling fs layer 00:53:56 01666e4c0597: Pulling fs layer 00:53:56 aa168da1d23b: Pulling fs layer 00:53:56 93b9cdb0e59b: Waiting 00:53:56 5e14af77c1be: Waiting 00:53:56 01666e4c0597: Waiting 00:53:56 aa168da1d23b: Waiting 00:53:56 46f8f816bc3b: Waiting 00:53:56 93b61091891f: Waiting 00:53:56 36b3adc4ff6f: Verifying Checksum 00:53:56 36b3adc4ff6f: Download complete 00:53:56 46f8f816bc3b: Verifying Checksum 00:53:56 46f8f816bc3b: Download complete 00:53:56 df20fa9351a1: Verifying Checksum 00:53:56 df20fa9351a1: Download complete 00:53:56 93b9cdb0e59b: Verifying Checksum 00:53:56 93b9cdb0e59b: Download complete 00:53:56 5e14af77c1be: Download complete 00:53:56 93b61091891f: Verifying Checksum 00:53:56 93b61091891f: Download complete 00:53:56 01666e4c0597: Verifying Checksum 00:53:56 01666e4c0597: Download complete 00:53:56 8ad3a11d3b57: Verifying Checksum 00:53:56 8ad3a11d3b57: Download complete 00:53:57 df20fa9351a1: Pull complete 00:53:57 36b3adc4ff6f: Pull complete 00:53:58 aa168da1d23b: Verifying Checksum 00:53:58 aa168da1d23b: Download complete 00:53:59 8ad3a11d3b57: Pull complete 00:53:59 46f8f816bc3b: Pull complete 00:54:00 93b61091891f: Pull complete 00:54:00 93b9cdb0e59b: Pull complete 00:54:00 5e14af77c1be: Pull complete 00:54:00 01666e4c0597: Pull complete 00:54:12 aa168da1d23b: Pull complete 00:54:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:13 prd-centos7-docker-4c-2g-25363 does not seem to be running inside a container 00:54:13 $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:54:20 $ docker top 6479872a6dc6a89414b62495ba60844ccf9d49af9f79eb46d093ef76c500833b -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:20 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:21 + mkdir -p /var/log/sa [Pipeline] sh 00:54:21 + ls /var/log/sa-host 00:54:21 + sadf -c /var/log/sa-host/sa07 00:54:21 file_magic: OK 00:54:21 HZ: Using current value: 100 00:54:21 file_header: OK 00:54:21 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 00:54:21 Statistics: 00:54:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:21 File successfully converted to sysstat format version 12.2.1 00:54:21 + sadf -c /var/log/sa-host/sa23 00:54:21 file_magic: OK 00:54:21 HZ: Using current value: 100 00:54:21 file_header: OK 00:54:21 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 00:54:21 Statistics: 00:54:21 Hnuu...uuuununununu... 00:54:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:21 provisioning config files... 00:54:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config8129898068301374416tmp [Pipeline] { [Pipeline] echo 00:54:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:22 ---> create-netrc.sh [Pipeline] } 00:54:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:22 ---> python-tools-install.sh [Pipeline] echo 00:54:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:22 ---> sudo-logs.sh 00:54:22 Archiving 'sudo' log.. [Pipeline] echo 00:54:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:23 ---> job-cost.sh 00:54:23 lf-activate-venv: SKIPPING 00:54:23 INFO: No Stack... 00:54:24 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:24 INFO: Archiving Costs [Pipeline] echo 00:54:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:25 ---> logs-deploy.sh 00:54:25 lf-activate-venv: SKIPPING 00:54:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/14 00:54:25 INFO: archiving workspace using pattern(s): 00:54:26 Archives upload complete. 00:54:26 INFO: archiving logs to Nexus 00:54:27 ---> uname -a: 00:54:27 Linux prd-centos7-docker-4c-2g-25363.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:27 00:54:27 00:54:27 ---> lscpu: 00:54:27 Architecture: x86_64 00:54:27 CPU op-mode(s): 32-bit, 64-bit 00:54:27 Byte Order: Little Endian 00:54:27 Address sizes: 40 bits physical, 48 bits virtual 00:54:27 CPU(s): 4 00:54:27 On-line CPU(s) list: 0-3 00:54:27 Thread(s) per core: 1 00:54:27 Core(s) per socket: 1 00:54:27 Socket(s): 4 00:54:27 NUMA node(s): 1 00:54:27 Vendor ID: GenuineIntel 00:54:27 CPU family: 6 00:54:27 Model: 44 00:54:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:27 Stepping: 1 00:54:27 CPU MHz: 2933.442 00:54:27 BogoMIPS: 5866.88 00:54:27 Virtualization: VT-x 00:54:27 Hypervisor vendor: KVM 00:54:27 Virtualization type: full 00:54:27 L1d cache: 128 KiB 00:54:27 L1i cache: 128 KiB 00:54:27 L2 cache: 16 MiB 00:54:27 L3 cache: 64 MiB 00:54:27 NUMA node0 CPU(s): 0-3 00:54:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:27 Vulnerability Meltdown: Mitigation; PTI 00:54:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:27 Vulnerability Srbds: Not affected 00:54:27 Vulnerability Tsx async abort: Not affected 00:54:27 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 00:54:27 00:54:27 00:54:27 ---> nproc: 00:54:27 4 00:54:27 00:54:27 00:54:27 ---> df -h: 00:54:27 Filesystem Size Used Available Use% Mounted on 00:54:27 overlay 50.0G 11.3G 38.7G 23% / 00:54:27 tmpfs 64.0M 0 64.0M 0% /dev 00:54:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:27 shm 64.0M 0 64.0M 0% /dev/shm 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/14 00:54:27 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/14@tmp 00:54:27 00:54:27 00:54:27 ---> free -m: 00:54:27 total used free shared buff/cache available 00:54:27 Mem: 1837 709 245 0 881 1042 00:54:27 Swap: 1023 49 974 00:54:27 00:54:27 00:54:27 ---> ip addr: 00:54:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:27 inet 127.0.0.1/8 scope host lo 00:54:27 valid_lft forever preferred_lft forever 00:54:27 inet6 ::1/128 scope host 00:54:27 valid_lft forever preferred_lft forever 00:54:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:27 link/ether fa:16:3e:c2:7c:37 brd ff:ff:ff:ff:ff:ff 00:54:27 inet 10.30.122.13/23 brd 10.30.123.255 scope global dynamic eth0 00:54:27 valid_lft 84948sec preferred_lft 84948sec 00:54:27 inet6 fe80::f816:3eff:fec2:7c37/64 scope link 00:54:27 valid_lft forever preferred_lft forever 00:54:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:27 link/ether 02:42:9f:ae:c4:4a brd ff:ff:ff:ff:ff:ff 00:54:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:27 valid_lft forever preferred_lft forever 00:54:27 inet6 fe80::42:9fff:feae:c44a/64 scope link 00:54:27 valid_lft forever preferred_lft forever 00:54:27 00:54:27 00:54:27 ---> sar -b -r -n DEV: 00:54:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:54:27 00:54:27 00:30:00 LINUX RESTART (4 CPU) 00:54:27 00:54:27 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:27 00:32:01 150.06 63.74 86.32 0.00 9084.49 37107.68 0.00 00:54:27 00:33:01 213.10 59.74 153.37 0.00 3319.61 27036.97 0.00 00:54:27 00:34:01 172.14 87.95 84.19 0.00 2838.64 9933.42 0.00 00:54:27 00:35:02 127.09 60.98 66.10 0.00 3359.26 6824.63 0.00 00:54:27 00:36:01 237.94 78.85 159.08 0.00 19563.12 97076.46 0.00 00:54:27 00:37:02 3070.63 2710.71 359.91 0.00 199495.90 210236.62 0.00 00:54:27 00:38:01 556.50 343.86 212.64 0.00 21906.37 41589.49 0.00 00:54:27 00:39:01 1508.01 1169.83 338.18 0.00 125124.44 151516.83 0.00 00:54:27 00:40:02 1078.90 784.40 294.49 0.00 49495.34 73903.92 0.00 00:54:27 00:41:01 70.64 18.46 52.17 0.00 3101.71 2481.93 0.00 00:54:27 00:42:01 1.52 0.08 1.43 0.00 1.33 22.90 0.00 00:54:27 00:43:01 0.35 0.02 0.33 0.00 0.53 5.43 0.00 00:54:27 00:44:01 0.35 0.02 0.33 0.00 0.13 4.71 0.00 00:54:27 00:45:01 0.82 0.45 0.37 0.00 11.98 5.98 0.00 00:54:27 00:46:01 2.26 1.45 0.82 0.00 53.41 15.97 0.00 00:54:27 00:47:01 0.37 0.02 0.35 0.00 0.27 5.61 0.00 00:54:27 00:48:01 0.32 0.02 0.30 0.00 0.13 4.23 0.00 00:54:27 00:49:01 0.23 0.02 0.22 0.00 0.13 3.03 0.00 00:54:27 00:50:01 0.37 0.02 0.35 0.00 0.13 5.74 0.00 00:54:27 00:51:01 0.65 0.33 0.32 0.00 130.56 4.96 0.00 00:54:27 00:52:01 0.33 0.00 0.33 0.00 0.00 5.81 0.00 00:54:27 00:53:01 0.34 0.03 0.30 0.00 0.27 4.57 0.00 00:54:27 00:54:01 97.20 74.09 23.11 0.00 6326.79 5586.26 0.00 00:54:27 Average: 319.08 239.06 80.02 0.00 19443.29 28979.10 0.00 00:54:27 00:54:27 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:27 00:32:01 76572 0 673428 35.79 2276 1129268 1520652 51.90 703852 872732 70040 00:54:27 00:33:01 327884 0 673492 35.79 1492 878676 1303260 44.48 461244 822976 40 00:54:27 00:34:01 162896 0 797588 42.39 752 920308 1829600 62.44 709736 720980 56916 00:54:27 00:35:02 269188 0 775112 41.20 612 836632 1629152 55.60 641868 676116 41344 00:54:27 00:36:01 66660 0 834024 44.33 176 980684 2239904 76.44 782720 798816 19620 00:54:27 00:37:02 73280 0 836076 44.44 16 972172 2324992 79.35 776024 803876 49072 00:54:27 00:38:01 306772 0 782776 41.60 16 791980 1956172 66.76 618136 710624 4488 00:54:27 00:39:01 67372 0 740684 39.37 16 1073472 1969404 67.21 694240 878536 84812 00:54:27 00:40:02 84972 0 718656 38.20 16 1077900 1556820 53.13 629076 914720 1184 00:54:27 00:41:01 139500 0 633940 33.69 16 1108088 1182700 40.36 557964 938052 8 00:54:27 00:42:01 142892 0 630532 33.51 16 1108104 1156928 39.48 556640 936968 8 00:54:27 00:43:01 142876 0 630556 33.51 16 1108096 1156952 39.48 556668 936968 8 00:54:27 00:44:01 142900 0 630504 33.51 16 1108124 1156976 39.49 556624 936988 8 00:54:27 00:45:01 143460 0 629580 33.46 16 1108488 1150180 39.25 556264 936976 8 00:54:27 00:46:01 141840 0 630308 33.50 16 1109380 1149804 39.24 556808 937524 8 00:54:27 00:47:01 142092 0 630048 33.49 16 1109388 1149732 39.24 556732 937532 8 00:54:27 00:48:01 142364 0 629764 33.47 16 1109400 1149732 39.24 556612 937540 8 00:54:27 00:49:01 142160 0 629960 33.48 16 1109408 1149732 39.24 556620 937544 8 00:54:27 00:50:01 142128 0 629984 33.48 16 1109416 1149732 39.24 556748 937548 8 00:54:27 00:51:01 135020 0 633188 33.65 16 1113320 1149852 39.24 562716 938636 8 00:54:27 00:52:01 134924 0 633276 33.66 16 1113328 1149864 39.24 562852 938640 8 00:54:27 00:53:01 135372 0 632820 33.63 16 1113336 1149732 39.24 562252 938648 8 00:54:27 00:54:01 73596 0 700760 37.24 16 1107172 1576500 53.80 650384 905032 36432 00:54:27 Average: 145075 0 684220 36.36 243 1052006 1430799 48.83 605338 882347 15828 00:54:27 00:54:27 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:27 00:32:01 eth0 1088.01 1181.01 5839.92 142.36 0.00 0.00 0.00 0.00 00:54:27 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:32:01 docker0 862.21 708.01 70.71 2674.25 0.00 0.00 0.00 0.00 00:54:27 00:33:01 vetha5d7a0e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:33:01 eth0 232.65 182.60 860.10 26.27 0.00 0.00 0.00 0.00 00:54:27 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:33:01 docker0 164.49 200.17 11.80 829.71 0.00 0.00 0.00 0.00 00:54:27 00:34:01 vetha5d7a0e 0.52 0.60 0.04 0.05 0.00 0.00 0.00 0.00 00:54:27 00:34:01 eth0 39.17 26.30 21.54 65.32 0.00 0.00 0.00 0.00 00:54:27 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:34:01 docker0 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 00:54:27 00:35:02 vetha5d7a0e 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 00:54:27 00:35:02 eth0 22.25 11.48 16.57 8.82 0.00 0.00 0.00 0.00 00:54:27 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:35:02 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 00:54:27 00:36:01 eth0 210.80 175.62 1723.26 81.27 0.00 0.00 0.00 0.00 00:54:27 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:36:01 vethdcf31f2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:27 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:37:02 eth0 43.94 26.45 160.58 9.55 0.00 0.00 0.00 0.00 00:54:27 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:37:02 vethdcf31f2 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:54:27 00:37:02 docker0 16.42 24.89 0.97 145.06 0.00 0.00 0.00 0.00 00:54:27 00:38:01 eth0 71.47 51.73 226.90 59.71 0.00 0.00 0.00 0.00 00:54:27 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:38:01 vethdcf31f2 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:54:27 00:38:01 docker0 16.28 29.19 0.88 163.06 0.00 0.00 0.00 0.00 00:54:27 00:39:01 vethb858ce8 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:54:27 00:39:01 eth0 50.63 26.21 90.94 17.63 0.00 0.00 0.00 0.00 00:54:27 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:39:01 vethaecc069 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:54:27 00:40:02 eth0 230.20 161.53 1669.61 84.94 0.00 0.00 0.00 0.00 00:54:27 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:40:02 vethdcf31f2 0.00 1.04 0.00 0.05 0.00 0.00 0.00 0.00 00:54:27 00:40:02 docker0 1102.83 1039.22 86.63 4274.36 0.00 0.00 0.00 0.00 00:54:27 00:41:01 eth0 61.40 51.19 78.47 64.53 0.00 0.00 0.00 0.00 00:54:27 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:41:01 docker0 11.52 14.15 1.13 59.54 0.00 0.00 0.00 0.00 00:54:27 00:42:01 eth0 1.02 0.33 0.32 0.20 0.00 0.00 0.00 0.00 00:54:27 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:43:01 eth0 1.68 0.52 0.60 0.37 0.00 0.00 0.00 0.00 00:54:27 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:44:01 eth0 1.38 0.58 0.59 0.43 0.00 0.00 0.00 0.00 00:54:27 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:45:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:54:27 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:46:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:54:27 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:27 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:54:27 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:49:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:27 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:50:01 eth0 0.50 0.03 0.05 0.00 0.00 0.00 0.00 0.00 00:54:27 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:51:01 eth0 0.75 0.42 0.41 0.26 0.00 0.00 0.00 0.00 00:54:27 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:52:01 eth0 0.27 0.15 0.13 0.04 0.00 0.00 0.00 0.00 00:54:27 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:53:01 eth0 0.10 0.05 0.01 0.03 0.00 0.00 0.00 0.00 00:54:27 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:54:01 eth0 193.61 161.58 2170.95 19.34 0.00 0.00 0.00 0.00 00:54:27 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 Average: eth0 97.98 89.61 559.94 25.23 0.00 0.00 0.00 0.00 00:54:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:27 Average: docker0 48.82 46.14 3.84 189.85 0.00 0.00 0.00 0.00 00:54:27 00:54:27 00:54:27 ---> sar -P ALL: 00:54:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) 00:54:27 00:54:27 00:30:00 LINUX RESTART (4 CPU) 00:54:27 00:54:27 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:54:27 00:32:01 all 15.85 0.00 9.48 1.44 0.61 72.61 00:54:27 00:32:01 0 16.27 0.00 11.46 1.05 0.54 70.68 00:54:27 00:32:01 1 13.13 0.00 7.84 2.25 0.52 76.27 00:54:27 00:32:01 2 18.78 0.00 9.71 1.89 0.73 68.90 00:54:27 00:32:01 3 15.25 0.00 8.94 0.57 0.66 74.58 00:54:27 00:33:01 all 7.58 0.00 7.39 4.18 0.41 80.43 00:54:27 00:33:01 0 7.91 0.00 8.03 3.84 0.46 79.76 00:54:27 00:33:01 1 7.45 0.00 7.67 5.55 0.36 78.97 00:54:27 00:33:01 2 7.18 0.00 6.90 3.19 0.48 82.25 00:54:27 00:33:01 3 7.79 0.00 6.94 4.15 0.36 80.76 00:54:27 00:34:01 all 60.22 0.00 14.28 4.07 0.95 20.48 00:54:27 00:34:01 0 58.97 0.00 14.52 4.20 0.92 21.39 00:54:27 00:34:01 1 58.94 0.00 13.66 4.96 0.92 21.52 00:54:27 00:34:01 2 62.29 0.00 14.36 2.93 1.11 19.30 00:54:27 00:34:01 3 60.67 0.00 14.58 4.19 0.83 19.73 00:54:27 00:35:02 all 44.50 0.00 14.61 3.21 0.99 36.70 00:54:27 00:35:02 0 43.52 0.00 14.12 3.76 1.15 37.45 00:54:27 00:35:02 1 44.32 0.00 14.89 2.15 0.97 37.67 00:54:27 00:35:02 2 44.55 0.00 14.62 2.85 1.08 36.90 00:54:27 00:35:02 3 45.60 0.00 14.81 4.05 0.76 34.77 00:54:27 00:36:01 all 23.97 0.00 16.12 5.05 0.21 54.65 00:54:27 00:36:01 0 22.66 0.00 14.88 4.01 0.25 58.21 00:54:27 00:36:01 1 23.30 0.00 16.91 6.69 0.21 52.89 00:54:27 00:36:01 2 26.03 0.00 16.09 4.11 0.19 53.57 00:54:27 00:36:01 3 23.90 0.00 16.60 5.38 0.19 53.93 00:54:27 00:37:02 all 24.83 0.00 33.70 20.04 0.32 21.11 00:54:27 00:37:02 0 24.50 0.00 32.54 19.98 0.43 22.56 00:54:27 00:37:02 1 25.63 0.00 32.96 20.94 0.27 20.21 00:54:27 00:37:02 2 24.59 0.00 34.08 21.24 0.32 19.76 00:54:27 00:37:02 3 24.61 0.00 35.27 17.95 0.25 21.92 00:54:27 00:38:01 all 52.26 0.00 17.58 12.80 0.14 17.22 00:54:27 00:38:01 0 51.77 0.00 16.82 12.88 0.18 18.34 00:54:27 00:38:01 1 52.47 0.00 19.18 12.77 0.11 15.47 00:54:27 00:38:01 2 51.65 0.00 17.06 11.30 0.14 19.84 00:54:27 00:38:01 3 53.15 0.00 17.26 14.25 0.14 15.20 00:54:27 00:39:01 all 33.81 0.00 26.01 21.68 0.30 18.21 00:54:27 00:39:01 0 32.00 0.00 24.23 21.86 0.28 21.63 00:54:27 00:39:01 1 34.80 0.00 27.65 21.97 0.30 15.28 00:54:27 00:39:01 2 34.88 0.00 25.00 21.15 0.37 18.59 00:54:27 00:39:01 3 33.55 0.00 27.15 21.73 0.23 17.34 00:54:27 00:40:02 all 32.59 0.00 19.65 16.39 0.22 31.16 00:54:27 00:40:02 0 33.43 0.00 18.86 14.84 0.19 32.69 00:54:27 00:40:02 1 33.49 0.00 20.22 16.24 0.23 29.82 00:54:27 00:40:02 2 33.03 0.00 20.09 18.76 0.21 27.91 00:54:27 00:40:02 3 30.40 0.00 19.42 15.71 0.23 34.23 00:54:27 00:41:01 all 4.83 0.00 2.67 2.24 0.06 90.20 00:54:27 00:41:01 0 7.17 0.00 2.94 0.65 0.05 89.19 00:54:27 00:41:01 1 3.63 0.00 2.57 3.61 0.05 90.15 00:54:27 00:41:01 2 4.79 0.00 3.38 3.16 0.03 88.63 00:54:27 00:41:01 3 3.73 0.00 1.79 1.54 0.12 92.82 00:54:27 00:42:01 all 0.15 0.00 0.04 0.01 0.00 99.81 00:54:27 00:42:01 0 0.15 0.00 0.05 0.00 0.00 99.80 00:54:27 00:42:01 1 0.35 0.00 0.05 0.00 0.00 99.60 00:54:27 00:42:01 2 0.07 0.00 0.03 0.03 0.00 99.87 00:54:27 00:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:54:27 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:27 00:43:01 all 0.19 0.00 0.10 0.00 0.01 99.70 00:54:27 00:43:01 0 0.55 0.00 0.08 0.00 0.02 99.35 00:54:27 00:43:01 1 0.05 0.00 0.12 0.00 0.02 99.82 00:54:27 00:43:01 2 0.12 0.00 0.10 0.00 0.02 99.77 00:54:27 00:43:01 3 0.05 0.00 0.10 0.00 0.00 99.85 00:54:27 00:44:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:54:27 00:44:01 0 0.33 0.00 0.08 0.02 0.00 99.57 00:54:27 00:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:44:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:54:27 00:44:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:54:27 00:45:01 all 0.11 0.00 0.07 0.00 0.00 99.82 00:54:27 00:45:01 0 0.30 0.00 0.05 0.00 0.00 99.65 00:54:27 00:45:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:54:27 00:45:01 2 0.05 0.00 0.10 0.00 0.00 99.85 00:54:27 00:45:01 3 0.03 0.00 0.07 0.00 0.00 99.90 00:54:27 00:46:01 all 0.15 0.00 0.05 0.02 0.00 99.78 00:54:27 00:46:01 0 0.15 0.00 0.05 0.00 0.00 99.80 00:54:27 00:46:01 1 0.03 0.00 0.07 0.00 0.00 99.90 00:54:27 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:46:01 3 0.40 0.00 0.08 0.08 0.00 99.43 00:54:27 00:47:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:27 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:27 00:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:54:27 00:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:27 00:47:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:54:27 00:48:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:54:27 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:54:27 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:54:27 00:48:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:54:27 00:49:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:27 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:54:27 00:49:01 3 0.55 0.00 0.02 0.00 0.00 99.43 00:54:27 00:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:54:27 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:27 00:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:54:27 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:54:27 00:51:01 all 0.16 0.00 0.03 0.01 0.00 99.79 00:54:27 00:51:01 0 0.05 0.00 0.03 0.02 0.00 99.90 00:54:27 00:51:01 1 0.05 0.00 0.07 0.03 0.00 99.85 00:54:27 00:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:54:27 00:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:54:27 00:52:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:54:27 00:52:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:54:27 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:27 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:54:27 00:52:01 3 0.50 0.00 0.03 0.00 0.00 99.47 00:54:27 00:53:01 all 0.12 0.00 0.03 0.00 0.00 99.85 00:54:27 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:27 00:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:54:27 00:53:01 3 0.41 0.00 0.05 0.00 0.00 99.54 00:54:27 00:54:27 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:27 00:54:01 all 3.48 0.00 2.50 2.01 0.03 91.98 00:54:27 00:54:01 0 2.70 0.00 2.26 0.85 0.02 94.17 00:54:27 00:54:01 1 3.62 0.00 2.77 3.02 0.03 90.55 00:54:27 00:54:01 2 4.05 0.00 2.61 2.80 0.03 90.50 00:54:27 00:54:01 3 3.53 0.00 2.37 1.36 0.05 92.70 00:54:27 Average: all 12.78 0.00 6.90 3.91 0.18 76.24 00:54:27 Average: 0 12.65 0.00 6.76 3.68 0.19 76.71 00:54:27 Average: 1 12.61 0.00 7.01 4.22 0.17 76.00 00:54:27 Average: 2 13.08 0.00 6.90 3.92 0.20 75.90 00:54:27 Average: 3 12.78 0.00 6.92 3.80 0.16 76.35 00:54:27 00:54:27 00:54:27