Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 rather than c7853e085e022376c6605bda65019b3717be7c76 Obtained Jenkinsfile from cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 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-25661 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 Merge succeeded, producing fa939443d38ccda2fee2c546726af54c9dfec45a Checking out Revision fa939443d38ccda2fee2c546726af54c9dfec45a (PR-3148) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa939443d38ccda2fee2c546726af54c9dfec45a # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:29 ========================================================= 00:30:29 EdgeX Global Pipelines Version Info 00:30:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:31 ------------------- 00:30:31 stable info: 00:30:31 ------------------- 00:30:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:31 Message: update stable to v1.0.179 00:30:32 ------------------- 00:30:32 experimental info: 00:30:32 ------------------- 00:30:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa939443d38ccda2fee2c546726af54c9dfec45a [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa93944 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:35 provisioning config files... 00:30:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6306594640635918729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:35 ---> docker-login.sh 00:30:35 nexus3.edgexfoundry.org:10001 00:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10002 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10003 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10004 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 docker.io 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 ---> docker-login.sh ends [Pipeline] } 00:30:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:38 ++ 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:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/core-command/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo core-command,cmd/core-command/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/core-data/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo core-data,cmd/core-data/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/core-metadata/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/support-notifications/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/support-scheduler/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:38 + for file in '`ls cmd/**/Dockerfile`' 00:30:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:38 ++ cut -d/ -f2 00:30:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:38 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:30:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:39 00:30:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:40 latest: Pulling from edgex-devops/git-semver 00:30:40 31603596830f: Pulling fs layer 00:30:40 2a8b12db71e7: Pulling fs layer 00:30:40 6ca5941a6612: Pulling fs layer 00:30:40 ecc8261a40a4: Pulling fs layer 00:30:40 2a8b12db71e7: Verifying Checksum 00:30:40 2a8b12db71e7: Download complete 00:30:40 31603596830f: Verifying Checksum 00:30:40 31603596830f: Download complete 00:30:40 ecc8261a40a4: Verifying Checksum 00:30:40 ecc8261a40a4: Download complete 00:30:40 6ca5941a6612: Verifying Checksum 00:30:40 6ca5941a6612: Download complete 00:30:40 31603596830f: Pull complete 00:30:40 2a8b12db71e7: Pull complete 00:30:41 6ca5941a6612: Pull complete 00:30:42 ecc8261a40a4: Pull complete 00:30:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:42 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:45 $ docker top ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:45 [ssh-agent] Looking for ssh-agent implementation... 00:30:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:45 $ docker exec ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent 00:30:46 SSH_AUTH_SOCK=/tmp/ssh-EDUtcfqKo215/agent.12 00:30:46 SSH_AGENT_PID=18 00:30:46 Running ssh-add (command line suppressed) 00:30:46 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3729008456719079190.key (/w/workspace/edgex-go/2@tmp/private_key_3729008456719079190.key) 00:30:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:46 + git tag --points-at HEAD [Pipeline] } 00:30:46 $ docker exec --env ******** --env ******** ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent -k 00:30:46 unset SSH_AUTH_SOCK; 00:30:46 unset SSH_AGENT_PID; 00:30:46 echo Agent pid 18 killed; 00:30:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:47 [ssh-agent] Looking for ssh-agent implementation... 00:30:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:47 $ docker exec ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent 00:30:47 SSH_AUTH_SOCK=/tmp/ssh-bbQg07LLkwXB/agent.46 00:30:47 SSH_AGENT_PID=51 00:30:47 Running ssh-add (command line suppressed) 00:30:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8861189577090316633.key (/w/workspace/edgex-go/2@tmp/private_key_8861189577090316633.key) 00:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:47 + git semver init 00:30:47 # -> Open(): unable to determine branch for HEAD 00:30:47 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:47 # $SEMVER_REMOTE_NAME = origin 00:30:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:47 # $SEMVER_USER_NAME = edgex-jenkins 00:30:47 # $SEMVER_BRANCH = PR-3148 00:30:47 # $SEMVER_TEMP = /tmp/semver-355238325 00:30:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:14 # '/tmp/semver-355238325' -> '/w/workspace/edgex-go/2/.semver' 00:31:14 # -> Force: false 00:31:14 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:14 $ docker exec --env ******** --env ******** ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent -k 00:31:15 unset SSH_AUTH_SOCK; 00:31:15 unset SSH_AGENT_PID; 00:31:15 echo Agent pid 51 killed; 00:31:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:15 + git semver [Pipeline] } 00:31:15 $ docker stop --time=1 ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 00:31:17 $ docker rm -f ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:19 Stashed 1 file(s) [Pipeline] echo 00:31:19 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:21 + true 00:31:21 + sudo service docker restart 00:31:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:22 ========================================================= 00:31:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:27 Sending build context to Docker daemon 327.8MB 00:31:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:27 Step 2/6 : FROM ${BASE} 00:31:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:27 188c0c94c7c5: Pulling fs layer 00:31:27 0ef7d3d256c8: Pulling fs layer 00:31:27 de9db76c5a1d: Pulling fs layer 00:31:27 bca2f99d35d6: Pulling fs layer 00:31:27 93359f2a8cfa: Pulling fs layer 00:31:27 7c6f9722023f: Pulling fs layer 00:31:27 a35cf1a2eb13: Pulling fs layer 00:31:27 bca2f99d35d6: Waiting 00:31:27 93359f2a8cfa: Waiting 00:31:27 7c6f9722023f: Waiting 00:31:27 a35cf1a2eb13: Waiting 00:31:27 de9db76c5a1d: Verifying Checksum 00:31:27 de9db76c5a1d: Download complete 00:31:27 0ef7d3d256c8: Verifying Checksum 00:31:27 0ef7d3d256c8: Download complete 00:31:27 93359f2a8cfa: Download complete 00:31:27 7c6f9722023f: Verifying Checksum 00:31:27 7c6f9722023f: Download complete 00:31:27 188c0c94c7c5: Verifying Checksum 00:31:27 188c0c94c7c5: Download complete 00:31:28 188c0c94c7c5: Pull complete 00:31:28 0ef7d3d256c8: Pull complete 00:31:28 de9db76c5a1d: Pull complete 00:31:29 a35cf1a2eb13: Verifying Checksum 00:31:29 a35cf1a2eb13: Download complete 00:31:29 bca2f99d35d6: Verifying Checksum 00:31:29 bca2f99d35d6: Download complete 00:31:35 Still waiting to schedule task 00:31:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:36 bca2f99d35d6: Pull complete 00:31:36 93359f2a8cfa: Pull complete 00:31:36 7c6f9722023f: Pull complete 00:31:40 a35cf1a2eb13: Pull complete 00:31:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:40 ---> a62c8e92a672 00:31:40 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:40 ---> Running in 3bc08d50f3dd 00:31:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:43 (1/12) Installing libmagic (5.38-r0) 00:31:43 (2/12) Installing file (5.38-r0) 00:31:43 (3/12) Installing libc-dev (0.7.2-r3) 00:31:43 (4/12) Installing g++ (9.3.0-r2) 00:31:49 (5/12) Installing fortify-headers (1.1-r0) 00:31:49 (6/12) Installing patch (2.7.6-r6) 00:31:49 (7/12) Installing build-base (0.5-r2) 00:31:49 (8/12) Installing libsodium (1.0.18-r0) 00:31:49 (9/12) Installing pkgconf (1.7.2-r0) 00:31:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:49 (11/12) Installing libzmq (4.3.3-r0) 00:31:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:49 Executing busybox-1.31.1-r19.trigger 00:31:49 OK: 233 MiB in 51 packages 00:31:53 Removing intermediate container 3bc08d50f3dd 00:31:53 ---> b69d6b58d2ed 00:31:53 Step 4/6 : WORKDIR /edgex-go 00:31:53 ---> Running in 44f387237ee3 00:31:53 Removing intermediate container 44f387237ee3 00:31:53 ---> aac2444e7575 00:31:53 Step 5/6 : COPY go.mod . 00:31:53 ---> 5fc90065434a 00:31:53 Step 6/6 : RUN go mod download 00:31:53 ---> Running in 7e504266dcf7 00:32:15 Removing intermediate container 7e504266dcf7 00:32:15 ---> 04b2660205eb 00:32:15 Successfully built 04b2660205eb 00:32:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:16 + docker inspect -f . ci-base-image-x86_64 00:32:16 . [Pipeline] withDockerContainer 00:32:16 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:17 $ docker top 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:18 + go version 00:32:18 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:18 $ docker stop --time=1 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f 00:32:19 $ docker rm -f 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:20 + docker inspect -f . ci-base-image-x86_64 00:32:20 . [Pipeline] withDockerContainer 00:32:20 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:32:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:21 $ docker top 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:21 ========================================================= 00:32:21 [edgeXBuildGoParallel] Running Tests and Build... 00:32:21 ========================================================= [Pipeline] sh 00:32:22 + make test 00:32:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.6% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.3% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.586s coverage: 92.8% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.1% of statements 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 00:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 77.8% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.767s coverage: 29.1% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:40 GO111MODULE=on go vet ./... 00:34:12 gofmt -l . 00:34:12 [ "`gofmt -l .`" = "" ] 00:34:13 ./bin/test-go-mod-tidy.sh 00:34:14 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:16 + ls -al . 00:34:16 total 700 00:34:16 drwxrwxr-x 10 1001 1001 4096 Feb 9 00:34 . 00:34:16 drwxr-xr-x 4 root root 28 Feb 9 00:32 .. 00:34:16 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:30 .dockerignore 00:34:16 drwxrwxr-x 8 1001 1001 179 Feb 9 00:30 .git 00:34:16 drwxrwxr-x 3 1001 1001 125 Feb 9 00:30 .github 00:34:16 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:30 .gitignore 00:34:16 drwx------ 3 1001 1001 60 Feb 9 00:31 .semver 00:34:16 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:30 .sonarcloud.properties 00:34:16 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:30 Attribution.txt 00:34:16 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:30 CONTRIBUTING.md 00:34:16 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:30 Dockerfile.build 00:34:16 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:30 Jenkinsfile 00:34:16 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:30 LICENSE 00:34:16 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:30 Makefile 00:34:16 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:30 README.md 00:34:16 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:30 SECURITY.md 00:34:16 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:31 VERSION 00:34:16 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:30 ZMQWindows.md 00:34:16 drwxrwxr-x 2 1001 1001 117 Feb 9 00:30 bin 00:34:16 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:30 cmd 00:34:16 -rw-r--r-- 1 root root 594557 Feb 9 00:33 coverage.out 00:34:16 -rw-r--r-- 1 root root 1054 Feb 9 00:34 go.mod 00:34:16 -rw-r--r-- 1 root root 19290 Feb 9 00:34 go.sum 00:34:16 drwxrwxr-x 8 1001 1001 127 Feb 9 00:30 internal 00:34:16 drwxrwxr-x 4 1001 1001 26 Feb 9 00:30 openapi 00:34:16 drwxrwxr-x 4 1001 1001 71 Feb 9 00:30 snap 00:34:16 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:30 version.go [Pipeline] sh 00:34:16 + '[' -e coverage.out ] 00:34:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:17 Stashed 1 file(s) [Pipeline] sh 00:34:17 + make build 00:34:17 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:34:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:35 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:34:38 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:34:40 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:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:49 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:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:53 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:34:55 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:34:57 $ docker stop --time=1 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a 00:35:00 $ docker rm -f 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:02 00:35:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:02 latest: Pulling from edgex-devops/edgex-compose 00:35:02 cbdbe7a5bc2a: Pulling fs layer 00:35:02 ca9280d653b3: Pulling fs layer 00:35:02 7e9c9ca2126c: Pulling fs layer 00:35:03 cbdbe7a5bc2a: Verifying Checksum 00:35:03 cbdbe7a5bc2a: Download complete 00:35:03 cbdbe7a5bc2a: Pull complete 00:35:03 ca9280d653b3: Verifying Checksum 00:35:03 ca9280d653b3: Download complete 00:35:06 ca9280d653b3: Pull complete 00:35:06 7e9c9ca2126c: Download complete 00:35:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25671 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws 00:35:11 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:35:15 7e9c9ca2126c: Pull complete 00:35:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:15 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:35:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:16 using credential edgex-jenkins-ssh 00:35:16 Cloning the remote Git repository 00:35:17 $ docker top 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df -eo pid,comm [Pipeline] { 00:35:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:17 > git init /w/workspace/edgex-go/2 # timeout=10 00:35:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:17 > git --version # timeout=10 00:35:17 > git --version # 'git version 2.17.1' 00:35:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 00:35:18 + docker-compose build --help 00:35:18 + grep parallel 00:35:19 --parallel Build images in parallel. [Pipeline] } 00:35:19 $ docker stop --time=1 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df 00:35:21 $ docker rm -f 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:22 . [Pipeline] withDockerContainer 00:35:22 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:23 $ docker top 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:25 Building docker-core-command-go ... 00:35:25 Building docker-core-data-go ... 00:35:25 Building docker-core-metadata-go ... 00:35:25 Building docker-security-bootstrapper-go ... 00:35:25 Building docker-security-proxy-setup-go ... 00:35:25 Building docker-security-secretstore-setup-go ... 00:35:25 Building docker-support-notifications-go ... 00:35:25 Building docker-support-scheduler-go ... 00:35:25 Building docker-sys-mgmt-agent-go ... 00:35:25 Building docker-security-secretstore-setup-go 00:35:25 Building docker-core-command-go 00:35:25 Building docker-support-notifications-go 00:35:25 Building docker-support-scheduler-go 00:35:25 Building docker-core-metadata-go 00:35:46 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 00:35:47 Merge succeeded, producing 66a9ea044dd79eb9e6ac65d12282b43fe804399a 00:35:47 Checking out Revision 66a9ea044dd79eb9e6ac65d12282b43fe804399a (PR-3148) 00:35:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:46 > git config core.sparsecheckout # timeout=10 00:35:46 > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 00:35:46 > git remote # timeout=10 00:35:46 > git config --get remote.origin.url # timeout=10 00:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:47 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:35:47 > git rev-parse HEAD^{commit} # timeout=10 00:35:47 > git config core.sparsecheckout # timeout=10 00:35:47 > git checkout -f 66a9ea044dd79eb9e6ac65d12282b43fe804399a # timeout=10 00:35:51 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" 00:35:51 > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:53 + true 00:35:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:56 provisioning config files... 00:35:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1641674064496853563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:57 ---> docker-login.sh 00:35:57 nexus3.edgexfoundry.org:10001 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 nexus3.edgexfoundry.org:10002 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 nexus3.edgexfoundry.org:10003 00:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:59 Configure a credential helper to remove this warning. See 00:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:59 00:35:59 Login Succeeded 00:35:59 nexus3.edgexfoundry.org:10004 00:36:00 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 docker.io 00:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:01 Configure a credential helper to remove this warning. See 00:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:01 00:36:01 Login Succeeded 00:36:01 ---> docker-login.sh ends [Pipeline] } 00:36:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:01 ========================================================= 00:36:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:01 + 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:04 Sending build context to Docker daemon 166.3MB 00:36:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:04 Step 2/6 : FROM ${BASE} 00:36:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:04 5f621e34cdf4: Pulling fs layer 00:36:04 a4357932f1b6: Pulling fs layer 00:36:04 18c013af1878: Pulling fs layer 00:36:04 00ac8860ef70: Pulling fs layer 00:36:04 63d7cb157983: Pulling fs layer 00:36:04 b116817d02f9: Pulling fs layer 00:36:04 745a02a5169b: Pulling fs layer 00:36:04 63d7cb157983: Waiting 00:36:04 b116817d02f9: Waiting 00:36:04 745a02a5169b: Waiting 00:36:04 00ac8860ef70: Waiting 00:36:04 18c013af1878: Download complete 00:36:04 a4357932f1b6: Download complete 00:36:04 63d7cb157983: Verifying Checksum 00:36:04 63d7cb157983: Download complete 00:36:04 b116817d02f9: Verifying Checksum 00:36:04 b116817d02f9: Download complete 00:36:04 5f621e34cdf4: Verifying Checksum 00:36:04 5f621e34cdf4: Download complete 00:36:05 5f621e34cdf4: Pull complete 00:36:05 a4357932f1b6: Pull complete 00:36:06 18c013af1878: Pull complete 00:36:07 745a02a5169b: Verifying Checksum 00:36:07 745a02a5169b: Download complete 00:36:10 00ac8860ef70: Verifying Checksum 00:36:10 00ac8860ef70: Download complete 00:36:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:12 ---> 04b2660205eb 00:36:12 Step 3/24 : WORKDIR /edgex-go 00:36:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:12 ---> 04b2660205eb 00:36:12 Step 3/22 : WORKDIR /edgex-go 00:36:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:12 ---> 04b2660205eb 00:36:12 Step 3/23 : WORKDIR /edgex-go 00:36:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:12 ---> 04b2660205eb 00:36:12 Step 3/22 : WORKDIR /edgex-go 00:36:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:12 ---> 04b2660205eb 00:36:12 Step 3/23 : WORKDIR /edgex-go 00:36:12 ---> Running in 3d5d0f1103c7 00:36:12 ---> Running in 7ae66eac0a99 00:36:12 ---> Running in a3d6b06c328e 00:36:12 ---> Running in 489e5ded7168 00:36:12 ---> Running in 3d29cf643fc9 00:36:12 Removing intermediate container 3d5d0f1103c7 00:36:12 ---> 8d63566e4b1c 00:36:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 489e5ded7168 00:36:12 ---> c2b5b7ecb1e2 00:36:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 3d29cf643fc9 00:36:12 ---> 1296b8e204e9 00:36:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container 7ae66eac0a99 00:36:12 ---> 263ab11c3d54 00:36:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 Removing intermediate container a3d6b06c328e 00:36:12 ---> a70259951858 00:36:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:12 ---> Running in 3c380c35e201 00:36:12 ---> Running in 8623ffe543bf 00:36:12 ---> Running in a6540dec6de9 00:36:12 ---> Running in ec8c9dc4d734 00:36:12 ---> Running in 8670ac41b130 00:36:14 Removing intermediate container 3c380c35e201 00:36:14 ---> 3fdf6fab47b3 00:36:14 Step 5/23 : RUN apk add --update --no-cache make git 00:36:14 Removing intermediate container a6540dec6de9 00:36:14 ---> df9b6098277d 00:36:14 Step 5/24 : RUN apk add --update --no-cache make git 00:36:14 ---> Running in e000b51ccdc4 00:36:14 ---> Running in c3fb95ee2505 00:36:14 Removing intermediate container 8623ffe543bf 00:36:14 ---> f173049e005e 00:36:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:14 Removing intermediate container ec8c9dc4d734 00:36:14 ---> 65172d2e9ca0 00:36:14 Step 5/22 : RUN apk add --update --no-cache make git 00:36:15 ---> Running in b2d8de0fb27f 00:36:15 ---> Running in 96c038d3655f 00:36:15 Removing intermediate container 8670ac41b130 00:36:15 ---> 2caeac9248a6 00:36:15 Step 5/23 : RUN apk add --update --no-cache make git 00:36:15 ---> Running in ffa0f0dd2b75 00:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:18 OK: 233 MiB in 51 packages 00:36:18 Removing intermediate container e000b51ccdc4 00:36:18 ---> 626a508e2725 00:36:18 Step 6/23 : COPY go.mod . 00:36:18 Removing intermediate container c3fb95ee2505 00:36:18 ---> c7d14622d9b5 00:36:18 Step 6/24 : COPY go.mod . 00:36:19 ---> 636de745de22 00:36:19 Step 7/23 : RUN go mod download 00:36:19 Removing intermediate container 96c038d3655f 00:36:19 ---> fd88b703ee12 00:36:19 Step 6/22 : COPY go.mod . 00:36:19 ---> Running in bf9c3ac9944a 00:36:19 Removing intermediate container ffa0f0dd2b75 00:36:19 ---> 0086e5293e80 00:36:19 Step 6/23 : COPY go.mod . 00:36:19 ---> fee698119b93 00:36:19 Step 7/24 : RUN go mod download 00:36:19 ---> Running in 79207c183fda 00:36:19 OK: 233 MiB in 51 packages 00:36:19 ---> bf5c4fbbb2aa 00:36:19 Step 7/22 : RUN go mod download 00:36:19 ---> df68fd55b6e5 00:36:19 Step 7/23 : RUN go mod download 00:36:20 ---> Running in a3d840698fa9 00:36:20 ---> Running in 21a11ef09129 00:36:20 00ac8860ef70: Pull complete 00:36:20 63d7cb157983: Pull complete 00:36:20 b116817d02f9: Pull complete 00:36:21 Removing intermediate container b2d8de0fb27f 00:36:21 ---> 70edc3b7d731 00:36:21 Step 6/22 : COPY go.mod . 00:36:21 ---> 427c94a3ccc8 00:36:21 Step 7/22 : RUN go mod download 00:36:21 ---> Running in e7d98524cd50 00:36:22 Removing intermediate container bf9c3ac9944a 00:36:22 ---> 56ace9603e6e 00:36:22 Step 8/23 : COPY . . 00:36:22 Removing intermediate container 79207c183fda 00:36:22 ---> 349a232f6e06 00:36:22 Step 8/24 : COPY . . 00:36:22 Removing intermediate container 21a11ef09129 00:36:22 ---> 150143a72693 00:36:22 Step 8/23 : COPY . . 00:36:22 Removing intermediate container a3d840698fa9 00:36:22 ---> 8d0b1fa5ed08 00:36:22 Step 8/22 : COPY . . 00:36:23 745a02a5169b: Pull complete 00:36:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:23 ---> b7e6874047d6 00:36:23 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 ---> Running in f7e664094a4a 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:30 Removing intermediate container e7d98524cd50 00:36:30 ---> 7f9ddde465bb 00:36:30 Step 8/22 : COPY . . 00:36:31 (1/12) Installing libmagic (5.38-r0) 00:36:32 (2/12) Installing file (5.38-r0) 00:36:32 (3/12) Installing libc-dev (0.7.2-r3) 00:36:32 (4/12) Installing g++ (9.3.0-r2) 00:36:44 (5/12) Installing fortify-headers (1.1-r0) 00:36:44 (6/12) Installing patch (2.7.6-r6) 00:36:44 (7/12) Installing build-base (0.5-r2) 00:36:44 (8/12) Installing libsodium (1.0.18-r0) 00:36:44 (9/12) Installing pkgconf (1.7.2-r0) 00:36:44 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:44 (11/12) Installing libzmq (4.3.3-r0) 00:36:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 OK: 217 MiB in 51 packages 00:36:47 Removing intermediate container f7e664094a4a 00:36:47 ---> ca30d23e0d06 00:36:47 Step 4/6 : WORKDIR /edgex-go 00:36:47 ---> Running in dfaa9d8cef2c 00:36:47 Removing intermediate container dfaa9d8cef2c 00:36:47 ---> efb33e859eae 00:36:47 Step 5/6 : COPY go.mod . 00:36:48 ---> 48b546fa9094 00:36:48 Step 6/6 : RUN go mod download 00:36:48 ---> Running in fcb670c7f6f6 00:37:09 ---> e1d8792341a2 00:37:09 ---> 389e40b0d3ee 00:37:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:09 Step 9/23 : RUN make cmd/core-command/core-command 00:37:09 ---> 5e84f0ed2c90 00:37:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:09 ---> 98fd108aeb93 00:37:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:09 ---> Running in c992dea34821 00:37:09 ---> Running in 7d4e7f15eb52 00:37:09 ---> Running in f45a4c69ab25 00:37:09 ---> Running in 43bb35035c20 00:37:09 ---> bfc4da39baca 00:37:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:09 ---> Running in a27b52b37ebe 00:37:09 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:37:09 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: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:37:09 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:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:15 Removing intermediate container fcb670c7f6f6 00:37:15 ---> 7d45b676bb5e 00:37:15 Successfully built 7d45b676bb5e 00:37:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:15 + docker inspect -f . ci-base-image-arm64 00:37:15 . [Pipeline] withDockerContainer 00:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container 00:37:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:17 $ docker top e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:18 + go version 00:37:18 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:18 $ docker stop --time=1 e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 00:37:20 $ docker rm -f e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:21 + docker inspect -f . ci-base-image-arm64 00:37:21 . [Pipeline] withDockerContainer 00:37:22 prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container 00:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:23 $ docker top 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:23 ========================================================= 00:37:23 [edgeXBuildGoParallel] Running Tests and Build... 00:37:23 ========================================================= [Pipeline] sh 00:37:24 + make test 00:37:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:51 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:59 Removing intermediate container 43bb35035c20 00:37:59 ---> 46bfaa0a1010 00:37:59 00:37:59 Step 10/24 : FROM alpine:3.12 00:37:59 3.12: Pulling from library/alpine 00:37:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:59 Status: Downloaded newer image for alpine:3.12 00:37:59 ---> 389fef711851 00:37:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:02 ---> Running in 94b911f7bf23 00:38:02 Removing intermediate container 7d4e7f15eb52 00:38:02 ---> 67a572c0838d 00:38:02 00:38:02 Step 10/23 : FROM alpine:3.12 00:38:02 ---> 389fef711851 00:38:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:02 Removing intermediate container f45a4c69ab25 00:38:02 ---> 9d0e0209763c 00:38:02 00:38:02 Step 10/22 : FROM alpine:3.12 00:38:02 ---> 389fef711851 00:38:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:02 Removing intermediate container a27b52b37ebe 00:38:02 ---> f6d9760f52de 00:38:02 00:38:02 Step 10/22 : FROM alpine:3.12 00:38:02 ---> 389fef711851 00:38:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:02 ---> Running in 29fd0fed2fe8 00:38:04 ---> Running in 6876bfe92a2e 00:38:04 ---> Running in 9604a9c892ec 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 (1/5) Installing ca-certificates (20191127-r4) 00:38:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:04 (3/5) Installing libcurl (7.69.1-r3) 00:38:04 (4/5) Installing curl (7.69.1-r3) 00:38:04 (5/5) Installing dumb-init (1.2.2-r1) 00:38:04 Executing busybox-1.31.1-r19.trigger 00:38:04 Executing ca-certificates-20191127-r4.trigger 00:38:05 OK: 7 MiB in 19 packages 00:38:06 Removing intermediate container c992dea34821 00:38:06 ---> 25c711d7d043 00:38:06 00:38:06 Step 10/23 : FROM alpine:3.12 00:38:06 ---> 389fef711851 00:38:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:06 ---> Running in 3c1dec18da75 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 (1/2) Installing ca-certificates (20191127-r4) 00:38:06 (1/1) Installing dumb-init (1.2.2-r1) 00:38:06 (1/1) Installing dumb-init (1.2.2-r1) 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 OK: 6 MiB in 15 packages 00:38:06 OK: 6 MiB in 15 packages 00:38:06 (2/2) Installing dumb-init (1.2.2-r1) 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 Executing ca-certificates-20191127-r4.trigger 00:38:06 OK: 6 MiB in 16 packages 00:38:07 Removing intermediate container 94b911f7bf23 00:38:07 ---> 3854ce409c67 00:38:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:07 ---> Running in 37801fcaf454 00:38:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 Removing intermediate container 37801fcaf454 00:38:07 ---> c799e737aab3 00:38:07 Step 13/24 : WORKDIR / 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 (1/1) Installing dumb-init (1.2.2-r1) 00:38:08 Executing busybox-1.31.1-r19.trigger 00:38:08 OK: 6 MiB in 15 packages 00:38:08 ---> Running in e1093fdef1c4 00:38:08 Removing intermediate container 9604a9c892ec 00:38:08 ---> 1850084aba8f 00:38:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 Removing intermediate container 29fd0fed2fe8 00:38:09 ---> 101a0a9c7286 00:38:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 Removing intermediate container 6876bfe92a2e 00:38:09 ---> 2ffde5b1570b 00:38:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 ---> Running in 514a19652899 00:38:09 Removing intermediate container e1093fdef1c4 00:38:09 ---> e5e4358296be 00:38:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:09 ---> Running in 97378114b961 00:38:09 ---> Running in af0ac07af70b 00:38:09 Removing intermediate container 514a19652899 00:38:09 ---> 73717e5c6f9f 00:38:09 Step 13/22 : ENV APP_PORT=48085 00:38:09 Removing intermediate container 3c1dec18da75 00:38:09 ---> 2473ebb3cfc8 00:38:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 Removing intermediate container af0ac07af70b 00:38:09 ---> 0cd96990986f 00:38:09 Step 13/22 : ENV APP_PORT=48060 00:38:10 Removing intermediate container 97378114b961 00:38:10 ---> 470e4d4fdc4a 00:38:10 Step 13/23 : ENV APP_PORT=48082 00:38:10 ---> Running in 0b2a42cfd0ec 00:38:10 ---> Running in 503ce2c000c0 00:38:10 ---> Running in 7111a3d9c826 00:38:10 ---> 259bbb845832 00:38:10 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:38:10 ---> Running in 2d7b5d2e02cf 00:38:10 Removing intermediate container 7111a3d9c826 00:38:10 ---> 4308da078c15 00:38:10 Step 14/22 : EXPOSE $APP_PORT 00:38:10 Removing intermediate container 503ce2c000c0 00:38:10 ---> 53fcfdfc6403 00:38:10 Step 13/23 : ENV APP_PORT=48081 00:38:10 Removing intermediate container 0b2a42cfd0ec 00:38:10 ---> aef63aebb092 00:38:10 Step 14/22 : EXPOSE $APP_PORT 00:38:10 Removing intermediate container 2d7b5d2e02cf 00:38:10 ---> bdd61c970d79 00:38:10 Step 14/23 : EXPOSE $APP_PORT 00:38:10 ---> Running in cd9387ac70ce 00:38:10 ---> Running in 8872a3697301 00:38:10 ---> adbbde1720d7 00:38:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:11 ---> Running in 4c35d223171c 00:38:11 ---> Running in 754c01e9298b 00:38:11 Removing intermediate container cd9387ac70ce 00:38:11 ---> e883d9efc7b4 00:38:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:11 Removing intermediate container 8872a3697301 00:38:11 ---> 58eb20bbfb03 00:38:11 Step 14/23 : EXPOSE $APP_PORT 00:38:11 ---> Running in ec3b088400ee 00:38:11 Removing intermediate container 4c35d223171c 00:38:11 ---> 36a55e8038c4 00:38:11 Step 15/23 : WORKDIR / 00:38:11 Removing intermediate container 754c01e9298b 00:38:11 ---> 62e1f47446c6 00:38:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:11 ---> Running in fc6e4eafff70 00:38:11 ---> 0a2f89dc3620 00:38:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:11 ---> 7fc9bbcebbd5 00:38:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:11 Removing intermediate container ec3b088400ee 00:38:11 ---> a4d2150e9e3f 00:38:11 Step 15/23 : WORKDIR / 00:38:11 Removing intermediate container fc6e4eafff70 00:38:11 ---> 9b43575418a0 00:38:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:12 ---> Running in adbb0255ab5c 00:38:12 ---> 2fb60125e347 00:38:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:12 ---> fa64e20ba3cd 00:38:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:13 Removing intermediate container adbb0255ab5c 00:38:13 ---> c4d37cfa8914 00:38:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:13 ---> 9df8969a8213 00:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:13 ---> 4d40f1293d3b 00:38:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:13 ---> 097232b6eff0 00:38:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:13 ---> 510f37723210 00:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:14 ---> 9d33f78a6905 00:38:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:14 ---> Running in 0689c4bacea7 00:38:14 ---> b148de068742 00:38:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:14 ---> cd7cc7a01596 00:38:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:14 ---> 984ae4f5c0d6 00:38:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:14 ---> Running in 0f22b546bf3c 00:38:14 Removing intermediate container 0689c4bacea7 00:38:14 ---> b2213be932b5 00:38:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 ---> cdd792d538a4 00:38:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:14 ---> Running in e09a9001209f 00:38:15 ---> beab36b3fd0d 00:38:15 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:15 Removing intermediate container 0f22b546bf3c 00:38:15 ---> bf956b652425 00:38:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:15 ---> 06d4237f86f1 00:38:15 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:15 ---> Running in 1c66576366c5 00:38:15 Removing intermediate container e09a9001209f 00:38:15 ---> e07bdf364274 00:38:15 Step 20/22 : LABEL arch=x86_64 00:38:15 ---> Running in b9b96244a3f3 00:38:15 ---> Running in b7f57bc0a395 00:38:15 ---> 0fbaaac37d25 00:38:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:15 ---> Running in 58079cc306e0 00:38:15 ---> Running in d295ba980141 00:38:15 Removing intermediate container b9b96244a3f3 00:38:15 ---> bd9058f573a2 00:38:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:15 Removing intermediate container b7f57bc0a395 00:38:15 ---> 4b9236ed6532 00:38:15 Step 20/22 : LABEL arch=x86_64 00:38:16 Removing intermediate container 58079cc306e0 00:38:16 ---> 9286ff86273a 00:38:16 Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:38:16 ---> Running in 11f7db2298b9 00:38:16 ---> Running in d9632e3b4f51 00:38:16 Removing intermediate container d295ba980141 00:38:16 ---> 15f2e7f827bb 00:38:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:16 ---> Running in 7a50d25a46f8 00:38:16 ---> Running in c522816a7811 00:38:16 Removing intermediate container 11f7db2298b9 00:38:16 ---> ce5010c093fa 00:38:16 Step 21/23 : LABEL arch=x86_64 00:38:16 Removing intermediate container d9632e3b4f51 00:38:16 ---> 7517d69c7120 00:38:16 Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:38:16 Removing intermediate container 7a50d25a46f8 00:38:16 ---> f002c2f82451 00:38:16 Step 21/23 : LABEL arch=x86_64 00:38:16 ---> Running in 79586a70b71d 00:38:16 Removing intermediate container c522816a7811 00:38:16 ---> 9fe230d2a3d9 00:38:16 Step 22/22 : LABEL version=0.0.0 00:38:16 ---> Running in d2a45f00ce38 00:38:16 ---> Running in 84a3254fee82 00:38:16 ---> Running in 94b621f20db2 00:38:17 Removing intermediate container 79586a70b71d 00:38:17 ---> 479a966b75f6 00:38:17 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:38:17 Removing intermediate container d2a45f00ce38 00:38:17 ---> ba270b2dfce8 00:38:17 Step 22/22 : LABEL version=0.0.0 00:38:17 ---> Running in 094829c3aebf 00:38:17 Removing intermediate container 84a3254fee82 00:38:17 ---> 8dbd5d9a0b7a 00:38:17 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:38:17 Removing intermediate container 94b621f20db2 00:38:17 ---> c7b9478ba582 00:38:17 00:38:17 Removing intermediate container 1c66576366c5 00:38:17 ---> 739264b9dfc6 00:38:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:17 ---> Running in 477385cc90d1 00:38:17 ---> Running in acff856cffd7 00:38:17 ---> Running in 38f1f9fad169 00:38:17 Removing intermediate container 094829c3aebf 00:38:17 ---> f857a057395c 00:38:17 Step 23/23 : LABEL version=0.0.0 00:38:17 ---> Running in 16f17366a53e 00:38:17 Successfully built c7b9478ba582 00:38:18 Removing intermediate container acff856cffd7 00:38:18 ---> f29b4e9a318b 00:38:18 00:38:18 Successfully tagged docker-support-notifications-go:latest 00:38:18  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 00:38:18 Removing intermediate container 477385cc90d1 00:38:18 ---> 3b8bb10494da 00:38:18 Step 23/23 : LABEL version=0.0.0 00:38:18 Removing intermediate container 38f1f9fad169 00:38:18 ---> 88de7d87241a 00:38:18 Step 22/24 : LABEL arch=x86_64 00:38:18 ---> Running in 0bc69e0804f2 00:38:18 ---> Running in 9c27a841acdc 00:38:18 Removing intermediate container 16f17366a53e 00:38:18 ---> 0421368e836d 00:38:18 00:38:18 Successfully built f29b4e9a318b 00:38:18 Successfully built 0421368e836d 00:38:18 Successfully tagged docker-support-scheduler-go:latest 00:38:18  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:38:18 Successfully tagged docker-core-command-go:latest 00:38:18  Building docker-core-command-go ... done Building docker-core-data-go 00:38:18 Removing intermediate container 9c27a841acdc 00:38:18 ---> 7d20b596fac2 00:38:18 Step 23/24 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:38:18 Removing intermediate container 0bc69e0804f2 00:38:18 ---> a581b6e3fe36 00:38:18 00:38:18 ---> Running in c2313910d022 00:38:18 Successfully built a581b6e3fe36 00:38:19 Successfully tagged docker-core-metadata-go:latest 00:38:19  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:38:19 Removing intermediate container c2313910d022 00:38:19 ---> 7fc464671450 00:38:19 Step 24/24 : LABEL version=0.0.0 00:38:19 ---> Running in d260ad2f360a 00:38:19 Removing intermediate container d260ad2f360a 00:38:19 ---> de519cc78941 00:38:19 00:38:19 Successfully built de519cc78941 00:38:19 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:58  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:58 ---> 04b2660205eb 00:38:58 Step 3/23 : WORKDIR /edgex-go 00:38:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:58 ---> 04b2660205eb 00:38:58 Step 3/21 : WORKDIR /edgex-go 00:38:58 ---> Using cache 00:38:58 ---> a70259951858 00:38:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:58 ---> Using cache 00:38:58 ---> a70259951858 00:38:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:58 ---> Using cache 00:38:58 ---> 2caeac9248a6 00:38:58 Step 5/21 : RUN apk add --update --no-cache make git 00:38:58 ---> Using cache 00:38:58 ---> 2caeac9248a6 00:38:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:58 ---> Using cache 00:38:58 ---> 0086e5293e80 00:38:58 Step 6/21 : COPY go.mod . 00:38:58 ---> Using cache 00:38:58 ---> df68fd55b6e5 00:38:58 Step 7/21 : RUN go mod download 00:38:58 ---> Using cache 00:38:58 ---> 150143a72693 00:38:58 Step 8/21 : COPY . . 00:38:58 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:58 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:38:58 ---> 04b2660205eb 00:38:58 Step 3/30 : WORKDIR /edgex-go 00:38:58 ---> Using cache 00:38:58 ---> a70259951858 00:38:58 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:58 ---> Using cache 00:38:58 ---> 2caeac9248a6 00:38:58 Step 5/30 : RUN apk add --update --no-cache make git 00:38:58 ---> Using cache 00:38:58 ---> 0086e5293e80 00:38:58 Step 6/30 : COPY go.mod . 00:38:58 ---> Using cache 00:38:58 ---> df68fd55b6e5 00:38:58 Step 7/30 : RUN go mod download 00:38:58 ---> Using cache 00:38:58 ---> 150143a72693 00:38:58 Step 8/30 : COPY . . 00:38:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:58 ---> 04b2660205eb 00:38:58 Step 3/26 : WORKDIR /edgex-go 00:38:58 ---> Using cache 00:38:58 ---> a70259951858 00:38:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:58 ---> Using cache 00:38:58 ---> 2caeac9248a6 00:38:58 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:58 ---> Using cache 00:38:58 ---> 98fd108aeb93 00:38:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:58 ---> Using cache 00:38:58 ---> 98fd108aeb93 00:38:58 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:58 ---> Running in 99c6488af145 00:38:58 ---> Running in a9ea133161e5 00:38:58 ---> Running in a02f8d91961c 00:38:58 ---> Running in 8aabf333c520 00:38:58 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:38: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:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:58 OK: 233 MiB in 51 packages 00:38:58 OK: 233 MiB in 51 packages 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:59 Removing intermediate container 99c6488af145 00:38:59 ---> 94e2eae73b36 00:38:59 Step 6/26 : COPY go.mod . 00:38:59 Removing intermediate container a9ea133161e5 00:38:59 ---> f1f28cb7bfec 00:38:59 Step 6/23 : COPY go.mod . 00:39:00 ---> 11c156694ac4 00:39:00 Step 7/26 : RUN go mod download 00:39:00 ---> b0d36cb217f1 00:39:00 Step 7/23 : RUN go mod download 00:39:00 ---> Running in c053206fdb6d 00:39:00 ---> Running in d35f7fe9b474 00:39:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:05 Removing intermediate container c053206fdb6d 00:39:05 ---> fea5603231df 00:39:05 Step 8/26 : COPY . . 00:39:05 Removing intermediate container d35f7fe9b474 00:39:05 ---> c5b7cb63fbd6 00:39:05 Step 8/23 : COPY . . 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.417s coverage: 45.6% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements 00:39:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.617s coverage: 27.1% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 65.8% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.745s coverage: 82.3% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:30 Removing intermediate container 8aabf333c520 00:39:30 ---> 21b3b912fecf 00:39:30 00:39:30 Step 10/30 : FROM alpine:3.12 00:39:30 ---> 389fef711851 00:39:30 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:30 ---> Running in ed7a0500f8e3 00:39:32 Removing intermediate container ed7a0500f8e3 00:39:32 ---> 4200511804bc 00:39:32 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:39:33 ---> Running in 802d5203f477 00:39:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.356s coverage: 28.6% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:35 (1/2) Installing dumb-init (1.2.2-r1) 00:39:35 (2/2) Installing su-exec (0.2-r1) 00:39:35 Executing busybox-1.31.1-r19.trigger 00:39:35 OK: 6 MiB in 16 packages 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:37 Removing intermediate container a02f8d91961c 00:39:37 ---> f72e04088a9b 00:39:37 00:39:37 Step 10/21 : FROM alpine:3.12 00:39:37 ---> 389fef711851 00:39:37 Step 11/21 : RUN apk add --update --no-cache curl 00:39:37 ---> Running in 9b2ec602c79e 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:38 ---> 3168a9879068 00:39:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:38 ---> 9b139efbd476 00:39:38 Step 9/23 : RUN make cmd/core-data/core-data 00:39:38 Removing intermediate container 802d5203f477 00:39:38 ---> 6d76ac47bd36 00:39:38 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:39:38 ---> Running in 16100a65fc73 00:39:38 ---> Running in a06ab6baff45 00:39:38 ---> Running in e2d789bfb1c1 00:39:38 Removing intermediate container e2d789bfb1c1 00:39:38 ---> e2e6f1bc9acf 00:39:38 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:38 ---> Running in 07ea611c8fc8 00:39:38 (1/4) Installing ca-certificates (20191127-r4) 00:39:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:39 (3/4) Installing libcurl (7.69.1-r3) 00:39:39 (4/4) Installing curl (7.69.1-r3) 00:39:39 Executing busybox-1.31.1-r19.trigger 00:39:39 Executing ca-certificates-20191127-r4.trigger 00:39:39 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:39 OK: 7 MiB in 18 packages 00:39:39 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:39 Removing intermediate container 07ea611c8fc8 00:39:39 ---> 360abf4583f6 00:39:39 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:39 ---> Running in 48eb546d3140 00:39:40 Removing intermediate container 9b2ec602c79e 00:39:40 ---> c32ff70ba6a5 00:39:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:40 ---> Running in e5a842df7172 00:39:41 Removing intermediate container e5a842df7172 00:39:41 ---> ec2a147ebe29 00:39:41 Step 13/21 : WORKDIR /edgex 00:39:42 ---> Running in f224f3abf9d3 00:39:42 Removing intermediate container 48eb546d3140 00:39:42 ---> b63cefe4afcd 00:39:42 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:39:42 ---> Running in 5872ab947948 00:39:42 Removing intermediate container f224f3abf9d3 00:39:42 ---> b0b5578251d2 00:39:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:42 Removing intermediate container 5872ab947948 00:39:42 ---> cec7842e4217 00:39:42 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:42 ---> 72df123f663c 00:39:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:43 ---> 6217f25218c4 00:39:43 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:43 ---> Running in c9e1109c89bb 00:39:44 ---> 28c741469b72 00:39:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:46 ---> adee7e8d2cbd 00:39:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:46 ---> Running in 89de2c2b2469 00:39:46 Removing intermediate container c9e1109c89bb 00:39:46 ---> 60409ec686b9 00:39:46 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:46 Removing intermediate container 89de2c2b2469 00:39:46 ---> b46a61c11bb7 00:39:46 Step 18/21 : CMD ["--init=true"] 00:39:46 ---> Running in bb98c818d0ba 00:39:46 ---> d651fbeae4b6 00:39:46 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:46 Removing intermediate container bb98c818d0ba 00:39:46 ---> a86ea3e33585 00:39:46 Step 19/21 : LABEL arch=x86_64 00:39:46 ---> Running in 1074edf24e93 00:39:47 Removing intermediate container 1074edf24e93 00:39:47 ---> 3a3f2850b30e 00:39:47 Step 20/21 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:39:47 ---> f1a5ddb08fb9 00:39:47 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:47 ---> Running in 9a615fcfed58 00:39:48 Removing intermediate container 9a615fcfed58 00:39:48 ---> dff54a76d601 00:39:48 Step 21/21 : LABEL version=0.0.0 00:39:48 ---> Running in a94ef4c3df51 00:39:48 ---> 8495be77fae8 00:39:48 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:49 Removing intermediate container a94ef4c3df51 00:39:49 ---> 7883953e4abf 00:39:49 00:39:49 ---> 6bf788ed7c3e 00:39:49 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:39:49 Successfully built 7883953e4abf 00:39:49 Successfully tagged docker-security-proxy-setup-go:latest 00:39:49  Building docker-security-proxy-setup-go ... done  ---> Running in aa3fe562dc8d 00:39:50 Removing intermediate container aa3fe562dc8d 00:39:50 ---> a9d34cf463dd 00:39:50 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.434s coverage: 92.8% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 45.5% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 00:39:51 ---> c1d6465f3770 00:39:51 Step 25/30 : RUN chmod +x /entrypoint.sh 00:39:52 ---> Running in bfc643762aa5 00:39:54 Removing intermediate container bfc643762aa5 00:39:54 ---> 83e7e2200269 00:39:54 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:39:55 ---> Running in f59a3c00f1cd 00:39:55 Removing intermediate container f59a3c00f1cd 00:39:55 ---> d5c65f46a118 00:39:55 Step 27/30 : CMD ["gate"] 00:39:55 ---> Running in 75eef88e2488 00:39:56 Removing intermediate container 75eef88e2488 00:39:56 ---> 920c619c495f 00:39:56 Step 28/30 : LABEL arch=x86_64 00:39:56 ---> Running in 473aab5718cf 00:39:57 Removing intermediate container 473aab5718cf 00:39:57 ---> 84c0954e990f 00:39:57 Step 29/30 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:39:57 ---> Running in 480a8c10c30d 00:39:57 Removing intermediate container 480a8c10c30d 00:39:57 ---> fbaa4a87998d 00:39:57 Step 30/30 : LABEL version=0.0.0 00:39:58 ---> Running in a2394560bd51 00:39:58 Removing intermediate container a2394560bd51 00:39:58 ---> 89313bd30a8c 00:39:58 00:39:58 Successfully built 89313bd30a8c 00:39:58 Successfully tagged docker-security-bootstrapper-go:latest 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements 00:40:01  Building docker-security-bootstrapper-go ... done Removing intermediate container a06ab6baff45 00:40:01 ---> 6854877ece7e 00:40:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:01 ---> Running in 60e4084f2c35 00:40:02 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:40:04 Removing intermediate container 60e4084f2c35 00:40:04 ---> 1dfed32be897 00:40:04 00:40:04 Step 11/26 : FROM docker:20.10.0 00:40:04 20.10.0: Pulling from library/docker 00:40:07 Removing intermediate container 16100a65fc73 00:40:07 ---> fc1d3f2dc87c 00:40:07 00:40:07 Step 10/23 : FROM alpine:3.12 00:40:07 ---> 389fef711851 00:40:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:07 ---> Running in 8a7d0d87d3c5 00:40:07 Removing intermediate container 8a7d0d87d3c5 00:40:07 ---> 7a2f075efbf8 00:40:07 Step 12/23 : ENV APP_PORT=48080 00:40:07 ---> Running in 4d86e1656da6 00:40:08 Removing intermediate container 4d86e1656da6 00:40:08 ---> b94cd222a6de 00:40:08 Step 13/23 : EXPOSE $APP_PORT 00:40:08 ---> Running in 20e204d7e9a2 00:40:08 Removing intermediate container 20e204d7e9a2 00:40:08 ---> 03f534aa75fc 00:40:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:08 ---> Running in 3c472b3a6e2c 00:40:11 Removing intermediate container 3c472b3a6e2c 00:40:11 ---> 60f91abef92e 00:40:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:11 ---> Running in d4ef2f54ba7f 00:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:12 Status: Downloaded newer image for docker:20.10.0 00:40:12 ---> aefe523efa57 00:40:12 Step 12/26 : RUN apk add --no-cache bash 00:40:12 (1/6) Installing dumb-init (1.2.2-r1) 00:40:12 (2/6) Installing libgcc (9.3.0-r2) 00:40:12 (3/6) Installing libsodium (1.0.18-r0) 00:40:12 ---> Running in cd03fdefd5cd 00:40:13 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:13 (5/6) Installing libzmq (4.3.3-r0) 00:40:13 (6/6) Installing zeromq (4.3.3-r0) 00:40:13 Executing busybox-1.31.1-r19.trigger 00:40:13 OK: 8 MiB in 20 packages 00:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:13 (1/2) Installing readline (8.0.4-r0) 00:40:13 (2/2) Installing bash (5.0.17-r0) 00:40:13 Executing bash-5.0.17-r0.post-install 00:40:13 Executing busybox-1.31.1-r19.trigger 00:40:13 OK: 12 MiB in 22 packages 00:40:15 Removing intermediate container d4ef2f54ba7f 00:40:15 ---> 2faa439c75f2 00:40:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:15 Removing intermediate container cd03fdefd5cd 00:40:15 ---> 74fbe3dba3ee 00:40:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:15 ---> Running in 973677d09815 00:40:16 ---> 1f0871248b8d 00:40:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:16 Removing intermediate container 973677d09815 00:40:16 ---> 031efd8531d4 00:40:16 Step 14/26 : ENV APP_PORT=48090 00:40:16 ---> Running in 24d9866b54a8 00:40:16 Removing intermediate container 24d9866b54a8 00:40:16 ---> 7a333c46e343 00:40:16 Step 15/26 : EXPOSE $APP_PORT 00:40:16 ---> Running in d7fb35030f04 00:40:17 ---> a0c4d90e666e 00:40:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:17 Removing intermediate container d7fb35030f04 00:40:17 ---> 45b602885748 00:40:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:17 ---> d5a26e2c6362 00:40:17 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:17 ---> Running in 191b468e7155 00:40:17 ---> edb22f078001 00:40:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:17 Removing intermediate container 191b468e7155 00:40:17 ---> aa805e7134ed 00:40:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:18 ---> Running in 79534e7f69a9 00:40:18 ---> d51d1283e849 00:40:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:18 Removing intermediate container 79534e7f69a9 00:40:18 ---> 6303b727bb10 00:40:18 Step 21/23 : LABEL arch=x86_64 00:40:18 ---> Running in 12fd0db6f431 00:40:18 ---> 92f903c2d32a 00:40:18 Step 19/26 : RUN apk --no-cache add py3-pip 00:40:18 Removing intermediate container 12fd0db6f431 00:40:18 ---> b1b486e6d21c 00:40:18 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:40:18 ---> Running in ee2b26026bcf 00:40:18 ---> Running in 542a42f74350 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.675s coverage: 63.5% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:40:19 Removing intermediate container ee2b26026bcf 00:40:19 ---> d5c27d90c1a1 00:40:19 Step 23/23 : LABEL version=0.0.0 00:40:19 ---> Running in 29b31c90dc87 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 Removing intermediate container 29b31c90dc87 00:40:19 ---> b4ea78440bd9 00:40:19 00:40:19 (1/33) Installing libbz2 (1.0.8-r1) 00:40:19 Successfully built b4ea78440bd9 00:40:19 (2/33) Installing expat (2.2.9-r1) 00:40:19 (3/33) Installing libffi (3.3-r2) 00:40:19 (4/33) Installing gdbm (1.13-r1) 00:40:19 (5/33) Installing xz-libs (5.2.5-r0) 00:40:19 Successfully tagged docker-core-data-go:latest 00:40:19  Building docker-core-data-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:19 (7/33) Installing python3 (3.8.5-r0) 00:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.037s coverage: 68.9% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:21 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:21 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:21 (11/33) Installing py3-six (1.15.0-r0) 00:40:21 (12/33) Installing py3-packaging (20.4-r0) 00:40:21 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:21 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:21 (15/33) Installing py3-idna (2.9-r0) 00:40:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:21 (18/33) Installing py3-requests (2.23.0-r0) 00:40:21 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:21 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:21 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:21 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:21 (24/33) Installing py3-distro (1.5.0-r1) 00:40:21 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:21 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:21 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:21 (29/33) Installing py3-progress (1.5-r0) 00:40:21 (30/33) Installing py3-toml (0.10.1-r0) 00:40:22 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:22 (33/33) Installing py3-pip (20.1.1-r0) 00:40:22 Executing busybox-1.31.1-r19.trigger 00:40:22 OK: 71 MiB in 55 packages 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 37.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.903s coverage: 84.0% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 00:40:32 Removing intermediate container 542a42f74350 00:40:32 ---> 313cb6d03b8c 00:40:32 Step 20/26 : RUN pip install docker-compose==1.23.2 00:40:32 ---> Running in ddf5d8934c21 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.648s coverage: 47.0% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 89.4% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:33 Collecting docker-compose==1.23.2 00:40:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:34 Collecting PyYAML<4,>=3.10 00:40:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:35 Collecting websocket-client<1.0,>=0.32.0 00:40:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:35 Collecting jsonschema<3,>=2.5.1 00:40:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:35 Collecting docker<4.0,>=3.6.0 00:40:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:35 Collecting docopt<0.7,>=0.6.1 00:40:35 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:36 Collecting texttable<0.10,>=0.9.0 00:40:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:37 Collecting dockerpty<0.5,>=0.4.1 00:40:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:39 Collecting cached-property<2,>=1.2.0 00:40:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:39 Collecting docker-pycreds>=0.4.0 00:40:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:39 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:39 Collecting urllib3<1.25,>=1.21.1 00:40:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:39 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:39 Collecting idna<2.8,>=2.5 00:40:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:39 Installing collected packages: PyYAML, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, cached-property, docker-compose 00:40:39 Running setup.py install for PyYAML: started 00:40:39 Running setup.py install for PyYAML: finished with status 'done' 00:40:40 Attempting uninstall: urllib3 00:40:40 Found existing installation: urllib3 1.25.9 00:40:40 Uninstalling urllib3-1.25.9: 00:40:40 Successfully uninstalled urllib3-1.25.9 00:40:40 Attempting uninstall: idna 00:40:40 Found existing installation: idna 2.9 00:40:40 Uninstalling idna-2.9: 00:40:40 Successfully uninstalled idna-2.9 00:40:40 Attempting uninstall: requests 00:40:40 Found existing installation: requests 2.23.0 00:40:40 Uninstalling requests-2.23.0: 00:40:40 Successfully uninstalled requests-2.23.0 00:40:41 Running setup.py install for docopt: started 00:40:42 Running setup.py install for docopt: finished with status 'done' 00:40:42 Running setup.py install for texttable: started 00:40:42 Running setup.py install for texttable: finished with status 'done' 00:40:42 Running setup.py install for dockerpty: started 00:40:43 Running setup.py install for dockerpty: finished with status 'done' 00:40:43 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:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.331s coverage: 29.1% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.244s coverage: 99.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.138s coverage: 87.9% of statements 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.109s coverage: 100.0% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:40:44 GO111MODULE=on go vet ./... 00:40:47 Removing intermediate container ddf5d8934c21 00:40:47 ---> bd382c7acdbd 00:40:47 Step 21/26 : RUN apk --no-cache add curl 00:40:47 ---> Running in e0e4b7381f7e 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:48 (2/3) Installing libcurl (7.69.1-r3) 00:40:48 (3/3) Installing curl (7.69.1-r3) 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 OK: 72 MiB in 58 packages 00:40:49 Removing intermediate container e0e4b7381f7e 00:40:49 ---> 4a0a4c9ef884 00:40:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:49 ---> Running in 7367f5cc8fd9 00:40:49 Removing intermediate container 7367f5cc8fd9 00:40:49 ---> 81169f161f66 00:40:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:49 ---> Running in fb7a61bb7c88 00:40:50 Removing intermediate container fb7a61bb7c88 00:40:50 ---> a14ce4940b66 00:40:50 Step 24/26 : LABEL arch=x86_64 00:40:50 ---> Running in f7bbd491c28b 00:40:50 Removing intermediate container f7bbd491c28b 00:40:50 ---> 5e0e2cb54aa7 00:40:50 Step 25/26 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:40:50 ---> Running in 396fb8b9d794 00:40:50 Removing intermediate container 396fb8b9d794 00:40:50 ---> 0aff2db54cd5 00:40:50 Step 26/26 : LABEL version=0.0.0 00:40:50 ---> Running in 0cafc43953a4 00:40:50 Removing intermediate container 0cafc43953a4 00:40:50 ---> fd77a4d13459 00:40:50 00:40:51 Successfully built fd77a4d13459 00:40:51 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:51 $ docker stop --time=1 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 00:40:53 $ docker rm -f 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:54 + docker images 00:40:54 + grep docker 00:40:54 docker-sys-mgmt-agent-go latest fd77a4d13459 4 seconds ago 313MB 00:40:54 docker-core-data-go latest b4ea78440bd9 35 seconds ago 22.3MB 00:40:54 docker-security-bootstrapper-go latest 89313bd30a8c 56 seconds ago 17.9MB 00:40:54 docker-security-proxy-setup-go latest 7883953e4abf About a minute ago 24.4MB 00:40:54 docker-security-secretstore-setup-go latest de519cc78941 2 minutes ago 24.6MB 00:40:54 docker-core-metadata-go latest a581b6e3fe36 2 minutes ago 18.8MB 00:40:54 docker-core-command-go latest 0421368e836d 2 minutes ago 16.9MB 00:40:54 docker-support-scheduler-go latest f29b4e9a318b 2 minutes ago 17MB 00:40:54 docker-support-notifications-go latest c7b9478ba582 2 minutes ago 17.6MB 00:40:54 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:41:10 Still waiting to schedule task 00:41:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:42:03 Running on prd-ubuntu18.04-docker-8c-8g-25678 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws 00:42:03 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:42:05 using credential edgex-jenkins-ssh 00:42:05 Cloning the remote Git repository 00:42:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git init /w/workspace/edgex-go/2 # timeout=10 00:42:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git --version # timeout=10 00:42:05 > git --version # 'git version 2.17.1' 00:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:17 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 00:42:17 Merge succeeded, producing 71e80a41ac6b303ffe7218394fd88e777f1d9732 00:42:17 Checking out Revision 71e80a41ac6b303ffe7218394fd88e777f1d9732 (PR-3148) 00:42:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:17 > git config core.sparsecheckout # timeout=10 00:42:17 > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 00:42:17 > git remote # timeout=10 00:42:17 > git config --get remote.origin.url # timeout=10 00:42:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:17 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:42:17 > git rev-parse HEAD^{commit} # timeout=10 00:42:17 > git config core.sparsecheckout # timeout=10 00:42:17 > git checkout -f 71e80a41ac6b303ffe7218394fd88e777f1d9732 # timeout=10 00:42:21 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" 00:42:21 > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 00:42:21 gofmt -l . 00:42:21 [ "`gofmt -l .`" = "" ] 00:42:21 ./bin/test-go-mod-tidy.sh 00:42:21 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:22 + ls -al . 00:42:22 total 728 00:42:22 drwxrwxr-x 9 1001 1001 4096 Feb 9 00:42 . 00:42:22 drwxr-xr-x 4 root root 4096 Feb 9 00:37 .. 00:42:22 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:35 .dockerignore 00:42:22 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:35 .git 00:42:22 drwxrwxr-x 3 1001 1001 4096 Feb 9 00:35 .github 00:42:22 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:35 .gitignore 00:42:22 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:35 .sonarcloud.properties 00:42:22 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:35 Attribution.txt 00:42:22 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:35 CONTRIBUTING.md 00:42:22 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:35 Dockerfile.build 00:42:22 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:35 Jenkinsfile 00:42:22 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:35 LICENSE 00:42:22 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:35 Makefile 00:42:22 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:35 README.md 00:42:22 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:35 SECURITY.md 00:42:22 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:31 VERSION 00:42:22 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:35 ZMQWindows.md 00:42:22 drwxrwxr-x 2 1001 1001 4096 Feb 9 00:35 bin 00:42:22 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:35 cmd 00:42:22 -rw-r--r-- 1 root root 594557 Feb 9 00:40 coverage.out 00:42:22 -rw-r--r-- 1 root root 1054 Feb 9 00:42 go.mod 00:42:22 -rw-r--r-- 1 root root 19290 Feb 9 00:42 go.sum 00:42:22 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:35 internal 00:42:22 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:35 openapi 00:42:22 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:35 snap 00:42:22 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:35 version.go [Pipeline] sh 00:42:22 + echo snap-build.sh 00:42:22 snap-build.sh 00:42:22 + SNAP_BASE_DIR=. 00:42:22 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:42:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:42:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:42:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:42:22 + cd /w/workspace/edgex-go/2 00:42:22 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:22 Reading package lists... 00:42:22 Building dependency tree... 00:42:22 Reading state information... 00:42:22 The following packages were automatically installed and are no longer required: 00:42:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:22 uidmap xdelta3 00:42:22 Use 'sudo apt autoremove' to remove them. 00:42:22 The following packages will be REMOVED: 00:42:22 lxd* lxd-client* 00:42:22 + '[' -e coverage.out ] 00:42:22 + chown 1001:1001 coverage.out 00:42:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:22 After this operation, 31.7 MB disk space will be freed. [Pipeline] stash 00:42:22 Warning: overwriting stash ‘coverage-report’ 00:42:24 (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:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:24 Stashed 1 file(s) [Pipeline] sh 00:42:24 Removing lxd dnsmasq configuration 00:42:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:25 + make build 00:42:25 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:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:26 (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:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:27 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:27 Processing triggers for ureadahead (0.100.0-21) ... 00:42:28 + sudo snap remove --purge lxd 00:42:28 snap "lxd" is not installed 00:42:28 + sudo groupadd --force --system lxd 00:42:28 ++ whoami 00:42:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:28 + newgrp - lxd 00:42:28 + sudo snap install lxd 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:38 2021-02-09T00:42:35Z INFO Waiting for automatic snapd restart... 00:42:53 lxd 4.11 from Canonical* installed 00:42:53 + sudo lxd init --auto 00:43:00 + sudo snap install --classic snapcraft 00:43:04 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:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:18 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:19 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:22 snapcraft 4.4.4 from Canonical* installed 00:43:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:22 + patch --verbose -p1 00:43:22 Hmm... Looks like a unified diff to me... 00:43:22 The text leading up to this was: 00:43:22 -------------------------- 00:43:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:22 |From: Tony Espy 00:43:22 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:22 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:22 | 00:43:22 |This patch is used by the EdgeX CI pipeline builds to 00:43:22 |optimize the snap CI check run for pull requests. When 00:43:22 |applied, it essentially strips out everything (apps and 00:43:22 |parts) from the snapcraft.yaml file except those required 00:43:22 |to build edgex-go, as the whole idea of the CI check is to 00:43:22 |catch changes to edgex-go that break the snap build. 00:43:22 | 00:43:22 |In general, anyone updating snapcraft.yaml will also need 00:43:22 |to update this patch file, otherwise it may fail to apply, 00:43:22 |resulting in a failed snap build CI check in the associated 00:43:22 |pull request. 00:43:22 | 00:43:22 |Note - in addition to applying this patch, the pipeline also 00:43:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:22 |need to build the finally binary .snap file (and it won't 00:43:22 |work with the patch applied). This further reduces the build 00:43:22 |time. 00:43:22 |--- 00:43:22 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:22 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:22 | 00:43:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:22 |index 1e537489..faf42425 100644 00:43:22 |--- a/snap/snapcraft.yaml 00:43:22 |+++ b/snap/snapcraft.yaml 00:43:22 -------------------------- 00:43:22 patching file snap/snapcraft.yaml 00:43:22 Using Plan A... 00:43:22 Hunk #1 succeeded at 73. 00:43:22 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:43:22 Hunk #3 succeeded at 217 (offset 3 lines). 00:43:22 Hunk #4 succeeded at 225 (offset 3 lines). 00:43:22 Hunk #5 succeeded at 232 (offset 3 lines). 00:43:22 Hunk #6 succeeded at 259 (offset 3 lines). 00:43:22 Hunk #7 succeeded at 293 (offset 3 lines). 00:43:22 Hunk #8 succeeded at 352 (offset 11 lines). 00:43:22 Hmm... Ignoring the trailing garbage. 00:43:22 done 00:43:22 + sudo snapcraft prime --use-lxd 00:43:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:22 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:22 - README.md 00:43:22 - snapcraft.yaml.orig 00:43:22 00:43:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:22 Launching a container. 00:43:27 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:34 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:37 Waiting for container to be ready 00:43:37 To start your first instance, try: lxc launch ubuntu:18.04 00:43:37 00:43:39 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:39 Waiting for network to be ready... 00:43:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] 00:43:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:43:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:43:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:43:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:43:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:43:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:41 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:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 00:43:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:43:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 00:43:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:43:44 Fetched 23.9 MB in 4s (5619 kB/s) 00:43:44 Reading package lists... 00:43:44 Reading package lists... 00:43:44 Building dependency tree... 00:43:44 Reading state information... 00:43:45 The following additional packages will be installed: 00:43:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:45 Suggested packages: 00:43:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:45 Recommended packages: 00:43:45 gnupg libsasl2-modules 00:43:45 The following NEW packages will be installed: 00:43:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:45 The following packages will be upgraded: 00:43:45 gpg gpg-agent gpgconf libudev1 00:43:45 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:45 Need to get 3532 kB of archives. 00:43:45 After this operation, 13.3 MB of additional disk space will be used. 00:43:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:43:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:43:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:43:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:45 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:45 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:46 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:46 debconf: delaying package configuration, since apt-utils is not installed 00:43:46 Fetched 3532 kB in 1s (3234 kB/s) 00:43:46 (Reading database ... 12511 files and directories currently installed.) 00:43:46 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:46 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:46 Selecting previously unselected package udev. 00:43:46 (Reading database ... 12511 files and directories currently installed.) 00:43:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:46 Unpacking udev (237-3ubuntu10.44) ... 00:43:46 Selecting previously unselected package libfuse2:amd64. 00:43:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:47 Selecting previously unselected package fuse. 00:43:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:47 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:47 Selecting previously unselected package libksba8:amd64. 00:43:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:47 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:47 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:47 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:48 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:48 Selecting previously unselected package libsasl2-2:amd64. 00:43:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:48 Selecting previously unselected package libldap-common. 00:43:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:43:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:43:48 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:43:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:43:48 Selecting previously unselected package dirmngr. 00:43:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:43:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:49 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:49 Setting up udev (237-3ubuntu10.44) ... 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:49 invoke-rc.d: policy-rc.d denied execution of start. 00:43:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:49 Processing triggers for systemd (237-3ubuntu10) ... 00:43:50 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:50 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:43:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:50 settings in the [Install] section, and DefaultInstance for template units). 00:43:50 This means they are not meant to be enabled using systemctl. 00:43:50 Possible reasons for having this kind of units are: 00:43:50 1) A unit may be statically enabled by being symlinked from another unit's 00:43:50 .wants/ or .requires/ directory. 00:43:50 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:50 a requirement dependency on it. 00:43:50 3) A unit may be started when needed via activation (socket, path, timer, 00:43:50 D-Bus, udev, scripted systemctl call, ...). 00:43:50 4) In case of template units, the unit is meant to be enabled with some 00:43:50 instance name specified. 00:43:51 Reading package lists... 00:43:51 Building dependency tree... 00:43:51 Reading state information... 00:43:51 The following additional packages will be installed: 00:43:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:51 Suggested packages: 00:43:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:51 systemd-container policykit-1 00:43:51 Recommended packages: 00:43:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:51 The following NEW packages will be installed: 00:43:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:51 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:51 python3.6-minimal snapd squashfs-tools sudo 00:43:51 The following packages will be upgraded: 00:43:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:51 Need to get 35.2 MB of archives. 00:43:51 After this operation, 141 MB of additional disk space will be used. 00:43:51 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:52 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:52 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:43:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:52 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:52 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:52 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:52 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:53 debconf: delaying package configuration, since apt-utils is not installed 00:43:53 Fetched 35.2 MB in 2s (15.4 MB/s) 00:43:53 (Reading database ... 12757 files and directories currently installed.) 00:43:53 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:54 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:54 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:54 (Reading database ... 12757 files and directories currently installed.) 00:43:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:55 (Reading database ... 12757 files and directories currently installed.) 00:43:55 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:55 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:55 Setting up apt (1.6.12ubuntu0.2) ... 00:43:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:56 (Reading database ... 12764 files and directories currently installed.) 00:43:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:56 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:56 Selecting previously unselected package libexpat1:amd64. 00:43:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:56 Selecting previously unselected package python3.6-minimal. 00:43:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:56 Checking for services that may need to be restarted...done. 00:43:56 Checking for services that may need to be restarted...done. 00:43:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:57 Selecting previously unselected package python3-minimal. 00:43:57 (Reading database ... 13012 files and directories currently installed.) 00:43:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:57 Selecting previously unselected package mime-support. 00:43:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:57 Unpacking mime-support (3.60ubuntu1) ... 00:43:58 Selecting previously unselected package libmpdec2:amd64. 00:43:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:58 Selecting previously unselected package python3.6. 00:43:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:58 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:58 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:58 Selecting previously unselected package python3. 00:43:58 (Reading database ... 13442 files and directories currently installed.) 00:43:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:58 Unpacking python3 (3.6.7-1~18.04) ... 00:43:58 Selecting previously unselected package multiarch-support. 00:43:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:58 Selecting previously unselected package liblzo2-2:amd64. 00:43:59 (Reading database ... 13479 files and directories currently installed.) 00:43:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:59 Selecting previously unselected package libbsd0:amd64. 00:43:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:59 Selecting previously unselected package sudo. 00:43:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:59 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:59 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:43:59 Selecting previously unselected package apparmor. 00:43:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:59 Selecting previously unselected package libedit2:amd64. 00:43:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:59 Selecting previously unselected package libkrb5support0:amd64. 00:43:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:59 Selecting previously unselected package libk5crypto3:amd64. 00:43:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:59 Selecting previously unselected package libkeyutils1:amd64. 00:43:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:59 Selecting previously unselected package libkrb5-3:amd64. 00:43:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:00 Selecting previously unselected package libssl1.0.0:amd64. 00:44:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:00 Selecting previously unselected package openssh-client. 00:44:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:00 Selecting previously unselected package squashfs-tools. 00:44:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:00 Selecting previously unselected package snapd. 00:44:00 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:44:00 Unpacking snapd (2.48+18.04) ... 00:44:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:02 Setting up mime-support (3.60ubuntu1) ... 00:44:02 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:44:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:03 Setting up systemd (237-3ubuntu10.44) ... 00:44:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:03 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:03 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:05 Setting up python3 (3.6.7-1~18.04) ... 00:44:05 running python rtupdate hooks for python3.6... 00:44:05 running python post-rtupdate hooks for python3.6... 00:44:05 Setting up apparmor (2.12-4ubuntu5.1) ... 00:44:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:06 Setting up snapd (2.48+18.04) ... 00:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:07 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:08 /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:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:08 Processing triggers for systemd (237-3ubuntu10.44) ... [Pipeline] } 00:44:09 $ docker stop --time=1 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 00:44:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:10 Reading package lists... 00:44:10 Reading package lists... 00:44:11 Building dependency tree... 00:44:11 Reading state information... 00:44:11 Calculating upgrade... 00:44:11 The following packages will be upgraded: 00:44:11 advancecomp base-files bash binutils binutils-common 00:44:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:11 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:11 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:11 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:11 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:11 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:11 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:11 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:11 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:11 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:11 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:11 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:11 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:11 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:11 Need to get 63.8 MB of archives. 00:44:11 After this operation, 5188 kB of additional disk space will be used. 00:44:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:12 $ docker rm -f 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 00:44:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:12 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:12 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:12 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:12 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:12 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:12 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:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:12 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:12 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:12 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:12 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:12 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:12 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:12 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:12 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:12 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:12 Get:36 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:12 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:12 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:12 Get:39 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:12 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:12 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:12 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:12 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:12 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:12 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:12 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:12 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:12 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:12 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:12 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:12 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:12 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:13 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:13 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:13 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:13 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:13 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:13 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:13 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:13 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:13 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:13 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:13 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:13 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:13 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:13 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:13 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:13 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:13 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:13 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:13 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:13 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:13 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:13 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:13 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:13 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:13 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:13 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:14 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:14 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:14 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:14 00:44:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:15 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:15 29e5d40040c1: Pulling fs layer 00:44:15 1ce36da41761: Pulling fs layer 00:44:15 25b303627fd3: Pulling fs layer 00:44:15 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:15 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:15 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:15 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:15 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:15 debconf: delaying package configuration, since apt-utils is not installed 00:44:15 Fetched 63.8 MB in 4s (16.2 MB/s) 00:44:15 (Reading database ... 13912 files and directories currently installed.) 00:44:15 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:15 29e5d40040c1: Verifying Checksum 00:44:15 29e5d40040c1: Download complete 00:44:15 1ce36da41761: Verifying Checksum 00:44:15 1ce36da41761: Download complete 00:44:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:16 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:16 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:16 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:16 29e5d40040c1: Pull complete 00:44:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 1ce36da41761: Pull complete 00:44:17 25b303627fd3: Verifying Checksum 00:44:17 25b303627fd3: Download complete 00:44:17 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:17 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:17 (Reading database ... 13911 files and directories currently installed.) 00:44:17 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:18 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:18 (Reading database ... 13911 files and directories currently installed.) 00:44:18 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:18 (Reading database ... 13911 files and directories currently installed.) 00:44:18 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:19 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:19 (Reading database ... 13911 files and directories currently installed.) 00:44:19 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:19 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:19 Setting up base-files (10.1ubuntu2.10) ... 00:44:20 Installing new version of config file /etc/issue ... 00:44:20 Installing new version of config file /etc/issue.net ... 00:44:20 Installing new version of config file /etc/lsb-release ... 00:44:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:20 Removing obsolete conffile /etc/default/motd-news ... 00:44:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:20 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:20 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:20 (Reading database ... 13912 files and directories currently installed.) 00:44:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:21 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:21 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:21 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:22 Setting up grep (3.1-2build1) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:22 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:22 Setting up login (1:4.5-1ubuntu2) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:22 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:23 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:23 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:24 (Reading database ... 13912 files and directories currently installed.) 00:44:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:25 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:25 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:25 (Reading database ... 13912 files and directories currently installed.) 00:44:25 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:25 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:25 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:26 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:26 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:26 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:27 25b303627fd3: Pull complete 00:44:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:29 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:29 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container 00:44:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:29 (Reading database ... 13914 files and directories currently installed.) 00:44:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:30 Setting up debconf (1.5.66ubuntu1) ... 00:44:30 (Reading database ... 13914 files and directories currently installed.) 00:44:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:30 (Reading database ... 13914 files and directories currently installed.) 00:44:30 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:30 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:30 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:30 (Reading database ... 13914 files and directories currently installed.) 00:44:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:30 (Reading database ... 13914 files and directories currently installed.) 00:44:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:31 (Reading database ... 13914 files and directories currently installed.) 00:44:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:31 (Reading database ... 13914 files and directories currently installed.) 00:44:31 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:31 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:31 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:31 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:31 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:31 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:31 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:32 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:32 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:32 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:32 $ docker top a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 -eo pid,comm 00:44:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:33 (Reading database ... 13914 files and directories currently installed.) 00:44:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [Pipeline] { [Pipeline] sh 00:44:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:33 (Reading database ... 13914 files and directories currently installed.) 00:44:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:33 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:33 (Reading database ... 13914 files and directories currently installed.) 00:44:33 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:33 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:33 + docker-compose build --help 00:44:33 + grep parallel 00:44:34 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:34 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:34 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:34 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:35 (Reading database ... 13914 files and directories currently installed.) 00:44:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:35 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:35 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:35 (Reading database ... 13914 files and directories currently installed.) 00:44:35 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:35 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:35 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:35 (Reading database ... 13915 files and directories currently installed.) 00:44:35 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:36 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:36 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:36 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:36 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:36 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:36 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:37 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:37 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:37 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:37 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:37 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:37 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:38 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:38 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:38 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:38 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:38 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:39 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:39 --parallel Build images in parallel. [Pipeline] } 00:44:39 $ docker stop --time=1 a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 00:44:39 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:39 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:39 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:39 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:39 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:39 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:39 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:39 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:40 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:40 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:41 $ docker rm -f a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 00:44:41 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:41 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:42 . [Pipeline] withDockerContainer 00:44:42 prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container 00:44:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:42 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:43 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:43 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:44 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:44 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:44 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:44 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:44 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:44 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:44 $ docker top 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 -eo pid,comm 00:44:44 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:44 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:44 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:44 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [Pipeline] { [Pipeline] sh 00:44:44 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:44 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:44 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:44 00:44:44 Current default time zone: 'Etc/UTC' 00:44:44 Local time is now: Tue Feb 9 00:44:44 UTC 2021. 00:44:44 Universal Time is now: Tue Feb 9 00:44:44 UTC 2021. 00:44:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:44 00:44:44 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:44 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:45 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:45 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:45 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:45 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:45 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:45 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:45 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:45 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:45 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:45 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:45 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:45 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:45 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:45 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:45 Setting up ca-certificates (20210119~18.04.1) ... 00:44:47 Updating certificates in /etc/ssl/certs... 00:44:48 23 added, 27 removed; done. 00:44:48 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:48 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:48 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:48 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:48 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:48 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:49 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:49 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:49 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:49 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:49 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:49 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:49 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:49 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:49 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:49 Updating certificates in /etc/ssl/certs... 00:44:49 0 added, 0 removed; done. 00:44:49 Running hooks in /etc/ca-certificates/update.d... 00:44:49 done. 00:44:50 Reading package lists... 00:44:50 Building dependency tree... 00:44:50 Reading state information... 00:44:50 The following NEW packages will be installed: 00:44:50 apt-transport-https 00:44:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:50 Need to get 1696 B of archives. 00:44:50 After this operation, 153 kB of additional disk space will be used. 00:44:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:50 debconf: delaying package configuration, since apt-utils is not installed 00:44:50 Fetched 1696 B in 0s (8434 B/s) 00:44:50 Selecting previously unselected package apt-transport-https. 00:44:50 (Reading database ... 13920 files and directories currently installed.) 00:44:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:51 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:51 Waiting for network to be ready... 00:44:52 Building docker-core-command-go ... 00:44:52 Building docker-core-data-go ... 00:44:52 Building docker-core-metadata-go ... 00:44:52 Building docker-security-bootstrapper-go ... 00:44:52 Building docker-security-proxy-setup-go ... 00:44:52 Building docker-security-secretstore-setup-go ... 00:44:52 Building docker-support-notifications-go ... 00:44:52 Building docker-support-scheduler-go ... 00:44:52 Building docker-sys-mgmt-agent-go ... 00:44:52 Building docker-sys-mgmt-agent-go 00:44:52 Building docker-core-data-go 00:44:52 Building docker-security-bootstrapper-go 00:44:52 Building docker-core-command-go 00:44:52 Building docker-security-secretstore-setup-go 00:44:57 2021-02-09T00:44:54Z INFO Waiting for automatic snapd restart... 00:44:57 snapd 2.48.2.1 from Canonical* installed 00:44:58 "snapd" switched to the "latest/stable" channel 00:44:58 00:45:01 core18 20210128 from Canonical* installed 00:45:01 "core18" switched to the "latest/stable" channel 00:45:01 00:45:04 snapcraft 4.4.4 from Canonical* installed 00:45:04 "snapcraft" switched to the "latest/stable" channel 00:45:04 00:45:08 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:08 - README.md 00:45:08 - snapcraft.yaml.orig 00:45:08 00:45:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:15 Reading package lists... 00:45:16 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:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:22 Reading package lists... 00:45:22 Building dependency tree... 00:45:22 Reading state information... 00:45:22 Suggested packages: 00:45:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:22 Recommended packages: 00:45:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:22 The following NEW packages will be installed: 00:45:22 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:22 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:22 pkg-config zip 00:45:22 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:22 Need to get 7655 kB of archives. 00:45:22 After this operation, 43.7 MB of additional disk space will be used. 00:45:22 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:22 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:22 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:23 debconf: delaying package configuration, since apt-utils is not installed 00:45:23 Fetched 7655 kB in 1s (6866 kB/s) 00:45:23 Selecting previously unselected package libglib2.0-0:amd64. 00:45:23 (Reading database ... 13924 files and directories currently installed.) 00:45:23 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:23 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:24 Selecting previously unselected package libpsl5:amd64. 00:45:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:24 Selecting previously unselected package libnghttp2-14:amd64. 00:45:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:24 Selecting previously unselected package librtmp1:amd64. 00:45:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:24 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:24 Selecting previously unselected package liberror-perl. 00:45:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:24 Unpacking liberror-perl (0.17025-1) ... 00:45:24 Selecting previously unselected package git-man. 00:45:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:24 Selecting previously unselected package git. 00:45:24 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:24 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:25 Selecting previously unselected package libnorm1:amd64. 00:45:25 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:25 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:25 Selecting previously unselected package libsodium23:amd64. 00:45:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:25 Selecting previously unselected package libzmq5:amd64. 00:45:25 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:25 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:25 Selecting previously unselected package libzmq3-dev:amd64. 00:45:25 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:25 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:26 Selecting previously unselected package pkg-config. 00:45:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:26 Selecting previously unselected package zip. 00:45:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:26 Unpacking zip (3.0-11build1) ... 00:45:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:26 Setting up liberror-perl (0.17025-1) ... 00:45:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:26 No schema files found: doing nothing. 00:45:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:26 Setting up zip (3.0-11build1) ... 00:45:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:26 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:33 git set to automatically installed. 00:45:33 git-man set to automatically installed. 00:45:33 libcurl3-gnutls set to automatically installed. 00:45:33 liberror-perl set to automatically installed. 00:45:33 libglib2.0-0 set to automatically installed. 00:45:33 libnghttp2-14 set to automatically installed. 00:45:33 libnorm1 set to automatically installed. 00:45:33 libpgm-5.2-0 set to automatically installed. 00:45:33 libpsl5 set to automatically installed. 00:45:33 librtmp1 set to automatically installed. 00:45:33 libsodium23 set to automatically installed. 00:45:33 libzmq3-dev set to automatically installed. 00:45:33 libzmq5 set to automatically installed. 00:45:33 pkg-config set to automatically installed. 00:45:33 zip set to automatically installed. 00:45:35 snapd is not logged in, snap install commands will use sudo 00:45:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:42 snap "core18" has no updates available 00:45:43 Pulling config-common 00:45:44 Pulling go-build-helper 00:46:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] 00:46:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:46:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:46:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:46:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:46:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 00:46:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:46:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 00:46:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:46:11 Fetched 23.9 MB in 0s (0 B/s) 00:46:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:11 Fetched 96.5 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:11 Fetched 279 kB in 0s (0 B/s) 00:46:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:11 Fetched 122 kB in 0s (0 B/s) 00:46:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:11 Fetched 77.8 kB in 0s (0 B/s) 00:46:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:11 Fetched 8848 B in 0s (0 B/s) 00:46:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:11 Fetched 47.8 kB in 0s (0 B/s) 00:46:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:11 Fetched 45.6 kB in 0s (0 B/s) 00:46:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:11 Fetched 15.0 kB in 0s (0 B/s) 00:46:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:11 Fetched 214 kB in 0s (0 B/s) 00:46:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:46:11 Fetched 155 kB in 0s (0 B/s) 00:46:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:11 Fetched 50.6 kB in 0s (0 B/s) 00:46:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:11 Fetched 14.8 kB in 0s (0 B/s) 00:46:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:11 Fetched 41.8 kB in 0s (0 B/s) 00:46:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:11 Fetched 499 kB in 0s (0 B/s) 00:46:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:11 Fetched 111 kB in 0s (0 B/s) 00:46:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:11 Fetched 240 kB in 0s (0 B/s) 00:46:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:11 Fetched 29.3 kB in 0s (0 B/s) 00:46:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:11 Fetched 85.5 kB in 0s (0 B/s) 00:46:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:11 Fetched 24.5 kB in 0s (0 B/s) 00:46:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:11 Fetched 49.2 kB in 0s (0 B/s) 00:46:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:11 Fetched 54.2 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:11 Fetched 30.8 kB in 0s (0 B/s) 00:46:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:46:11 Fetched 16.6 kB in 0s (0 B/s) 00:46:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:11 Fetched 85.9 kB in 0s (0 B/s) 00:46:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:11 Fetched 8720 B in 0s (0 B/s) 00:46:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:11 Fetched 137 kB in 0s (0 B/s) 00:46:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:11 Fetched 119 kB in 0s (0 B/s) 00:46:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:11 Fetched 109 kB in 0s (0 B/s) 00:46:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:11 Fetched 11.1 kB in 0s (0 B/s) 00:46:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:11 Fetched 645 kB in 0s (0 B/s) 00:46:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:11 Fetched 41.3 kB in 0s (0 B/s) 00:46:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:11 Fetched 17.9 kB in 0s (0 B/s) 00:46:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:11 Fetched 368 kB in 0s (0 B/s) 00:46:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:11 Fetched 187 kB in 0s (0 B/s) 00:46:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:11 Fetched 175 kB in 0s (0 B/s) 00:46:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:11 Fetched 206 kB in 0s (0 B/s) 00:46:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:11 Fetched 1301 kB in 0s (0 B/s) 00:46:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:11 Fetched 36.2 kB in 0s (0 B/s) 00:46:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:11 Fetched 159 kB in 0s (0 B/s) 00:46:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:11 Fetched 107 kB in 0s (0 B/s) 00:46:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:11 Fetched 48.7 kB in 0s (0 B/s) 00:46:11 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:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7d45b676bb5e 00:46:13 Step 3/23 : WORKDIR /edgex-go 00:46:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7d45b676bb5e 00:46:13 Step 3/23 : WORKDIR /edgex-go 00:46:13 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:13 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7d45b676bb5e 00:46:13 Step 3/30 : WORKDIR /edgex-go 00:46:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7d45b676bb5e 00:46:13 Step 3/24 : WORKDIR /edgex-go 00:46:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:13 ---> 7d45b676bb5e 00:46:13 Step 3/26 : WORKDIR /edgex-go 00:46:13 ---> Running in f302d6a7b995 00:46:13 ---> Running in 6521e26cf1a9 00:46:13 ---> Running in 22b4db0aef04 00:46:13 ---> Running in 3cbf41ed2a11 00:46:13 ---> Running in c04cfef71ea6 00:46:13 Removing intermediate container 22b4db0aef04 00:46:13 ---> 7128283dbd50 00:46:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container 3cbf41ed2a11 00:46:13 ---> e5004ad8b2d3 00:46:13 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container 6521e26cf1a9 00:46:13 ---> 7140b287df70 00:46:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container c04cfef71ea6 00:46:13 ---> e01fbc359fda 00:46:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 ---> Running in d0242496fcd2 00:46:13 Removing intermediate container f302d6a7b995 00:46:13 ---> d348badacc12 00:46:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 ---> Running in cb2cc18649c6 00:46:13 ---> Running in 1ca3ddf42577 00:46:13 ---> Running in f131c086de6c 00:46:13 ---> Running in e6a85db96bc4 00:46:13 Removing intermediate container d0242496fcd2 00:46:13 ---> 0b01bad290e2 00:46:13 Step 5/24 : RUN apk add --update --no-cache make git 00:46:13 ---> Running in 804c16df5dc9 00:46:13 Removing intermediate container cb2cc18649c6 00:46:13 ---> 5334b0f3a83a 00:46:13 Step 5/23 : RUN apk add --update --no-cache make git 00:46:13 Removing intermediate container f131c086de6c 00:46:13 ---> 271b2f433530 00:46:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:13 ---> Running in 05f955a83e24 00:46:13 Removing intermediate container e6a85db96bc4 00:46:13 ---> df7cd7cd818b 00:46:13 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:13 ---> Running in 74fb7d14b359 00:46:13 ---> Running in a49e03e02fc9 00:46:13 Removing intermediate container 1ca3ddf42577 00:46:13 ---> 7208f0ef100e 00:46:13 Step 5/30 : RUN apk add --update --no-cache make git 00:46:13 ---> Running in f8d503a1a7e2 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:15 Building static-packages 00:46:16 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 OK: 217 MiB in 51 packages 00:46:17 OK: 217 MiB in 51 packages 00:46:17 OK: 217 MiB in 51 packages 00:46:17 OK: 217 MiB in 51 packages 00:46:18 Staging go-build-helper 00:46:18 Staging static-packages 00:46:18 Removing intermediate container f8d503a1a7e2 00:46:18 ---> 4d0ff86a3f83 00:46:18 Step 6/30 : COPY go.mod . 00:46:19 Removing intermediate container 05f955a83e24 00:46:19 ---> 73163176e078 00:46:19 Step 6/23 : COPY go.mod . 00:46:19 Removing intermediate container 804c16df5dc9 00:46:19 ---> fa60fcfa7af6 00:46:19 Step 6/24 : COPY go.mod . 00:46:19 Removing intermediate container 74fb7d14b359 00:46:19 ---> 3728d5e014a4 00:46:19 Step 6/23 : COPY go.mod . 00:46:19 Pulling go115 00:46:19 ---> b5e47f90235d 00:46:19 Step 7/30 : RUN go mod download 00:46:20 Removing intermediate container a49e03e02fc9 00:46:20 ---> 6197dc2ec413 00:46:20 Step 6/26 : COPY go.mod . 00:46:20 ---> Running in 78d4f61610cd 00:46:20 ---> 118f7f01a485 00:46:20 Step 7/23 : RUN go mod download 00:46:20 ---> 72fc8bfc7483 00:46:20 Step 7/24 : RUN go mod download 00:46:20 ---> Running in fb49e671c20e 00:46:20 ---> 4a5126f61677 00:46:20 Step 7/23 : RUN go mod download 00:46:20 'edgex-go' has dependencies that need to be staged: go115 00:46:20 Skipping pull go115 (already ran) 00:46:20 Building go115 00:46:20 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:20 Dload Upload Total Spent Left Speed 00:46:20 ---> Running in 5586a6d8dc7c 00:46:20 ---> Running in 9bb47dac669b 00:46:21 ---> d67bb0aa5a80 00:46:21 Step 7/26 : RUN go mod download 00:46:21 ---> Running in d607c359212f 00:46:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 47746 0 0:42:17 --:--:-- 0:42:17 47421 33 115M 33 38.4M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.9M 77 115M 77 88.9M 0 0 41.7M 0 0:00:02 0:00:02 --:--:-- 41.7M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.6M 00:46:23 go1.15.2.linux-amd64.tar.gz: OK 00:46:24 Removing intermediate container 78d4f61610cd 00:46:24 ---> d2b905cba04c 00:46:24 Step 8/30 : COPY . . 00:46:25 Removing intermediate container fb49e671c20e 00:46:25 ---> 304323ddb8a7 00:46:25 Step 8/23 : COPY . . 00:46:25 Removing intermediate container 5586a6d8dc7c 00:46:25 ---> dd875e863776 00:46:25 Step 8/24 : COPY . . 00:46:25 Removing intermediate container 9bb47dac669b 00:46:25 ---> 3b616340fd97 00:46:25 Step 8/23 : COPY . . 00:46:25 Removing intermediate container d607c359212f 00:46:25 ---> 2118ef79d55f 00:46:25 Step 8/26 : COPY . . 00:46:28 Staging go115 00:46:33 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:33 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:33 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:33 Fetched 0 B in 0s (0 B/s) 00:46:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:33 Fetched 224 kB in 0s (0 B/s) 00:46:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:33 Fetched 157 kB in 0s (0 B/s) 00:46:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:33 Fetched 221 kB in 0s (0 B/s) 00:46:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:33 Fetched 143 kB in 0s (0 B/s) 00:46:33 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:37 Building edgex-go 00:46:37 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:38 go: downloading github.com/gorilla/mux v1.8.0 00:46:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:46:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.30 00:46:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:46:38 go: downloading github.com/google/uuid v1.2.0 00:46:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:46:38 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:38 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:38 go: downloading github.com/imdario/mergo v0.3.11 00:46:38 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:38 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:38 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:38 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:38 go: downloading github.com/pkg/errors v0.8.1 00:46:38 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:39 go: downloading github.com/go-kit/kit v0.8.0 00:46:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 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 golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 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/mitchellh/mapstructure v1.1.2 00:46:39 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:39 go: downloading github.com/go-playground/locales v0.13.0 00:46:39 go: downloading github.com/hashicorp/serf v0.8.2 00:46:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:39 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:46 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:46 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:50 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:51 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:52 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:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:52 go: downloading github.com/stretchr/testify v1.7.0 00:46:52 ---> acdc60cb6542 00:46:52 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:52 ---> 49c829c9078d 00:46:52 Step 9/23 : RUN make cmd/core-command/core-command 00:46:52 ---> 22f5d6d84040 00:46:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:52 ---> 7f6ca0e360bd 00:46:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:52 ---> a9e65782752b 00:46:52 Step 9/23 : RUN make cmd/core-data/core-data 00:46:52 ---> Running in 299de5e192e6 00:46:52 ---> Running in 4e603e707345 00:46:52 ---> Running in b89904340872 00:46:52 ---> Running in c5850fb20a4f 00:46:52 ---> Running in a20e8b5bd98b 00:46:52 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:52 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:53 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:46:53 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:53 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:53 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:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:54 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:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:55 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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:56 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:57 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:58 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:46:58 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:59 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:46:59 go: downloading github.com/lib/pq v1.9.0 00:47:02 Building version 00:47:03 Staging config-common 00:47:04 Skipping stage go-build-helper (already ran) 00:47:04 Skipping stage static-packages (already ran) 00:47:04 Skipping stage go115 (already ran) 00:47:04 Staging edgex-go 00:47:05 Staging version 00:47:06 Priming config-common 00:47:07 Priming go-build-helper 00:47:08 Priming static-packages 00:47:10 Priming go115 00:47:11 Priming edgex-go 00:47:12 Priming version 00:47:13 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:30 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:45 Removing intermediate container c5850fb20a4f 00:48:45 ---> a7cc55267929 00:48:45 00:48:45 Step 10/24 : FROM alpine:3.12 00:48:45 3.12: Pulling from library/alpine 00:48:46 Removing intermediate container 299de5e192e6 00:48:46 ---> d21e8c7634be 00:48:46 00:48:46 Step 10/30 : FROM alpine:3.12 00:48:46 3.12: Pulling from library/alpine 00:48:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:47 Status: Downloaded newer image for alpine:3.12 00:48:47 Status: Downloaded newer image for alpine:3.12 00:48:47 ---> afeebe901d6b 00:48:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:47 ---> afeebe901d6b 00:48:47 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:48 ---> Running in 50d30556c709 00:48:48 ---> Running in 333f2ad4a418 00:48:49 Removing intermediate container 50d30556c709 00:48:49 ---> cf7e152248b4 00:48:49 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:48:50 ---> Running in e07d8fbc6392 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:52 (1/5) Installing ca-certificates (20191127-r4) 00:48:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:52 (3/5) Installing libcurl (7.69.1-r3) 00:48:52 (4/5) Installing curl (7.69.1-r3) 00:48:52 (5/5) Installing dumb-init (1.2.2-r1) 00:48:52 Executing busybox-1.31.1-r19.trigger 00:48:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:52 Executing ca-certificates-20191127-r4.trigger 00:48:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:52 OK: 7 MiB in 19 packages 00:48:53 Removing intermediate container b89904340872 00:48:53 ---> f5dcfff2dc0c 00:48:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:53 (1/2) Installing dumb-init (1.2.2-r1) 00:48:53 (2/2) Installing su-exec (0.2-r1) 00:48:53 Executing busybox-1.31.1-r19.trigger 00:48:53 OK: 5 MiB in 16 packages 00:48:53 ---> Running in 8e5feece7404 00:48:56 Removing intermediate container 333f2ad4a418 00:48:56 ---> 95100f2a5a6f 00:48:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:56 Removing intermediate container e07d8fbc6392 00:48:56 ---> 2759ad8a49fd 00:48:56 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:48:56 ---> Running in 955ae8c195b1 00:48:57 ---> Running in 6859ff81504f 00:48:57 Removing intermediate container 955ae8c195b1 00:48:57 ---> 5c1810c13388 00:48:57 Step 13/24 : WORKDIR / 00:48:58 ---> Running in 141446b99a61 00:48:58 Removing intermediate container 6859ff81504f 00:48:58 ---> e36ffb77a6d5 00:48:58 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:58 ---> Running in 695b5acbd73b 00:48:59 Removing intermediate container 141446b99a61 00:48:59 ---> e8d0b87ea9bb 00:48:59 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:49:00 Removing intermediate container 695b5acbd73b 00:49:00 ---> b13c5380c9bb 00:49:00 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:00 ---> Running in 6fc02635b6c8 00:49:01 ---> caa2af20cdbc 00:49:01 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:49:02 Removing intermediate container 4e603e707345 00:49:02 ---> c199b197a342 00:49:02 00:49:02 Step 10/23 : FROM alpine:3.12 00:49:02 ---> afeebe901d6b 00:49:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:02 ---> Running in 1ffb1df7d7d1 00:49:03 ---> 3e17fc75a22c 00:49:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:03 Removing intermediate container 8e5feece7404 00:49:03 ---> a3a0c524a03d 00:49:03 00:49:03 Step 11/26 : FROM docker:20.10.0 00:49:03 20.10.0: Pulling from library/docker 00:49:04 Removing intermediate container 6fc02635b6c8 00:49:04 ---> 01342b34715a 00:49:04 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:05 ---> d8b3557a0803 00:49:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:05 ---> Running in 3fae2961369c 00:49:06 (1/1) Installing dumb-init (1.2.2-r1) 00:49:06 Executing busybox-1.31.1-r19.trigger 00:49:06 OK: 5 MiB in 15 packages 00:49:08 Removing intermediate container 3fae2961369c 00:49:08 ---> b83d9e9ea564 00:49:08 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:08 ---> a2ad77272a4c 00:49:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:09 Removing intermediate container 1ffb1df7d7d1 00:49:09 ---> bd0665be008e 00:49:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:09 ---> 022ba881d33b 00:49:09 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:09 ---> Running in a469ecde8f74 00:49:09 ---> Running in 09646e82de5b 00:49:10 Removing intermediate container a469ecde8f74 00:49:10 ---> bd0eb7d71427 00:49:10 Step 13/23 : ENV APP_PORT=48082 00:49:10 ---> 7e3b20fb1f64 00:49:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:10 ---> Running in bd442c854704 00:49:12 Removing intermediate container bd442c854704 00:49:12 ---> 8fac040b23f9 00:49:12 Step 14/23 : EXPOSE $APP_PORT 00:49:12 ---> Running in 5641ee226b95 00:49:12 ---> 25f590e9f26f 00:49:12 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:49:13 ---> Running in 0fe3e76c78c7 00:49:13 Removing intermediate container 5641ee226b95 00:49:13 ---> e069ee4a6ab1 00:49:13 Step 15/23 : WORKDIR / 00:49:14 ---> Running in e645cda52523 00:49:14 Removing intermediate container 09646e82de5b 00:49:14 ---> 074544f8906b 00:49:14 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:15 Removing intermediate container e645cda52523 00:49:15 ---> d83c8d45e042 00:49:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:15 ---> f768c324b523 00:49:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:17 ---> 783fac651620 00:49:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:18 Removing intermediate container 0fe3e76c78c7 00:49:18 ---> cf827813732b 00:49:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:18 ---> 25c8e2715fa1 00:49:18 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:19 ---> Running in ac41ee145454 00:49:19 ---> 99bf825a0485 00:49:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:19 ---> 1fa1b769c147 00:49:19 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:20 Removing intermediate container ac41ee145454 00:49:20 ---> 4a9d280e31cd 00:49:20 Step 22/24 : LABEL arch=arm64 00:49:20 Removing intermediate container a20e8b5bd98b 00:49:20 ---> a7b0d3f19011 00:49:20 00:49:20 Step 10/23 : FROM alpine:3.12 00:49:20 ---> afeebe901d6b 00:49:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:20 ---> Running in d1e1c4c6d8fc 00:49:20 ---> Running in 2214fedba5f6 00:49:20 ---> 17eb60401a41 00:49:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:21 ---> Running in 3ae549df1410 00:49:21 ---> ddf850a14ec3 00:49:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:21 Removing intermediate container d1e1c4c6d8fc 00:49:21 ---> f52d2f05684f 00:49:21 Step 23/24 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:49:21 Removing intermediate container 2214fedba5f6 00:49:21 ---> 8b838e04b222 00:49:21 Step 12/23 : ENV APP_PORT=48080 00:49:21 ---> Running in f7b9ea2d64bf 00:49:21 ---> Running in b3fe50ee9316 00:49:21 ---> Running in ceaa83d3cd9b 00:49:21 Removing intermediate container 3ae549df1410 00:49:21 ---> 10b40361883a 00:49:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:21 Status: Downloaded newer image for docker:20.10.0 00:49:21 ---> eeaf43b92773 00:49:21 Step 12/26 : RUN apk add --no-cache bash 00:49:22 ---> Running in c4d0a1fc21d1 00:49:22 ---> Running in 1af2a39f6424 00:49:22 Removing intermediate container b3fe50ee9316 00:49:22 ---> a6ce386aa925 00:49:22 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:22 Removing intermediate container f7b9ea2d64bf 00:49:22 ---> 7ae543070b7a 00:49:22 Step 24/24 : LABEL version=0.0.0 00:49:22 Removing intermediate container ceaa83d3cd9b 00:49:22 ---> dec5c1fa80bc 00:49:22 Step 13/23 : EXPOSE $APP_PORT 00:49:22 ---> Running in d0de03441b65 00:49:23 Removing intermediate container 1af2a39f6424 00:49:23 ---> 0a26c20c3aba 00:49:23 Step 21/23 : LABEL arch=arm64 00:49:23 ---> Running in 81f1386bcfcb 00:49:23 ---> Running in 157f96314ef1 00:49:23 Removing intermediate container d0de03441b65 00:49:23 ---> 63ba202a610f 00:49:23 00:49:23 ---> 730e99aa9704 00:49:23 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:23 Removing intermediate container 81f1386bcfcb 00:49:23 ---> da8d286259b3 00:49:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:23 Removing intermediate container 157f96314ef1 00:49:23 ---> 2c6215070c34 00:49:23 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:49:23 Successfully built 63ba202a610f 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:24  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:49:24 ---> Running in c6b8b194c0f4 00:49:24 ---> Running in a0b11e5ed728 00:49:24 ---> Running in de2d433f96a9 00:49:24 (1/2) Installing readline (8.0.4-r0) 00:49:24 (2/2) Installing bash (5.0.17-r0) 00:49:24 Executing bash-5.0.17-r0.post-install 00:49:24 Executing busybox-1.31.1-r19.trigger 00:49:25 OK: 12 MiB in 22 packages 00:49:25 Removing intermediate container de2d433f96a9 00:49:25 ---> db3e3997d816 00:49:25 Step 23/23 : LABEL version=0.0.0 00:49:25 ---> Running in 7440232715bb 00:49:26 Removing intermediate container 7440232715bb 00:49:26 ---> 233ee7c8d78d 00:49:26 00:49:27 Successfully built 233ee7c8d78d 00:49:27 Successfully tagged docker-core-command-go-arm64:latest 00:49:27 Building docker-support-notifications-go 00:49:27  Building docker-core-command-go ... done Removing intermediate container c4d0a1fc21d1 00:49:27 ---> f1992d1b494a 00:49:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:27 ---> Running in f18ef7a77a03 00:49:28 Removing intermediate container f18ef7a77a03 00:49:28 ---> 3f32ca83a494 00:49:28 Step 14/26 : ENV APP_PORT=48090 00:49:28 Removing intermediate container c6b8b194c0f4 00:49:28 ---> de700d4e894a 00:49:28 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:28 ---> Running in debdb9eaed5c 00:49:28 Removing intermediate container a0b11e5ed728 00:49:28 ---> 3bca15039439 00:49:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:28 ---> Running in 89c301b39f75 00:49:29 ---> Running in 964d7b928247 00:49:30 Removing intermediate container debdb9eaed5c 00:49:30 ---> c7fe3f0cb9ee 00:49:30 Step 15/26 : EXPOSE $APP_PORT 00:49:30 Removing intermediate container 89c301b39f75 00:49:30 ---> cfe3300ea082 00:49:30 Step 27/30 : CMD ["gate"] 00:49:31 ---> Running in 4d9b7f164b54 00:49:31 ---> Running in e2dde57221c4 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:33 Removing intermediate container e2dde57221c4 00:49:33 ---> a96232047992 00:49:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:33 Removing intermediate container 4d9b7f164b54 00:49:33 ---> 7b3f6f11e5ce 00:49:33 Step 28/30 : LABEL arch=arm64 00:49:33 (1/6) Installing dumb-init (1.2.2-r1) 00:49:33 (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:34 (5/6) Installing libzmq (4.3.3-r0) 00:49:34 (6/6) Installing zeromq (4.3.3-r0) 00:49:34 Executing busybox-1.31.1-r19.trigger 00:49:34 OK: 8 MiB in 20 packages 00:49:34 ---> Running in f2148ce6ff90 00:49:35 ---> c6c6cf48183b 00:49:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:35 Removing intermediate container f2148ce6ff90 00:49:35 ---> 7e39d67d6db6 00:49:35 Step 29/30 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:49:36 ---> Running in ff2a2e24c560 00:49:36 ---> bfda5e7daf01 00:49:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:36 Removing intermediate container 964d7b928247 00:49:36 ---> 98d9d0d2c1b1 00:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:37 Removing intermediate container ff2a2e24c560 00:49:37 ---> b906c580db43 00:49:37 Step 30/30 : LABEL version=0.0.0 00:49:38 ---> Running in 28a5baad0c99 00:49:38 ---> b7d3bb178011 00:49:38 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:38 ---> a2f3b0755fa4 00:49:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:38 ---> Running in 66c78cf26222 00:49:39 Removing intermediate container 28a5baad0c99 00:49:39 ---> 2165ab8dd9ed 00:49:39 00:49:40 Successfully built 2165ab8dd9ed 00:49:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:40  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:49:41 ---> 21b7d906d50f 00:49:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 (1/33) Installing libbz2 (1.0.8-r1) 00:49:41 (2/33) Installing expat (2.2.9-r1) 00:49:41 (3/33) Installing libffi (3.3-r2) 00:49:41 (4/33) Installing gdbm (1.13-r1) 00:49:41 (5/33) Installing xz-libs (5.2.5-r0) 00:49:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:41 (7/33) Installing python3 (3.8.5-r0) 00:49:41 ---> 4d066abbcf18 00:49:41 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:42 ---> Running in b013e1d528cf 00:49:44 Removing intermediate container b013e1d528cf 00:49:44 ---> d9c8ded87411 00:49:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:44 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:44 (11/33) Installing py3-six (1.15.0-r0) 00:49:44 (12/33) Installing py3-packaging (20.4-r0) 00:49:44 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:44 (15/33) Installing py3-idna (2.9-r0) 00:49:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:44 (18/33) Installing py3-requests (2.23.0-r0) 00:49:44 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:44 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:44 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:44 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:44 (24/33) Installing py3-distro (1.5.0-r1) 00:49:44 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:44 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:44 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:44 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:44 (29/33) Installing py3-progress (1.5-r0) 00:49:44 (30/33) Installing py3-toml (0.10.1-r0) 00:49:44 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:44 (33/33) Installing py3-pip (20.1.1-r0) 00:49:45 ---> Running in 73d32d6e6567 00:49:45 Executing busybox-1.31.1-r19.trigger 00:49:45 OK: 71 MiB in 55 packages 00:49:46 Removing intermediate container 73d32d6e6567 00:49:46 ---> f642dce4c09f 00:49:46 Step 21/23 : LABEL arch=arm64 00:49:47 ---> Running in 2697912787bb 00:49:48 Removing intermediate container 2697912787bb 00:49:48 ---> bdb1ec3791dc 00:49:48 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:49:49 ---> Running in 89c2bf5c6c61 00:49:50 Removing intermediate container 89c2bf5c6c61 00:49:50 ---> 4fb18edd59c8 00:49:50 Step 23/23 : LABEL version=0.0.0 00:49:50 ---> Running in e083c5e796a0 00:49:51 Removing intermediate container e083c5e796a0 00:49:51 ---> 226d116c0a30 00:49:51 00:49:52 Successfully built 226d116c0a30 00:49:52 Successfully tagged docker-core-data-go-arm64:latest 00:49:52  Building docker-core-data-go ... done Building docker-support-scheduler-go 00:49:55 Removing intermediate container 66c78cf26222 00:49:55 ---> a1ef9ad5acdd 00:49:55 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:56 ---> Running in 81a25930432a 00:50:05 Collecting docker-compose==1.23.2 00:50:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:05 ---> 7d45b676bb5e 00:50:05 Step 3/21 : WORKDIR /edgex-go 00:50:05 ---> Using cache 00:50:05 ---> d348badacc12 00:50:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:05 ---> Using cache 00:50:05 ---> df7cd7cd818b 00:50:05 Step 5/21 : RUN apk add --update --no-cache make git 00:50:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:06 ---> Running in 95aa5ee376d5 00:50:07 Collecting PyYAML<4,>=3.10 00:50:07 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:08 ---> 7d45b676bb5e 00:50:08 Step 3/22 : WORKDIR /edgex-go 00:50:08 ---> Using cache 00:50:08 ---> d348badacc12 00:50:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:08 ---> Using cache 00:50:08 ---> df7cd7cd818b 00:50:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 ---> Running in a9569c159d7b 00:50:09 OK: 217 MiB in 51 packages 00:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:11 Collecting docopt<0.7,>=0.6.1 00:50:11 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:12 Removing intermediate container 95aa5ee376d5 00:50:12 ---> 119a10286621 00:50:12 Step 6/21 : COPY go.mod . 00:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:12 ---> c0e957e84ccd 00:50:12 Step 7/21 : RUN go mod download 00:50:13 OK: 217 MiB in 51 packages 00:50:13 ---> Running in 3f7f460f04cf 00:50:15 Removing intermediate container a9569c159d7b 00:50:15 ---> b20771522a8f 00:50:15 Step 6/22 : COPY go.mod . 00:50:15 Collecting jsonschema<3,>=2.5.1 00:50:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:17 ---> 327942a603a9 00:50:17 Step 7/22 : RUN go mod download 00:50:17 ---> Running in 9b06564b172d 00:50:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:18 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:50:19 Removing intermediate container 3f7f460f04cf 00:50:19 ---> 62facd5d4283 00:50:19 Step 8/21 : COPY . . 00:50:19 Collecting docker<4.0,>=3.6.0 00:50:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:20 Collecting dockerpty<0.5,>=0.4.1 00:50:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:22 ---> 7d45b676bb5e 00:50:22 Step 3/23 : WORKDIR /edgex-go 00:50:22 ---> Using cache 00:50:22 ---> d348badacc12 00:50:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:22 ---> Using cache 00:50:22 ---> df7cd7cd818b 00:50:22 Step 5/23 : RUN apk add --update --no-cache make git 00:50:22 ---> Using cache 00:50:22 ---> 119a10286621 00:50:22 Step 6/23 : COPY go.mod . 00:50:22 ---> Using cache 00:50:22 ---> c0e957e84ccd 00:50:22 Step 7/23 : RUN go mod download 00:50:22 ---> Using cache 00:50:22 ---> 62facd5d4283 00:50:22 Step 8/23 : COPY . . 00:50:24 Collecting texttable<0.10,>=0.9.0 00:50:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:24 Removing intermediate container 9b06564b172d 00:50:24 ---> 49d756a31299 00:50:24 Step 8/22 : COPY . . 00:50:28 Collecting cached-property<2,>=1.2.0 00:50:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:28 Collecting websocket-client<1.0,>=0.32.0 00:50:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 7d45b676bb5e 00:50:28 Step 3/22 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> d348badacc12 00:50:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> df7cd7cd818b 00:50:28 Step 5/22 : RUN apk add --update --no-cache make git 00:50:28 ---> Using cache 00:50:28 ---> 119a10286621 00:50:28 Step 6/22 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> c0e957e84ccd 00:50:28 Step 7/22 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> 62facd5d4283 00:50:28 Step 8/22 : COPY . . 00:50:29 Collecting idna<2.8,>=2.5 00:50:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:29 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:50:30 Collecting urllib3<1.25,>=1.21.1 00:50:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:31 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:50:31 Collecting docker-pycreds>=0.4.0 00:50:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:33 Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, texttable, cached-property, docker-compose 00:50:33 Running setup.py install for PyYAML: started 00:50:36 Running setup.py install for PyYAML: finished with status 'done' 00:50:36 Running setup.py install for docopt: started 00:50:39 Running setup.py install for docopt: finished with status 'done' 00:50:39 Attempting uninstall: idna 00:50:39 Found existing installation: idna 2.9 00:50:39 Uninstalling idna-2.9: 00:50:39 Successfully uninstalled idna-2.9 00:50:40 Attempting uninstall: urllib3 00:50:40 Found existing installation: urllib3 1.25.9 00:50:40 Uninstalling urllib3-1.25.9: 00:50:40 Successfully uninstalled urllib3-1.25.9 00:50:41 Attempting uninstall: requests 00:50:41 Found existing installation: requests 2.23.0 00:50:41 Uninstalling requests-2.23.0: 00:50:42 Successfully uninstalled requests-2.23.0 00:50:48 Running setup.py install for dockerpty: started 00:50:51 Running setup.py install for dockerpty: finished with status 'done' 00:50:51 Running setup.py install for texttable: started 00:50:53 Running setup.py install for texttable: finished with status 'done' 00:50:53 ---> 0344ca84fa14 00:50:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:54 ---> 26cd1b0189a4 00:50:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:54 ---> 0de06b2b6927 00:50:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:54 ---> a7b64c0b7098 00:50:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:54 ---> Running in b82804fd3720 00:50:54 ---> Running in 73ff62705e59 00:50:54 ---> Running in 62eab76fb024 00:50:54 ---> Running in ef8345805952 00:50:54 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:50:56 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:56 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:50:56 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:50: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:51:01 Removing intermediate container 81a25930432a 00:51:01 ---> 9ea586d956a1 00:51:01 Step 21/26 : RUN apk --no-cache add curl 00:51:01 ---> Running in b7278c7c2273 00:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:03 (2/3) Installing libcurl (7.69.1-r3) 00:51:03 (3/3) Installing curl (7.69.1-r3) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 OK: 71 MiB in 58 packages 00:51:05 Removing intermediate container b7278c7c2273 00:51:05 ---> f4114656e381 00:51:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:05 ---> Running in 044843dbfc7b 00:51:06 Removing intermediate container 044843dbfc7b 00:51:06 ---> 8345c9309137 00:51:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:06 ---> Running in 6c47e690f02c 00:51:06 Removing intermediate container 6c47e690f02c 00:51:06 ---> af92734f2d0e 00:51:06 Step 24/26 : LABEL arch=arm64 00:51:07 ---> Running in 6508b1416c5a 00:51:07 Removing intermediate container 6508b1416c5a 00:51:07 ---> 0e4200f79261 00:51:07 Step 25/26 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:51:08 ---> Running in 9b5285a0a361 00:51:08 Removing intermediate container 9b5285a0a361 00:51:08 ---> d13b38d770ba 00:51:08 Step 26/26 : LABEL version=0.0.0 00:51:08 ---> Running in caa902c61d0e 00:51:09 Removing intermediate container caa902c61d0e 00:51:09 ---> 58a68ab6eb7e 00:51:09 00:51:10 Successfully built 58a68ab6eb7e 00:51:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:18  Building docker-sys-mgmt-agent-go ... done 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:52:26 Removing intermediate container b82804fd3720 00:52:26 ---> 460da8c1f642 00:52:26 00:52:26 Step 10/21 : FROM alpine:3.12 00:52:26 ---> afeebe901d6b 00:52:26 Step 11/21 : RUN apk add --update --no-cache curl 00:52:26 ---> Running in 9d05882fd007 00:52:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:28 (1/4) Installing ca-certificates (20191127-r4) 00:52:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:28 (3/4) Installing libcurl (7.69.1-r3) 00:52:28 (4/4) Installing curl (7.69.1-r3) 00:52:28 Executing busybox-1.31.1-r19.trigger 00:52:28 Executing ca-certificates-20191127-r4.trigger 00:52:29 OK: 7 MiB in 18 packages 00:52:31 Removing intermediate container 9d05882fd007 00:52:31 ---> dd8ca4e27e38 00:52:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:31 ---> Running in 3475643d4609 00:52:32 Removing intermediate container 3475643d4609 00:52:32 ---> 5a6b8dd99778 00:52:32 Step 13/21 : WORKDIR /edgex 00:52:32 ---> Running in 548aaf7df716 00:52:33 Removing intermediate container 548aaf7df716 00:52:33 ---> 47c190472c42 00:52:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:34 ---> df26cec856e2 00:52:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:37 ---> 9b5f34e94b0d 00:52:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:38 Removing intermediate container 62eab76fb024 00:52:38 ---> 738ed62067af 00:52:38 00:52:38 Step 10/22 : FROM alpine:3.12 00:52:38 ---> afeebe901d6b 00:52:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:38 ---> bf5bece63e1e 00:52:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:38 ---> Running in fa9058215f12 00:52:38 Removing intermediate container ef8345805952 00:52:38 ---> 4a3c8a72c350 00:52:38 00:52:38 Step 10/22 : FROM alpine:3.12 00:52:38 ---> afeebe901d6b 00:52:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:38 ---> Using cache 00:52:38 ---> bd0665be008e 00:52:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:38 ---> Using cache 00:52:38 ---> bd0eb7d71427 00:52:38 Step 13/22 : ENV APP_PORT=48085 00:52:38 ---> Running in 40e1ab8e238e 00:52:39 ---> Running in 6ddb81897161 00:52:39 Removing intermediate container fa9058215f12 00:52:39 ---> 0141a622669b 00:52:39 Step 18/21 : CMD ["--init=true"] 00:52:39 ---> Running in 911a05c13a4f 00:52:39 Removing intermediate container 6ddb81897161 00:52:39 ---> 8a83b4f5a00d 00:52:39 Step 14/22 : EXPOSE $APP_PORT 00:52:40 ---> Running in 030dfd7bac0b 00:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:40 Removing intermediate container 911a05c13a4f 00:52:40 ---> 35f8402e5a2b 00:52:40 Step 19/21 : LABEL arch=arm64 00:52:40 ---> Running in 5a859abd724a 00:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:40 Removing intermediate container 030dfd7bac0b 00:52:40 ---> 0206ddc24813 00:52:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:41 (1/2) Installing ca-certificates (20191127-r4) 00:52:41 (2/2) Installing dumb-init (1.2.2-r1) 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 Executing ca-certificates-20191127-r4.trigger 00:52:41 Removing intermediate container 5a859abd724a 00:52:41 ---> c074991ef2e6 00:52:41 Step 20/21 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:52:41 OK: 6 MiB in 16 packages 00:52:41 ---> Running in 40f00014bbb9 00:52:42 ---> e02312dcd808 00:52:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:42 Removing intermediate container 40f00014bbb9 00:52:42 ---> cde9d25b7665 00:52:42 Step 21/21 : LABEL version=0.0.0 00:52:43 ---> Running in 4fe2f1ad5740 00:52:44 Removing intermediate container 4fe2f1ad5740 00:52:44 ---> c2e1771f45e0 00:52:44 00:52:44 ---> e1bd6d563632 00:52:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:44 Removing intermediate container 40e1ab8e238e 00:52:44 ---> de74c6891325 00:52:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:44 Removing intermediate container 73ff62705e59 00:52:44 ---> d9d38eec8b19 00:52:44 00:52:44 Step 10/23 : FROM alpine:3.12 00:52:44 ---> afeebe901d6b 00:52:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:44 ---> Using cache 00:52:44 ---> bd0665be008e 00:52:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:44 ---> Using cache 00:52:44 ---> bd0eb7d71427 00:52:44 Step 13/23 : ENV APP_PORT=48081 00:52:44 ---> Running in e12532005a77 00:52:44 Successfully built c2e1771f45e0 00:52:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:44  Building docker-security-proxy-setup-go ... done  ---> Running in a0754d153b47 00:52:45 ---> a504b5f1bca4 00:52:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:45 Removing intermediate container e12532005a77 00:52:45 ---> bba360953dd0 00:52:45 Step 13/22 : ENV APP_PORT=48060 00:52:45 ---> Running in 5b5e2d8271a5 00:52:45 ---> Running in b6e0888406ce 00:52:45 Removing intermediate container a0754d153b47 00:52:45 ---> 9450dcac991d 00:52:45 Step 14/23 : EXPOSE $APP_PORT 00:52:45 ---> Running in 231f098327f2 00:52:46 Removing intermediate container b6e0888406ce 00:52:46 ---> 4c06dc548262 00:52:46 Step 14/22 : EXPOSE $APP_PORT 00:52:46 Removing intermediate container 5b5e2d8271a5 00:52:46 ---> 2c3c7c0e88e1 00:52:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:46 ---> Running in b6b370d97c88 00:52:46 ---> Running in 105447ba04db 00:52:46 Removing intermediate container 231f098327f2 00:52:46 ---> 5cdaf7c16839 00:52:46 Step 15/23 : WORKDIR / 00:52:46 ---> Running in de5944552089 00:52:46 Removing intermediate container b6b370d97c88 00:52:46 ---> c97503edba35 00:52:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:46 Removing intermediate container 105447ba04db 00:52:46 ---> 85402a6039bf 00:52:46 Step 20/22 : LABEL arch=arm64 00:52:47 ---> Running in 88e86db6c84a 00:52:47 Removing intermediate container de5944552089 00:52:47 ---> 0eae16af0fc6 00:52:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:47 Removing intermediate container 88e86db6c84a 00:52:47 ---> 576d6eec1a6a 00:52:47 Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:52:48 ---> 5f4500ccb60b 00:52:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:48 ---> Running in 426f0d7b7892 00:52:48 ---> c047899238bb 00:52:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:48 Removing intermediate container 426f0d7b7892 00:52:48 ---> 739a8ad988fe 00:52:48 Step 22/22 : LABEL version=0.0.0 00:52:49 ---> Running in 0a388f00447f 00:52:49 ---> 4c2d81367aee 00:52:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:49 ---> 3c7274c56c3d 00:52:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:50 Removing intermediate container 0a388f00447f 00:52:50 ---> b0b5e9372bbb 00:52:50 00:52:50 Successfully built b0b5e9372bbb 00:52:50 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:50  Building docker-support-scheduler-go ... done  ---> c305e2cf642d 00:52:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:50 ---> Running in 0d362baceb83 00:52:50 ---> d91b57404567 00:52:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:50 ---> Running in 4fe7b1b4e0e1 00:52:51 Removing intermediate container 0d362baceb83 00:52:51 ---> 6597a9a4ef36 00:52:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:51 ---> Running in c8b115ba61f0 00:52:51 Removing intermediate container 4fe7b1b4e0e1 00:52:51 ---> 910bd1800933 00:52:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:51 ---> Running in 0d22bac53528 00:52:52 Removing intermediate container c8b115ba61f0 00:52:52 ---> c603c31b35c3 00:52:52 Step 20/22 : LABEL arch=arm64 00:52:52 ---> Running in 661ed7b233a6 00:52:52 Removing intermediate container 0d22bac53528 00:52:52 ---> f80304797aad 00:52:52 Step 21/23 : LABEL arch=arm64 00:52:52 ---> Running in 5b2faae3f81a 00:52:52 Removing intermediate container 661ed7b233a6 00:52:52 ---> aa6a5c8c3f6f 00:52:52 Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:52:52 ---> Running in 603ff8a9fd65 00:52:53 Removing intermediate container 5b2faae3f81a 00:52:53 ---> f116bf7ee5e1 00:52:53 Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a 00:52:53 ---> Running in fc063bc0d7de 00:52:53 Removing intermediate container 603ff8a9fd65 00:52:53 ---> 206fe1b3a9f6 00:52:53 Step 22/22 : LABEL version=0.0.0 00:52:53 ---> Running in 312076d040d4 00:52:53 Removing intermediate container fc063bc0d7de 00:52:53 ---> f8490117c17a 00:52:53 Step 23/23 : LABEL version=0.0.0 00:52:53 ---> Running in bbd60b930def 00:52:53 Removing intermediate container 312076d040d4 00:52:53 ---> 4ddc21ce64ac 00:52:53 00:52:54 Successfully built 4ddc21ce64ac 00:52:54 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:54  Building docker-support-notifications-go ... done Removing intermediate container bbd60b930def 00:52:54 ---> 837a5716b7c0 00:52:54 00:52:55 Successfully built 837a5716b7c0 00:52:55 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:55  Building docker-core-metadata-go ... done  [Pipeline] } 00:52:55 $ docker stop --time=1 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 00:52:57 $ docker rm -f 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:58 + docker images 00:52:58 + grep docker 00:52:58 docker-core-metadata-go-arm64 latest 837a5716b7c0 4 seconds ago 17.8MB 00:52:58 docker-support-notifications-go-arm64 latest 4ddc21ce64ac 5 seconds ago 16.7MB 00:52:58 docker-support-scheduler-go-arm64 latest b0b5e9372bbb 9 seconds ago 16.1MB 00:52:58 docker-security-proxy-setup-go-arm64 latest c2e1771f45e0 15 seconds ago 23.2MB 00:52:58 docker-sys-mgmt-agent-go-arm64 latest 58a68ab6eb7e About a minute ago 300MB 00:52:58 docker-core-data-go-arm64 latest 226d116c0a30 3 minutes ago 21MB 00:52:58 docker-security-bootstrapper-go-arm64 latest 2165ab8dd9ed 3 minutes ago 17MB 00:52:58 docker-core-command-go-arm64 latest 233ee7c8d78d 3 minutes ago 16MB 00:52:58 docker-security-secretstore-setup-go-arm64 latest 63ba202a610f 3 minutes ago 23.4MB 00:52:58 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:52:59 provisioning config files... 00:52:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2983769334138128779tmp [Pipeline] { [Pipeline] sh 00:53:00 + set +x 00:53:00 + curl -s https://codecov.io/bash 00:53:00 + bash -s -- 00:53:00 00:53:00 _____ _ 00:53:00 / ____| | | 00:53:00 | | ___ __| | ___ ___ _____ __ 00:53:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:00 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:00 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:00 Bash-20210129-7c25fce 00:53:00 00:53:00 00:53:00 ==> git version 2.24.3 found 00:53:00 ==> 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:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:00 ==> Jenkins CI detected. 00:53:00 project root: . 00:53:00 --> token set from env 00:53:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:00 ==> Running gcov in . (disable via -X gcov) 00:53:00 ==> Python coveragepy not found 00:53:00 ==> Searching for coverage reports in: 00:53:00 + . 00:53:00 -> Found 1 reports 00:53:00 ==> Detecting git/mercurial file structure 00:53:00 ==> Reading reports 00:53:00 + ./coverage.out bytes=594557 00:53:00 ==> Appending adjustments 00:53:00 https://docs.codecov.io/docs/fixing-reports 00:53:05 + Found adjustments 00:53:05 ==> Gzipping contents 00:53:05 88K /tmp/codecov.1YMkTy.gz 00:53:05 ==> Uploading reports 00:53:05 url: https://codecov.io 00:53:05 query: branch=PR-3148&commit=fa939443d38ccda2fee2c546726af54c9dfec45a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 00:53:05 -> Pinging Codecov 00:53:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=fa939443d38ccda2fee2c546726af54c9dfec45a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= 00:53:05 -> Uploading to 00:53:05 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/fa939443d38ccda2fee2c546726af54c9dfec45a/fa6e481a-a3b4-45ff-8dd7-a03609712a22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T005304Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6807e804d2309e772fb12aded84a58a0271e0aae4dc246c1434c0199cb408bc 00:53:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:05 Dload Upload Total Spent Left Speed 00:53:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89339 0 0 100 89339 0 137k --:--:-- --:--:-- --:--:-- 137k 00:53:05 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fa939443d38ccda2fee2c546726af54c9dfec45a [Pipeline] } 00:53:05 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:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:08 ---> package-listing.sh 00:53:08 ++ facter osfamily 00:53:08 ++ tr '[:upper:]' '[:lower:]' 00:53:08 + OS_FAMILY=redhat 00:53:08 + workspace=/w/workspace/edgex-go/2 00:53:08 + START_PACKAGES=/tmp/packages_start.txt 00:53:08 + END_PACKAGES=/tmp/packages_end.txt 00:53:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:08 + PACKAGES=/tmp/packages_start.txt 00:53:08 + '[' /w/workspace/edgex-go/2 ']' 00:53:08 + PACKAGES=/tmp/packages_end.txt 00:53:08 + case "${OS_FAMILY}" in 00:53:08 + rpm -qa 00:53:08 + sort 00:53:13 + '[' -f /tmp/packages_start.txt ']' 00:53:13 + '[' -f /tmp/packages_end.txt ']' 00:53:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:13 + '[' /w/workspace/edgex-go/2 ']' 00:53:13 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:53:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:53:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:14 00:53:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:14 alpine: Pulling from edgex-lftools-log-publisher 00:53:14 df20fa9351a1: Pulling fs layer 00:53:14 36b3adc4ff6f: Pulling fs layer 00:53:14 8ad3a11d3b57: Pulling fs layer 00:53:14 46f8f816bc3b: Pulling fs layer 00:53:14 93b61091891f: Pulling fs layer 00:53:14 93b9cdb0e59b: Pulling fs layer 00:53:14 5e14af77c1be: Pulling fs layer 00:53:14 01666e4c0597: Pulling fs layer 00:53:14 aa168da1d23b: Pulling fs layer 00:53:14 46f8f816bc3b: Waiting 00:53:14 93b61091891f: Waiting 00:53:14 93b9cdb0e59b: Waiting 00:53:14 5e14af77c1be: Waiting 00:53:14 01666e4c0597: Waiting 00:53:14 aa168da1d23b: Waiting 00:53:14 36b3adc4ff6f: Verifying Checksum 00:53:14 36b3adc4ff6f: Download complete 00:53:14 46f8f816bc3b: Verifying Checksum 00:53:14 46f8f816bc3b: Download complete 00:53:15 df20fa9351a1: Download complete 00:53:15 93b9cdb0e59b: Verifying Checksum 00:53:15 93b9cdb0e59b: Download complete 00:53:15 5e14af77c1be: Verifying Checksum 00:53:15 5e14af77c1be: Download complete 00:53:15 93b61091891f: Verifying Checksum 00:53:15 93b61091891f: Download complete 00:53:15 01666e4c0597: Verifying Checksum 00:53:15 01666e4c0597: Download complete 00:53:15 df20fa9351a1: Pull complete 00:53:15 36b3adc4ff6f: Pull complete 00:53:15 8ad3a11d3b57: Verifying Checksum 00:53:15 8ad3a11d3b57: Download complete 00:53:16 8ad3a11d3b57: Pull complete 00:53:17 aa168da1d23b: Verifying Checksum 00:53:17 aa168da1d23b: Download complete 00:53:18 46f8f816bc3b: Pull complete 00:53:19 93b61091891f: Pull complete 00:53:19 93b9cdb0e59b: Pull complete 00:53:19 5e14af77c1be: Pull complete 00:53:19 01666e4c0597: Pull complete 00:53:27 aa168da1d23b: Pull complete 00:53:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:27 prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container 00:53:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:31 $ docker top e576303f69ae0cc79965fc916de44544b35555cecfb5c5db801b84061c3348a9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:31 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:32 + mkdir -p /var/log/sa [Pipeline] sh 00:53:32 + ls /var/log/sa-host 00:53:32 + sadf -c /var/log/sa-host/sa09 00:53:32 file_magic: OK 00:53:32 HZ: Using current value: 100 00:53:32 file_header: OK 00:53:32 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:53:32 Statistics: 00:53:32 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:53:32 File successfully converted to sysstat format version 12.2.1 00:53:32 + sadf -c /var/log/sa-host/sa23 00:53:32 file_magic: OK 00:53:32 HZ: Using current value: 100 00:53:32 file_header: OK 00:53:32 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:53:32 Statistics: 00:53:32 Hnuu...uuuununununu... 00:53:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:32 provisioning config files... 00:53:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2964980680933642250tmp [Pipeline] { [Pipeline] echo 00:53:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:33 ---> create-netrc.sh [Pipeline] } 00:53:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:33 ---> python-tools-install.sh [Pipeline] echo 00:53:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:33 ---> sudo-logs.sh 00:53:33 Archiving 'sudo' log.. [Pipeline] echo 00:53:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:34 ---> job-cost.sh 00:53:34 lf-activate-venv: SKIPPING 00:53:34 INFO: No Stack... 00:53:34 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:35 INFO: Archiving Costs [Pipeline] echo 00:53:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:35 ---> logs-deploy.sh 00:53:35 lf-activate-venv: SKIPPING 00:53:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/2 00:53:35 INFO: archiving workspace using pattern(s): 00:53:37 Archives upload complete. 00:53:37 INFO: archiving logs to Nexus 00:53:38 ---> uname -a: 00:53:38 Linux prd-centos7-docker-4c-2g-25661.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:53:38 00:53:38 00:53:38 ---> lscpu: 00:53:38 Architecture: x86_64 00:53:38 CPU op-mode(s): 32-bit, 64-bit 00:53:38 Byte Order: Little Endian 00:53:38 Address sizes: 40 bits physical, 48 bits virtual 00:53:38 CPU(s): 4 00:53:38 On-line CPU(s) list: 0-3 00:53:38 Thread(s) per core: 1 00:53:38 Core(s) per socket: 1 00:53:38 Socket(s): 4 00:53:38 NUMA node(s): 1 00:53:38 Vendor ID: GenuineIntel 00:53:38 CPU family: 6 00:53:38 Model: 44 00:53:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:38 Stepping: 1 00:53:38 CPU MHz: 2933.436 00:53:38 BogoMIPS: 5866.87 00:53:38 Virtualization: VT-x 00:53:38 Hypervisor vendor: KVM 00:53:38 Virtualization type: full 00:53:38 L1d cache: 128 KiB 00:53:38 L1i cache: 128 KiB 00:53:38 L2 cache: 16 MiB 00:53:38 L3 cache: 64 MiB 00:53:38 NUMA node0 CPU(s): 0-3 00:53:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:38 Vulnerability Meltdown: Mitigation; PTI 00:53:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:38 Vulnerability Srbds: Not affected 00:53:38 Vulnerability Tsx async abort: Not affected 00:53:38 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:53:38 00:53:38 00:53:38 ---> nproc: 00:53:38 4 00:53:38 00:53:38 00:53:38 ---> df -h: 00:53:38 Filesystem Size Used Available Use% Mounted on 00:53:38 overlay 50.0G 11.7G 38.3G 23% / 00:53:38 tmpfs 64.0M 0 64.0M 0% /dev 00:53:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:38 shm 64.0M 0 64.0M 0% /dev/shm 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 00:53:38 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 00:53:38 00:53:38 00:53:38 ---> free -m: 00:53:38 total used free shared buff/cache available 00:53:38 Mem: 1837 745 128 0 964 1010 00:53:38 Swap: 1023 45 978 00:53:38 00:53:38 00:53:38 ---> ip addr: 00:53:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:38 inet 127.0.0.1/8 scope host lo 00:53:38 valid_lft forever preferred_lft forever 00:53:38 inet6 ::1/128 scope host 00:53:38 valid_lft forever preferred_lft forever 00:53:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:38 link/ether fa:16:3e:b0:e1:8c brd ff:ff:ff:ff:ff:ff 00:53:38 inet 10.30.123.143/23 brd 10.30.123.255 scope global dynamic eth0 00:53:38 valid_lft 84971sec preferred_lft 84971sec 00:53:38 inet6 fe80::f816:3eff:feb0:e18c/64 scope link 00:53:38 valid_lft forever preferred_lft forever 00:53:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:38 link/ether 02:42:f5:4a:c0:ba brd ff:ff:ff:ff:ff:ff 00:53:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:38 valid_lft forever preferred_lft forever 00:53:38 inet6 fe80::42:f5ff:fe4a:c0ba/64 scope link 00:53:38 valid_lft forever preferred_lft forever 00:53:38 00:53:38 00:53:38 ---> sar -b -r -n DEV: 00:53:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:53:38 00:53:38 00:29:38 LINUX RESTART (4 CPU) 00:53:38 00:53:38 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:38 00:31:01 121.89 47.63 74.26 0.00 8340.44 25948.76 0.00 00:53:38 00:32:01 257.23 114.05 143.17 0.00 7986.18 46028.89 0.00 00:53:38 00:33:01 228.84 99.73 129.11 0.00 3572.34 17698.40 0.00 00:53:38 00:34:01 113.94 43.69 70.25 0.00 1902.74 8547.86 0.00 00:53:38 00:35:02 71.80 25.33 46.47 0.00 1744.52 9371.13 0.00 00:53:38 00:36:02 389.66 178.02 211.64 0.00 75056.41 142952.04 0.00 00:53:38 00:37:01 3149.20 2822.06 327.14 0.00 151002.54 165720.21 0.00 00:53:38 00:38:02 412.86 267.99 144.87 0.00 16151.44 26745.47 0.00 00:53:38 00:39:01 1037.53 774.57 262.96 0.00 80500.05 127603.90 0.00 00:53:38 00:40:01 1508.17 1236.01 272.16 0.00 72873.72 81073.07 0.00 00:53:38 00:41:02 154.42 15.93 138.48 0.00 3178.98 21165.72 0.00 00:53:38 00:42:01 6.01 0.14 5.87 0.00 1.49 205.74 0.00 00:53:38 00:43:01 0.30 0.02 0.28 0.00 0.13 2.90 0.00 00:53:38 00:44:01 0.27 0.03 0.23 0.00 0.27 2.20 0.00 00:53:38 00:45:01 1.63 1.38 0.25 0.00 47.04 4.06 0.00 00:53:38 00:46:01 0.85 0.03 0.82 0.00 1.07 15.67 0.00 00:53:38 00:47:01 0.35 0.07 0.28 0.00 0.80 3.36 0.00 00:53:38 00:48:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 00:53:38 00:49:01 0.30 0.03 0.27 0.00 0.80 3.66 0.00 00:53:38 00:50:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 00:53:38 00:51:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 00:53:38 00:52:01 0.40 0.07 0.33 0.00 0.67 3.90 0.00 00:53:38 00:53:01 7.09 6.78 0.32 0.00 777.49 22.98 0.00 00:53:38 Average: 324.47 244.91 79.56 0.00 18378.94 29233.68 0.00 00:53:38 00:53:38 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:38 00:31:01 77456 0 702432 37.33 2620 1099036 1321388 45.10 597228 1001436 3588 00:53:38 00:32:01 75016 0 780032 41.46 1492 1025004 1535232 52.39 577080 949928 91004 00:53:38 00:33:01 205396 0 809008 43.00 840 866300 1684580 57.49 642124 754108 70268 00:53:38 00:34:01 261368 0 794444 42.22 636 825096 1651076 56.35 612096 721688 63784 00:53:38 00:35:02 403028 0 707820 37.62 632 770064 1122348 38.30 519216 686544 20 00:53:38 00:36:02 76056 0 846388 44.98 0 959100 2264412 77.28 711312 882176 33996 00:53:38 00:37:01 77244 0 857632 45.58 0 946668 2354976 80.37 772860 805036 41440 00:53:38 00:38:02 340464 0 717936 38.16 0 823144 1372888 46.85 603296 689916 100 00:53:38 00:39:01 66428 0 1016580 54.03 0 798536 3716252 126.83 810616 767260 2956 00:53:38 00:40:01 143720 0 922216 49.01 0 815608 1857748 63.40 815452 679652 0 00:53:38 00:41:02 150264 0 666012 35.40 0 1065268 1224712 41.80 624732 859628 20 00:53:38 00:42:01 158728 0 657536 34.95 0 1065280 1185192 40.45 620376 858036 16 00:53:38 00:43:01 158360 0 657892 34.97 0 1065292 1185288 40.45 620844 858040 8 00:53:38 00:44:01 158284 0 657964 34.97 0 1065296 1185324 40.45 621176 858048 8 00:53:38 00:45:01 157004 0 658496 35.00 0 1066044 1185348 40.45 621316 858768 16 00:53:38 00:46:01 156812 0 658680 35.01 0 1066052 1185336 40.45 621192 858772 8 00:53:38 00:47:01 157912 0 657572 34.95 0 1066060 1185192 40.45 620432 858796 8 00:53:38 00:48:01 157824 0 657596 34.95 0 1066124 1185192 40.45 620416 858812 20 00:53:38 00:49:01 157872 0 657616 34.95 0 1066056 1185192 40.45 620548 858796 8 00:53:38 00:50:01 157872 0 657588 34.95 0 1066084 1185192 40.45 620552 858820 8 00:53:38 00:51:01 157364 0 658092 34.98 0 1066088 1185252 40.45 620644 858820 8 00:53:38 00:52:01 157384 0 658064 34.97 0 1066096 1185192 40.45 620564 858836 8 00:53:38 00:53:01 127420 0 664912 35.34 0 1089212 1189952 40.61 628908 877604 664 00:53:38 Average: 162577 0 727066 38.64 270 991631 1492751 50.95 640999 831283 13389 00:53:38 00:53:38 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:38 00:31:01 eth0 1734.63 1537.33 6336.06 204.39 0.00 0.00 0.00 0.00 00:53:38 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:31:01 docker0 826.70 745.29 68.42 2586.34 0.00 0.00 0.00 0.00 00:53:38 00:31:01 vethaf9593d 826.72 745.43 79.73 2586.35 0.00 0.00 0.00 0.00 00:53:38 00:32:01 eth0 497.13 403.99 3784.78 43.33 0.00 0.00 0.00 0.00 00:53:38 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:32:01 vethc078368 72.59 96.51 6.77 451.59 0.00 0.00 0.00 0.00 00:53:38 00:32:01 docker0 141.79 188.85 10.56 943.15 0.00 0.00 0.00 0.00 00:53:38 00:33:01 veth9e698f2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:33:01 eth0 42.85 30.17 52.92 69.52 0.00 0.00 0.00 0.00 00:53:38 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:33:01 docker0 1.61 3.44 0.14 22.56 0.00 0.00 0.00 0.00 00:53:38 00:34:01 veth9e698f2 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 00:53:38 00:34:01 eth0 22.87 12.45 17.26 9.22 0.00 0.00 0.00 0.00 00:53:38 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:34:01 docker0 2.03 2.03 0.14 0.16 0.00 0.00 0.00 0.00 00:53:38 00:35:02 eth0 33.80 24.30 27.15 14.17 0.00 0.00 0.00 0.00 00:53:38 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:36:02 eth0 204.65 171.68 1698.71 91.88 0.00 0.00 0.00 0.00 00:53:38 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:36:02 veth857fac0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:37:01 eth0 47.66 25.05 161.90 8.93 0.00 0.00 0.00 0.00 00:53:38 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:37:01 veth857fac0 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:37:01 docker0 12.40 27.27 0.65 147.00 0.00 0.00 0.00 0.00 00:53:38 00:38:02 eth0 17.22 12.28 55.88 5.57 0.00 0.00 0.00 0.00 00:53:38 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:38:02 veth857fac0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:39:01 veth383a9c8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:39:01 vethd26f40b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:39:01 veth33c1bd2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:38 00:39:01 eth0 73.59 47.86 242.28 69.72 0.00 0.00 0.00 0.00 00:53:38 00:40:01 veth19206db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:40:01 eth0 51.26 35.18 96.39 15.95 0.00 0.00 0.00 0.00 00:53:38 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:40:01 veth857fac0 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 00:53:38 00:41:02 eth0 250.52 174.42 1699.57 97.31 0.00 0.00 0.00 0.00 00:53:38 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:41:02 docker0 1047.41 1093.56 83.45 4393.84 0.00 0.00 0.00 0.00 00:53:38 00:42:01 eth0 0.56 0.00 0.06 0.00 0.00 0.00 0.00 0.00 00:53:38 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:43:01 eth0 1.60 0.55 0.55 0.34 0.00 0.00 0.00 0.00 00:53:38 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:44:01 eth0 1.48 0.57 0.63 0.42 0.00 0.00 0.00 0.00 00:53:38 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:45:01 eth0 2.28 0.57 0.68 0.39 0.00 0.00 0.00 0.00 00:53:38 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:46:01 eth0 0.83 0.42 0.42 0.30 0.00 0.00 0.00 0.00 00:53:38 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:49:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:50:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:38 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:51:01 eth0 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 00:53:38 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:52:01 eth0 0.57 0.07 0.06 0.01 0.00 0.00 0.00 0.00 00:53:38 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:53:01 eth0 4.28 2.63 4.62 1.20 0.00 0.00 0.00 0.00 00:53:38 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 Average: eth0 129.03 107.02 613.56 27.40 0.00 0.00 0.00 0.00 00:53:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:38 Average: docker0 45.66 47.67 3.64 191.53 0.00 0.00 0.00 0.00 00:53:38 00:53:38 00:53:38 ---> sar -P ALL: 00:53:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:53:38 00:53:38 00:29:38 LINUX RESTART (4 CPU) 00:53:38 00:53:38 00:30:02 CPU %user %nice %system %iowait %steal %idle 00:53:38 00:31:01 all 19.06 0.00 9.00 3.38 0.76 67.79 00:53:38 00:31:01 0 18.73 0.00 11.10 2.77 0.67 66.72 00:53:38 00:31:01 1 18.09 0.00 7.96 2.03 0.76 71.16 00:53:38 00:31:01 2 17.54 0.00 9.14 3.95 0.80 68.57 00:53:38 00:31:01 3 21.91 0.00 7.82 4.77 0.82 64.68 00:53:38 00:32:01 all 14.47 0.00 8.74 4.84 2.07 69.89 00:53:38 00:32:01 0 14.21 0.00 8.14 4.85 2.20 70.60 00:53:38 00:32:01 1 14.22 0.00 9.10 5.29 1.85 69.54 00:53:38 00:32:01 2 11.58 0.00 8.77 5.08 2.21 72.36 00:53:38 00:32:01 3 17.87 0.00 8.95 4.12 2.03 67.03 00:53:38 00:33:01 all 41.93 0.00 12.72 6.53 1.89 36.93 00:53:38 00:33:01 0 41.13 0.00 12.19 6.98 1.77 37.93 00:53:38 00:33:01 1 43.43 0.00 12.40 6.55 2.02 35.60 00:53:38 00:33:01 2 41.13 0.00 13.16 7.60 1.78 36.32 00:53:38 00:33:01 3 42.04 0.00 13.11 4.99 1.99 37.88 00:53:38 00:34:01 all 51.45 0.00 14.10 3.68 1.15 29.62 00:53:38 00:34:01 0 51.03 0.00 14.04 4.00 1.17 29.75 00:53:38 00:34:01 1 50.89 0.00 14.28 4.17 1.28 29.38 00:53:38 00:34:01 2 51.22 0.00 13.40 3.91 1.02 30.45 00:53:38 00:34:01 3 52.65 0.00 14.67 2.64 1.12 28.91 00:53:38 00:35:02 all 29.82 0.00 12.64 2.11 10.93 44.50 00:53:38 00:35:02 0 29.45 0.00 12.08 2.48 11.23 44.75 00:53:38 00:35:02 1 28.15 0.00 12.20 2.09 11.71 45.84 00:53:38 00:35:02 2 29.27 0.00 12.97 1.76 11.01 44.99 00:53:38 00:35:02 3 32.44 0.00 13.31 2.11 9.74 42.40 00:53:38 00:36:02 all 17.17 0.00 17.65 6.05 14.40 44.73 00:53:38 00:36:02 0 16.31 0.00 17.94 5.54 14.63 45.58 00:53:38 00:36:02 1 17.83 0.00 16.47 6.58 14.99 44.12 00:53:38 00:36:02 2 16.43 0.00 17.30 5.98 14.54 45.75 00:53:38 00:36:02 3 18.12 0.00 18.92 6.11 13.41 43.45 00:53:38 00:37:01 all 19.63 0.00 26.69 22.58 7.20 23.90 00:53:38 00:37:01 0 18.91 0.00 23.39 23.50 7.93 26.26 00:53:38 00:37:01 1 20.20 0.00 27.20 22.05 7.15 23.40 00:53:38 00:37:01 2 18.64 0.00 24.64 23.82 7.74 25.16 00:53:38 00:37:01 3 20.83 0.00 31.78 20.87 5.90 20.61 00:53:38 00:38:02 all 66.42 0.00 16.39 7.11 1.44 8.63 00:53:38 00:38:02 0 66.14 0.00 15.80 5.60 1.54 10.92 00:53:38 00:38:02 1 66.19 0.00 17.40 10.32 1.26 4.82 00:53:38 00:38:02 2 67.11 0.00 15.49 6.45 1.48 9.48 00:53:38 00:38:02 3 66.26 0.00 16.91 6.07 1.48 9.28 00:53:38 00:39:01 all 23.52 0.00 24.51 10.18 11.21 30.58 00:53:38 00:39:01 0 23.11 0.00 23.10 10.14 11.27 32.39 00:53:38 00:39:01 1 24.25 0.00 25.98 12.21 10.79 26.77 00:53:38 00:39:01 2 20.98 0.00 23.77 9.34 11.72 34.20 00:53:38 00:39:01 3 25.78 0.00 25.22 9.07 11.07 28.86 00:53:38 00:40:01 all 50.78 0.00 21.58 10.99 6.02 10.63 00:53:38 00:40:01 0 52.75 0.00 21.82 10.43 5.68 9.31 00:53:38 00:40:01 1 50.27 0.00 22.80 10.60 5.92 10.42 00:53:38 00:40:01 2 50.21 0.00 20.48 11.53 6.23 11.55 00:53:38 00:40:01 3 49.87 0.00 21.23 11.41 6.23 11.25 00:53:38 00:41:02 all 10.46 0.00 8.16 5.73 5.41 70.24 00:53:38 00:41:02 0 13.65 0.00 8.46 5.59 5.42 66.88 00:53:38 00:41:02 1 7.73 0.00 7.78 2.80 5.28 76.40 00:53:38 00:41:02 2 9.57 0.00 7.52 9.20 5.70 68.02 00:53:38 00:41:02 3 10.90 0.00 8.87 5.30 5.25 69.67 00:53:38 00:53:38 00:41:02 CPU %user %nice %system %iowait %steal %idle 00:53:38 00:42:01 all 0.08 0.00 0.08 0.00 0.12 99.71 00:53:38 00:42:01 0 0.03 0.00 0.07 0.00 0.14 99.76 00:53:38 00:42:01 1 0.03 0.00 0.03 0.02 0.03 99.88 00:53:38 00:42:01 2 0.24 0.00 0.08 0.00 0.20 99.47 00:53:38 00:42:01 3 0.03 0.00 0.14 0.00 0.12 99.71 00:53:38 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:53:38 00:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:43:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:53:38 00:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:53:38 00:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:53:38 00:44:01 all 0.16 0.00 0.05 0.00 0.01 99.78 00:53:38 00:44:01 0 0.02 0.00 0.03 0.02 0.00 99.93 00:53:38 00:44:01 1 0.03 0.00 0.08 0.00 0.02 99.87 00:53:38 00:44:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:53:38 00:44:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:53:38 00:45:01 all 0.16 0.00 0.06 0.02 0.00 99.77 00:53:38 00:45:01 0 0.18 0.00 0.08 0.07 0.00 99.67 00:53:38 00:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:45:01 2 0.38 0.00 0.05 0.00 0.00 99.57 00:53:38 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:53:38 00:46:01 0 0.50 0.00 0.02 0.00 0.02 99.47 00:53:38 00:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:53:38 00:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:53:38 00:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:53:38 00:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:53:38 00:47:01 0 0.20 0.00 0.03 0.00 0.00 99.77 00:53:38 00:47:01 1 0.02 0.00 0.02 0.02 0.00 99.95 00:53:38 00:47:01 2 0.33 0.00 0.03 0.00 0.00 99.63 00:53:38 00:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:53:38 00:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:53:38 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:53:38 00:48:01 2 0.45 0.00 0.07 0.00 0.00 99.48 00:53:38 00:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:53:38 00:49:01 all 0.03 0.00 0.03 0.00 0.00 99.93 00:53:38 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:53:38 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:53:38 00:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:53:38 00:50:01 all 0.08 0.00 0.02 0.00 0.00 99.90 00:53:38 00:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:53:38 00:50:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:53:38 00:50:01 2 0.22 0.00 0.02 0.00 0.00 99.77 00:53:38 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:53:38 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:53:38 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:53:38 00:51:01 2 0.52 0.00 0.02 0.00 0.02 99.45 00:53:38 00:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:38 00:52:01 all 0.14 0.00 0.03 0.00 0.01 99.81 00:53:38 00:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:53:38 00:52:01 1 0.03 0.00 0.03 0.02 0.00 99.92 00:53:38 00:52:01 2 0.45 0.00 0.05 0.00 0.03 99.47 00:53:38 00:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 00:53:38 00:53:38 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:53:38 00:53:01 all 0.41 0.00 0.28 0.14 0.01 99.16 00:53:38 00:53:01 0 0.18 0.00 0.35 0.27 0.02 99.18 00:53:38 00:53:01 1 0.28 0.00 0.28 0.05 0.02 99.37 00:53:38 00:53:01 2 1.08 0.00 0.40 0.22 0.02 98.28 00:53:38 00:53:01 3 0.10 0.00 0.08 0.02 0.00 99.80 00:53:38 Average: all 14.66 0.00 7.31 3.51 2.68 71.83 00:53:38 Average: 0 14.71 0.00 7.17 3.48 2.74 71.89 00:53:38 Average: 1 14.44 0.00 7.36 3.56 2.71 71.93 00:53:38 Average: 2 14.34 0.00 7.11 3.76 2.77 72.02 00:53:38 Average: 3 15.14 0.00 7.61 3.23 2.52 71.50 00:53:38 00:53:38 00:53:38