Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cf4a297523e8c1596dfaf40076c202269d9b4183+4a83cd830d92d64e3c8662a0b68849c078e73697 (8b6c4bfe210504c75af6a4c6965f44f3411b333d) 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-23554 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 > 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 Merge succeeded, producing 89581fd38e7cb917bba02ff221ffddc981963cfe Checking out Revision 89581fd38e7cb917bba02ff221ffddc981963cfe (PR-3075) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89581fd38e7cb917bba02ff221ffddc981963cfe # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:21:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:21:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:21:48 ========================================================= 00:21:48 EdgeX Global Pipelines Version Info 00:21:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:21:50 ------------------- 00:21:50 stable info: 00:21:50 ------------------- 00:21:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:21:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:21:50 Message: update stable to v1.0.179 00:21:51 ------------------- 00:21:51 experimental info: 00:21:51 ------------------- 00:21:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:21:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:21:51 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:21:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:21:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89581fd38e7cb917bba02ff221ffddc981963cfe [Pipeline] echo 00:21:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89581fd [Pipeline] echo 00:21:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:21:54 provisioning config files... 00:21:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7735527226146002475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:54 ---> docker-login.sh 00:21:54 nexus3.edgexfoundry.org:10001 00:21:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:55 Configure a credential helper to remove this warning. See 00:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:55 00:21:55 Login Succeeded 00:21:55 nexus3.edgexfoundry.org:10002 00:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:55 Configure a credential helper to remove this warning. See 00:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:55 00:21:55 Login Succeeded 00:21:55 nexus3.edgexfoundry.org:10003 00:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:55 Configure a credential helper to remove this warning. See 00:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:55 00:21:55 Login Succeeded 00:21:55 nexus3.edgexfoundry.org:10004 00:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:55 Configure a credential helper to remove this warning. See 00:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:55 00:21:55 Login Succeeded 00:21:55 docker.io 00:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:56 Configure a credential helper to remove this warning. See 00:21:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:56 00:21:56 Login Succeeded 00:21:56 ---> docker-login.sh ends [Pipeline] } 00:21:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:56 ++ 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:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/core-command/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo core-command,cmd/core-command/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/core-data/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo core-data,cmd/core-data/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/core-metadata/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo core-metadata,cmd/core-metadata/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/security-bootstrapper/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/security-proxy-setup/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/support-notifications/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo support-notifications,cmd/support-notifications/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/support-scheduler/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:21:56 + for file in '`ls cmd/**/Dockerfile`' 00:21:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:21:56 ++ cut -d/ -f2 00:21:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:21:56 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:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:57 00:21:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:21:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:58 latest: Pulling from edgex-devops/git-semver 00:21:58 31603596830f: Pulling fs layer 00:21:58 2a8b12db71e7: Pulling fs layer 00:21:58 6ca5941a6612: Pulling fs layer 00:21:58 ecc8261a40a4: Pulling fs layer 00:21:58 ecc8261a40a4: Waiting 00:21:58 2a8b12db71e7: Verifying Checksum 00:21:58 2a8b12db71e7: Download complete 00:21:58 31603596830f: Verifying Checksum 00:21:58 31603596830f: Download complete 00:21:58 ecc8261a40a4: Verifying Checksum 00:21:58 ecc8261a40a4: Download complete 00:21:58 6ca5941a6612: Verifying Checksum 00:21:58 6ca5941a6612: Download complete 00:21:58 31603596830f: Pull complete 00:21:58 2a8b12db71e7: Pull complete 00:21:59 6ca5941a6612: Pull complete 00:21:59 ecc8261a40a4: Pull complete 00:21:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:21:59 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:22:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:22:02 $ docker top 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:22:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:02 [ssh-agent] Looking for ssh-agent implementation... 00:22:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:03 $ docker exec 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb ssh-agent 00:22:03 SSH_AUTH_SOCK=/tmp/ssh-hN15aHWlA8Ia/agent.12 00:22:03 SSH_AGENT_PID=18 00:22:03 Running ssh-add (command line suppressed) 00:22:03 Identity added: /w/workspace/edgex-go/3@tmp/private_key_845667385698700680.key (/w/workspace/edgex-go/3@tmp/private_key_845667385698700680.key) 00:22:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:03 + git tag --points-at HEAD [Pipeline] } 00:22:03 $ docker exec --env ******** --env ******** 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb ssh-agent -k 00:22:03 unset SSH_AUTH_SOCK; 00:22:03 unset SSH_AGENT_PID; 00:22:03 echo Agent pid 18 killed; 00:22:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:22:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:04 [ssh-agent] Looking for ssh-agent implementation... 00:22:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:04 $ docker exec 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb ssh-agent 00:22:04 SSH_AUTH_SOCK=/tmp/ssh-ejm2XK1Lt3Rn/agent.48 00:22:04 SSH_AGENT_PID=53 00:22:04 Running ssh-add (command line suppressed) 00:22:04 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5941169434418542292.key (/w/workspace/edgex-go/3@tmp/private_key_5941169434418542292.key) 00:22:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:05 + git semver init 00:22:05 # -> Open(): unable to determine branch for HEAD 00:22:05 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:22:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:22:05 # $SEMVER_REMOTE_NAME = origin 00:22:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:22:05 # $SEMVER_USER_NAME = edgex-jenkins 00:22:05 # $SEMVER_BRANCH = PR-3075 00:22:05 # $SEMVER_TEMP = /tmp/semver-320336697 00:22:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:22:31 # '/tmp/semver-320336697' -> '/w/workspace/edgex-go/3/.semver' 00:22:31 # -> Force: false 00:22:31 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:22:31 $ docker exec --env ******** --env ******** 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb ssh-agent -k 00:22:31 unset SSH_AUTH_SOCK; 00:22:31 unset SSH_AGENT_PID; 00:22:31 echo Agent pid 53 killed; 00:22:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:22:32 + git semver [Pipeline] } 00:22:32 $ docker stop --time=1 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb 00:22:34 $ docker rm -f 6e15e21064a15af5cdf272b5ca6186e53b783af654cea1efc84ff30061938ebb [Pipeline] // withDockerContainer [Pipeline] sh 00:22:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:22:35 Stashed 1 file(s) [Pipeline] echo 00:22:35 [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:22:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:22:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:22:36 + sudo service docker restart 00:22:36 + true 00:22:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:22:37 ========================================================= 00:22:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:22:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:22:37 + 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:22:41 Sending build context to Docker daemon 327.2MB 00:22:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:22:41 Step 2/6 : FROM ${BASE} 00:22:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:22:41 188c0c94c7c5: Pulling fs layer 00:22:41 0ef7d3d256c8: Pulling fs layer 00:22:41 de9db76c5a1d: Pulling fs layer 00:22:41 bca2f99d35d6: Pulling fs layer 00:22:41 93359f2a8cfa: Pulling fs layer 00:22:41 7c6f9722023f: Pulling fs layer 00:22:41 a35cf1a2eb13: Pulling fs layer 00:22:41 93359f2a8cfa: Waiting 00:22:41 7c6f9722023f: Waiting 00:22:41 a35cf1a2eb13: Waiting 00:22:41 bca2f99d35d6: Waiting 00:22:41 de9db76c5a1d: Verifying Checksum 00:22:41 de9db76c5a1d: Download complete 00:22:41 0ef7d3d256c8: Verifying Checksum 00:22:41 0ef7d3d256c8: Download complete 00:22:41 93359f2a8cfa: Verifying Checksum 00:22:41 93359f2a8cfa: Download complete 00:22:41 188c0c94c7c5: Download complete 00:22:41 7c6f9722023f: Verifying Checksum 00:22:41 7c6f9722023f: Download complete 00:22:41 188c0c94c7c5: Pull complete 00:22:42 0ef7d3d256c8: Pull complete 00:22:43 a35cf1a2eb13: Verifying Checksum 00:22:43 a35cf1a2eb13: Download complete 00:22:44 de9db76c5a1d: Pull complete 00:22:44 bca2f99d35d6: Download complete 00:22:50 Still waiting to schedule task 00:22:50 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23524’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23534’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23535’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23537’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23539’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23540’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23541’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23543’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23545’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23552’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23538’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23525’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23542’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23544’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23546’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23549’ is offline 00:22:50 bca2f99d35d6: Pull complete 00:22:50 93359f2a8cfa: Pull complete 00:22:50 7c6f9722023f: Pull complete 00:22:55 a35cf1a2eb13: Pull complete 00:22:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:22:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:22:55 ---> a62c8e92a672 00:22:55 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:22:55 ---> Running in e966952dee81 00:22:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:22:56 (1/12) Installing libmagic (5.38-r0) 00:22:57 (2/12) Installing file (5.38-r0) 00:22:57 (3/12) Installing libc-dev (0.7.2-r3) 00:22:57 (4/12) Installing g++ (9.3.0-r2) 00:23:03 (5/12) Installing fortify-headers (1.1-r0) 00:23:03 (6/12) Installing patch (2.7.6-r6) 00:23:03 (7/12) Installing build-base (0.5-r2) 00:23:03 (8/12) Installing libsodium (1.0.18-r0) 00:23:03 (9/12) Installing pkgconf (1.7.2-r0) 00:23:03 (10/12) Installing libsodium-dev (1.0.18-r0) 00:23:03 (11/12) Installing libzmq (4.3.3-r0) 00:23:03 (12/12) Installing zeromq-dev (4.3.3-r0) 00:23:03 Executing busybox-1.31.1-r19.trigger 00:23:03 OK: 233 MiB in 51 packages 00:23:07 Removing intermediate container e966952dee81 00:23:07 ---> 8ccb6830a403 00:23:07 Step 4/6 : WORKDIR /edgex-go 00:23:07 ---> Running in 15729cf38e12 00:23:07 Removing intermediate container 15729cf38e12 00:23:07 ---> 58bb52b8274c 00:23:07 Step 5/6 : COPY go.mod . 00:23:07 ---> 93b5e0e1cb46 00:23:07 Step 6/6 : RUN go mod download 00:23:07 ---> Running in c69097423d39 00:23:29 Removing intermediate container c69097423d39 00:23:29 ---> c9f49af0f88f 00:23:29 Successfully built c9f49af0f88f 00:23:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:23:29 + docker inspect -f . ci-base-image-x86_64 00:23:29 . [Pipeline] withDockerContainer 00:23:30 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:23:31 $ docker top 812f5ae3526992ce629633eea0028d2d117a02d0d33e7fa9e6c7620e40e8b58d -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:31 + go version 00:23:31 go version go1.15.5 linux/amd64 [Pipeline] } 00:23:31 $ docker stop --time=1 812f5ae3526992ce629633eea0028d2d117a02d0d33e7fa9e6c7620e40e8b58d 00:23:33 $ docker rm -f 812f5ae3526992ce629633eea0028d2d117a02d0d33e7fa9e6c7620e40e8b58d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:34 + docker inspect -f . ci-base-image-x86_64 00:23:34 . [Pipeline] withDockerContainer 00:23:34 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:23:36 $ docker top 509280dd12cc619dbded16ae254757a43f49925329ba607e805b4e73b5257c1b -eo pid,comm [Pipeline] { [Pipeline] echo 00:23:36 ========================================================= 00:23:36 [edgeXBuildGoParallel] Running Tests and Build... 00:23:36 ========================================================= [Pipeline] sh 00:23:36 + make test 00:23:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:23:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:24:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:24:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:24:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:24:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:24:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:24:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:24:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:24:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 00:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.280s coverage: 27.1% of statements 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.140s coverage: 65.8% of statements 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.3% of statements 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.452s coverage: 28.6% of statements 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 00:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 00:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.653s coverage: 92.8% of statements 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:24:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 43.8% of statements 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.065s coverage: 79.5% of statements 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 00:24:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.060s coverage: 87.2% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.237s coverage: 63.5% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.284s coverage: 84.0% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:24:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:24:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.858s coverage: 29.1% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.134s coverage: 99.0% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:24:46 GO111MODULE=on go vet ./... 00:25:19 gofmt -l . 00:25:19 [ "`gofmt -l .`" = "" ] 00:25:19 ./bin/test-go-mod-tidy.sh 00:25:19 ./bin/test-attribution-txt.sh [Pipeline] sh 00:25:19 + ls -al . 00:25:19 total 668 00:25:19 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:25 . 00:25:19 drwxr-xr-x 4 root root 28 Jan 28 00:23 .. 00:25:19 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:21 .dockerignore 00:25:19 drwxrwxr-x 8 1001 1001 179 Jan 28 00:21 .git 00:25:19 drwxrwxr-x 3 1001 1001 125 Jan 28 00:21 .github 00:25:19 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:21 .gitignore 00:25:19 drwx------ 3 1001 1001 60 Jan 28 00:22 .semver 00:25:19 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:21 .sonarcloud.properties 00:25:19 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:21 Attribution.txt 00:25:19 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:21 CONTRIBUTING.md 00:25:19 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:21 Dockerfile.build 00:25:19 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:21 Jenkinsfile 00:25:19 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:21 LICENSE 00:25:19 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:21 Makefile 00:25:19 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:21 README.md 00:25:19 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:21 SECURITY.md 00:25:19 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:22 VERSION 00:25:19 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:21 ZMQWindows.md 00:25:19 drwxrwxr-x 2 1001 1001 117 Jan 28 00:21 bin 00:25:19 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:21 cmd 00:25:19 -rw-r--r-- 1 root root 564700 Jan 28 00:24 coverage.out 00:25:19 -rw-r--r-- 1 root root 1053 Jan 28 00:25 go.mod 00:25:19 -rw-r--r-- 1 root root 19190 Jan 28 00:25 go.sum 00:25:19 drwxrwxr-x 8 1001 1001 127 Jan 28 00:21 internal 00:25:19 drwxrwxr-x 4 1001 1001 26 Jan 28 00:21 openapi 00:25:19 drwxrwxr-x 4 1001 1001 71 Jan 28 00:21 snap 00:25:19 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:21 version.go [Pipeline] sh 00:25:20 + '[' -e coverage.out ] 00:25:20 + chown 1001:1001 coverage.out [Pipeline] stash 00:25:20 Stashed 1 file(s) [Pipeline] sh 00:25:21 + make build 00:25:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:25:24 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:25:32 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:25:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:25:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:25:36 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:25:38 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:25:39 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:25: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:25:41 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:25:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:25:44 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:25:46 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:25:48 $ docker stop --time=1 509280dd12cc619dbded16ae254757a43f49925329ba607e805b4e73b5257c1b 00:25:49 $ docker rm -f 509280dd12cc619dbded16ae254757a43f49925329ba607e805b4e73b5257c1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:25:51 00:25:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:25:52 latest: Pulling from edgex-devops/edgex-compose 00:25:52 cbdbe7a5bc2a: Pulling fs layer 00:25:52 ca9280d653b3: Pulling fs layer 00:25:52 7e9c9ca2126c: Pulling fs layer 00:25:52 cbdbe7a5bc2a: Verifying Checksum 00:25:52 cbdbe7a5bc2a: Download complete 00:25:52 cbdbe7a5bc2a: Pull complete 00:25:52 ca9280d653b3: Verifying Checksum 00:25:52 ca9280d653b3: Download complete 00:25:54 7e9c9ca2126c: Verifying Checksum 00:25:54 7e9c9ca2126c: Download complete 00:25:54 ca9280d653b3: Pull complete 00:26:01 7e9c9ca2126c: Pull complete 00:26:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:26:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:26:01 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:26:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:26:03 $ docker top 67822f3cd27995d8a0f6ccbd3aff04868f22ceb3ca11fd9104d75d7e5621eba9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:04 + docker-compose build --help 00:26:04 + grep parallel 00:26:06 --parallel Build images in parallel. [Pipeline] } 00:26:06 $ docker stop --time=1 67822f3cd27995d8a0f6ccbd3aff04868f22ceb3ca11fd9104d75d7e5621eba9 00:26:07 $ docker rm -f 67822f3cd27995d8a0f6ccbd3aff04868f22ceb3ca11fd9104d75d7e5621eba9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:26:08 . [Pipeline] withDockerContainer 00:26:08 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:26:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:26:09 $ docker top c2a57c225c47dec9a88f35a34ea4be2b6deddad5bc2b115eaeaf1a7427374d26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:26:11 Building docker-core-command-go ... 00:26:11 Building docker-core-data-go ... 00:26:11 Building docker-core-metadata-go ... 00:26:11 Building docker-security-bootstrapper-go ... 00:26:11 Building docker-security-proxy-setup-go ... 00:26:11 Building docker-security-secretstore-setup-go ... 00:26:11 Building docker-support-notifications-go ... 00:26:11 Building docker-support-scheduler-go ... 00:26:11 Building docker-sys-mgmt-agent-go ... 00:26:11 Building docker-support-notifications-go 00:26:11 Building docker-security-bootstrapper-go 00:26:11 Building docker-security-proxy-setup-go 00:26:11 Building docker-support-scheduler-go 00:26:11 Building docker-core-command-go 00:26:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23565 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:26:15 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:26:20 using credential edgex-jenkins-ssh 00:26:20 Cloning the remote Git repository 00:26:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:26:20 > git init /w/workspace/edgex-go/3 # timeout=10 00:26:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:20 > git --version # timeout=10 00:26:20 > git --version # 'git version 2.17.1' 00:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:42 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 00:26:43 Merge succeeded, producing 71c82c075f0e68c474c5dc88d37b4765acdcf12f 00:26:43 Checking out Revision 71c82c075f0e68c474c5dc88d37b4765acdcf12f (PR-3075) 00:26:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:26:42 > git config core.sparsecheckout # timeout=10 00:26:42 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 00:26:43 > git remote # timeout=10 00:26:43 > git config --get remote.origin.url # timeout=10 00:26:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:43 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:26:43 > git rev-parse HEAD^{commit} # timeout=10 00:26:43 > git config core.sparsecheckout # timeout=10 00:26:43 > git checkout -f 71c82c075f0e68c474c5dc88d37b4765acdcf12f # timeout=10 00:26:47 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:26:47 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:26:47 > git rev-list --no-walk 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 # timeout=10 00:26:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:26:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:26:50 + true 00:26:50 + sudo service docker restart 00:26:50 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:50 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:26:50 ---> c9f49af0f88f 00:26:50 Step 3/34 : WORKDIR /edgex-go 00:26:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:26:50 ---> c9f49af0f88f 00:26:50 Step 3/22 : WORKDIR /edgex-go 00:26:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:26:50 ---> c9f49af0f88f 00:26:50 Step 3/21 : WORKDIR /edgex-go 00:26:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:26:50 ---> c9f49af0f88f 00:26:50 Step 3/23 : WORKDIR /edgex-go 00:26:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:26:50 ---> c9f49af0f88f 00:26:50 Step 3/22 : WORKDIR /edgex-go 00:26:50 ---> Running in 2f2261686277 00:26:50 ---> Running in 0fb61c84f33f 00:26:50 ---> Running in 6e4f2e5e4581 00:26:50 ---> Running in 71bac047c886 00:26:50 ---> Running in 3a8b1f934798 00:26:50 Removing intermediate container 3a8b1f934798 00:26:50 ---> 541c6d7bfdee 00:26:50 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:50 Removing intermediate container 0fb61c84f33f 00:26:50 ---> fb06bfe29ab9 00:26:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:50 Removing intermediate container 6e4f2e5e4581 00:26:50 ---> 2e8d31832a4d 00:26:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:50 Removing intermediate container 71bac047c886 00:26:50 ---> c2d3ccf4ce9f 00:26:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:50 Removing intermediate container 2f2261686277 00:26:50 ---> 5a2ee75510c0 00:26:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:50 ---> Running in 5b23bc4f064a 00:26:50 ---> Running in 795faac36bce 00:26:50 ---> Running in 2d761e2b5eef 00:26:50 ---> Running in 4f0c136e5035 00:26:50 ---> Running in d19ae1169f88 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:26:52 provisioning config files... 00:26:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1314270879342871690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:26:52 ---> docker-login.sh 00:26:52 nexus3.edgexfoundry.org:10001 00:26:52 Removing intermediate container 5b23bc4f064a 00:26:52 ---> 3190e7cc4411 00:26:52 Step 5/22 : RUN apk add --update --no-cache make git 00:26:52 Removing intermediate container 795faac36bce 00:26:52 ---> ccf1079a16f0 00:26:52 Step 5/34 : RUN apk add --update --no-cache make git 00:26:52 Removing intermediate container 2d761e2b5eef 00:26:52 ---> 621475811242 00:26:52 Step 5/23 : RUN apk add --update --no-cache make git 00:26:52 Removing intermediate container d19ae1169f88 00:26:52 ---> e7632fae59bf 00:26:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:26:52 Removing intermediate container 4f0c136e5035 00:26:52 ---> d5cb93a5dd45 00:26:52 Step 5/21 : RUN apk add --update --no-cache make git 00:26:52 ---> Running in 92216868f719 00:26:52 ---> Running in 6407aa135ae2 00:26:52 ---> Running in 15e80592cdaa 00:26:53 ---> Running in cb417cef83c6 00:26:53 ---> Running in e7f9e10e440b 00:26:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:54 Configure a credential helper to remove this warning. See 00:26:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:54 00:26:54 Login Succeeded 00:26:54 nexus3.edgexfoundry.org:10002 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:54 Configure a credential helper to remove this warning. See 00:26:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:54 00:26:54 Login Succeeded 00:26:54 nexus3.edgexfoundry.org:10003 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:55 Configure a credential helper to remove this warning. See 00:26:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:55 00:26:55 Login Succeeded 00:26:55 nexus3.edgexfoundry.org:10004 00:26:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:55 OK: 233 MiB in 51 packages 00:26:55 OK: 233 MiB in 51 packages 00:26:55 OK: 233 MiB in 51 packages 00:26:55 OK: 233 MiB in 51 packages 00:26:55 OK: 233 MiB in 51 packages 00:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:55 Configure a credential helper to remove this warning. See 00:26:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:55 00:26:55 Login Succeeded 00:26:55 docker.io 00:26:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:56 Configure a credential helper to remove this warning. See 00:26:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:56 00:26:56 Login Succeeded 00:26:56 ---> docker-login.sh ends [Pipeline] } 00:26:56 Deleting 1 temporary files [Pipeline] // wrap 00:26:56 Removing intermediate container 6407aa135ae2 00:26:56 ---> bbfab7394c28 00:26:56 Step 6/34 : COPY go.mod . 00:26:56 Removing intermediate container 15e80592cdaa 00:26:56 ---> d6bb076a531b 00:26:56 Step 6/23 : COPY go.mod . 00:26:56 Removing intermediate container 92216868f719 00:26:56 ---> 7441bff0f880 00:26:56 Step 6/22 : COPY go.mod . 00:26:56 Removing intermediate container cb417cef83c6 00:26:56 ---> f8405a66d079 00:26:56 Step 6/22 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:26:57 Removing intermediate container e7f9e10e440b 00:26:57 ---> c7bed2245452 00:26:57 Step 6/21 : COPY go.mod . [Pipeline] echo 00:26:57 ========================================================= 00:26:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:26:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:26:57 ---> f40db53c0493 00:26:57 Step 7/34 : RUN go mod download 00:26:57 ---> 12d841c8e61e 00:26:57 Step 7/23 : RUN go mod download 00:26:57 ---> ba2c353ed4d7 00:26:57 Step 7/22 : RUN go mod download 00:26:57 ---> Running in 14016e0dd829 00:26:57 ---> Running in 430c9da1434c 00:26:57 ---> 824b49eea9dd 00:26:57 Step 7/21 : RUN go mod download 00:26:57 + 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:26:57 ---> 764c5664547d 00:26:57 Step 7/22 : RUN go mod download 00:26:57 ---> Running in cb2e8f024252 00:26:57 ---> Running in 1fdbed4bbf67 00:26:57 ---> Running in 85eba4180ea6 00:27:00 Sending build context to Docker daemon 165.9MB 00:27:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:27:00 Step 2/6 : FROM ${BASE} 00:27:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:27:00 5f621e34cdf4: Pulling fs layer 00:27:00 a4357932f1b6: Pulling fs layer 00:27:00 18c013af1878: Pulling fs layer 00:27:00 00ac8860ef70: Pulling fs layer 00:27:00 63d7cb157983: Pulling fs layer 00:27:00 b116817d02f9: Pulling fs layer 00:27:00 745a02a5169b: Pulling fs layer 00:27:00 63d7cb157983: Waiting 00:27:00 745a02a5169b: Waiting 00:27:00 b116817d02f9: Waiting 00:27:00 00ac8860ef70: Waiting 00:27:00 18c013af1878: Verifying Checksum 00:27:00 18c013af1878: Download complete 00:27:00 a4357932f1b6: Verifying Checksum 00:27:00 a4357932f1b6: Download complete 00:27:00 63d7cb157983: Verifying Checksum 00:27:00 63d7cb157983: Download complete 00:27:00 b116817d02f9: Verifying Checksum 00:27:00 b116817d02f9: Download complete 00:27:00 5f621e34cdf4: Verifying Checksum 00:27:00 5f621e34cdf4: Download complete 00:27:00 5f621e34cdf4: Pull complete 00:27:00 Removing intermediate container 14016e0dd829 00:27:00 ---> 6e89b4e42469 00:27:00 Step 8/34 : COPY . . 00:27:00 Removing intermediate container cb2e8f024252 00:27:00 ---> 0fa48ddf67dc 00:27:00 Step 8/22 : COPY . . 00:27:00 Removing intermediate container 430c9da1434c 00:27:00 ---> a79621e65c04 00:27:00 Step 8/23 : COPY . . 00:27:00 Removing intermediate container 85eba4180ea6 00:27:00 ---> e7751d365dc5 00:27:00 Step 8/22 : COPY . . 00:27:00 Removing intermediate container 1fdbed4bbf67 00:27:00 ---> 1c383983e17b 00:27:00 Step 8/21 : COPY . . 00:27:01 a4357932f1b6: Pull complete 00:27:02 18c013af1878: Pull complete 00:27:03 745a02a5169b: Verifying Checksum 00:27:03 745a02a5169b: Download complete 00:27:04 00ac8860ef70: Verifying Checksum 00:27:04 00ac8860ef70: Download complete 00:27:15 00ac8860ef70: Pull complete 00:27:15 63d7cb157983: Pull complete 00:27:15 b116817d02f9: Pull complete 00:27:19 745a02a5169b: Pull complete 00:27:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:27:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:27:19 ---> b7e6874047d6 00:27:19 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:27:23 ---> Running in fb2d9cd7d143 00:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:26 (1/12) Installing libmagic (5.38-r0) 00:27:26 (2/12) Installing file (5.38-r0) 00:27:26 (3/12) Installing libc-dev (0.7.2-r3) 00:27:26 (4/12) Installing g++ (9.3.0-r2) 00:27:33 (5/12) Installing fortify-headers (1.1-r0) 00:27:33 (6/12) Installing patch (2.7.6-r6) 00:27:33 (7/12) Installing build-base (0.5-r2) 00:27:33 (8/12) Installing libsodium (1.0.18-r0) 00:27:33 (9/12) Installing pkgconf (1.7.2-r0) 00:27:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:27:33 (11/12) Installing libzmq (4.3.3-r0) 00:27:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:27:33 Executing busybox-1.31.1-r19.trigger 00:27:33 OK: 217 MiB in 51 packages 00:27:38 Removing intermediate container fb2d9cd7d143 00:27:38 ---> e049cf540869 00:27:38 Step 4/6 : WORKDIR /edgex-go 00:27:38 ---> Running in 621d7599ad10 00:27:38 Removing intermediate container 621d7599ad10 00:27:38 ---> fbbef8dc33f7 00:27:38 Step 5/6 : COPY go.mod . 00:27:38 ---> c3cb2b9314c4 00:27:38 Step 6/6 : RUN go mod download 00:27:39 ---> Running in 13526c8d1905 00:27:41 ---> bb2627bf499f 00:27:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:27:41 ---> d12c1afa9e32 00:27:41 Step 9/23 : RUN make cmd/core-command/core-command 00:27:41 ---> 8b6cdf607969 00:27:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:27:41 ---> 314d6cc65e63 00:27:41 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:27:41 ---> 2c82bd2bc3da 00:27:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:27:41 ---> Running in e9ad2c92d39b 00:27:41 ---> Running in 874972569a9c 00:27:41 ---> Running in f236305f0cd0 00:27:41 ---> Running in 6125cf2cf88b 00:27:41 ---> Running in d2e63985e196 00:27:41 Removing intermediate container 6125cf2cf88b 00:27:41 ---> 5cb7010c0c5e 00:27:41 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:27:41 ---> Running in 5f705467b3ba 00:27:41 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:27:41 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:27:41 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:27:41 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:27:42 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:28:07 Removing intermediate container 13526c8d1905 00:28:07 ---> 56844df81055 00:28:07 Successfully built 56844df81055 00:28:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:28:07 + docker inspect -f . ci-base-image-arm64 00:28:07 . [Pipeline] withDockerContainer 00:28:07 prd-ubuntu18.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 00:28:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:09 $ docker top 6fb51070fd93dd39bcf61955c31e64830dafc02daf86bb8657ede1764784494d -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:10 + go version 00:28:10 go version go1.15.5 linux/arm64 [Pipeline] } 00:28:10 $ docker stop --time=1 6fb51070fd93dd39bcf61955c31e64830dafc02daf86bb8657ede1764784494d 00:28:12 $ docker rm -f 6fb51070fd93dd39bcf61955c31e64830dafc02daf86bb8657ede1764784494d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:13 + docker inspect -f . ci-base-image-arm64 00:28:13 . [Pipeline] withDockerContainer 00:28:13 prd-ubuntu18.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 00:28:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:28:14 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:28:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:28:15 $ docker top 50a79a793761797ac5820d91b99be1710d142124661c9cd67d2ff956359c5f43 -eo pid,comm [Pipeline] { [Pipeline] echo 00:28:15 ========================================================= 00:28:15 [edgeXBuildGoParallel] Running Tests and Build... 00:28:15 ========================================================= [Pipeline] sh 00:28:16 + make test 00:28:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:28:21 + mkdir -p /tmp/build/dist/linux 00:28:21 + cd /tmp/build/dist/linux 00:28:21 + git clone https://github.com/jwilder/dockerize.git . 00:28:21 Cloning into '.'... 00:28:21 + go get github.com/robfig/glock 00:28:21 Removing intermediate container d2e63985e196 00:28:21 ---> 4a7453decfc6 00:28:21 00:28:21 Step 10/22 : FROM alpine:3.12 00:28:21 3.12: Pulling from library/alpine 00:28:22 Removing intermediate container 874972569a9c 00:28:22 ---> 3738b88c86f8 00:28:22 00:28:22 Step 10/23 : FROM alpine:3.12 00:28:22 3.12: Pulling from library/alpine 00:28:22 Removing intermediate container e9ad2c92d39b 00:28:22 ---> b8d79a97bb71 00:28:22 00:28:22 Step 10/22 : FROM alpine:3.12 00:28:22 Removing intermediate container f236305f0cd0 00:28:22 ---> a28df4bad5ad 00:28:22 00:28:22 Step 10/21 : FROM alpine:3.12 00:28:22 3.12: Pulling from library/alpine 00:28:22 3.12: Pulling from library/alpine 00:28:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:28:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:28:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:28:22 Status: Image is up to date for alpine:3.12 00:28:22 Status: Image is up to date for alpine:3.12 00:28:22 Status: Downloaded newer image for alpine:3.12 00:28:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:28:22 Status: Image is up to date for alpine:3.12 00:28:22 ---> 389fef711851 00:28:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:28:22 ---> 389fef711851 00:28:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:28:22 ---> 389fef711851 00:28:22 Step 11/21 : RUN apk add --update --no-cache curl 00:28:22 ---> 389fef711851 00:28:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:28:22 ---> Running in c5cc88ce3c18 00:28:22 ---> Running in b8599abe8002 00:28:22 ---> Running in 340cbc91d55f 00:28:22 ---> Running in 7b3d0f6dcd87 00:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:24 (1/1) Installing dumb-init (1.2.2-r1) 00:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:24 Executing busybox-1.31.1-r19.trigger 00:28:24 OK: 6 MiB in 15 packages 00:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:24 (1/4) Installing ca-certificates (20191127-r4) 00:28:24 (1/1) Installing dumb-init (1.2.2-r1) 00:28:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:28:24 Executing busybox-1.31.1-r19.trigger 00:28:24 (3/4) Installing libcurl (7.69.1-r3) 00:28:24 OK: 6 MiB in 15 packages 00:28:24 (4/4) Installing curl (7.69.1-r3) 00:28:24 (1/2) Installing ca-certificates (20191127-r4) 00:28:24 Executing busybox-1.31.1-r19.trigger 00:28:24 Executing ca-certificates-20191127-r4.trigger 00:28:24 (2/2) Installing dumb-init (1.2.2-r1) 00:28:24 Executing busybox-1.31.1-r19.trigger 00:28:24 Executing ca-certificates-20191127-r4.trigger 00:28:24 OK: 6 MiB in 16 packages 00:28:25 OK: 7 MiB in 18 packages 00:28:26 Removing intermediate container c5cc88ce3c18 00:28:26 ---> f3334a9d3ccf 00:28:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:26 ---> Running in c5412855ff18 00:28:27 Removing intermediate container b8599abe8002 00:28:27 ---> 3f6c77f5e00d 00:28:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:27 ---> Running in 59ccaf19777e 00:28:27 Removing intermediate container 7b3d0f6dcd87 00:28:27 ---> 5beb4082207f 00:28:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:28:27 Removing intermediate container c5412855ff18 00:28:27 ---> cbb8ac15244c 00:28:27 Step 13/23 : ENV APP_PORT=48082 00:28:27 Removing intermediate container 340cbc91d55f 00:28:27 ---> efbacacb3ea0 00:28:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:27 ---> Running in 77840bc563e6 00:28:27 ---> Running in 25c77edd10f8 00:28:27 ---> Running in 9e65b5cd655f 00:28:27 Removing intermediate container 59ccaf19777e 00:28:27 ---> b2ae35aaee67 00:28:27 Step 13/22 : ENV APP_PORT=48085 00:28:27 Removing intermediate container 77840bc563e6 00:28:27 ---> 66a7831019fc 00:28:27 Step 13/21 : WORKDIR /edgex 00:28:27 Removing intermediate container 25c77edd10f8 00:28:27 ---> fd46d8864996 00:28:27 Step 14/23 : EXPOSE $APP_PORT 00:28:27 Removing intermediate container 9e65b5cd655f 00:28:27 ---> 83886d22963f 00:28:27 Step 13/22 : ENV APP_PORT=48060 00:28:27 ---> Running in 7fb9f3a5fe89 00:28:27 ---> Running in a63d83df61f6 00:28:27 ---> Running in 5af37e219bbd 00:28:30 ---> Running in 2bf2e4e1ccf9 00:28:30 Removing intermediate container 7fb9f3a5fe89 00:28:30 ---> 6fd5ed66eb69 00:28:30 Step 14/22 : EXPOSE $APP_PORT 00:28:30 Removing intermediate container a63d83df61f6 00:28:30 ---> 640a19abb1b0 00:28:30 Step 15/23 : WORKDIR / 00:28:30 ---> Running in 24f0a3f98465 00:28:30 ---> Running in ce1fbc15bafc 00:28:30 Removing intermediate container 5af37e219bbd 00:28:30 ---> 1bb432abdda6 00:28:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:28:30 Removing intermediate container 2bf2e4e1ccf9 00:28:30 ---> 66bcf4db1dab 00:28:30 Step 14/22 : EXPOSE $APP_PORT 00:28:30 Removing intermediate container 24f0a3f98465 00:28:30 ---> 76fda34b0499 00:28:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:30 ---> Running in 28eb75174882 00:28:30 Removing intermediate container ce1fbc15bafc 00:28:30 ---> 83c70f1e9f21 00:28:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:30 ---> 232a11576e4d 00:28:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:28:31 Removing intermediate container 28eb75174882 00:28:31 ---> 2cb12654e16a 00:28:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:31 ---> c90d6ea777e7 00:28:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:28:31 ---> 949615fc5648 00:28:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:28:31 ---> 1e60ff28a01f 00:28:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:28:31 + glock sync -n 00:28:31  ---> c50ab033c034 00:28:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:28:32 ---> 2c5f4ccb5876 00:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:28:32 ---> a6c53e2d6b76 00:28:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:28:32 ---> fe5d21a45df4 00:28:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:28:32 ---> 7f6d26a473e4 00:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:28:32 ---> 2ec49bad5dfa 00:28:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:28:32 ---> Running in 9b06bd48f2e7 00:28:33 ---> 8b577421f3ad 00:28:33 Step 19/23 : ENTRYPOINT ["/core-command"] 00:28:33 ---> Running in d7aafd3ca9ee 00:28:33 ---> Running in d2112dfcf6e8 00:28:33 ---> ff3216705b4f 00:28:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:28:33 Removing intermediate container 9b06bd48f2e7 00:28:33 ---> c1f232c0724e 00:28:33 Step 18/21 : CMD ["--init=true"] 00:28:33 Removing intermediate container d7aafd3ca9ee 00:28:33 ---> 432887837f36 00:28:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:33 ---> Running in 10c0cbd3cb05 00:28:33 ---> Running in bc0a8371eca5 00:28:33 ---> Running in 4a8559839de5 00:28:33 Removing intermediate container d2112dfcf6e8 00:28:33 ---> 0e2d8f26cbf8 00:28:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:34 ---> Running in 6ad8117eb5dd 00:28:34 Removing intermediate container 10c0cbd3cb05 00:28:34 ---> 411eb5ce2e79 00:28:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:34 Removing intermediate container 4a8559839de5 00:28:34 ---> 896316225f8d 00:28:34 Step 19/21 : LABEL arch=x86_64 00:28:34 Removing intermediate container bc0a8371eca5 00:28:34 ---> f761cb6a067f 00:28:34 Step 20/22 : LABEL arch=x86_64 00:28:34 ---> Running in 2c7dfaa4ea36 00:28:34 ---> Running in 4f95e6983bca 00:28:34 ---> Running in 7dbbc56b2e64 00:28:34 Removing intermediate container 6ad8117eb5dd 00:28:34 ---> a9dede6d8b7b 00:28:34 Step 21/23 : LABEL arch=x86_64 00:28:34 Removing intermediate container 2c7dfaa4ea36 00:28:34 ---> 139c6e1ff791 00:28:34 Step 20/22 : LABEL arch=x86_64 00:28:34 ---> Running in b9bb0f55c184 00:28:34 ---> Running in 1353901ab334 00:28:34 Removing intermediate container 4f95e6983bca 00:28:34 ---> 0f94a9f43b0b 00:28:34 Step 20/21 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:28:35 Removing intermediate container 7dbbc56b2e64 00:28:35 ---> ad60ac12bbb5 00:28:35 Step 21/22 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:28:35 ---> Running in 83d0885d4e6e 00:28:35 Removing intermediate container b9bb0f55c184 00:28:35 ---> 3ff5b00cb880 00:28:35 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:28:35 ---> Running in 72b2ec3e6dcd 00:28:35 ---> Running in 1d9c77034e8d 00:28:35 Removing intermediate container 1353901ab334 00:28:35 ---> 6470503d5dc4 00:28:35 Step 21/22 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:28:35 ---> Running in 74e74700e2c4 00:28:35 Removing intermediate container 83d0885d4e6e 00:28:35 ---> c89737e61f39 00:28:35 Step 21/21 : LABEL version=0.0.0 00:28:35 Removing intermediate container 72b2ec3e6dcd 00:28:35 ---> 721505cf0670 00:28:35 Step 22/22 : LABEL version=0.0.0 00:28:36 Removing intermediate container 1d9c77034e8d 00:28:36 ---> c17f1fa5a90c 00:28:36 Step 23/23 : LABEL version=0.0.0 00:28:36 ---> Running in 6f3f8bc19a98 00:28:36 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:28:36 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:28:36 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:28:36 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:28:36 + git describe '--abbrev=0' --tags 00:28:36 + TAG=v0.6.1 00:28:36 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:28:36 + apk --print-arch 00:28:36 building [dockerize] for amd64 ... 00:28:36 + arch=x86_64 00:28:36 + echo 'building [dockerize] for amd64 ... ' 00:28:36 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:28:37  ---> Running in 20c483711bfb 00:28:37 Removing intermediate container 74e74700e2c4 00:28:37 ---> 07f19a638017 00:28:37 Step 22/22 : LABEL version=0.0.0 00:28:37 ---> Running in c9840940d554 00:28:37 Removing intermediate container 6f3f8bc19a98 00:28:37 ---> 6956e33569cd 00:28:37 00:28:38 ---> Running in 02e8de01451e 00:28:38 Removing intermediate container 20c483711bfb 00:28:38 ---> 5dda640e4736 00:28:38 00:28:38 Successfully built 6956e33569cd 00:28:38 Successfully built 5dda640e4736 00:28:38 Successfully tagged docker-security-proxy-setup-go:latest 00:28:38  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:28:38 Removing intermediate container c9840940d554 00:28:38 ---> c447ed608d4f 00:28:38 00:28:38 Successfully tagged docker-support-scheduler-go:latest 00:28:38 Building docker-security-secretstore-setup-go 00:28:38  Building docker-support-scheduler-go ... done Removing intermediate container 02e8de01451e 00:28:38 ---> b253f8f47b28 00:28:38 00:28:38 Successfully built c447ed608d4f 00:28:38 Successfully tagged docker-core-command-go:latest 00:28:38 Building docker-core-data-go 00:28:38  Building docker-core-command-go ... done Successfully built b253f8f47b28 00:28:38 Successfully tagged docker-support-notifications-go:latest 00:28:38 Building docker-core-metadata-go 00:28:38 ? github.com/edgexfoundry/edgex-go [no test files] 00:29:05  Building docker-support-notifications-go ... done + date 00:29:05 + echo 'Thu Jan 28 00:29:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:29:05 Thu Jan 28 00:29:02 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:29:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:29:15 ---> c9f49af0f88f 00:29:15 Step 3/26 : WORKDIR /edgex-go 00:29:15 ---> Using cache 00:29:15 ---> 5a2ee75510c0 00:29:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:15 ---> Using cache 00:29:15 ---> e7632fae59bf 00:29:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:29:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:29:15 ---> c9f49af0f88f 00:29:15 Step 3/23 : WORKDIR /edgex-go 00:29:15 ---> Using cache 00:29:15 ---> 5a2ee75510c0 00:29:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:15 ---> Using cache 00:29:15 ---> e7632fae59bf 00:29:15 Step 5/23 : RUN apk add --update --no-cache make git 00:29:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:29:15 ---> c9f49af0f88f 00:29:15 Step 3/24 : WORKDIR /edgex-go 00:29:15 ---> Using cache 00:29:15 ---> 5a2ee75510c0 00:29:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:15 ---> Using cache 00:29:15 ---> e7632fae59bf 00:29:15 Step 5/24 : RUN apk add --update --no-cache make git 00:29:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:29:15 ---> c9f49af0f88f 00:29:15 Step 3/23 : WORKDIR /edgex-go 00:29:15 ---> Using cache 00:29:15 ---> 5a2ee75510c0 00:29:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:15 ---> Using cache 00:29:15 ---> e7632fae59bf 00:29:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:29:17 ---> Running in a02752b5f638 00:29:17 ---> Running in 3b9b15097e5d 00:29:17 ---> Running in 3ba62bef862e 00:29:17 ---> Running in 6a7b1456dc03 00:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:21 OK: 233 MiB in 51 packages 00:29:21 OK: 233 MiB in 51 packages 00:29:21 OK: 233 MiB in 51 packages 00:29:21 OK: 233 MiB in 51 packages 00:29:25 Removing intermediate container 3ba62bef862e 00:29:25 ---> 45f192a90872 00:29:25 Step 6/23 : COPY go.mod . 00:29:25 Removing intermediate container 6a7b1456dc03 00:29:25 ---> db280d3e8cd1 00:29:25 Step 6/26 : COPY go.mod . 00:29:25 Removing intermediate container a02752b5f638 00:29:25 ---> 56e189550ffe 00:29:25 Step 6/23 : COPY go.mod . 00:29:25 Removing intermediate container 3b9b15097e5d 00:29:25 ---> 225ba7558a4b 00:29:25 Step 6/24 : COPY go.mod . 00:29:25 ---> 7c5b0ac3a222 00:29:25 Step 7/23 : RUN go mod download 00:29:25 Removing intermediate container 5f705467b3ba 00:29:25 ---> 982c8b904d38 00:29:25 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:29:25 ---> Running in 99c0698c816d 00:29:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:29:26 ---> Running in dfb762591879 00:29:26 ---> e835b5a6b155 00:29:26 Step 7/24 : RUN go mod download 00:29:26 ---> 5699b9394ba1 00:29:26 ---> f949cbdbe9a4 00:29:26 Step 7/26 : RUN go mod download 00:29:26 Step 7/23 : RUN go mod download 00:29:26 ---> Running in 545fc049d144 00:29:27 ---> Running in 61079fce4e00 00:29:27 ---> Running in 489a0b530289 00:29:27 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:29:27 statically linked 00:29:29 Removing intermediate container dfb762591879 00:29:29 ---> 40d946b86e80 00:29:29 00:29:29 Step 12/34 : FROM alpine:3.12 00:29:29 ---> 389fef711851 00:29:29 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:29:29 ---> Running in 4c872d266046 00:29:29 Removing intermediate container 545fc049d144 00:29:29 ---> ec50369e9f03 00:29:29 Step 8/24 : COPY . . 00:29:29 Removing intermediate container 99c0698c816d 00:29:29 ---> b9dc0a7387f3 00:29:29 Step 8/23 : COPY . . 00:29:29 Removing intermediate container 4c872d266046 00:29:29 ---> 78a8ed0c9fd9 00:29:29 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:29:29 Removing intermediate container 61079fce4e00 00:29:29 ---> bbca95c26276 00:29:29 Step 8/26 : COPY . . 00:29:29 Removing intermediate container 489a0b530289 00:29:29 ---> 85eedaaa0117 00:29:29 Step 8/23 : COPY . . 00:29:29 ---> Running in 71a43e432e67 00:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:35 (1/3) Installing dumb-init (1.2.2-r1) 00:29:35 (2/3) Installing openssl (1.1.1i-r0) 00:29:35 (3/3) Installing su-exec (0.2-r1) 00:29:35 Executing busybox-1.31.1-r19.trigger 00:29:35 OK: 6 MiB in 17 packages 00:29:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:29:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:29:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:29:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:29:44 Removing intermediate container 71a43e432e67 00:29:44 ---> 1cc7df80c233 00:29:44 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:29:44 ---> Running in ff1bc4054ea7 00:29:47 Removing intermediate container ff1bc4054ea7 00:29:47 ---> db99d3b5f6b2 00:29:47 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:29:48 ---> Running in 624b5897dd35 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:29:51 Removing intermediate container 624b5897dd35 00:29:51 ---> d580bdd758fe 00:29:51 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:29:52 ---> Running in 9fe2b36f1fb8 00:29:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:29:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:29:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:30:00 Removing intermediate container 9fe2b36f1fb8 00:30:00 ---> 4f32ea8a4e51 00:30:00 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:30:00 ---> Running in d30b5e4a733d 00:30:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.252s coverage: 46.6% of statements 00:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:30:03 Removing intermediate container d30b5e4a733d 00:30:03 ---> 6e509d214327 00:30:03 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:30:07 ---> f59fd7d632ab 00:30:07 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:30:08 ---> 3e8ad6109c5a 00:30:08 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:30:09 ---> Running in 32b98d4a6f8e 00:30:10 ---> 5a82e204e252 00:30:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:30:10 ---> 839fd65dcabc 00:30:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:30:10 ---> 126ba2380c72 00:30:10 Step 9/23 : RUN make cmd/core-data/core-data 00:30:10 ---> 18ac9b7da0a9 00:30:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:30:10 ---> Running in a9be13433f9b 00:30:10 ---> Running in c2cc6dda7273 00:30:10 ---> Running in 347b8901da75 00:30:10 ---> Running in ce17fef16dde 00:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.575s coverage: 27.1% of statements 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 65.8% of statements 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:30:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:30:11 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:30:11 Removing intermediate container 32b98d4a6f8e 00:30:11 ---> 535d1a207ef4 00:30:11 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:11 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:30:11 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:30:12 ---> ba18a59ac0f2 00:30:12 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:30:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.711s coverage: 82.3% of statements 00:30:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:30:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:30:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:30:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:30:12 ---> 299fcb48dc03 00:30:12 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:30:13 ---> 3df91899b17e 00:30:13 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:30:16 ---> ee50b950ca3a 00:30:16 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:30:16 ---> 75cf36a2579a 00:30:16 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:30:17 ---> Running in 937d981dc2d3 00:30:17 Removing intermediate container 937d981dc2d3 00:30:17 ---> c5ab9eff6730 00:30:17 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.268s coverage: 28.6% of statements 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:30:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements 00:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:30:18 ---> 50c5a0c7c5b4 00:30:18 Step 29/34 : RUN chmod +x /entrypoint.sh 00:30:18 ---> Running in 60859a994369 00:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.418s coverage: 86.7% of statements 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:30:21 Removing intermediate container 60859a994369 00:30:21 ---> a91ee11bd2f5 00:30:21 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:30:21 ---> Running in 155b51574f67 00:30:22 Removing intermediate container 155b51574f67 00:30:22 ---> bafbec3a542f 00:30:22 Step 31/34 : CMD ["gate"] 00:30:22 ---> Running in aecb4f5f384e 00:30:23 Removing intermediate container aecb4f5f384e 00:30:23 ---> e243c1f92c6b 00:30:23 Step 32/34 : LABEL arch=x86_64 00:30:23 ---> Running in edd752be86d0 00:30:24 Removing intermediate container edd752be86d0 00:30:24 ---> a0a6371a422a 00:30:24 Step 33/34 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:30:25 ---> Running in 8419dc793f18 00:30:25 Removing intermediate container 8419dc793f18 00:30:25 ---> 2707519fe7c1 00:30:25 Step 34/34 : LABEL version=0.0.0 00:30:25 ---> Running in 2b72480e38d4 00:30:25 Removing intermediate container 2b72480e38d4 00:30:25 ---> 0faee0680ee9 00:30:25 00:30:26 Successfully built 0faee0680ee9 00:30:26 Successfully tagged docker-security-bootstrapper-go:latest 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.372s coverage: 92.8% of statements 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.1% of statements 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:30:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 00:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 00:30:39  Building docker-security-bootstrapper-go ... done 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:30:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.095s coverage: 94.4% of statements 00:30:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 00:30:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:30:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:30:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:30:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 00:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 00:30:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.4% of statements 00:30:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.659s coverage: 63.5% of statements 00:30:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:30:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements 00:30:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 00:30:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 00:30:47 Removing intermediate container a9be13433f9b 00:30:47 ---> c87cfa3bc09c 00:30:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:30:47 Removing intermediate container 347b8901da75 00:30:47 ---> 9e157c789e9c 00:30:47 00:30:47 Step 10/24 : FROM alpine:3.12 00:30:47 ---> 389fef711851 00:30:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:30:47 ---> Running in 29552801eb87 00:30:47 ---> Running in a3970eea64e2 00:30:48 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:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:49 (1/5) Installing ca-certificates (20191127-r4) 00:30:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:30:49 (3/5) Installing libcurl (7.69.1-r3) 00:30:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:30:49 (4/5) Installing curl (7.69.1-r3) 00:30:49 (5/5) Installing dumb-init (1.2.2-r1) 00:30:49 Executing busybox-1.31.1-r19.trigger 00:30:49 Executing ca-certificates-20191127-r4.trigger 00:30:49 OK: 7 MiB in 19 packages 00:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.920s coverage: 68.9% of statements 00:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:30:52 Removing intermediate container ce17fef16dde 00:30:52 ---> 04be1cc083e3 00:30:52 00:30:52 Step 10/23 : FROM alpine:3.12 00:30:52 ---> 389fef711851 00:30:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:30:52 ---> Using cache 00:30:52 ---> 3f6c77f5e00d 00:30:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:52 ---> Using cache 00:30:52 ---> b2ae35aaee67 00:30:52 Step 13/23 : ENV APP_PORT=48081 00:30:53 Removing intermediate container 29552801eb87 00:30:53 ---> 59909254f588 00:30:53 00:30:53 Step 11/26 : FROM docker:20.10.0 00:30:53 Removing intermediate container c2cc6dda7273 00:30:53 ---> cc1b2e6c3bfb 00:30:53 00:30:53 Step 10/23 : FROM alpine:3.12 00:30:53 ---> 389fef711851 00:30:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:30:53 20.10.0: Pulling from library/docker 00:30:53 ---> Running in 207609ac99e7 00:30:53 Removing intermediate container a3970eea64e2 00:30:53 ---> 8b44b2be1dca 00:30:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:53 ---> Running in 603dcb172029 00:30:53 ---> Running in 9fc38db416ec 00:30:53 Removing intermediate container 207609ac99e7 00:30:53 ---> 87c5610955a9 00:30:53 Step 14/23 : EXPOSE $APP_PORT 00:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.461s coverage: 37.0% of statements 00:30:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:30:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.833s coverage: 84.0% of statements 00:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements 00:30:55 ---> Running in c77f5cf5bb13 00:30:55 Removing intermediate container 603dcb172029 00:30:55 ---> 39abfc950f6c 00:30:55 Step 12/23 : ENV APP_PORT=48080 00:30:55 Removing intermediate container 9fc38db416ec 00:30:55 ---> be8705543bd3 00:30:55 Step 13/24 : WORKDIR / 00:30:55 ---> Running in 05fc62f94663 00:30:55 ---> Running in 442e67dc2ae2 00:30:55 Removing intermediate container c77f5cf5bb13 00:30:55 ---> d21a99c4c849 00:30:55 Step 15/23 : WORKDIR / 00:30:55 Removing intermediate container 05fc62f94663 00:30:55 ---> 27dfc7771af3 00:30:55 Step 13/23 : EXPOSE $APP_PORT 00:30:55 ---> Running in 125ae77ef87a 00:30:56 Removing intermediate container 442e67dc2ae2 00:30:56 ---> a7b2eb60389c 00:30:56 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:30:56 ---> Running in 9140d82b6660 00:30:56 Removing intermediate container 125ae77ef87a 00:30:56 ---> 08716c1ca922 00:30:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:56 Removing intermediate container 9140d82b6660 00:30:56 ---> 55afe50a3405 00:30:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:56 ---> b93329f5f5dd 00:30:56 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:30:56 ---> Running in 1f3b2d5d0180 00:30:56 ---> d25525b5a05e 00:30:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:30:56 ---> 19522f07acd1 00:30:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:30:57 ---> 04d002a4aa14 00:30:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:30:57 ---> 012c14a87508 00:30:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:30:58 ---> 516ceaa5b0dd 00:30:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:30:58 ---> Running in 56ddd870e05f 00:30:58 ---> 4c545cf1793e 00:30:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:30:58 Removing intermediate container 1f3b2d5d0180 00:30:58 ---> 1fcea926423f 00:30:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:30:58 ---> Running in f16a93c0db91 00:30:58 Removing intermediate container 56ddd870e05f 00:30:58 ---> 90b533d8476b 00:30:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:30:59 ---> aad848c03003 00:30:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:30:59 ---> Running in 388b44bf35aa 00:30:59 Removing intermediate container 388b44bf35aa 00:30:59 ---> 30df4589161a 00:30:59 Step 21/23 : LABEL arch=x86_64 00:30:59 ---> 2d7cfd413261 00:30:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:30:59 ---> Running in a253bab49822 00:30:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:59 ---> Running in 4515423c77b2 00:31:00 Removing intermediate container a253bab49822 00:31:00 ---> 019322c6be1f 00:31:00 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:31:00 ---> Running in f45805d0ed57 00:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:00 Removing intermediate container f45805d0ed57 00:31:00 ---> 44ae7882278d 00:31:00 Step 23/23 : LABEL version=0.0.0 00:31:00 ---> Running in f9b2754061c3 00:31:00 (1/6) Installing dumb-init (1.2.2-r1) 00:31:00 (2/6) Installing libgcc (9.3.0-r2) 00:31:01 (3/6) Installing libsodium (1.0.18-r0) 00:31:01 Removing intermediate container f9b2754061c3 00:31:01 ---> d1959ed95259 00:31:01 00:31:01 (4/6) Installing libstdc++ (9.3.0-r2) 00:31:01 Removing intermediate container 4515423c77b2 00:31:01 ---> 7171aafe2868 00:31:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:31:01 (5/6) Installing libzmq (4.3.3-r0) 00:31:01 (6/6) Installing zeromq (4.3.3-r0) 00:31:01 Successfully built d1959ed95259 00:31:01 ---> Running in e96fad0f31e7 00:31:01 Successfully tagged docker-core-metadata-go:latest 00:31:01  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 00:31:01 OK: 8 MiB in 20 packages 00:31:02 Removing intermediate container e96fad0f31e7 00:31:02 ---> 464f6db376c1 00:31:02 Step 22/24 : LABEL arch=x86_64 00:31:02 ---> Running in d8bc9d81327e 00:31:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:31:02 Status: Downloaded newer image for docker:20.10.0 00:31:02 ---> aefe523efa57 00:31:02 Step 12/26 : RUN apk add --no-cache bash 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.1% of statements 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:31:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 00:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:31:02 Removing intermediate container d8bc9d81327e 00:31:02 ---> 45e21109ea96 00:31:02 Step 23/24 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:31:02 ---> Running in fb5c4de29017 00:31:02 Removing intermediate container f16a93c0db91 00:31:02 ---> c96655f63d47 00:31:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:02 ---> Running in cd5ea0908d69 00:31:03 ---> 8c08dc76d564 00:31:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:31:03 Removing intermediate container cd5ea0908d69 00:31:03 ---> 78e17d331800 00:31:03 Step 24/24 : LABEL version=0.0.0 00:31:03 ---> Running in f71eb252f2ee 00:31:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:03 Removing intermediate container f71eb252f2ee 00:31:03 ---> 21b49998b7d0 00:31:03 00:31:03 (1/2) Installing readline (8.0.4-r0) 00:31:03 (2/2) Installing bash (5.0.17-r0) 00:31:03 Successfully built 21b49998b7d0 00:31:03 Successfully tagged docker-security-secretstore-setup-go:latest 00:31:03  Building docker-security-secretstore-setup-go ... done Executing bash-5.0.17-r0.post-install 00:31:03 Executing busybox-1.31.1-r19.trigger 00:31:03 OK: 12 MiB in 22 packages 00:31:03 ---> d6f7225a1378 00:31:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:31:04 ---> 0a5f5969d1da 00:31:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:31:04 Removing intermediate container fb5c4de29017 00:31:04 ---> 0ba471394e49 00:31:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:31:04 ---> Running in 7f5e14035262 00:31:04 ---> Running in 5c239d591efb 00:31:04 Removing intermediate container 7f5e14035262 00:31:04 ---> 99b37f4e4e24 00:31:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:04 Removing intermediate container 5c239d591efb 00:31:04 ---> 424ff89432db 00:31:04 Step 14/26 : ENV APP_PORT=48090 00:31:04 ---> Running in e1ef6f813aea 00:31:04 ---> Running in dace1fff4765 00:31:04 Removing intermediate container dace1fff4765 00:31:04 ---> 8d4e822c815c 00:31:04 Step 15/26 : EXPOSE $APP_PORT 00:31:04 Removing intermediate container e1ef6f813aea 00:31:04 ---> ee9d0b746344 00:31:04 Step 21/23 : LABEL arch=x86_64 00:31:04 ---> Running in 83c0f58c469b 00:31:04 ---> Running in 02a0eb8acb27 00:31:05 Removing intermediate container 83c0f58c469b 00:31:05 ---> ff1a49e67d17 00:31:05 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:31:05 Removing intermediate container 02a0eb8acb27 00:31:05 ---> 9434f509953a 00:31:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:31:05 ---> Running in 8897aad76160 00:31:05 Removing intermediate container 8897aad76160 00:31:05 ---> 8a02f6931cdc 00:31:05 Step 23/23 : LABEL version=0.0.0 00:31:05 ---> Running in 2f53c653bf7b 00:31:05 ---> 6f3c82321800 00:31:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:31:05 Removing intermediate container 2f53c653bf7b 00:31:05 ---> 1b837060187a 00:31:05 00:31:06 Successfully built 1b837060187a 00:31:06 Successfully tagged docker-core-data-go:latest 00:31:06  Building docker-core-data-go ... done  ---> 98780ffcc2a3 00:31:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.799s coverage: 29.1% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:31:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:31:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:31:06 ---> b175dfe66660 00:31:06 Step 19/26 : RUN apk --no-cache add py3-pip 00:31:06 ---> Running in 3c2437177502 00:31:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:07 (1/33) Installing libbz2 (1.0.8-r1) 00:31:07 (2/33) Installing expat (2.2.9-r1) 00:31:07 (3/33) Installing libffi (3.3-r2) 00:31:07 (4/33) Installing gdbm (1.13-r1) 00:31:07 (5/33) Installing xz-libs (5.2.5-r0) 00:31:07 (6/33) Installing sqlite-libs (3.32.1-r0) 00:31:07 (7/33) Installing python3 (3.8.5-r0) 00:31:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:31:08 (8/33) Installing py3-appdirs (1.4.4-r1) 00:31:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:31:08 (10/33) Installing py3-parsing (2.4.7-r0) 00:31:08 (11/33) Installing py3-six (1.15.0-r0) 00:31:08 (12/33) Installing py3-packaging (20.4-r0) 00:31:08 (13/33) Installing py3-setuptools (47.0.0-r0) 00:31:08 (14/33) Installing py3-chardet (3.0.4-r4) 00:31:08 (15/33) Installing py3-idna (2.9-r0) 00:31:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:31:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:31:09 (18/33) Installing py3-requests (2.23.0-r0) 00:31:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:31:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:31:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:31:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:31:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:31:09 (24/33) Installing py3-distro (1.5.0-r1) 00:31:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:31:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:31:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:31:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:31:09 (29/33) Installing py3-progress (1.5-r0) 00:31:09 (30/33) Installing py3-toml (0.10.1-r0) 00:31:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:31:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:31:09 (33/33) Installing py3-pip (20.1.1-r0) 00:31:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:31:09 Executing busybox-1.31.1-r19.trigger 00:31:09 OK: 71 MiB in 55 packages 00:31:10 GO111MODULE=on go vet ./... 00:31:19 Removing intermediate container 3c2437177502 00:31:19 ---> 2cccee3511bf 00:31:19 Step 20/26 : RUN pip install docker-compose==1.23.2 00:31:19 ---> Running in bee311ab8794 00:31:21 Collecting docker-compose==1.23.2 00:31:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:31:21 Collecting docker<4.0,>=3.6.0 00:31:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:31:21 Collecting docopt<0.7,>=0.6.1 00:31:21 Downloading docopt-0.6.2.tar.gz (25 kB) 00:31:22 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:31:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:31:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:31:22 Collecting dockerpty<0.5,>=0.4.1 00:31:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:31:23 Collecting PyYAML<4,>=3.10 00:31:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:31:24 Collecting jsonschema<3,>=2.5.1 00:31:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:31:24 Collecting cached-property<2,>=1.2.0 00:31:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:31:24 Collecting websocket-client<1.0,>=0.32.0 00:31:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:31:24 Collecting texttable<0.10,>=0.9.0 00:31:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:31:24 Collecting docker-pycreds>=0.4.0 00:31:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:31:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:31:25 Collecting idna<2.8,>=2.5 00:31:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:31:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:31:25 Collecting urllib3<1.25,>=1.21.1 00:31:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:31:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:31:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:31:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:31:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:31:25 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, jsonschema, cached-property, texttable, docker-compose 00:31:25 Attempting uninstall: idna 00:31:25 Found existing installation: idna 2.9 00:31:25 Uninstalling idna-2.9: 00:31:25 Successfully uninstalled idna-2.9 00:31:26 Attempting uninstall: urllib3 00:31:26 Found existing installation: urllib3 1.25.9 00:31:26 Uninstalling urllib3-1.25.9: 00:31:26 Successfully uninstalled urllib3-1.25.9 00:31:26 Attempting uninstall: requests 00:31:26 Found existing installation: requests 2.23.0 00:31:26 Uninstalling requests-2.23.0: 00:31:26 Successfully uninstalled requests-2.23.0 00:31:26 Running setup.py install for docopt: started 00:31:27 Running setup.py install for docopt: finished with status 'done' 00:31:27 Running setup.py install for dockerpty: started 00:31:27 Running setup.py install for dockerpty: finished with status 'done' 00:31:27 Running setup.py install for PyYAML: started 00:31:28 Running setup.py install for PyYAML: finished with status 'done' 00:31:28 Running setup.py install for texttable: started 00:31:28 Running setup.py install for texttable: finished with status 'done' 00:31:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:31:33 Removing intermediate container bee311ab8794 00:31:33 ---> 6398da9f16e0 00:31:33 Step 21/26 : RUN apk --no-cache add curl 00:31:33 ---> Running in 4bfd58c53414 00:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:31:33 (2/3) Installing libcurl (7.69.1-r3) 00:31:33 (3/3) Installing curl (7.69.1-r3) 00:31:33 Executing busybox-1.31.1-r19.trigger 00:31:33 OK: 72 MiB in 58 packages 00:31:34 Removing intermediate container 4bfd58c53414 00:31:34 ---> f6ebd196a44e 00:31:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:31:34 ---> Running in d3ef0cb6d326 00:31:34 Removing intermediate container d3ef0cb6d326 00:31:34 ---> 00c207c0ab8c 00:31:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:34 ---> Running in 0a5e832b9d69 00:31:34 Removing intermediate container 0a5e832b9d69 00:31:34 ---> 71dad1c8ea40 00:31:34 Step 24/26 : LABEL arch=x86_64 00:31:34 ---> Running in cc94d2fa81ca 00:31:35 Removing intermediate container cc94d2fa81ca 00:31:35 ---> 2d3b478865ae 00:31:35 Step 25/26 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:31:35 ---> Running in e1b374dae68c 00:31:35 Removing intermediate container e1b374dae68c 00:31:35 ---> 566210fdf006 00:31:35 Step 26/26 : LABEL version=0.0.0 00:31:35 ---> Running in d7d97d4d25fb 00:31:35 Removing intermediate container d7d97d4d25fb 00:31:35 ---> 01322bf9dcdb 00:31:35 00:31:35 Successfully built 01322bf9dcdb 00:31:35 Successfully tagged docker-sys-mgmt-agent-go:latest 00:31:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:31:35 $ docker stop --time=1 c2a57c225c47dec9a88f35a34ea4be2b6deddad5bc2b115eaeaf1a7427374d26 00:31:37 $ docker rm -f c2a57c225c47dec9a88f35a34ea4be2b6deddad5bc2b115eaeaf1a7427374d26 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:38 + docker images 00:31:38 + grep docker 00:31:38 docker-sys-mgmt-agent-go latest 01322bf9dcdb 3 seconds ago 313MB 00:31:38 docker-core-data-go latest 1b837060187a 33 seconds ago 22.3MB 00:31:38 docker-security-secretstore-setup-go latest 21b49998b7d0 35 seconds ago 24.6MB 00:31:38 docker-core-metadata-go latest d1959ed95259 38 seconds ago 18.8MB 00:31:38 docker-security-bootstrapper-go latest 0faee0680ee9 About a minute ago 33.5MB 00:31:38 docker-support-notifications-go latest b253f8f47b28 3 minutes ago 16.9MB 00:31:38 docker-core-command-go latest c447ed608d4f 3 minutes ago 16.3MB 00:31:38 docker-security-proxy-setup-go latest 6956e33569cd 3 minutes ago 24.4MB 00:31:38 docker-support-scheduler-go latest 5dda640e4736 3 minutes ago 16.4MB 00:31:38 docker 20.10.0 aefe523efa57 6 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:31:54 Still waiting to schedule task 00:31:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:32:32 gofmt -l . 00:32:33 [ "`gofmt -l .`" = "" ] 00:32:36 Running on prd-ubuntu18.04-docker-8c-8g-23571 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:32:36 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:32:37 ./bin/test-go-mod-tidy.sh 00:32:37 ./bin/test-attribution-txt.sh 00:32:38 using credential edgex-jenkins-ssh 00:32:38 Cloning the remote Git repository [Pipeline] sh 00:32:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:32:39 > git init /w/workspace/edgex-go/3 # timeout=10 00:32:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:32:39 > git --version # timeout=10 00:32:39 > git --version # 'git version 2.17.1' 00:32:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:32:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:32:39 + ls -al . 00:32:39 total 696 00:32:39 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:32 . 00:32:39 drwxr-xr-x 4 root root 4096 Jan 28 00:28 .. 00:32:39 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:26 .dockerignore 00:32:39 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:26 .git 00:32:39 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:26 .github 00:32:39 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:26 .gitignore 00:32:39 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:26 .sonarcloud.properties 00:32:39 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:26 Attribution.txt 00:32:39 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:26 CONTRIBUTING.md 00:32:39 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:26 Dockerfile.build 00:32:39 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:26 Jenkinsfile 00:32:39 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:26 LICENSE 00:32:39 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:26 Makefile 00:32:39 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:26 README.md 00:32:39 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:26 SECURITY.md 00:32:39 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:22 VERSION 00:32:39 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:26 ZMQWindows.md 00:32:39 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:26 bin 00:32:39 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:26 cmd 00:32:39 -rw-r--r-- 1 root root 564700 Jan 28 00:31 coverage.out 00:32:39 -rw-r--r-- 1 root root 1053 Jan 28 00:32 go.mod 00:32:39 -rw-r--r-- 1 root root 19190 Jan 28 00:32 go.sum 00:32:39 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:26 internal 00:32:39 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:26 openapi 00:32:39 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:26 snap 00:32:39 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:26 version.go [Pipeline] sh 00:32:40 + '[' -e coverage.out ] 00:32:40 + chown 1001:1001 coverage.out [Pipeline] stash 00:32:40 Warning: overwriting stash ‘coverage-report’ 00:32:41 Stashed 1 file(s) [Pipeline] sh 00:32:42 + make build 00:32:42 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:32:48 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 00:32:48 Merge succeeded, producing 8c1ab4ea795754d6591943bdbd073d6e23d43e9d 00:32:48 Checking out Revision 8c1ab4ea795754d6591943bdbd073d6e23d43e9d (PR-3075) 00:32:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:32:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:32:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:32:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:32:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:32:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:32:48 > git config core.sparsecheckout # timeout=10 00:32:48 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 00:32:48 > git remote # timeout=10 00:32:48 > git config --get remote.origin.url # timeout=10 00:32:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:32:48 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:32:48 > git rev-parse HEAD^{commit} # timeout=10 00:32:48 > git config core.sparsecheckout # timeout=10 00:32:48 > git checkout -f 8c1ab4ea795754d6591943bdbd073d6e23d43e9d # timeout=10 00:32:51 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:32:51 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:53 + echo snap-build.sh 00:32:53 snap-build.sh 00:32:53 + SNAP_BASE_DIR=. 00:32:53 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:32:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:32:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:32:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:32:53 + cd /w/workspace/edgex-go/3 00:32:53 + sudo apt-get remove -qy --purge lxd lxd-client 00:32:53 Reading package lists... 00:32:53 Building dependency tree... 00:32:53 Reading state information... 00:32:51 > git rev-list --no-walk 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 # timeout=10 00:32:53 The following packages were automatically installed and are no longer required: 00:32:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:32:53 uidmap xdelta3 00:32:53 Use 'sudo apt autoremove' to remove them. 00:32:53 The following packages will be REMOVED: 00:32:53 lxd* lxd-client* 00:32:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:32:53 After this operation, 31.7 MB disk space will be freed. 00:32:54 (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:32:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:32:55 Removing lxd dnsmasq configuration 00:32:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:32:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:32:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:32:56 (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:32:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:32:57 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:32:57 Processing triggers for systemd (237-3ubuntu10.42) ... 00:32:58 Processing triggers for ureadahead (0.100.0-21) ... 00:32:59 + sudo snap remove --purge lxd 00:32:59 snap "lxd" is not installed 00:32:59 + sudo groupadd --force --system lxd 00:32:59 ++ whoami 00:32:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:32:59 + newgrp - lxd 00:32:59 + sudo snap install lxd 00:33:07 2021-01-28T00:33:04Z INFO Waiting for automatic snapd restart... 00:33:19 lxd 4.10 from Canonical* installed 00:33:19 + sudo lxd init --auto 00:33:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:33:29 + sudo snap install --classic snapcraft 00:33:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:34 snapcraft 4.4.4 from Canonical* installed 00:33:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:33:34 + patch --verbose -p1 00:33:34 Hmm... Looks like a unified diff to me... 00:33:34 The text leading up to this was: 00:33:34 -------------------------- 00:33:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:33:34 |From: Tony Espy 00:33:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:33:34 |Subject: [PATCH] optimize snap build for pipeline CI check 00:33:34 | 00:33:34 |This patch is used by the EdgeX CI pipeline builds to 00:33:34 |optimize the snap CI check run for pull requests. When 00:33:34 |applied, it essentially strips out everything (apps and 00:33:34 |parts) from the snapcraft.yaml file except those required 00:33:34 |to build edgex-go, as the whole idea of the CI check is to 00:33:34 |catch changes to edgex-go that break the snap build. 00:33:34 | 00:33:34 |In general, anyone updating snapcraft.yaml will also need 00:33:34 |to update this patch file, otherwise it may fail to apply, 00:33:34 |resulting in a failed snap build CI check in the associated 00:33:34 |pull request. 00:33:34 | 00:33:34 |Note - in addition to applying this patch, the pipeline also 00:33:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:33:34 |need to build the finally binary .snap file (and it won't 00:33:34 |work with the patch applied). This further reduces the build 00:33:34 |time. 00:33:34 |--- 00:33:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:33:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:33:34 | 00:33:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:33:34 |index 1e537489..faf42425 100644 00:33:34 |--- a/snap/snapcraft.yaml 00:33:34 |+++ b/snap/snapcraft.yaml 00:33:34 -------------------------- 00:33:34 patching file snap/snapcraft.yaml 00:33:34 Using Plan A... 00:33:34 Hunk #1 succeeded at 73. 00:33:34 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:33:34 Hunk #3 succeeded at 214 (offset -1 lines). 00:33:34 Hunk #4 succeeded at 222 (offset -1 lines). 00:33:34 Hunk #5 succeeded at 229 (offset -1 lines). 00:33:34 Hunk #6 succeeded at 256 (offset -1 lines). 00:33:34 Hunk #7 succeeded at 290 (offset -1 lines). 00:33:34 Hunk #8 succeeded at 342. 00:33:34 Hmm... Ignoring the trailing garbage. 00:33:34 done 00:33:34 + sudo snapcraft prime --use-lxd 00:33:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:33:35 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:33:35 - README.md 00:33:35 - snapcraft.yaml.orig 00:33:35 00:33:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:33:35 Launching a container. 00:33:37 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:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33: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:33:46 Waiting for container to be ready 00:33:46 To start your first instance, try: lxc launch ubuntu:18.04 00:33:46 00:33:50 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:33:50 Waiting for network to be ready... 00:33:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:33:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:33:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:33:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:33:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:33:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:33:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:33:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:33:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:33:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:33:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:33:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:33:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:33:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:33:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:33:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:33:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:33:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:33:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:33:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:33:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:33:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:33:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:33:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:33:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:33:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:33:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:33:54 Fetched 23.8 MB in 4s (6100 kB/s) 00:33:55 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:33:55 Reading package lists... 00:33:55 Reading package lists... 00:33:55 Building dependency tree... 00:33:55 Reading state information... 00:33:55 The following additional packages will be installed: 00:33:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:33:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:33:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:33:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:33:55 Suggested packages: 00:33:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:33:55 Recommended packages: 00:33:55 gnupg libsasl2-modules 00:33:56 The following NEW packages will be installed: 00:33:56 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:33:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:33:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:33:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:33:56 The following packages will be upgraded: 00:33:56 gpg gpg-agent gpgconf libudev1 00:33:56 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:33:56 Need to get 3533 kB of archives. 00:33:56 After this operation, 13.3 MB of additional disk space will be used. 00:33:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:33:56 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:33:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:33:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:33:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:33:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:33:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:33:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:33:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:33:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:33:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:33:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:33:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:33:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:33:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:33:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:33:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:33:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:33:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:33:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:33:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:33:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:33:57 debconf: delaying package configuration, since apt-utils is not installed 00:33:57 Fetched 3533 kB in 1s (3288 kB/s) 00:33:57 (Reading database ... 12511 files and directories currently installed.) 00:33:57 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:33:57 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:33:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:33:57 Selecting previously unselected package udev. 00:33:57 (Reading database ... 12511 files and directories currently installed.) 00:33:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:33:57 Unpacking udev (237-3ubuntu10.44) ... 00:33:57 Selecting previously unselected package libfuse2:amd64. 00:33:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:33:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:33:57 Selecting previously unselected package fuse. 00:33:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:33:57 Unpacking fuse (2.9.7-1ubuntu1) ... 00:33:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:33:57 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:33:58 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:33:58 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:33:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:33:58 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:33:58 Selecting previously unselected package libksba8:amd64. 00:33:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:33:58 Unpacking libksba8:amd64 (1.3.5-2) ... 00:33:58 Selecting previously unselected package libroken18-heimdal:amd64. 00:33:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:33:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:33:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:33:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 Selecting previously unselected package libwind0-heimdal:amd64. 00:33:59 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:59 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:33:59 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:33:59 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:59 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:33:59 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:59 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:33:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:33:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:33:59 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:33:59 Selecting previously unselected package libsasl2-modules-db:amd64. 00:33:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:33:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:33:59 Selecting previously unselected package libsasl2-2:amd64. 00:33:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:33:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:33:59 Selecting previously unselected package libldap-common. 00:33:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:33:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:33:59 Selecting previously unselected package libldap-2.4-2:amd64. 00:33:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:33:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:33:59 Selecting previously unselected package dirmngr. 00:33:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:33:59 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:34:00 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:34:00 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:34:00 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:34:00 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:34:00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:34:00 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:34:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:00 Setting up libksba8:amd64 (1.3.5-2) ... 00:34:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:34:00 Setting up udev (237-3ubuntu10.44) ... 00:34:00 invoke-rc.d: policy-rc.d denied execution of start. 00:34:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:00 Processing triggers for systemd (237-3ubuntu10) ... 00:34:00 Setting up fuse (2.9.7-1ubuntu1) ... 00:34:00 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:34:01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:34:01 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:34:01 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:34:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:34:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:34:01 settings in the [Install] section, and DefaultInstance for template units). 00:34:01 This means they are not meant to be enabled using systemctl. 00:34:01 Possible reasons for having this kind of units are: 00:34:01 1) A unit may be statically enabled by being symlinked from another unit's 00:34:01 .wants/ or .requires/ directory. 00:34:01 2) A unit's purpose may be to act as a helper for some other unit which has 00:34:01 a requirement dependency on it. 00:34:01 3) A unit may be started when needed via activation (socket, path, timer, 00:34:01 D-Bus, udev, scripted systemctl call, ...). 00:34:01 4) In case of template units, the unit is meant to be enabled with some 00:34:01 instance name specified. 00:34:01 Reading package lists... 00:34:01 Building dependency tree... 00:34:01 Reading state information... 00:34:02 The following additional packages will be installed: 00:34:02 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:34:02 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:34:02 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:34:02 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:34:02 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:34:02 Suggested packages: 00:34:02 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:34:02 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:34:02 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:34:02 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:34:02 systemd-container policykit-1 00:34:02 Recommended packages: 00:34:02 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:34:02 The following NEW packages will be installed: 00:34:02 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:34:02 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:34:02 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:34:02 multiarch-support openssh-client python3 python3-minimal python3.6 00:34:02 python3.6-minimal snapd squashfs-tools sudo 00:34:02 The following packages will be upgraded: 00:34:02 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:34:02 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:34:02 Need to get 35.2 MB of archives. 00:34:02 After this operation, 141 MB of additional disk space will be used. 00:34:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:34:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:34:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:34:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:34:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:34:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:34:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:34:02 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:34:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:34:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:34:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:34:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:34:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:34:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:34:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:34:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:34:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:34:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:34:03 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:34:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:34:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:34:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:34:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:34:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:34:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:34:03 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:34:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:34:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:34:03 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:34:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:04 debconf: delaying package configuration, since apt-utils is not installed 00:34:04 Fetched 35.2 MB in 2s (14.9 MB/s) 00:34:04 (Reading database ... 12757 files and directories currently installed.) 00:34:04 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:34:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:34:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:34:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:34:05 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:34:05 (Reading database ... 12757 files and directories currently installed.) 00:34:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:34:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:34:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:34:05 (Reading database ... 12757 files and directories currently installed.) 00:34:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:34:06 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:34:06 Setting up apt (1.6.12ubuntu0.2) ... 00:34:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:34:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:34:07 (Reading database ... 12764 files and directories currently installed.) 00:34:07 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:34:07 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:34:07 Selecting previously unselected package libpython3.6-minimal:amd64. 00:34:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:34:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:34:07 Selecting previously unselected package libexpat1:amd64. 00:34:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:34:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:34:07 Selecting previously unselected package python3.6-minimal. 00:34:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:34:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:34:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:34:07 Checking for services that may need to be restarted...done. 00:34:07 Checking for services that may need to be restarted...done. 00:34:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:34:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:34:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:34:08 Selecting previously unselected package python3-minimal. 00:34:08 (Reading database ... 13012 files and directories currently installed.) 00:34:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:34:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:34:08 Selecting previously unselected package mime-support. 00:34:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:34:08 Unpacking mime-support (3.60ubuntu1) ... 00:34:08 Selecting previously unselected package libmpdec2:amd64. 00:34:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:34:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:34:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:34:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:34:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:34:09 Selecting previously unselected package python3.6. 00:34:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:34:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:34:09 Selecting previously unselected package libpython3-stdlib:amd64. 00:34:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:34:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:34:09 Setting up python3-minimal (3.6.7-1~18.04) ... 00:34:09 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:09 Selecting previously unselected package python3. 00:34:09 (Reading database ... 13442 files and directories currently installed.) 00:34:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:34:09 Unpacking python3 (3.6.7-1~18.04) ... 00:34:09 Selecting previously unselected package multiarch-support. 00:34:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:34:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:34:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:34:09 Selecting previously unselected package liblzo2-2:amd64. 00:34:09 (Reading database ... 13479 files and directories currently installed.) 00:34:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:34:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:34:09 Selecting previously unselected package libbsd0:amd64. 00:34:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:34:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:34:09 Selecting previously unselected package sudo. 00:34:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:34:10 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:34:10 Selecting previously unselected package apparmor. 00:34:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:34:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:34:10 Selecting previously unselected package libedit2:amd64. 00:34:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:34:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:34:11 Selecting previously unselected package libkrb5support0:amd64. 00:34:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:34:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:34:11 Selecting previously unselected package libk5crypto3:amd64. 00:34:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:34:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:34:11 Selecting previously unselected package libkeyutils1:amd64. 00:34:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:34:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:34:11 Selecting previously unselected package libkrb5-3:amd64. 00:34:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:34:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:34:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:34:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:34:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:34:11 Selecting previously unselected package libssl1.0.0:amd64. 00:34:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:34:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:34:11 Selecting previously unselected package openssh-client. 00:34:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:34:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:34:11 Selecting previously unselected package squashfs-tools. 00:34:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:34:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:34:12 Selecting previously unselected package snapd. 00:34:12 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:34:12 Unpacking snapd (2.48+18.04) ... 00:34:13 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:34:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:34:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:34:14 Setting up mime-support (3.60ubuntu1) ... 00:34:14 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:34:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:34:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:34:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:34:14 Setting up systemd (237-3ubuntu10.44) ... 00:34:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:34:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:34:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:34:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:34:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:34:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:34:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:34:16 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:34:16 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:34:16 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:34:16 Setting up python3 (3.6.7-1~18.04) ... 00:34:16 running python rtupdate hooks for python3.6... 00:34:16 running python post-rtupdate hooks for python3.6... 00:34:16 Setting up apparmor (2.12-4ubuntu5.1) ... 00:34:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:34:18 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:34:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:34:18 Setting up snapd (2.48+18.04) ... 00:34:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:34:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:34:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:34:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:34:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:34:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:34:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:34:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:34:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:34:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:34:20 /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:34:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:34:20 Processing triggers for systemd (237-3ubuntu10.44) ... 00:34:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:34:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:34:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] } 00:34:22 $ docker stop --time=1 50a79a793761797ac5820d91b99be1710d142124661c9cd67d2ff956359c5f43 00:34:22 Reading package lists... 00:34:22 Reading package lists... 00:34:23 Building dependency tree... 00:34:23 Reading state information... 00:34:23 Calculating upgrade... 00:34:23 The following packages will be upgraded: 00:34:23 advancecomp base-files bash binutils binutils-common 00:34:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:34:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:34:23 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:34:23 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:34:23 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:34:23 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:34:23 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:34:23 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:34:23 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:34:23 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:34:23 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:34:23 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:34:23 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:34:23 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:34:23 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:34:23 Need to get 63.8 MB of archives. 00:34:23 After this operation, 5205 kB of additional disk space will be used. 00:34:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:34:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:34:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:34:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:34:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:34:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:34:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:34:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:34:23 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:34:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:34:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:34:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:34:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:34:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:34:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:34:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:34:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:34:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:34:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:34:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:34:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:34:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:34:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:34:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:34:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:34:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:34:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:34:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:34:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:34:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:34:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:34:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:34:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:34:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:34:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:34:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:34:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:34:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:34:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:34:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:34:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:34:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:34:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:34:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:34:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:34:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:34:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:34:23 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:34:23 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:34:23 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:34:23 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:34:23 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:34:23 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:34:23 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:34:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:34:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:34:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:34:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:34:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:34:24 $ docker rm -f 50a79a793761797ac5820d91b99be1710d142124661c9cd67d2ff956359c5f43 00:34:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:34:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:34:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:34:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:34:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:34:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:34:24 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:34:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:34:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:34:24 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:34:24 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:34:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:34:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:34:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:34:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:34:25 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:34:25 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:34:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:34:25 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:34:25 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:34:25 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:34:25 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:34:25 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:34:25 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:34:25 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:34:25 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:34:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:34:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:34:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:34:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:34:25 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:34:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:34:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:34:25 Get:93 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:34:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:34:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:34:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:34:25 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:34:25 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:34:25 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:34:25 debconf: delaying package configuration, since apt-utils is not installed 00:34:25 Fetched 63.8 MB in 2s (31.4 MB/s) 00:34:25 (Reading database ... 13912 files and directories currently installed.) 00:34:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:34:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:34:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:34:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:34:26 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:34:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:26 00:34:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 latest: Pulling from edgex-devops/edgex-compose-arm64 00:34:27 29e5d40040c1: Pulling fs layer 00:34:27 1ce36da41761: Pulling fs layer 00:34:27 25b303627fd3: Pulling fs layer 00:34:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:27 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:27 29e5d40040c1: Verifying Checksum 00:34:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:28 (Reading database ... 13911 files and directories currently installed.) 00:34:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:34:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:34:28 1ce36da41761: Verifying Checksum 00:34:28 1ce36da41761: Download complete 00:34:28 (Reading database ... 13911 files and directories currently installed.) 00:34:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:28 29e5d40040c1: Pull complete 00:34:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:34:28 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:34:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:28 (Reading database ... 13911 files and directories currently installed.) 00:34:28 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:34:28 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:34:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:34:29 (Reading database ... 13911 files and directories currently installed.) 00:34:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:34:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:34:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:34:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:34:29 Setting up base-files (10.1ubuntu2.10) ... 00:34:29 1ce36da41761: Pull complete 00:34:29 Installing new version of config file /etc/issue ... 00:34:29 Installing new version of config file /etc/issue.net ... 00:34:29 Installing new version of config file /etc/lsb-release ... 00:34:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:34:30 25b303627fd3: Verifying Checksum 00:34:30 25b303627fd3: Download complete 00:34:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:34:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:34:30 Removing obsolete conffile /etc/default/motd-news ... 00:34:30 (Reading database ... 13912 files and directories currently installed.) 00:34:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:34:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:34:30 Setting up bash (4.4.18-2ubuntu1.2) ... 00:34:30 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:34:30 (Reading database ... 13912 files and directories currently installed.) 00:34:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:34:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:34:31 (Reading database ... 13912 files and directories currently installed.) 00:34:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:34:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:34:31 Setting up tar (1.29b-2ubuntu0.2) ... 00:34:31 (Reading database ... 13912 files and directories currently installed.) 00:34:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:34:31 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:34:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:34:31 (Reading database ... 13912 files and directories currently installed.) 00:34:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:34:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:34:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:34:31 (Reading database ... 13912 files and directories currently installed.) 00:34:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:34:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:34:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:34:32 (Reading database ... 13912 files and directories currently installed.) 00:34:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:34:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:34:32 Setting up grep (3.1-2build1) ... 00:34:32 (Reading database ... 13912 files and directories currently installed.) 00:34:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:34:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:34:32 Setting up login (1:4.5-1ubuntu2) ... 00:34:32 (Reading database ... 13912 files and directories currently installed.) 00:34:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:34:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:34:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:34:33 (Reading database ... 13912 files and directories currently installed.) 00:34:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:34:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:34:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:34:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:34:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:34:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:34:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:34:34 (Reading database ... 13912 files and directories currently installed.) 00:34:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:34:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:34:35 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:34:35 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:34:35 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:34:35 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:34:35 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:34:35 (Reading database ... 13912 files and directories currently installed.) 00:34:35 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:34:35 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:34:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:34:36 (Reading database ... 13912 files and directories currently installed.) 00:34:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:36 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:36 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:34:36 (Reading database ... 13912 files and directories currently installed.) 00:34:36 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:36 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:34:36 (Reading database ... 13912 files and directories currently installed.) 00:34:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:36 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:34:36 (Reading database ... 13912 files and directories currently installed.) 00:34:36 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:36 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:36 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:34:37 (Reading database ... 13912 files and directories currently installed.) 00:34:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:34:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:34:37 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:34:37 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:34:37 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:34:37 (Reading database ... 13912 files and directories currently installed.) 00:34:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:34:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:34:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:34:37 (Reading database ... 13912 files and directories currently installed.) 00:34:37 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:37 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:37 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:34:37 (Reading database ... 13912 files and directories currently installed.) 00:34:37 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:37 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:34:38 (Reading database ... 13912 files and directories currently installed.) 00:34:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:38 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:34:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:34:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:34:39 (Reading database ... 13912 files and directories currently installed.) 00:34:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:34:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:34:39 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:34:39 (Reading database ... 13912 files and directories currently installed.) 00:34:39 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:34:39 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:34:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:34:40 (Reading database ... 13914 files and directories currently installed.) 00:34:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:34:40 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:34:40 Setting up debconf (1.5.66ubuntu1) ... 00:34:40 25b303627fd3: Pull complete 00:34:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:34:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:34:40 (Reading database ... 13914 files and directories currently installed.) 00:34:40 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:34:40 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:34:40 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:34:40 prd-ubuntu18.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 00:34:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:34:40 (Reading database ... 13914 files and directories currently installed.) 00:34:40 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:34:40 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:34:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:34:41 (Reading database ... 13914 files and directories currently installed.) 00:34:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:34:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:34:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:34:41 (Reading database ... 13914 files and directories currently installed.) 00:34:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:34:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:34:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:34:41 (Reading database ... 13914 files and directories currently installed.) 00:34:41 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:34:41 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:34:41 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:34:42 (Reading database ... 13914 files and directories currently installed.) 00:34:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:34:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:34:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:34:42 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:34:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:34:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:34:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:34:42 (Reading database ... 13914 files and directories currently installed.) 00:34:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:34:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:34:42 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:34:43 (Reading database ... 13914 files and directories currently installed.) 00:34:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:34:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:34:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:34:43 (Reading database ... 13914 files and directories currently installed.) 00:34:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:34:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:34:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:34:43 (Reading database ... 13914 files and directories currently installed.) 00:34:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:34:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:34:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:34:43 (Reading database ... 13914 files and directories currently installed.) 00:34:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:34:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:34:44 Setting up passwd (1:4.5-1ubuntu2) ... 00:34:44 $ docker top f10dc4b2d7fd45cf03bf4ac9aec329913f94120fa55395c4108fd10c43f53c96 -eo pid,comm 00:34:44 (Reading database ... 13914 files and directories currently installed.) 00:34:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:34:44 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:34:44 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:34:44 (Reading database ... 13914 files and directories currently installed.) 00:34:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:34:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] { 00:34:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:34:44 (Reading database ... 13914 files and directories currently installed.) 00:34:44 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:34:44 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] sh 00:34:44 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:34:44 (Reading database ... 13914 files and directories currently installed.) 00:34:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:34:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:34:45 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:34:45 (Reading database ... 13914 files and directories currently installed.) 00:34:45 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:34:45 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:34:45 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:34:45 + grep parallel 00:34:45 + docker-compose build --help 00:34:45 (Reading database ... 13914 files and directories currently installed.) 00:34:45 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:34:45 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:34:45 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:34:45 (Reading database ... 13914 files and directories currently installed.) 00:34:45 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:34:45 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:34:45 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:34:45 (Reading database ... 13915 files and directories currently installed.) 00:34:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:34:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:34:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:34:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:34:46 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:34:46 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:34:46 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:34:46 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:34:46 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:34:46 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:34:46 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:34:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:34:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:34:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:34:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:34:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:34:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:34:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:34:47 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:34:47 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:34:47 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:34:47 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:34:47 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:34:47 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:34:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:34:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:34:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:34:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:34:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:34:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:34:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:34:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:34:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:34:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:34:49 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:34:49 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:34:49 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:50 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:50 --parallel Build images in parallel. [Pipeline] } 00:34:51 $ docker stop --time=1 f10dc4b2d7fd45cf03bf4ac9aec329913f94120fa55395c4108fd10c43f53c96 00:34:51 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:53 $ docker rm -f f10dc4b2d7fd45cf03bf4ac9aec329913f94120fa55395c4108fd10c43f53c96 00:34:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:34:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:34:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:34:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:34:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:34:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:34:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:34:53 . 00:34:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:34:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:34:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [Pipeline] withDockerContainer 00:34:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:34:54 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:34:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:34:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:34:54 prd-ubuntu18.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 00:34:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:34:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:34:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:34:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:34:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:34:54 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:34:54 00:34:54 Current default time zone: 'Etc/UTC' 00:34:54 Local time is now: Thu Jan 28 00:34:54 UTC 2021. 00:34:54 Universal Time is now: Thu Jan 28 00:34:54 UTC 2021. 00:34:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:34:54 00:34:54 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:34:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:54 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:34:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:34:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:34:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:34:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:34:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:34:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:34:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:34:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:34:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:34:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:55 Setting up patch (2.7.6-2ubuntu1.1) ... 00:34:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:34:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:34:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:34:55 Installing new version of config file /etc/ssl/openssl.cnf ... 00:34:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:34:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:34:55 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:34:56 $ docker top 96f57870792e03289c7429012f72889207036887499eadcaa053eaae1c072352 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:57 Updating certificates in /etc/ssl/certs... 00:34:58 22 added, 17 removed; done. 00:34:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:34:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:34:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:34:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:34:58 Setting up pkgbinarymangler (138.18.04.1) ... 00:34:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:34:58 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up perl (5.26.1-6ubuntu0.5) ... 00:34:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:34:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:34:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:34:58 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:34:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:34:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:34:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:34:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:34:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:34:59 Processing triggers for systemd (237-3ubuntu10.44) ... 00:34:59 Processing triggers for mime-support (3.60ubuntu1) ... 00:34:59 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:34:59 Updating certificates in /etc/ssl/certs... 00:34:59 0 added, 0 removed; done. 00:34:59 Running hooks in /etc/ca-certificates/update.d... 00:34:59 done. 00:35:00 Reading package lists... 00:35:00 Building dependency tree... 00:35:00 Reading state information... 00:35:00 The following NEW packages will be installed: 00:35:00 apt-transport-https 00:35:00 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:35:00 Need to get 1696 B of archives. 00:35:00 After this operation, 153 kB of additional disk space will be used. 00:35:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:35:00 debconf: delaying package configuration, since apt-utils is not installed 00:35:00 Fetched 1696 B in 0s (29.8 kB/s) 00:35:00 Selecting previously unselected package apt-transport-https. 00:35:00 (Reading database ... 13929 files and directories currently installed.) 00:35:00 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:35:00 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:35:00 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:35:01 Waiting for network to be ready... 00:35:02 Building docker-core-command-go ... 00:35:02 Building docker-core-data-go ... 00:35:02 Building docker-core-metadata-go ... 00:35:02 Building docker-security-bootstrapper-go ... 00:35:02 Building docker-security-proxy-setup-go ... 00:35:02 Building docker-security-secretstore-setup-go ... 00:35:02 Building docker-support-notifications-go ... 00:35:02 Building docker-support-scheduler-go ... 00:35:02 Building docker-sys-mgmt-agent-go ... 00:35:02 Building docker-core-command-go 00:35:02 Building docker-core-data-go 00:35:02 Building docker-security-secretstore-setup-go 00:35:02 Building docker-security-proxy-setup-go 00:35:02 Building docker-sys-mgmt-agent-go 00:35:06 2021-01-28T00:35:03Z INFO Waiting for automatic snapd restart... 00:35:06 snapd 2.48.2 from Canonical* installed 00:35:07 "snapd" switched to the "latest/stable" channel 00:35:07 00:35:10 core18 20201210 from Canonical* installed 00:35:10 "core18" switched to the "latest/stable" channel 00:35:10 00:35:13 snapcraft 4.4.4 from Canonical* installed 00:35:13 "snapcraft" switched to the "latest/stable" channel 00:35:13 00:35:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:35:16 - README.md 00:35:16 - snapcraft.yaml.orig 00:35:16 00:35:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:35:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:35:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:35:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:35:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:35:24 Reading package lists... 00:35:24 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:35:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:35:31 Reading package lists... 00:35:31 Building dependency tree... 00:35:31 Reading state information... 00:35:31 Suggested packages: 00:35:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:35:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:35:31 Recommended packages: 00:35:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:35:31 The following NEW packages will be installed: 00:35:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:35:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:35:31 pkg-config zip 00:35:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:35:31 Need to get 7655 kB of archives. 00:35:31 After this operation, 43.7 MB of additional disk space will be used. 00:35:31 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:35:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:35:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:35:31 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:35:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:35:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:35:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:35:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:35:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:35:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:35:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:35:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:35:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:35:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:35:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:35:31 debconf: delaying package configuration, since apt-utils is not installed 00:35:31 Fetched 7655 kB in 1s (10.7 MB/s) 00:35:31 Selecting previously unselected package libglib2.0-0:amd64. 00:35:31 (Reading database ... 13933 files and directories currently installed.) 00:35:31 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:35:31 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:35:32 Selecting previously unselected package libpsl5:amd64. 00:35:32 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:35:32 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:35:32 Selecting previously unselected package libnghttp2-14:amd64. 00:35:32 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:35:32 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:35:32 Selecting previously unselected package librtmp1:amd64. 00:35:32 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:35:32 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:35:32 Selecting previously unselected package libcurl3-gnutls:amd64. 00:35:32 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:35:32 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:35:32 Selecting previously unselected package liberror-perl. 00:35:32 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:35:32 Unpacking liberror-perl (0.17025-1) ... 00:35:32 Selecting previously unselected package git-man. 00:35:32 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:35:32 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:35:32 Selecting previously unselected package git. 00:35:32 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:35:32 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:35:33 Selecting previously unselected package libnorm1:amd64. 00:35:33 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:35:33 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:35:33 Selecting previously unselected package libpgm-5.2-0:amd64. 00:35:33 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:35:33 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:35:33 Selecting previously unselected package libsodium23:amd64. 00:35:33 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:35:33 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:35:33 Selecting previously unselected package libzmq5:amd64. 00:35:33 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:35:33 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:35:33 Selecting previously unselected package libzmq3-dev:amd64. 00:35:33 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:35:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:35:34 Selecting previously unselected package pkg-config. 00:35:34 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:35:34 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:35:34 Selecting previously unselected package zip. 00:35:34 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:35:34 Unpacking zip (3.0-11build1) ... 00:35:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:35:34 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:35:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:35:34 Setting up liberror-perl (0.17025-1) ... 00:35:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:35:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:35:34 No schema files found: doing nothing. 00:35:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:35:34 Setting up zip (3.0-11build1) ... 00:35:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:35:34 Setting up libsodium23:amd64 (1.0.16-2) ... 00:35:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:35:34 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:35:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:35:34 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:35:34 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:35:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:35:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:35:41 git set to automatically installed. 00:35:41 git-man set to automatically installed. 00:35:41 libcurl3-gnutls set to automatically installed. 00:35:41 liberror-perl set to automatically installed. 00:35:41 libglib2.0-0 set to automatically installed. 00:35:41 libnghttp2-14 set to automatically installed. 00:35:41 libnorm1 set to automatically installed. 00:35:41 libpgm-5.2-0 set to automatically installed. 00:35:41 libpsl5 set to automatically installed. 00:35:41 librtmp1 set to automatically installed. 00:35:41 libsodium23 set to automatically installed. 00:35:41 libzmq3-dev set to automatically installed. 00:35:41 libzmq5 set to automatically installed. 00:35:41 pkg-config set to automatically installed. 00:35:41 zip set to automatically installed. 00:35:43 snapd is not logged in, snap install commands will use sudo 00:35:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:35:50 snap "core18" has no updates available 00:35:51 Pulling config-common 00:35:52 Pulling go-build-helper 00:36:14 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:36:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:36:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:36:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:36:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:36:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:36:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:36:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:36:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:36:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:36:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:36:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:36:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:36:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:36:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:36:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:36:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:36:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:36:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:36:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:36:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:36:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:36:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:36:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:36:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:36:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:36:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:36:14 Fetched 23.8 MB in 0s (0 B/s) 00:36:14 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:36:14 Fetched 96.5 kB in 0s (0 B/s) 00:36:14 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:36:14 Fetched 279 kB in 0s (0 B/s) 00:36:14 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:36:14 Fetched 122 kB in 0s (0 B/s) 00:36:14 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:36:14 Fetched 77.8 kB in 0s (0 B/s) 00:36:14 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:36:14 Fetched 8848 B in 0s (0 B/s) 00:36:14 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:36:14 Fetched 47.8 kB in 0s (0 B/s) 00:36:14 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:36:14 Fetched 45.6 kB in 0s (0 B/s) 00:36:14 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:36:14 Fetched 15.0 kB in 0s (0 B/s) 00:36:14 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:36:14 Fetched 214 kB in 0s (0 B/s) 00:36:14 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:36:14 Fetched 155 kB in 0s (0 B/s) 00:36:14 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:36:14 Fetched 50.6 kB in 0s (0 B/s) 00:36:14 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:36:14 Fetched 14.8 kB in 0s (0 B/s) 00:36:14 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:36:14 Fetched 41.8 kB in 0s (0 B/s) 00:36:14 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:36:14 Fetched 499 kB in 0s (0 B/s) 00:36:14 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:36:14 Fetched 111 kB in 0s (0 B/s) 00:36:14 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:36:14 Fetched 240 kB in 0s (0 B/s) 00:36:14 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:36:14 Fetched 29.3 kB in 0s (0 B/s) 00:36:14 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:36:14 Fetched 85.5 kB in 0s (0 B/s) 00:36:14 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:36:14 Fetched 24.5 kB in 0s (0 B/s) 00:36:14 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:36:14 Fetched 49.2 kB in 0s (0 B/s) 00:36:14 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:36:14 Fetched 54.2 kB in 0s (0 B/s) 00:36:14 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:36:14 Fetched 30.8 kB in 0s (0 B/s) 00:36:14 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:36:14 Fetched 17.0 kB in 0s (0 B/s) 00:36:14 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:36:14 Fetched 85.9 kB in 0s (0 B/s) 00:36:14 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:36:14 Fetched 8720 B in 0s (0 B/s) 00:36:14 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:36:14 Fetched 137 kB in 0s (0 B/s) 00:36:14 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:36:14 Fetched 119 kB in 0s (0 B/s) 00:36:14 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:36:14 Fetched 109 kB in 0s (0 B/s) 00:36:14 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:36:14 Fetched 11.1 kB in 0s (0 B/s) 00:36:14 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:36:14 Fetched 645 kB in 0s (0 B/s) 00:36:14 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:36:14 Fetched 41.3 kB in 0s (0 B/s) 00:36:14 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:36:14 Fetched 17.9 kB in 0s (0 B/s) 00:36:14 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:36:14 Fetched 368 kB in 0s (0 B/s) 00:36:14 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:36:14 Fetched 187 kB in 0s (0 B/s) 00:36:14 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:36:14 Fetched 175 kB in 0s (0 B/s) 00:36:14 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:36:16 Fetched 206 kB in 0s (0 B/s) 00:36:16 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:36:16 Fetched 1301 kB in 0s (0 B/s) 00:36:16 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:36:16 Fetched 36.2 kB in 0s (0 B/s) 00:36:16 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:36:16 Fetched 159 kB in 0s (0 B/s) 00:36:16 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:36:16 Fetched 107 kB in 0s (0 B/s) 00:36:16 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:36:16 Fetched 48.7 kB in 0s (0 B/s) 00:36:16 Pulling static-packages 00:36:17 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:36:17 Skipping pull go-build-helper (already ran) 00:36:17 Skipping pull static-packages (already ran) 00:36:17 Building go-build-helper 00:36:22 Building static-packages 00:36:22 Staging go-build-helper 00:36:23 Staging static-packages 00:36:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:24 ---> 56844df81055 00:36:24 Step 3/23 : WORKDIR /edgex-go 00:36:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:24 ---> 56844df81055 00:36:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/21 : WORKDIR /edgex-go 00:36:24 00:36:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:24 ---> 56844df81055 00:36:24 Step 3/23 : WORKDIR /edgex-go 00:36:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:24 ---> 56844df81055 00:36:24 Step 3/26 : WORKDIR /edgex-go 00:36:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:24 ---> 56844df81055 00:36:24 Step 3/24 : WORKDIR /edgex-go 00:36:24 ---> Running in 4f8a836a34fb 00:36:24 ---> Running in 9e15ada4eb10 00:36:24 ---> Running in 7fef7b3d5766 00:36:24 ---> Running in 1d3a1ca54b0d 00:36:24 ---> Running in 24913542e2d5 00:36:24 Removing intermediate container 7fef7b3d5766 00:36:24 ---> 4182688137da 00:36:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:24 Removing intermediate container 24913542e2d5 00:36:24 ---> cfb147a8ef9a 00:36:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:24 Removing intermediate container 9e15ada4eb10 00:36:24 ---> 3940d35fe64b 00:36:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:24 Removing intermediate container 1d3a1ca54b0d 00:36:24 ---> fa539c7131b4 00:36:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:24 Removing intermediate container 4f8a836a34fb 00:36:24 ---> 155dc85873e4 00:36:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:24 ---> Running in 22d583d70c7a 00:36:24 ---> Running in f96704400fa6 00:36:24 ---> Running in f8a6688744ab 00:36:24 ---> Running in bbaa3daf9ced 00:36:24 ---> Running in 699f2c5d9f50 00:36:24 Pulling go115 00:36:25 Removing intermediate container f96704400fa6 00:36:25 ---> a079c15097d3 00:36:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:25 Removing intermediate container 22d583d70c7a 00:36:25 ---> 4e0322fdc7b0 00:36:25 Step 5/24 : RUN apk add --update --no-cache make git 00:36:25 ---> Running in 5fc297a5132f 00:36:25 'edgex-go' has dependencies that need to be staged: go115 00:36:25 Skipping pull go115 (already ran) 00:36:25 Building go115 00:36:25 % Total % Received % Xferd Average Speed Time Time Time Current 00:36:25 Dload Upload Total Spent Left Speed 00:36:26 ---> Running in e570a36feae9 00:36:26 Removing intermediate container f8a6688744ab 00:36:26 ---> 0c512f50f2ed 00:36:26 Step 5/23 : RUN apk add --update --no-cache make git 00:36:26 Removing intermediate container bbaa3daf9ced 00:36:26 ---> 92d7c851f128 00:36:26 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:26 ---> Running in af933290f947 00:36:26 Removing intermediate container 699f2c5d9f50 00:36:26 ---> 0390d7a8467b 00:36:26 Step 5/21 : RUN apk add --update --no-cache make git 00:36:26 ---> Running in 33463cbb658f 00:36:27 ---> Running in 28e86a5a3fc1 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 36.5M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.8M 65 115M 65 75.3M 0 0 36.4M 0 0:00:03 0:00:02 0:00:01 36.4M 100 115M 100 115M 0 0 41.3M 0 0:00:02 0:00:02 --:--:-- 41.3M 00:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:29 go1.15.2.linux-amd64.tar.gz: OK 00:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:29 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 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:31 OK: 217 MiB in 51 packages 00:36:31 OK: 217 MiB in 51 packages 00:36:32 OK: 217 MiB in 51 packages 00:36:33 Staging go115 00:36:33 OK: 217 MiB in 51 packages 00:36:33 Removing intermediate container af933290f947 00:36:33 ---> 426eb3905d7b 00:36:33 Step 6/23 : COPY go.mod . 00:36:33 OK: 217 MiB in 51 packages 00:36:34 Removing intermediate container 33463cbb658f 00:36:34 ---> 235b0c419ed9 00:36:34 Step 6/26 : COPY go.mod . 00:36:35 Removing intermediate container 28e86a5a3fc1 00:36:35 ---> 4e0f8776be9b 00:36:35 Step 6/21 : COPY go.mod . 00:36:35 ---> 48dbe1f44945 00:36:35 Step 7/23 : RUN go mod download 00:36:35 ---> 10662bea55ee 00:36:35 Step 7/26 : RUN go mod download 00:36:35 ---> Running in 2866c8a2a94d 00:36:35 ---> Running in e3fd0db91cf7 00:36:36 Removing intermediate container 5fc297a5132f 00:36:36 ---> 805dd4ce754c 00:36:36 Step 6/23 : COPY go.mod . 00:36:36 ---> 52321daa816a 00:36:36 Step 7/21 : RUN go mod download 00:36:36 Removing intermediate container e570a36feae9 00:36:36 ---> fb0d59ef8268 00:36:36 Step 6/24 : COPY go.mod . 00:36:36 ---> Running in 5ba56dfc303e 00:36:37 ---> 6797e342ea34 00:36:37 Step 7/23 : RUN go mod download 00:36:38 ---> Running in fa3c3669ed4e 00:36:38 ---> 4904b4ca5af4 00:36:38 Step 7/24 : RUN go mod download 00:36:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:36:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:36:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:36:38 Fetched 0 B in 0s (0 B/s) 00:36:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:36:38 Fetched 224 kB in 0s (0 B/s) 00:36:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:36:38 Fetched 157 kB in 0s (0 B/s) 00:36:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:36:38 Fetched 221 kB in 0s (0 B/s) 00:36:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:36:38 Fetched 143 kB in 0s (0 B/s) 00:36:38 Pulling edgex-go 00:36:38 ---> Running in 4657b13d8834 00:36:39 Pulling version 00:36:40 Building config-common 00:36:41 Removing intermediate container 2866c8a2a94d 00:36:41 ---> 9a334065cb21 00:36:41 Step 8/23 : COPY . . 00:36:42 Skipping build go-build-helper (already ran) 00:36:42 Skipping build static-packages (already ran) 00:36:42 Skipping build go115 (already ran) 00:36:42 Building edgex-go 00:36:42 Removing intermediate container e3fd0db91cf7 00:36:42 ---> 85e09852d2cd 00:36:42 Step 8/26 : COPY . . 00:36:42 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:36:43 Removing intermediate container 5ba56dfc303e 00:36:43 ---> bb2c15c84ce5 00:36:43 Step 8/21 : COPY . . 00:36:43 Removing intermediate container fa3c3669ed4e 00:36:43 ---> 55e15028c5d6 00:36:43 Step 8/23 : COPY . . 00:36:44 Removing intermediate container 4657b13d8834 00:36:44 ---> 3d5dd135e06f 00:36:44 Step 8/24 : COPY . . 00:36:44 go: downloading github.com/gorilla/mux v1.8.0 00:36:44 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:36:44 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:36:44 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:36:44 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:36:44 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 00:36:44 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:36:44 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:36:44 go: downloading github.com/x448/float16 v0.8.4 00:36:44 go: downloading github.com/google/uuid v1.2.0 00:36:44 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:36:44 go: downloading github.com/pkg/errors v0.8.1 00:36:44 go: downloading github.com/BurntSushi/toml v0.3.1 00:36:44 go: downloading gopkg.in/yaml.v2 v2.4.0 00:36:44 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:36:44 go: downloading github.com/pelletier/go-toml v1.2.0 00:36:44 go: downloading github.com/go-kit/kit v0.8.0 00:36:44 go: downloading github.com/imdario/mergo v0.3.11 00:36:44 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:36:44 go: downloading github.com/pebbe/zmq4 v1.2.2 00:36:44 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:36:44 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:36:44 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:36:44 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:36:44 go: downloading github.com/hashicorp/consul/api v1.1.0 00:36:44 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:36:44 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:36:44 go: downloading github.com/mitchellh/copystructure v1.0.0 00:36:44 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:36:44 go: downloading github.com/leodido/go-urn v1.2.0 00:36:44 go: downloading github.com/go-playground/universal-translator v0.17.0 00:36:44 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:36:44 go: downloading github.com/hashicorp/serf v0.8.2 00:36:44 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:36:44 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:36:44 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:36:44 go: downloading github.com/go-playground/locales v0.13.0 00:36:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:36:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:36:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:36:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:55 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:36: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:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:57 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:36:57 go: downloading github.com/stretchr/testify v1.6.1 00:36:57 go: downloading github.com/pmezard/go-difflib v1.0.0 00:36:57 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:36:57 go: downloading github.com/davecgh/go-spew v1.1.1 00:36:59 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:36:59 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:36:59 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:37:00 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:37:01 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:01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:03 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:37:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:37:05 go: downloading github.com/lib/pq v1.9.0 00:37:07 Building version 00:37:09 Staging config-common 00:37:09 Skipping stage go-build-helper (already ran) 00:37:09 Skipping stage static-packages (already ran) 00:37:09 Skipping stage go115 (already ran) 00:37:09 Staging edgex-go 00:37:10 Staging version 00:37:11 ---> 96cfea8e8817 00:37:11 Step 9/23 : RUN make cmd/core-command/core-command 00:37:11 ---> a17078baec5f 00:37:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:11 ---> 93d996d94368 00:37:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:11 ---> 5c5218267b2c 00:37:11 Step 9/23 : RUN make cmd/core-data/core-data 00:37:11 ---> a0e97f4950bd 00:37:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:11 ---> Running in dc69a4e22bad 00:37:11 ---> Running in b78a04e4dce2 00:37:11 ---> Running in 6598430326fc 00:37:11 ---> Running in cdfa7c5fbe9a 00:37:11 ---> Running in 5c8dce42534c 00:37:11 Priming config-common 00:37:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:12 Priming go-build-helper 00:37:13 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:13 Priming static-packages 00:37:14 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:37:14 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:37:14 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:16 Priming go115 00:37:16 Priming edgex-go 00:37:18 Priming version 00:37:19 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:38:36 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:38:36 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:38:55 Removing intermediate container 5c8dce42534c 00:38:55 ---> ee64d9a7627f 00:38:55 00:38:55 Step 10/24 : FROM alpine:3.12 00:38:55 3.12: Pulling from library/alpine 00:38:57 Removing intermediate container dc69a4e22bad 00:38:57 ---> 5e11d8fee095 00:38:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:58 ---> Running in 0ef6fad5358e 00:38:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:58 Status: Downloaded newer image for alpine:3.12 00:38:58 ---> afeebe901d6b 00:38:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:59 ---> Running in eeb470d7ae5d 00:39:01 Removing intermediate container cdfa7c5fbe9a 00:39:01 ---> 574c759faa72 00:39:01 00:39:01 Step 10/21 : FROM alpine:3.12 00:39:01 ---> afeebe901d6b 00:39:01 Step 11/21 : RUN apk add --update --no-cache curl 00:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:01 ---> Running in 0c8f42199c8d 00:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:02 Removing intermediate container b78a04e4dce2 00:39:02 ---> b14f3a043bc2 00:39:02 00:39:02 Step 10/23 : FROM alpine:3.12 00:39:02 ---> afeebe901d6b 00:39:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:02 ---> Running in b91ebfa16a93 00:39:02 (1/5) Installing ca-certificates (20191127-r4) 00:39:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:02 (3/5) Installing libcurl (7.69.1-r3) 00:39:02 (4/5) Installing curl (7.69.1-r3) 00:39:02 (5/5) Installing dumb-init (1.2.2-r1) 00:39:02 Executing busybox-1.31.1-r19.trigger 00:39:02 Executing ca-certificates-20191127-r4.trigger 00:39:03 OK: 7 MiB in 19 packages 00:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:04 (1/4) Installing ca-certificates (20191127-r4) 00:39:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:04 (3/4) Installing libcurl (7.69.1-r3) 00:39:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:04 (4/4) Installing curl (7.69.1-r3) 00:39:04 Executing busybox-1.31.1-r19.trigger 00:39:04 Executing ca-certificates-20191127-r4.trigger 00:39:05 OK: 7 MiB in 18 packages 00:39:05 (1/1) Installing dumb-init (1.2.2-r1) 00:39:05 Executing busybox-1.31.1-r19.trigger 00:39:05 OK: 5 MiB in 15 packages 00:39:06 Removing intermediate container eeb470d7ae5d 00:39:06 ---> 40838d75f7c0 00:39:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:06 ---> Running in d019b5f2ca76 00:39:08 Removing intermediate container b91ebfa16a93 00:39:08 ---> 0c10a29673de 00:39:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:08 Removing intermediate container d019b5f2ca76 00:39:08 ---> b7ee8f5207a2 00:39:08 Step 13/24 : WORKDIR / 00:39:08 ---> Running in fdddd7c59b4f 00:39:08 Removing intermediate container 0ef6fad5358e 00:39:08 ---> 3dc93c85ce74 00:39:08 00:39:08 Step 11/26 : FROM docker:20.10.0 00:39:08 ---> Running in 70b0367080d7 00:39:08 20.10.0: Pulling from library/docker 00:39:08 Removing intermediate container 0c8f42199c8d 00:39:08 ---> 319a667eada2 00:39:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:08 ---> Running in 01b47aeb8bab 00:39:08 Removing intermediate container fdddd7c59b4f 00:39:08 ---> df297533e6d1 00:39:08 Step 13/23 : ENV APP_PORT=48082 00:39:09 Removing intermediate container 70b0367080d7 00:39:09 ---> a9aff6c12b6a 00:39: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:39:09 ---> Running in f6f1a65f490d 00:39:09 Removing intermediate container 01b47aeb8bab 00:39:09 ---> 98bf2395a713 00:39:09 Step 13/21 : WORKDIR /edgex 00:39:10 ---> Running in e1f6eef89642 00:39:10 Removing intermediate container f6f1a65f490d 00:39:10 ---> 538c2c2cf5d9 00:39:10 Step 14/23 : EXPOSE $APP_PORT 00:39:10 ---> 88025294380c 00:39: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:39:11 ---> Running in baebc92cb488 00:39:11 Removing intermediate container e1f6eef89642 00:39:11 ---> 17400cd79183 00:39:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:12 Removing intermediate container baebc92cb488 00:39:12 ---> 968017c7cddb 00:39:12 Step 15/23 : WORKDIR / 00:39:12 ---> Running in 0c30010ab732 00:39:12 ---> 38ada7843dd7 00:39:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:12 ---> 1effc81c6055 00:39:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:14 Removing intermediate container 0c30010ab732 00:39:14 ---> e421d1993368 00:39:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:14 ---> b6ca14058a22 00:39:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:15 ---> b06aac8a7ce8 00:39:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:15 ---> b7bf85d16726 00:39:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:17 ---> 4487bcfc7a63 00:39:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:17 ---> faa18cdd6a4c 00:39:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:18 ---> Running in 670076fa2476 00:39:18 ---> 0273162c5399 00:39:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:19 Removing intermediate container 670076fa2476 00:39:19 ---> 136c2879817d 00:39:19 Step 18/21 : CMD ["--init=true"] 00:39:19 ---> 98077c3afc92 00:39:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:19 ---> Running in 1acda9de43aa 00:39:20 ---> 48625a86b7a0 00:39:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:20 Removing intermediate container 1acda9de43aa 00:39:20 ---> e7014b7950f8 00:39:20 Step 19/21 : LABEL arch=arm64 00:39:21 ---> Running in 42a4e3b0d4b2 00:39:21 ---> 420872c22348 00:39:21 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:39:21 ---> Running in 8fd6c08fe46c 00:39:22 ---> Running in 3ef7e7287a55 00:39:22 Removing intermediate container 42a4e3b0d4b2 00:39:22 ---> c6ea742c05bb 00:39:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:22 Removing intermediate container 8fd6c08fe46c 00:39:22 ---> 98875e994aa8 00:39:22 Step 20/21 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:39:23 ---> Running in 560c0f58d70b 00:39:23 ---> Running in 6e353238bcb1 00:39:23 Removing intermediate container 6598430326fc 00:39:23 ---> 1db87483a884 00:39:23 00:39:23 Step 10/23 : FROM alpine:3.12 00:39:23 ---> afeebe901d6b 00:39:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:23 ---> Running in 693366ea2dbb 00:39:24 Removing intermediate container 560c0f58d70b 00:39:24 ---> f09532770882 00:39:24 Step 21/23 : LABEL arch=arm64 00:39:24 Removing intermediate container 6e353238bcb1 00:39:24 ---> 510f31be9c51 00:39:24 Step 21/21 : LABEL version=0.0.0 00:39:24 ---> Running in c3c154fa0b85 00:39:24 ---> Running in 73b2a105ef28 00:39:24 Removing intermediate container 693366ea2dbb 00:39:24 ---> 3726b54d8171 00:39:24 Step 12/23 : ENV APP_PORT=48080 00:39:25 ---> Running in 3417ff6ace70 00:39:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:25 Removing intermediate container 73b2a105ef28 00:39:25 Removing intermediate container c3c154fa0b85 00:39:25 ---> b98fcf442449 00:39:25 00:39:25 ---> 93f8c104f33d 00:39:25 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfeStatus: Downloaded newer image for docker:20.10.0 00:39:25 00:39:25 ---> eeaf43b92773 00:39:25 Step 12/26 : RUN apk add --no-cache bash 00:39:25 ---> Running in 81266638781b 00:39:25 ---> Running in ca32c65e1009 00:39:25 Removing intermediate container 3ef7e7287a55 00:39:25 ---> 2e5656c09d7f 00:39:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:25 Successfully built b98fcf442449 00:39:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:39:25  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 00:39:26 Removing intermediate container 3417ff6ace70 00:39:26 ---> b66b78187faf 00:39:26 Step 13/23 : EXPOSE $APP_PORT 00:39:26 ---> Running in a12a6f71a2c1 00:39:26 ---> Running in f4d431328e84 00:39:26 Removing intermediate container ca32c65e1009 00:39:26 ---> 5cfe9f7b03d1 00:39:26 Step 23/23 : LABEL version=0.0.0 00:39:26 ---> Running in 616c44de473f 00:39:27 Removing intermediate container a12a6f71a2c1 00:39:27 ---> 6983b9f06523 00:39:27 Step 22/24 : LABEL arch=arm64 00:39:27 ---> Running in 990e5a7c9c4f 00:39:27 Removing intermediate container f4d431328e84 00:39:27 ---> 1640cf966bb0 00:39:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 ---> Running in af75a5ca1554 00:39:27 Removing intermediate container 616c44de473f 00:39:27 ---> 9696ca532252 00:39:27 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:28 Successfully built 9696ca532252 00:39:28 Successfully tagged docker-core-command-go-arm64:latest 00:39:28 Removing intermediate container 990e5a7c9c4f 00:39:28 ---> 8f68178fa065 00:39:28 Step 23/24 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe Building docker-core-command-go ... done  00:39:28 Building docker-security-bootstrapper-go 00:39:28 (1/2) Installing readline (8.0.4-r0) 00:39:28 (2/2) Installing bash (5.0.17-r0) 00:39:28 Executing bash-5.0.17-r0.post-install 00:39:28 Executing busybox-1.31.1-r19.trigger 00:39:28 OK: 12 MiB in 22 packages 00:39:29 ---> Running in a44b693540b5 00:39:29 Removing intermediate container a44b693540b5 00:39:29 ---> b29f0ce30563 00:39:29 Step 24/24 : LABEL version=0.0.0 00:39:29 ---> Running in 7151d68e4e46 00:39:32 Removing intermediate container 7151d68e4e46 00:39:32 ---> d8140c62459b 00:39:32 00:39:32 Removing intermediate container 81266638781b 00:39:32 ---> 348e604f2fd8 00:39:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:32 Successfully built d8140c62459b 00:39:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:39:32 Building docker-support-scheduler-go 00:39:32  Building docker-security-secretstore-setup-go ... done Removing intermediate container af75a5ca1554 00:39:32 ---> 931f1e792393 00:39:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:33 ---> Running in d03e4cd8e9a2 00:39:33 ---> Running in 84459453bd45 00:39:34 Removing intermediate container d03e4cd8e9a2 00:39:34 ---> 5d5b2e1bc3fc 00:39:34 Step 14/26 : ENV APP_PORT=48090 00:39:34 ---> Running in 8dfaa28e39de 00:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:35 Removing intermediate container 8dfaa28e39de 00:39:35 ---> 921472026a32 00:39:35 Step 15/26 : EXPOSE $APP_PORT 00:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:36 ---> Running in 58ccf2a14bab 00:39:37 Removing intermediate container 58ccf2a14bab 00:39:37 ---> 0689a6747c96 00:39:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:38 (1/6) Installing dumb-init (1.2.2-r1) 00:39:38 (2/6) Installing libgcc (9.3.0-r2) 00:39:38 (3/6) Installing libsodium (1.0.18-r0) 00:39:38 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:39 ---> fcd7345b80d1 00:39:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:40 (5/6) Installing libzmq (4.3.3-r0) 00:39:40 (6/6) Installing zeromq (4.3.3-r0) 00:39:40 Executing busybox-1.31.1-r19.trigger 00:39:40 OK: 8 MiB in 20 packages 00:39:40 ---> 45961704d5d0 00:39:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:42 ---> 57ad0a3d2902 00:39:42 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:43 Removing intermediate container 84459453bd45 00:39:43 ---> 98b5b574d96c 00:39:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:43 ---> Running in d7651f87caca 00:39:44 ---> 023059e2751e 00:39:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:45 (1/33) Installing libbz2 (1.0.8-r1) 00:39:45 (2/33) Installing expat (2.2.9-r1) 00:39:45 (3/33) Installing libffi (3.3-r2) 00:39:45 (4/33) Installing gdbm (1.13-r1) 00:39:45 (5/33) Installing xz-libs (5.2.5-r0) 00:39:45 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:46 (7/33) Installing python3 (3.8.5-r0) 00:39:47 ---> 839183d5d7e4 00:39:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:48 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:48 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:48 (11/33) Installing py3-six (1.15.0-r0) 00:39:48 (12/33) Installing py3-packaging (20.4-r0) 00:39:48 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:48 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:48 (15/33) Installing py3-idna (2.9-r0) 00:39:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:49 (18/33) Installing py3-requests (2.23.0-r0) 00:39:49 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:49 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:49 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:49 (24/33) Installing py3-distro (1.5.0-r1) 00:39:49 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:49 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:49 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:49 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:49 (29/33) Installing py3-progress (1.5-r0) 00:39:49 (30/33) Installing py3-toml (0.10.1-r0) 00:39:49 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:49 (33/33) Installing py3-pip (20.1.1-r0) 00:39:49 ---> 5f6c3947885b 00:39:49 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:49 Executing busybox-1.31.1-r19.trigger 00:39:49 OK: 71 MiB in 55 packages 00:39:50 ---> Running in e4a1a94f2458 00:39:51 Removing intermediate container e4a1a94f2458 00:39:51 ---> 1b41f3568615 00:39:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:52 ---> Running in bc42cde88cdf 00:39:53 Removing intermediate container bc42cde88cdf 00:39:53 ---> a70a958be53c 00:39:53 Step 21/23 : LABEL arch=arm64 00:39:53 ---> Running in 6ea34a9ac596 00:39:54 Removing intermediate container 6ea34a9ac596 00:39:54 ---> e97b369570a2 00:39:54 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:39:54 ---> Running in 87f98e81e2bf 00:39:55 Removing intermediate container 87f98e81e2bf 00:39:55 ---> 4a2b209fef50 00:39:55 Step 23/23 : LABEL version=0.0.0 00:39:56 ---> Running in 0c9cff974b41 00:39:58 Removing intermediate container 0c9cff974b41 00:39:58 ---> dd1f575e409c 00:39:58 00:39:58 Successfully built dd1f575e409c 00:39:58 Successfully tagged docker-core-data-go-arm64:latest 00:39:58  Building docker-core-data-go ... done Building docker-core-metadata-go 00:39:59 Removing intermediate container d7651f87caca 00:39:59 ---> 487de7fa9a78 00:39:59 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:59 ---> Running in 7c43d4829e96 00:40:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:06 ---> 56844df81055 00:40:06 Step 3/22 : WORKDIR /edgex-go 00:40:06 ---> Using cache 00:40:06 ---> fa539c7131b4 00:40:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:06 ---> Using cache 00:40:06 ---> 4e0322fdc7b0 00:40:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:40:06 Collecting docker-compose==1.23.2 00:40:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:09 Collecting websocket-client<1.0,>=0.32.0 00:40:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:09 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:09 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:40:09 ---> 56844df81055 00:40:09 Step 3/34 : WORKDIR /edgex-go 00:40:09 ---> Using cache 00:40:09 ---> fa539c7131b4 00:40:09 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:09 ---> Using cache 00:40:09 ---> 4e0322fdc7b0 00:40:09 Step 5/34 : RUN apk add --update --no-cache make git 00:40:09 ---> Using cache 00:40:09 ---> fb0d59ef8268 00:40:09 Step 6/34 : COPY go.mod . 00:40:09 ---> Using cache 00:40:09 ---> 4904b4ca5af4 00:40:09 Step 7/34 : RUN go mod download 00:40:09 ---> Using cache 00:40:09 ---> 3d5dd135e06f 00:40:09 Step 8/34 : COPY . . 00:40:09 ---> Using cache 00:40:09 ---> a0e97f4950bd 00:40:09 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:40:09 ---> Running in f9d3f38d21fa 00:40:09 ---> Running in 82f063ad09ba 00:40:10 Removing intermediate container 82f063ad09ba 00:40:10 ---> 69108e85663b 00:40:10 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:12 ---> Running in c2c5405485e5 00:40:12 Collecting jsonschema<3,>=2.5.1 00:40:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:12 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:13 OK: 217 MiB in 51 packages 00:40:13 Collecting cached-property<2,>=1.2.0 00:40:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:13 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:40:14 Collecting dockerpty<0.5,>=0.4.1 00:40:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:15 ---> 56844df81055 00:40:15 Step 3/22 : WORKDIR /edgex-go 00:40:15 ---> Using cache 00:40:15 ---> fa539c7131b4 00:40:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:15 ---> Using cache 00:40:15 ---> 4e0322fdc7b0 00:40:15 Step 5/22 : RUN apk add --update --no-cache make git 00:40:15 ---> Using cache 00:40:15 ---> fb0d59ef8268 00:40:15 Step 6/22 : COPY go.mod . 00:40:15 ---> Using cache 00:40:15 ---> 4904b4ca5af4 00:40:15 Step 7/22 : RUN go mod download 00:40:15 ---> Using cache 00:40:15 ---> 3d5dd135e06f 00:40:15 Step 8/22 : COPY . . 00:40:15 ---> Using cache 00:40:15 ---> a0e97f4950bd 00:40:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:15 ---> Running in ff164913cce7 00:40:15 Removing intermediate container f9d3f38d21fa 00:40:15 ---> 5bc9f2aee269 00:40:15 Step 6/22 : COPY go.mod . 00:40:17 ---> e3580512bf38 00:40:17 Step 7/22 : RUN go mod download 00:40:17 ---> Running in d7f301c848fa 00:40:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:19 Collecting docker<4.0,>=3.6.0 00:40:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:22 Collecting PyYAML<4,>=3.10 00:40:22 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:23 Removing intermediate container d7f301c848fa 00:40:23 ---> c7a841139fb1 00:40:23 Step 8/22 : COPY . . 00:40:28 Collecting docopt<0.7,>=0.6.1 00:40:28 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:31 ---> 56844df81055 00:40:31 Step 3/23 : WORKDIR /edgex-go 00:40:31 ---> Using cache 00:40:31 ---> fa539c7131b4 00:40:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:31 ---> Using cache 00:40:31 ---> 4e0322fdc7b0 00:40:31 Step 5/23 : RUN apk add --update --no-cache make git 00:40:31 ---> Using cache 00:40:31 ---> fb0d59ef8268 00:40:31 Step 6/23 : COPY go.mod . 00:40:31 ---> Using cache 00:40:31 ---> 4904b4ca5af4 00:40:31 Step 7/23 : RUN go mod download 00:40:31 ---> Using cache 00:40:31 ---> 3d5dd135e06f 00:40:31 Step 8/23 : COPY . . 00:40:31 ---> Using cache 00:40:31 ---> a0e97f4950bd 00:40:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:40:33 Collecting texttable<0.10,>=0.9.0 00:40:33 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:34 ---> Running in 03405c4f8240 00:40: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: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:40 Collecting idna<2.8,>=2.5 00:40:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:40 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:40 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:41 Collecting docker-pycreds>=0.4.0 00:40:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:43 Installing collected packages: websocket-client, urllib3, idna, requests, jsonschema, cached-property, dockerpty, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose 00:40:45 Attempting uninstall: urllib3 00:40:45 Found existing installation: urllib3 1.25.9 00:40:45 Uninstalling urllib3-1.25.9: 00:40:45 ---> 3639dc648639 00:40:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:40:45 Successfully uninstalled urllib3-1.25.9 00:40:45 ---> Running in cacbc9efb1d1 00:40:46 Attempting uninstall: idna 00:40:46 Found existing installation: idna 2.9 00:40:46 Uninstalling idna-2.9: 00:40:46 Successfully uninstalled idna-2.9 00:40:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:47 Attempting uninstall: requests 00:40:47 Found existing installation: requests 2.23.0 00:40:47 Uninstalling requests-2.23.0: 00:40:48 Successfully uninstalled requests-2.23.0 00:40:49 Running setup.py install for dockerpty: started 00:40:52 Running setup.py install for dockerpty: finished with status 'done' 00:40:53 Running setup.py install for PyYAML: started 00:40:58 Running setup.py install for PyYAML: finished with status 'done' 00:40:58 Running setup.py install for docopt: started 00:41:01 Running setup.py install for docopt: finished with status 'done' 00:41:01 Running setup.py install for texttable: started 00:41:04 Running setup.py install for texttable: finished with status 'done' 00:41:07 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:41:12 Removing intermediate container 7c43d4829e96 00:41:12 ---> 914a5f1ce795 00:41:12 Step 21/26 : RUN apk --no-cache add curl 00:41:12 ---> Running in d95e1cea1fd8 00:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:15 (2/3) Installing libcurl (7.69.1-r3) 00:41:15 (3/3) Installing curl (7.69.1-r3) 00:41:15 Executing busybox-1.31.1-r19.trigger 00:41:15 OK: 71 MiB in 58 packages 00:41:17 Removing intermediate container d95e1cea1fd8 00:41:17 ---> 60aef04819ad 00:41:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:17 ---> Running in a7ddfab3265f 00:41:18 Removing intermediate container a7ddfab3265f 00:41:18 ---> 4f546233466c 00:41:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:18 ---> Running in 8584e9a82fe0 00:41:19 Removing intermediate container 8584e9a82fe0 00:41:19 ---> f9a60342efaa 00:41:19 Step 24/26 : LABEL arch=arm64 00:41:19 ---> Running in 7f6caa61728a 00:41:20 Removing intermediate container 7f6caa61728a 00:41:20 ---> 2609b621af27 00:41:20 Step 25/26 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:41:20 ---> Running in 9cba3a3d355b 00:41:21 Removing intermediate container 9cba3a3d355b 00:41:21 ---> 6f3b5680d583 00:41:21 Step 26/26 : LABEL version=0.0.0 00:41:21 ---> Running in 3c4f85e31a2d 00:41:22 Removing intermediate container 3c4f85e31a2d 00:41:22 ---> 341683127e39 00:41:22 00:41:22 Successfully built 341683127e39 00:41:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:41:45  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/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:42:00 Removing intermediate container ff164913cce7 00:42:00 ---> 8e91b1b5c814 00:42:00 00:42:00 Step 10/22 : FROM alpine:3.12 00:42:00 ---> afeebe901d6b 00:42:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:42:00 ---> Using cache 00:42:00 ---> 0c10a29673de 00:42:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:00 ---> Using cache 00:42:00 ---> df297533e6d1 00:42:00 Step 13/22 : ENV APP_PORT=48085 00:42:00 ---> Running in 9f7a40352922 00:42:00 Removing intermediate container 9f7a40352922 00:42:00 ---> e35d8fde637d 00:42:00 Step 14/22 : EXPOSE $APP_PORT 00:42:00 ---> Running in 8f789c134ee5 00:42:01 Removing intermediate container 8f789c134ee5 00:42:01 ---> cc3124199d21 00:42:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:02 ---> ad2b7e67dffa 00:42:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:42:02 + mkdir -p /tmp/build/dist/linux 00:42:02 + cd /tmp/build/dist/linux 00:42:02 + git clone https://github.com/jwilder/dockerize.git . 00:42:02 Cloning into '.'... 00:42:03 + go get github.com/robfig/glock 00:42:04  ---> 9db2f4e77749 00:42:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:42:05 ---> 39ee9d428857 00:42:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:42:05 ---> Running in 9e92ea599959 00:42:06 Removing intermediate container 9e92ea599959 00:42:06 ---> 6189487f5326 00:42:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:06 ---> Running in 2270c068a654 00:42:06 Removing intermediate container 2270c068a654 00:42:06 ---> c2ffa9ac16e4 00:42:06 Step 20/22 : LABEL arch=arm64 00:42:07 ---> Running in 81a9cce6f1f4 00:42:07 Removing intermediate container 81a9cce6f1f4 00:42:07 ---> 4bd3ec99de61 00:42:07 Step 21/22 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:42:07 ---> Running in a7ae7d0c9284 00:42:08 Removing intermediate container a7ae7d0c9284 00:42:08 ---> 41ec7dd1391c 00:42:08 Step 22/22 : LABEL version=0.0.0 00:42:08 ---> Running in 4fa9e098736e 00:42:09 Removing intermediate container 4fa9e098736e 00:42:09 ---> 3353986922b7 00:42:09 00:42:10 Successfully built 3353986922b7 00:42:10 Successfully tagged docker-support-scheduler-go-arm64:latest 00:42:18  Building docker-support-scheduler-go ... done Removing intermediate container cacbc9efb1d1 00:42:18 ---> e729e9ee91a1 00:42:18 00:42:18 Step 10/22 : FROM alpine:3.12 00:42:18 ---> afeebe901d6b 00:42:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:42:18 ---> Running in 454c2d7a36f4 00:42:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:20 (1/2) Installing ca-certificates (20191127-r4) 00:42:20 (2/2) Installing dumb-init (1.2.2-r1) 00:42:20 Executing busybox-1.31.1-r19.trigger 00:42:20 Executing ca-certificates-20191127-r4.trigger 00:42:20 OK: 6 MiB in 16 packages 00:42:23 Removing intermediate container 454c2d7a36f4 00:42:23 ---> 3c7b5e814fa2 00:42:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:42:23 ---> Running in 1aa687201b7c 00:42:24 Removing intermediate container 1aa687201b7c 00:42:24 ---> 1b46f36c6215 00:42:24 Step 13/22 : ENV APP_PORT=48060 00:42:24 ---> Running in a7d2db39ad54 00:42:25 Removing intermediate container a7d2db39ad54 00:42:25 ---> 15c048118df0 00:42:25 Step 14/22 : EXPOSE $APP_PORT 00:42:25 ---> Running in 2bdbcd9eb557 00:42:26 + glock sync -n 00:42:26 Removing intermediate container 2bdbcd9eb557 00:42:26 ---> faacb42ee84e 00:42:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:27 Removing intermediate container 03405c4f8240 00:42:27 ---> c6f720bd2d5e 00:42:27 00:42:27 Step 10/23 : FROM alpine:3.12 00:42:27 ---> afeebe901d6b 00:42:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:27 ---> Using cache 00:42:27 ---> 0c10a29673de 00:42:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:27 ---> Using cache 00:42:27 ---> df297533e6d1 00:42:27 Step 13/23 : ENV APP_PORT=48081 00:42:27 ---> bfc5283e930e 00:42:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:27 ---> Running in 2b25389b31ae 00:42:28 Removing intermediate container 2b25389b31ae 00:42:28 ---> bea1e3855322 00:42:28 Step 14/23 : EXPOSE $APP_PORT 00:42:29 ---> Running in 3fbf40be5868 00:42:29 ---> b08a88e7029d 00:42:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:42:29 Removing intermediate container 3fbf40be5868 00:42:29 ---> 81df2bc19229 00:42:29 Step 15/23 : WORKDIR / 00:42:29 ---> Running in 5bdfb3b55d94 00:42:30 ---> bcd61b2013be 00:42:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:42:30 Removing intermediate container 5bdfb3b55d94 00:42:30 ---> 8febfc1aa966 00:42:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:30 ---> Running in 3173053e3e57 00:42:31 Removing intermediate container 3173053e3e57 00:42:31 ---> 0657beb2c5f1 00:42:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:31 ---> d12efc345ca2 00:42:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:31 ---> Running in c1e3963ed399 00:42:32 Removing intermediate container c1e3963ed399 00:42:32 ---> 429d70b403c0 00:42:32 Step 20/22 : LABEL arch=arm64 00:42:32 ---> Running in e2c46e7a4332 00:42:33 ---> e8f00b2d83e9 00:42:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:33 Removing intermediate container e2c46e7a4332 00:42:33 ---> 5fb89c9e4306 00:42:33 Step 21/22 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:42:33 ---> Running in 81615fe47628 00:42:34 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:42:34 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:42:34 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:42:34 Removing intermediate container 81615fe47628 00:42:34 ---> c84f89961dc1 00:42:34 Step 22/22 : LABEL version=0.0.0 00:42:34 ---> 1eef3fb34cf7 00:42:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:42:34 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:42:34 + git describe '--abbrev=0' --tags 00:42:34 + TAG=v0.6.1 00:42:34 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:42:34 + apk --print-arch 00:42:34 + arch=aarch64 00:42:34 + echo 'building [dockerize] for arm64 ... ' 00:42:34 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64building [dockerize] for arm64 ... 00:42:34  go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:42:34  ---> Running in b01f7d1b97ba 00:42:34 ---> Running in a13bcfad4fc6 00:42:34 Removing intermediate container b01f7d1b97ba 00:42:34 ---> 744cf6fa2581 00:42:34 00:42:35 Removing intermediate container a13bcfad4fc6 00:42:35 ---> 6efd0912437c 00:42:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:35 ---> Running in aa3497c7f6a9 00:42:35 Successfully built 744cf6fa2581 00:42:35 Successfully tagged docker-support-notifications-go-arm64:latest 00:42:36  Building docker-support-notifications-go ... done Removing intermediate container aa3497c7f6a9 00:42:36 ---> 49e7b64e4547 00:42:36 Step 21/23 : LABEL arch=arm64 00:42:36 ---> Running in ae231a51af0d 00:42:36 Removing intermediate container ae231a51af0d 00:42:36 ---> de50f5fecf74 00:42:36 Step 22/23 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:42:36 ---> Running in 2f22c27ce8c8 00:42:37 Removing intermediate container 2f22c27ce8c8 00:42:37 ---> 777849025a70 00:42:37 Step 23/23 : LABEL version=0.0.0 00:42:37 ---> Running in 32f9ac0f37ca 00:42:38 Removing intermediate container 32f9ac0f37ca 00:42:38 ---> 15bf4982ec47 00:42:38 00:42:38 Successfully built 15bf4982ec47 00:42:38 Successfully tagged docker-core-metadata-go-arm64:latest 00:42:39  Building docker-core-metadata-go ... done + date 00:42:39 + echo 'Thu Jan 28 00:42:39 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:42:39 Thu Jan 28 00:42:39 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:42:47 Removing intermediate container c2c5405485e5 00:42:47 ---> 1e6a37d3d9f7 00:42:47 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:42:47 ---> Running in 00f354488636 00:42:49 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:42:49 statically linked 00:42:50 Removing intermediate container 00f354488636 00:42:50 ---> 6fcb41a58f00 00:42:50 00:42:50 Step 12/34 : FROM alpine:3.12 00:42:50 ---> afeebe901d6b 00:42:50 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:42:50 ---> Running in 9d635c83ab35 00:42:51 Removing intermediate container 9d635c83ab35 00:42:51 ---> 73e27ee371fd 00:42:51 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:42:51 ---> Running in a597df4b0ab6 00:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:53 (1/3) Installing dumb-init (1.2.2-r1) 00:42:53 (2/3) Installing openssl (1.1.1i-r0) 00:42:53 (3/3) Installing su-exec (0.2-r1) 00:42:53 Executing busybox-1.31.1-r19.trigger 00:42:53 OK: 6 MiB in 17 packages 00:42:55 Removing intermediate container a597df4b0ab6 00:42:55 ---> 354a7fd6c7fe 00:42:55 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:42:55 ---> Running in c01b59a36259 00:42:55 Removing intermediate container c01b59a36259 00:42:55 ---> 0dec904a04d7 00:42:55 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:42:55 ---> Running in d1ffb5d8f55b 00:42:56 Removing intermediate container d1ffb5d8f55b 00:42:56 ---> 2e8609b30b48 00:42:56 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:42:56 ---> Running in 199ce6352758 00:42:59 Removing intermediate container 199ce6352758 00:42:59 ---> c9252d50ca54 00:42:59 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:42:59 ---> Running in 9594f08efd39 00:42:59 Removing intermediate container 9594f08efd39 00:42:59 ---> 702168a0eb46 00:42:59 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:43:01 ---> 34e62208f859 00:43:01 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:43:02 ---> 2c1b42ac00f6 00:43:02 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:43:02 ---> Running in 174b67dc6e97 00:43:04 Removing intermediate container 174b67dc6e97 00:43:04 ---> c9c99e743ac9 00:43:04 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:05 ---> d66e392308e0 00:43:05 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:43:07 ---> b19db02cf9b4 00:43:07 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:43:07 ---> 8da707752fe4 00:43:07 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:43:09 ---> 18208f072790 00:43:09 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:43:09 ---> 900a0481048c 00:43:09 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:43:10 ---> Running in 9581fd0f805d 00:43:10 Removing intermediate container 9581fd0f805d 00:43:10 ---> c74fc6948fee 00:43:10 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:43:11 ---> d7ad214b5b17 00:43:11 Step 29/34 : RUN chmod +x /entrypoint.sh 00:43:12 ---> Running in 0547f2fd6df5 00:43:15 Removing intermediate container 0547f2fd6df5 00:43:15 ---> 1756a36ac513 00:43:15 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:43:15 ---> Running in b3e4b0e47108 00:43:15 Removing intermediate container b3e4b0e47108 00:43:15 ---> 6ea3f4763cf7 00:43:15 Step 31/34 : CMD ["gate"] 00:43:16 ---> Running in 86afd96f49b2 00:43:17 Removing intermediate container 86afd96f49b2 00:43:17 ---> 0b7b9089a05f 00:43:17 Step 32/34 : LABEL arch=arm64 00:43:17 ---> Running in 690d6a2693d1 00:43:18 Removing intermediate container 690d6a2693d1 00:43:18 ---> ee56ce295c0e 00:43:18 Step 33/34 : LABEL git_sha=89581fd38e7cb917bba02ff221ffddc981963cfe 00:43:18 ---> Running in c3c9cd9fa4f2 00:43:19 Removing intermediate container c3c9cd9fa4f2 00:43:19 ---> b0d031476197 00:43:19 Step 34/34 : LABEL version=0.0.0 00:43:19 ---> Running in dacf0e2516d7 00:43:20 Removing intermediate container dacf0e2516d7 00:43:20 ---> 8fd458d3a154 00:43:20 00:43:20 Successfully built 8fd458d3a154 00:43:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:43:21  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:43:21 $ docker stop --time=1 96f57870792e03289c7429012f72889207036887499eadcaa053eaae1c072352 00:43:23 $ docker rm -f 96f57870792e03289c7429012f72889207036887499eadcaa053eaae1c072352 [Pipeline] // withDockerContainer [Pipeline] sh 00:43:24 + docker images 00:43:24 + grep docker 00:43:24 docker-security-bootstrapper-go-arm64 latest 8fd458d3a154 4 seconds ago 31.9MB 00:43:24 docker-core-metadata-go-arm64 latest 15bf4982ec47 47 seconds ago 17.7MB 00:43:24 docker-support-notifications-go-arm64 latest 744cf6fa2581 50 seconds ago 16MB 00:43:24 docker-support-scheduler-go-arm64 latest 3353986922b7 About a minute ago 15.5MB 00:43:24 docker-sys-mgmt-agent-go-arm64 latest 341683127e39 2 minutes ago 300MB 00:43:24 docker-core-data-go-arm64 latest dd1f575e409c 3 minutes ago 21MB 00:43:24 docker-security-secretstore-setup-go-arm64 latest d8140c62459b 3 minutes ago 23.4MB 00:43:24 docker-core-command-go-arm64 latest 9696ca532252 3 minutes ago 15.4MB 00:43:24 docker-security-proxy-setup-go-arm64 latest b98fcf442449 3 minutes ago 23.2MB 00:43:24 docker 20.10.0 eeaf43b92773 6 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:43:26 provisioning config files... 00:43:26 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6818475090105057898tmp [Pipeline] { [Pipeline] sh 00:43:26 + set +x 00:43:26 + curl -s https://codecov.io/bash 00:43:26 + bash -s -- 00:43:27 00:43:27 _____ _ 00:43:27 / ____| | | 00:43:27 | | ___ __| | ___ ___ _____ __ 00:43:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:43:27 | |___| (_) | (_| | __/ (_| (_) \ V / 00:43:27 \_____\___/ \__,_|\___|\___\___/ \_/ 00:43:27 Bash-20210128-d4071a2 00:43:27 00:43:27 00:43:27 ==> git version 2.24.3 found 00:43:27 ==> 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:43:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:43:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:43:27 ==> Jenkins CI detected. 00:43:27 project root: . 00:43:27 --> token set from env 00:43:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:43:27 ==> Running gcov in . (disable via -X gcov) 00:43:27 ==> Python coveragepy not found 00:43:27 ==> Searching for coverage reports in: 00:43:27 + . 00:43:27 -> Found 1 reports 00:43:27 ==> Detecting git/mercurial file structure 00:43:27 ==> Reading reports 00:43:27 + ./coverage.out bytes=564700 00:43:27 ==> Appending adjustments 00:43:27 https://docs.codecov.io/docs/fixing-reports 00:43:31 + Found adjustments 00:43:31 ==> Gzipping contents 00:43:31 84K /tmp/codecov.VmESQn.gz 00:43:31 ==> Uploading reports 00:43:31 url: https://codecov.io 00:43:31 query: branch=PR-3075&commit=89581fd38e7cb917bba02ff221ffddc981963cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:43:31 -> Pinging Codecov 00:43:31 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3075&commit=89581fd38e7cb917bba02ff221ffddc981963cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:43:31 -> Uploading to 00:43:31 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/89581fd38e7cb917bba02ff221ffddc981963cfe/19ee6fa6-3d46-45c0-8713-54a708f5bdab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T004331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e8c367827f853f44906f46b077483c55aa972ccd9d02a27847bfa718c02e51e 00:43:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:31 Dload Upload Total Spent Left Speed 00:43:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85435 0 0 100 85435 0 157k --:--:-- --:--:-- --:--:-- 157k 00:43:31 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/89581fd38e7cb917bba02ff221ffddc981963cfe [Pipeline] } 00:43:31 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:43:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:43:34 ---> package-listing.sh 00:43:34 ++ facter osfamily 00:43:34 ++ tr '[:upper:]' '[:lower:]' 00:43:34 + OS_FAMILY=redhat 00:43:34 + workspace=/w/workspace/edgex-go/3 00:43:34 + START_PACKAGES=/tmp/packages_start.txt 00:43:34 + END_PACKAGES=/tmp/packages_end.txt 00:43:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:43:34 + PACKAGES=/tmp/packages_start.txt 00:43:34 + '[' /w/workspace/edgex-go/3 ']' 00:43:34 + PACKAGES=/tmp/packages_end.txt 00:43:34 + case "${OS_FAMILY}" in 00:43:34 + rpm -qa 00:43:34 + sort 00:43:40 + '[' -f /tmp/packages_start.txt ']' 00:43:40 + '[' -f /tmp/packages_end.txt ']' 00:43:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:43:40 + '[' /w/workspace/edgex-go/3 ']' 00:43:40 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:43:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:43:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:43:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:43:41 00:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:43:41 alpine: Pulling from edgex-lftools-log-publisher 00:43:41 df20fa9351a1: Pulling fs layer 00:43:41 36b3adc4ff6f: Pulling fs layer 00:43:41 8ad3a11d3b57: Pulling fs layer 00:43:41 46f8f816bc3b: Pulling fs layer 00:43:41 93b61091891f: Pulling fs layer 00:43:41 93b9cdb0e59b: Pulling fs layer 00:43:41 5e14af77c1be: Pulling fs layer 00:43:41 01666e4c0597: Pulling fs layer 00:43:41 aa168da1d23b: Pulling fs layer 00:43:41 46f8f816bc3b: Waiting 00:43:41 93b61091891f: Waiting 00:43:41 93b9cdb0e59b: Waiting 00:43:41 5e14af77c1be: Waiting 00:43:41 01666e4c0597: Waiting 00:43:41 aa168da1d23b: Waiting 00:43:41 36b3adc4ff6f: Verifying Checksum 00:43:41 36b3adc4ff6f: Download complete 00:43:41 46f8f816bc3b: Download complete 00:43:41 df20fa9351a1: Download complete 00:43:41 93b9cdb0e59b: Verifying Checksum 00:43:41 93b9cdb0e59b: Download complete 00:43:41 5e14af77c1be: Verifying Checksum 00:43:41 5e14af77c1be: Download complete 00:43:41 01666e4c0597: Verifying Checksum 00:43:41 01666e4c0597: Download complete 00:43:41 93b61091891f: Verifying Checksum 00:43:41 93b61091891f: Download complete 00:43:42 8ad3a11d3b57: Verifying Checksum 00:43:42 8ad3a11d3b57: Download complete 00:43:42 df20fa9351a1: Pull complete 00:43:42 36b3adc4ff6f: Pull complete 00:43:43 8ad3a11d3b57: Pull complete 00:43:43 46f8f816bc3b: Pull complete 00:43:44 aa168da1d23b: Verifying Checksum 00:43:44 aa168da1d23b: Download complete 00:43:46 93b61091891f: Pull complete 00:43:46 93b9cdb0e59b: Pull complete 00:43:47 5e14af77c1be: Pull complete 00:43:47 01666e4c0597: Pull complete 00:43:56 aa168da1d23b: Pull complete 00:43:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:43:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:43:56 prd-centos7-docker-4c-2g-23554 does not seem to be running inside a container 00:43:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:44:01 $ docker top 3e4d92303bf35a1a378645131e8a4bf86b0a29fcbb633fc0f7e6ae4343eda48c -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:01 + touch /tmp/pre-build-complete [Pipeline] sh 00:44:02 + mkdir -p /var/log/sa [Pipeline] sh 00:44:02 + ls /var/log/sa-host 00:44:02 + sadf -c /var/log/sa-host/sa23 00:44:02 file_magic: OK 00:44:02 HZ: Using current value: 100 00:44:02 file_header: OK 00:44:02 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:44:02 Statistics: 00:44:02 Hnuu...uuuununununu... 00:44:02 File successfully converted to sysstat format version 12.2.1 00:44:02 + sadf -c /var/log/sa-host/sa28 00:44:02 file_magic: OK 00:44:02 HZ: Using current value: 100 00:44:02 file_header: OK 00:44:02 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:44:02 Statistics: 00:44:02 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:44:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:02 provisioning config files... 00:44:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config291196657762652449tmp [Pipeline] { [Pipeline] echo 00:44:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:44:03 ---> create-netrc.sh [Pipeline] } 00:44:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:44:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:44:03 ---> python-tools-install.sh [Pipeline] echo 00:44:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:44:03 ---> sudo-logs.sh 00:44:03 Archiving 'sudo' log.. [Pipeline] echo 00:44:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:44:04 ---> job-cost.sh 00:44:04 lf-activate-venv: SKIPPING 00:44:04 INFO: No Stack... 00:44:05 INFO: Retrieving Pricing Info for: v1-standard-2 00:44:05 INFO: Archiving Costs [Pipeline] echo 00:44:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:44:06 ---> logs-deploy.sh 00:44:06 lf-activate-venv: SKIPPING 00:44:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/3 00:44:06 INFO: archiving workspace using pattern(s): 00:44:08 Archives upload complete. 00:44:08 INFO: archiving logs to Nexus 00:44:08 ---> uname -a: 00:44:08 Linux prd-centos7-docker-4c-2g-23554.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:44:08 00:44:08 00:44:08 ---> lscpu: 00:44:08 Architecture: x86_64 00:44:08 CPU op-mode(s): 32-bit, 64-bit 00:44:08 Byte Order: Little Endian 00:44:08 Address sizes: 40 bits physical, 48 bits virtual 00:44:08 CPU(s): 4 00:44:08 On-line CPU(s) list: 0-3 00:44:08 Thread(s) per core: 1 00:44:08 Core(s) per socket: 1 00:44:08 Socket(s): 4 00:44:08 NUMA node(s): 1 00:44:08 Vendor ID: GenuineIntel 00:44:08 CPU family: 6 00:44:08 Model: 44 00:44:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:44:08 Stepping: 1 00:44:08 CPU MHz: 2933.436 00:44:08 BogoMIPS: 5866.87 00:44:08 Virtualization: VT-x 00:44:08 Hypervisor vendor: KVM 00:44:08 Virtualization type: full 00:44:08 L1d cache: 128 KiB 00:44:08 L1i cache: 128 KiB 00:44:08 L2 cache: 16 MiB 00:44:08 L3 cache: 64 MiB 00:44:08 NUMA node0 CPU(s): 0-3 00:44:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:44:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:44:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:44:08 Vulnerability Meltdown: Mitigation; PTI 00:44:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:44:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:44:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:44:08 Vulnerability Srbds: Not affected 00:44:08 Vulnerability Tsx async abort: Not affected 00:44:08 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:44:08 00:44:08 00:44:08 ---> nproc: 00:44:08 4 00:44:08 00:44:08 00:44:08 ---> df -h: 00:44:08 Filesystem Size Used Available Use% Mounted on 00:44:08 overlay 50.0G 11.0G 39.0G 22% / 00:44:08 tmpfs 64.0M 0 64.0M 0% /dev 00:44:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:44:08 shm 64.0M 0 64.0M 0% /dev/shm 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/3 00:44:08 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/3@tmp 00:44:08 00:44:08 00:44:08 ---> free -m: 00:44:08 total used free shared buff/cache available 00:44:08 Mem: 1837 721 139 0 976 1034 00:44:08 Swap: 1023 39 984 00:44:08 00:44:08 00:44:08 ---> ip addr: 00:44:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:44:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:44:08 inet 127.0.0.1/8 scope host lo 00:44:08 valid_lft forever preferred_lft forever 00:44:08 inet6 ::1/128 scope host 00:44:08 valid_lft forever preferred_lft forever 00:44:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:44:08 link/ether fa:16:3e:a9:35:7c brd ff:ff:ff:ff:ff:ff 00:44:08 inet 10.30.123.132/23 brd 10.30.123.255 scope global dynamic eth0 00:44:08 valid_lft 85005sec preferred_lft 85005sec 00:44:08 inet6 fe80::f816:3eff:fea9:357c/64 scope link 00:44:08 valid_lft forever preferred_lft forever 00:44:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:44:08 link/ether 02:42:6b:01:bd:2f brd ff:ff:ff:ff:ff:ff 00:44:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:44:08 valid_lft forever preferred_lft forever 00:44:08 inet6 fe80::42:6bff:fe01:bd2f/64 scope link 00:44:08 valid_lft forever preferred_lft forever 00:44:08 00:44:08 00:44:08 ---> sar -b -r -n DEV: 00:44:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:44:08 00:44:08 00:20:43 LINUX RESTART (4 CPU) 00:44:08 00:44:08 00:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:44:08 00:22:01 168.88 74.38 94.50 0.00 8122.21 45205.73 0.00 00:44:08 00:23:01 204.87 98.40 106.47 0.00 6851.50 44137.01 0.00 00:44:08 00:24:01 239.34 89.11 150.23 0.00 3679.81 21216.06 0.00 00:44:08 00:25:01 145.16 68.46 76.70 0.00 2473.56 7326.19 0.00 00:44:08 00:26:02 134.19 34.17 100.02 0.00 2525.44 24792.52 0.00 00:44:08 00:27:04 1145.74 867.80 277.94 0.00 114744.35 168454.03 0.00 00:44:08 00:28:01 2289.90 2045.06 244.84 0.00 123107.61 135763.38 0.00 00:44:08 00:29:02 416.94 139.48 277.45 0.00 45939.42 104373.33 0.00 00:44:08 00:30:01 2438.99 2100.88 338.12 0.00 153893.37 153333.42 0.00 00:44:08 00:31:01 570.84 319.00 251.85 0.00 23558.24 55715.24 0.00 00:44:08 00:32:01 120.90 15.28 105.62 0.00 2949.84 8851.16 0.00 00:44:08 00:33:01 1.30 0.00 1.30 0.00 0.00 18.46 0.00 00:44:08 00:34:01 0.29 0.02 0.27 0.00 1.08 2.95 0.00 00:44:08 00:35:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 00:44:08 00:36:01 2.23 2.00 0.23 0.00 71.52 2.60 0.00 00:44:08 00:37:01 0.85 0.03 0.82 0.00 1.07 15.24 0.00 00:44:08 00:38:01 0.28 0.00 0.28 0.00 0.00 3.01 0.00 00:44:08 00:39:01 0.15 0.00 0.15 0.00 0.00 1.92 0.00 00:44:08 00:40:01 0.28 0.00 0.28 0.00 0.00 3.38 0.00 00:44:08 00:41:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 00:44:08 00:42:01 0.30 0.02 0.28 0.00 1.07 3.41 0.00 00:44:08 00:43:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 00:44:08 00:44:01 166.55 88.52 78.03 0.00 8109.04 18687.47 0.00 00:44:08 Average: 346.56 254.96 91.60 0.00 21460.72 34236.86 0.00 00:44:08 00:44:08 00:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:44:08 00:22:01 104496 0 609952 32.42 2620 1164476 1274136 43.48 481016 1090316 8 00:44:08 00:23:01 87100 0 696264 37.00 2264 1095916 1450704 49.51 571208 979448 52816 00:44:08 00:24:01 158240 0 750784 39.90 1592 970928 1751836 59.79 606660 839636 51552 00:44:08 00:25:01 299280 0 769612 40.90 768 811884 1749148 59.70 608636 689244 97192 00:44:08 00:26:02 196272 0 715476 38.03 616 969180 1311508 44.76 550320 845244 40 00:44:08 00:27:04 80368 0 814336 43.28 104 986736 2316448 79.06 661876 921548 91056 00:44:08 00:28:01 193660 0 1250820 66.48 104 436960 3295560 112.47 890800 549852 49020 00:44:08 00:29:02 89360 0 808388 42.96 104 983692 2380044 81.23 634952 931696 34032 00:44:08 00:30:01 77832 0 778360 41.37 104 1025248 2151856 73.44 621696 958636 92588 00:44:08 00:31:01 185424 0 739112 39.28 104 956904 1861404 63.53 583176 865640 19160 00:44:08 00:32:01 121672 0 640056 34.02 104 1119712 1208876 41.26 565636 938728 20 00:44:08 00:33:01 126324 0 635308 33.77 104 1119808 1175824 40.13 561992 938488 16 00:44:08 00:34:01 126620 0 635032 33.75 104 1119788 1172788 40.03 561884 938488 16 00:44:08 00:35:01 126620 0 634996 33.75 104 1119824 1172860 40.03 562476 938520 16 00:44:08 00:36:01 123944 0 636240 33.81 104 1121256 1172932 40.03 563632 939144 28 00:44:08 00:37:01 124704 0 635472 33.77 104 1121264 1172788 40.03 562824 939140 16 00:44:08 00:38:01 125104 0 635068 33.75 104 1121268 1172692 40.02 562416 939140 8 00:44:08 00:39:01 125108 0 635056 33.75 104 1121276 1172800 40.03 562752 939140 12 00:44:08 00:40:01 124656 0 635496 33.78 104 1121288 1172812 40.03 562896 939140 16 00:44:08 00:41:01 124796 0 635352 33.77 104 1121292 1172824 40.03 562836 939140 12 00:44:08 00:42:01 124664 0 635476 33.77 104 1121300 1172860 40.03 562964 939172 8 00:44:08 00:43:01 124588 0 635536 33.78 104 1121316 1172788 40.03 562712 939172 20 00:44:08 00:44:01 213172 0 685628 36.44 104 982640 1291688 44.08 543884 824212 36 00:44:08 Average: 138435 0 706427 37.55 423 1036259 1519442 51.86 587358 902734 21204 00:44:08 00:44:08 00:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:44:08 00:22:01 eth0 1031.61 650.80 3736.14 98.46 0.00 0.00 0.00 0.00 00:44:08 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:23:01 eth0 1163.29 1317.05 5803.52 148.37 0.00 0.00 0.00 0.00 00:44:08 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:23:01 veth8480d40 32.92 51.60 2.25 273.92 0.00 0.00 0.00 0.00 00:44:08 00:23:01 docker0 1061.29 844.63 79.80 2950.81 0.00 0.00 0.00 0.00 00:44:08 00:24:01 eth0 171.35 127.69 584.82 60.51 0.00 0.00 0.00 0.00 00:44:08 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:24:01 veth9c6c840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:24:01 docker0 96.21 125.51 7.31 554.31 0.00 0.00 0.00 0.00 00:44:08 00:25:01 eth0 30.04 14.02 21.88 11.61 0.00 0.00 0.00 0.00 00:44:08 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:25:01 veth9c6c840 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 00:44:08 00:25:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 00:44:08 00:26:02 eth0 185.66 140.14 1684.54 63.32 0.00 0.00 0.00 0.00 00:44:08 00:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:27:04 veth021176e 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 00:44:08 00:27:04 eth0 63.83 38.64 169.51 43.38 0.00 0.00 0.00 0.00 00:44:08 00:27:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:27:04 docker0 11.67 24.42 0.62 142.07 0.00 0.00 0.00 0.00 00:44:08 00:28:01 veth6b8018a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:28:01 veth021176e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:28:01 vethdde42ad 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:28:01 veth000a171 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:29:02 veth021176e 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:29:02 eth0 2839.94 2358.66 12936.65 482.05 0.00 0.00 0.00 0.00 00:44:08 00:29:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:44:08 00:29:02 vethfb954ad 42.35 138.64 3.18 868.37 0.00 0.00 0.00 0.00 00:44:08 00:30:01 veth021176e 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 00:44:08 00:30:01 eth0 70.53 46.48 177.94 54.59 0.00 0.00 0.00 0.00 00:44:08 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:30:01 docker0 1252.56 1202.09 92.85 4868.46 0.00 0.00 0.00 0.00 00:44:08 00:31:01 veth021176e 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:31:01 veth5cc4fb1 12.05 13.36 0.96 45.20 0.00 0.00 0.00 0.00 00:44:08 00:31:01 eth0 230.90 186.40 1335.23 65.94 0.00 0.00 0.00 0.00 00:44:08 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:32:01 eth0 111.90 62.46 426.56 52.47 0.00 0.00 0.00 0.00 00:44:08 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:32:01 docker0 1287.85 1277.90 94.91 5299.18 0.00 0.00 0.00 0.00 00:44:08 00:33:01 eth0 1.28 0.35 0.33 0.18 0.00 0.00 0.00 0.00 00:44:08 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:34:01 eth0 2.93 0.34 0.49 0.21 0.00 0.00 0.00 0.00 00:44:08 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:35:01 eth0 2.90 0.53 0.74 0.39 0.00 0.00 0.00 0.00 00:44:08 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:36:01 eth0 1.86 0.77 0.87 0.62 0.00 0.00 0.00 0.00 00:44:08 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:37:01 eth0 0.43 0.20 0.15 0.08 0.00 0.00 0.00 0.00 00:44:08 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:38:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:44:08 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:39:01 eth0 1.77 0.48 0.57 0.32 0.00 0.00 0.00 0.00 00:44:08 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:40:01 eth0 1.77 0.32 0.37 0.20 0.00 0.00 0.00 0.00 00:44:08 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:41:01 eth0 1.33 0.38 0.38 0.21 0.00 0.00 0.00 0.00 00:44:08 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:42:01 eth0 1.13 0.65 0.67 0.46 0.00 0.00 0.00 0.00 00:44:08 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:43:01 eth0 1.08 0.27 0.32 0.17 0.00 0.00 0.00 0.00 00:44:08 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:44:01 eth0 217.91 171.34 2182.13 46.40 0.00 0.00 0.00 0.00 00:44:08 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 Average: eth0 152.44 123.92 748.00 30.85 0.00 0.00 0.00 0.00 00:44:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:08 Average: docker0 56.10 55.66 4.13 230.83 0.00 0.00 0.00 0.00 00:44:08 00:44:08 00:44:08 ---> sar -P ALL: 00:44:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:44:08 00:44:08 00:20:43 LINUX RESTART (4 CPU) 00:44:08 00:44:08 00:21:02 CPU %user %nice %system %iowait %steal %idle 00:44:08 00:22:01 all 16.41 0.00 9.12 6.38 0.80 67.28 00:44:08 00:22:01 0 15.52 0.00 10.08 7.30 0.87 66.23 00:44:08 00:22:01 1 15.72 0.00 9.14 7.90 0.89 66.35 00:44:08 00:22:01 2 17.01 0.00 8.47 5.58 0.77 68.18 00:44:08 00:22:01 3 17.39 0.00 8.82 4.76 0.68 68.35 00:44:08 00:23:01 all 15.36 0.00 9.19 1.67 0.95 72.83 00:44:08 00:23:01 0 16.78 0.00 10.93 2.05 0.88 69.35 00:44:08 00:23:01 1 13.64 0.00 8.77 1.25 1.02 75.32 00:44:08 00:23:01 2 14.65 0.00 9.53 2.46 0.97 72.40 00:44:08 00:23:01 3 16.43 0.00 7.55 0.92 0.94 74.16 00:44:08 00:24:01 all 26.75 0.00 10.15 6.28 1.72 55.10 00:44:08 00:24:01 0 28.28 0.00 9.87 3.51 1.54 56.80 00:44:08 00:24:01 1 26.10 0.00 10.05 9.70 1.83 52.31 00:44:08 00:24:01 2 26.44 0.00 10.13 6.05 1.64 55.73 00:44:08 00:24:01 3 26.18 0.00 10.55 5.83 1.86 55.58 00:44:08 00:25:01 all 56.21 0.00 15.41 3.60 2.72 22.06 00:44:08 00:25:01 0 58.31 0.00 15.25 4.39 2.52 19.54 00:44:08 00:25:01 1 53.22 0.00 15.10 2.02 3.22 26.43 00:44:08 00:25:01 2 56.11 0.00 15.73 4.75 2.53 20.88 00:44:08 00:25:01 3 57.21 0.00 15.57 3.24 2.60 21.38 00:44:08 00:26:02 all 32.78 0.00 12.58 3.46 2.10 49.07 00:44:08 00:26:02 0 33.83 0.00 12.89 4.15 1.96 47.18 00:44:08 00:26:02 1 33.48 0.00 13.28 3.06 2.04 48.15 00:44:08 00:26:02 2 32.41 0.00 11.84 4.49 2.24 49.03 00:44:08 00:26:02 3 31.41 0.00 12.34 2.15 2.19 51.92 00:44:08 00:27:04 all 21.76 0.00 28.18 9.56 3.76 36.74 00:44:08 00:27:04 0 22.25 0.00 27.59 10.20 3.73 36.22 00:44:08 00:27:04 1 21.12 0.00 28.07 9.51 3.83 37.46 00:44:08 00:27:04 2 20.93 0.00 27.93 9.78 3.76 37.59 00:44:08 00:27:04 3 22.73 0.00 29.14 8.76 3.69 35.68 00:44:08 00:28:01 all 40.50 0.00 25.10 16.23 3.98 14.19 00:44:08 00:28:01 0 41.96 0.00 24.30 17.89 3.67 12.18 00:44:08 00:28:01 1 38.51 0.00 24.07 16.29 4.32 16.82 00:44:08 00:28:01 2 38.98 0.00 24.94 16.20 4.24 15.63 00:44:08 00:28:01 3 42.54 0.00 27.05 14.57 3.70 12.14 00:44:08 00:29:02 all 47.36 0.00 20.35 14.57 3.64 14.07 00:44:08 00:29:02 0 48.20 0.00 20.82 15.50 3.48 12.01 00:44:08 00:29:02 1 46.62 0.00 20.50 14.16 3.45 15.26 00:44:08 00:29:02 2 44.54 0.00 20.72 12.89 3.94 17.90 00:44:08 00:29:02 3 50.11 0.00 19.35 15.72 3.70 11.12 00:44:08 00:30:01 all 19.38 0.00 26.87 23.86 5.60 24.30 00:44:08 00:30:01 0 18.61 0.00 25.20 25.99 6.03 24.17 00:44:08 00:30:01 1 21.52 0.00 29.13 26.61 5.20 17.53 00:44:08 00:30:01 2 17.94 0.00 25.78 22.08 5.77 28.43 00:44:08 00:30:01 3 19.44 0.00 27.38 20.72 5.38 27.08 00:44:08 00:31:01 all 51.61 0.00 19.30 11.49 2.73 14.87 00:44:08 00:31:01 0 50.09 0.00 20.19 12.32 2.91 14.49 00:44:08 00:31:01 1 51.97 0.00 20.14 10.90 2.50 14.48 00:44:08 00:31:01 2 52.75 0.00 19.14 10.99 2.75 14.36 00:44:08 00:31:01 3 51.61 0.00 17.77 11.74 2.74 16.14 00:44:08 00:32:01 all 6.28 0.00 4.60 4.75 0.63 83.74 00:44:08 00:32:01 0 9.71 0.00 5.96 4.83 0.70 78.80 00:44:08 00:32:01 1 4.75 0.00 4.32 4.65 0.54 85.74 00:44:08 00:32:01 2 7.68 0.00 4.50 5.10 0.65 82.08 00:44:08 00:32:01 3 3.00 0.00 3.64 4.42 0.63 88.31 00:44:08 00:44:08 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:44:08 00:33:01 all 0.11 0.00 0.04 0.00 0.00 99.85 00:44:08 00:33:01 0 0.35 0.00 0.07 0.00 0.00 99.58 00:44:08 00:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:44:08 00:33:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:44:08 00:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:44:08 00:34:01 all 0.18 0.00 0.20 0.00 0.03 99.60 00:44:08 00:34:01 0 0.44 0.00 0.17 0.00 0.02 99.37 00:44:08 00:34:01 1 0.12 0.00 0.32 0.00 0.03 99.53 00:44:08 00:34:01 2 0.08 0.00 0.15 0.00 0.03 99.73 00:44:08 00:34:01 3 0.07 0.00 0.15 0.00 0.02 99.76 00:44:08 00:35:01 all 0.16 0.00 0.03 0.00 0.01 99.80 00:44:08 00:35:01 0 0.52 0.00 0.02 0.00 0.02 99.45 00:44:08 00:35:01 1 0.10 0.00 0.05 0.00 0.00 99.85 00:44:08 00:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:44:08 00:35:01 3 0.03 0.00 0.02 0.00 0.02 99.93 00:44:08 00:36:01 all 0.14 0.00 0.10 0.02 0.03 99.72 00:44:08 00:36:01 0 0.37 0.00 0.07 0.00 0.00 99.57 00:44:08 00:36:01 1 0.08 0.00 0.10 0.03 0.05 99.73 00:44:08 00:36:01 2 0.05 0.00 0.12 0.05 0.02 99.77 00:44:08 00:36:01 3 0.07 0.00 0.10 0.00 0.03 99.80 00:44:08 00:37:01 all 0.13 0.00 0.03 0.00 0.01 99.83 00:44:08 00:37:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:44:08 00:37:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:44:08 00:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:44:08 00:37:01 3 0.45 0.00 0.02 0.00 0.02 99.52 00:44:08 00:38:01 all 0.10 0.00 0.03 0.00 0.00 99.87 00:44:08 00:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:44:08 00:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:44:08 00:38:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:44:08 00:38:01 3 0.33 0.00 0.07 0.00 0.00 99.60 00:44:08 00:39:01 all 0.08 0.00 0.03 0.00 0.01 99.87 00:44:08 00:39:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:44:08 00:39:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:44:08 00:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:44:08 00:39:01 3 0.22 0.00 0.03 0.00 0.02 99.73 00:44:08 00:40:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:44:08 00:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:44:08 00:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:44:08 00:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:44:08 00:40:01 3 0.50 0.00 0.02 0.00 0.00 99.48 00:44:08 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:44:08 00:41:01 0 0.03 0.00 0.07 0.00 0.02 99.88 00:44:08 00:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:44:08 00:41:01 2 0.02 0.00 0.05 0.00 0.00 99.93 00:44:08 00:41:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:44:08 00:42:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:44:08 00:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:44:08 00:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:44:08 00:42:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:44:08 00:42:01 3 0.42 0.00 0.05 0.00 0.02 99.52 00:44:08 00:43:01 all 0.07 0.00 0.03 0.00 0.00 99.91 00:44:08 00:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:44:08 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:44:08 00:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:44:08 00:43:01 3 0.17 0.00 0.05 0.00 0.00 99.78 00:44:08 00:44:08 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:44:08 00:44:01 all 6.90 0.00 5.53 4.69 0.51 82.37 00:44:08 00:44:01 0 7.25 0.00 5.59 1.95 0.54 84.66 00:44:08 00:44:01 1 6.15 0.00 5.35 4.84 0.53 83.13 00:44:08 00:44:01 2 8.08 0.00 6.57 6.79 0.51 78.05 00:44:08 00:44:01 3 6.10 0.00 4.60 5.18 0.48 83.63 00:44:08 Average: all 14.15 0.00 7.72 4.38 1.20 72.55 00:44:08 Average: 0 14.55 0.00 7.82 4.51 1.19 71.93 00:44:08 Average: 1 13.75 0.00 7.79 4.57 1.21 72.68 00:44:08 Average: 2 13.95 0.00 7.68 4.42 1.23 72.72 00:44:08 Average: 3 14.34 0.00 7.60 4.03 1.18 72.86 00:44:08 00:44:08 00:44:08