Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 295f404a3bda84e22c3d6843133b44749a727654+4ca1de52de98fea5214ec757781974277347748a (2fdb1a610834dc28c1984076e725bf1f0cebc1f2) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-22015 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # 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 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 Merge succeeded, producing 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b Checking out Revision 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:27:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:27:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:27:02 ========================================================= 18:27:02 EdgeX Global Pipelines Version Info 18:27:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:27:04 ------------------- 18:27:04 stable info: 18:27:04 ------------------- 18:27:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:27:04 Message: update stable to v1.0.179 18:27:05 ------------------- 18:27:05 experimental info: 18:27:05 ------------------- 18:27:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:27:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:27:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:27:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ce72e9 [Pipeline] echo 18:27:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:27:09 provisioning config files... 18:27:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config8059761580708636196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:27:09 ---> docker-login.sh 18:27:09 nexus3.edgexfoundry.org:10001 18:27:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:10 Configure a credential helper to remove this warning. See 18:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:10 18:27:10 Login Succeeded 18:27:10 nexus3.edgexfoundry.org:10002 18:27:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:10 Configure a credential helper to remove this warning. See 18:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:10 18:27:10 Login Succeeded 18:27:10 nexus3.edgexfoundry.org:10003 18:27:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:10 Configure a credential helper to remove this warning. See 18:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:10 18:27:10 Login Succeeded 18:27:10 nexus3.edgexfoundry.org:10004 18:27:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:10 Configure a credential helper to remove this warning. See 18:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:10 18:27:10 Login Succeeded 18:27:10 docker.io 18:27:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:10 Configure a credential helper to remove this warning. See 18:27:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:10 18:27:10 Login Succeeded 18:27:10 ---> docker-login.sh ends [Pipeline] } 18:27:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:27:11 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/core-command/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo core-command,cmd/core-command/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/core-data/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo core-data,cmd/core-data/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/core-metadata/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo core-metadata,cmd/core-metadata/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/security-bootstrapper/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/security-proxy-setup/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/support-notifications/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo support-notifications,cmd/support-notifications/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/support-scheduler/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:27:11 + for file in '`ls cmd/**/Dockerfile`' 18:27:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:27:11 ++ cut -d/ -f2 18:27:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:27:11 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:13 18:27:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:27:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:13 latest: Pulling from edgex-devops/git-semver 18:27:13 31603596830f: Pulling fs layer 18:27:13 2a8b12db71e7: Pulling fs layer 18:27:13 6ca5941a6612: Pulling fs layer 18:27:13 ecc8261a40a4: Pulling fs layer 18:27:13 ecc8261a40a4: Waiting 18:27:13 2a8b12db71e7: Verifying Checksum 18:27:13 2a8b12db71e7: Download complete 18:27:13 31603596830f: Verifying Checksum 18:27:13 31603596830f: Download complete 18:27:13 ecc8261a40a4: Verifying Checksum 18:27:13 ecc8261a40a4: Download complete 18:27:13 6ca5941a6612: Verifying Checksum 18:27:13 6ca5941a6612: Download complete 18:27:14 31603596830f: Pull complete 18:27:14 2a8b12db71e7: Pull complete 18:27:15 6ca5941a6612: Pull complete 18:27:15 ecc8261a40a4: Pull complete 18:27:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:27:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:27:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:27:15 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:27:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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:10004/edgex-devops/git-semver:latest cat 18:27:18 $ docker top 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:27:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:18 [ssh-agent] Looking for ssh-agent implementation... 18:27:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:19 $ docker exec 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent 18:27:19 SSH_AUTH_SOCK=/tmp/ssh-d2oZzCR2BODM/agent.12 18:27:19 SSH_AGENT_PID=17 18:27:19 Running ssh-add (command line suppressed) 18:27:19 Identity added: /w/workspace/edgex-go/36@tmp/private_key_864025710021899287.key (/w/workspace/edgex-go/36@tmp/private_key_864025710021899287.key) 18:27:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:19 + git tag --points-at HEAD [Pipeline] } 18:27:20 $ docker exec --env ******** --env ******** 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent -k 18:27:20 unset SSH_AUTH_SOCK; 18:27:20 unset SSH_AGENT_PID; 18:27:20 echo Agent pid 17 killed; 18:27:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:27:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:20 [ssh-agent] Looking for ssh-agent implementation... 18:27:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:20 $ docker exec 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent 18:27:20 SSH_AUTH_SOCK=/tmp/ssh-YQUU9j0jQ26K/agent.45 18:27:20 SSH_AGENT_PID=50 18:27:20 Running ssh-add (command line suppressed) 18:27:20 Identity added: /w/workspace/edgex-go/36@tmp/private_key_5783650775908961279.key (/w/workspace/edgex-go/36@tmp/private_key_5783650775908961279.key) 18:27:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:21 + git semver init 18:27:21 # -> Open(): unable to determine branch for HEAD 18:27:21 # $GIT_DIR = /w/workspace/edgex-go/36/.git 18:27:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/36 18:27:21 # $SEMVER_REMOTE_NAME = origin 18:27:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:27:21 # $SEMVER_USER_NAME = edgex-jenkins 18:27:21 # $SEMVER_BRANCH = PR-2970 18:27:21 # $SEMVER_TEMP = /tmp/semver-055006238 18:27:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:27:39 # '/tmp/semver-055006238' -> '/w/workspace/edgex-go/36/.semver' 18:27:39 # -> Force: false 18:27:39 # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } 18:27:40 $ docker exec --env ******** --env ******** 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent -k 18:27:40 unset SSH_AUTH_SOCK; 18:27:40 unset SSH_AGENT_PID; 18:27:40 echo Agent pid 50 killed; 18:27:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:27:41 + git semver [Pipeline] } 18:27:41 $ docker stop --time=1 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 18:27:42 $ docker rm -f 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 [Pipeline] // withDockerContainer [Pipeline] sh 18:27:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:27:43 Stashed 1 file(s) [Pipeline] echo 18:27:43 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:27:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:27:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:27:45 + sudo service docker restart 18:27:45 + true 18:27:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:27:46 ========================================================= 18:27:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:27:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:27:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:27:50 Sending build context to Docker daemon 327.9MB 18:27:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:27:50 Step 2/6 : FROM ${BASE} 18:27:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:27:50 188c0c94c7c5: Pulling fs layer 18:27:50 0ef7d3d256c8: Pulling fs layer 18:27:50 de9db76c5a1d: Pulling fs layer 18:27:50 bca2f99d35d6: Pulling fs layer 18:27:50 93359f2a8cfa: Pulling fs layer 18:27:50 7c6f9722023f: Pulling fs layer 18:27:50 a35cf1a2eb13: Pulling fs layer 18:27:50 93359f2a8cfa: Waiting 18:27:50 7c6f9722023f: Waiting 18:27:50 a35cf1a2eb13: Waiting 18:27:50 bca2f99d35d6: Waiting 18:27:50 de9db76c5a1d: Verifying Checksum 18:27:50 de9db76c5a1d: Download complete 18:27:50 0ef7d3d256c8: Verifying Checksum 18:27:50 0ef7d3d256c8: Download complete 18:27:50 93359f2a8cfa: Verifying Checksum 18:27:50 93359f2a8cfa: Download complete 18:27:50 7c6f9722023f: Verifying Checksum 18:27:50 7c6f9722023f: Download complete 18:27:50 188c0c94c7c5: Verifying Checksum 18:27:50 188c0c94c7c5: Download complete 18:27:50 188c0c94c7c5: Pull complete 18:27:51 0ef7d3d256c8: Pull complete 18:27:51 de9db76c5a1d: Pull complete 18:27:53 a35cf1a2eb13: Verifying Checksum 18:27:53 a35cf1a2eb13: Download complete 18:27:54 bca2f99d35d6: Verifying Checksum 18:27:54 bca2f99d35d6: Download complete 18:27:59 Still waiting to schedule task 18:27:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:27:59 bca2f99d35d6: Pull complete 18:27:59 93359f2a8cfa: Pull complete 18:27:59 7c6f9722023f: Pull complete 18:28:04 a35cf1a2eb13: Pull complete 18:28:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:28:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:28:04 ---> a62c8e92a672 18:28:04 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:28:04 ---> Running in 78c269fac1a4 18:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:06 (1/12) Installing libmagic (5.38-r0) 18:28:07 (2/12) Installing file (5.38-r0) 18:28:07 (3/12) Installing libc-dev (0.7.2-r3) 18:28:07 (4/12) Installing g++ (9.3.0-r2) 18:28:13 (5/12) Installing fortify-headers (1.1-r0) 18:28:13 (6/12) Installing patch (2.7.6-r6) 18:28:13 (7/12) Installing build-base (0.5-r2) 18:28:13 (8/12) Installing libsodium (1.0.18-r0) 18:28:13 (9/12) Installing pkgconf (1.7.2-r0) 18:28:13 (10/12) Installing libsodium-dev (1.0.18-r0) 18:28:13 (11/12) Installing libzmq (4.3.3-r0) 18:28:13 (12/12) Installing zeromq-dev (4.3.3-r0) 18:28:13 Executing busybox-1.31.1-r19.trigger 18:28:13 OK: 233 MiB in 51 packages 18:28:17 Removing intermediate container 78c269fac1a4 18:28:17 ---> aad8d0de2919 18:28:17 Step 4/6 : WORKDIR /edgex-go 18:28:17 ---> Running in dafc1033a54a 18:28:17 Removing intermediate container dafc1033a54a 18:28:17 ---> fd6db1ad6888 18:28:17 Step 5/6 : COPY go.mod . 18:28:17 ---> 1fb3f8bd0669 18:28:17 Step 6/6 : RUN go mod download 18:28:17 ---> Running in 2854ef5a63e6 18:28:44 Removing intermediate container 2854ef5a63e6 18:28:44 ---> 4c743c6458ed 18:28:44 Successfully built 4c743c6458ed 18:28:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:28:44 + docker inspect -f . ci-base-image-x86_64 18:28:44 . [Pipeline] withDockerContainer 18:28:44 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:28:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:45 $ docker top 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:46 + go version 18:28:46 go version go1.15.5 linux/amd64 [Pipeline] } 18:28:46 $ docker stop --time=1 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f 18:28:47 $ docker rm -f 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:28:48 + docker inspect -f . ci-base-image-x86_64 18:28:48 . [Pipeline] withDockerContainer 18:28:48 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:28:48 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:49 $ docker top c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a -eo pid,comm [Pipeline] { [Pipeline] echo 18:28:49 ========================================================= 18:28:49 [edgeXBuildGoParallel] Running Tests and Build... 18:28:49 ========================================================= [Pipeline] sh 18:28:49 + make test 18:28:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:28:59 ? github.com/edgexfoundry/edgex-go [no test files] 18:29:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:29:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:29:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:29:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:29:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:29:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:29:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:29:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:29:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:29:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.0% of statements 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 66.7% of statements 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:29:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.466s coverage: 82.3% of statements 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:29:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 18:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:29:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 18:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:29:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 18:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 43.8% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.289s coverage: 84.0% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.1% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:29:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 18:29:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:29:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:29:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 18:29:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 18:29:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:29:54 GO111MODULE=on go vet ./... 18:30:20 gofmt -l . 18:30:20 [ "`gofmt -l .`" = "" ] 18:30:20 ./bin/test-go-mod-tidy.sh 18:30:20 ./bin/test-attribution-txt.sh [Pipeline] sh 18:30:22 + ls -al . 18:30:22 total 668 18:30:22 drwxrwxr-x 10 1001 1001 4096 Jan 21 18:30 . 18:30:22 drwxr-xr-x 4 root root 30 Jan 21 18:28 .. 18:30:22 -rw-rw-r-- 1 1001 1001 11 Jan 21 18:26 .dockerignore 18:30:22 drwxrwxr-x 8 1001 1001 179 Jan 21 18:27 .git 18:30:22 drwxrwxr-x 3 1001 1001 125 Jan 21 18:26 .github 18:30:22 -rw-rw-r-- 1 1001 1001 872 Jan 21 18:26 .gitignore 18:30:22 drwx------ 3 1001 1001 47 Jan 21 18:27 .semver 18:30:22 -rw-rw-r-- 1 1001 1001 166 Jan 21 18:26 .sonarcloud.properties 18:30:22 -rw-rw-r-- 1 1001 1001 7859 Jan 21 18:26 Attribution.txt 18:30:22 -rw-rw-r-- 1 1001 1001 3804 Jan 21 18:26 CONTRIBUTING.md 18:30:22 -rw-rw-r-- 1 1001 1001 931 Jan 21 18:26 Dockerfile.build 18:30:22 -rw-rw-r-- 1 1001 1001 863 Jan 21 18:26 Jenkinsfile 18:30:22 -rw-rw-r-- 1 1001 1001 10775 Jan 21 18:26 LICENSE 18:30:22 -rw-rw-r-- 1 1001 1001 6001 Jan 21 18:26 Makefile 18:30:22 -rw-rw-r-- 1 1001 1001 6524 Jan 21 18:26 README.md 18:30:22 -rw-rw-r-- 1 1001 1001 6755 Jan 21 18:26 SECURITY.md 18:30:22 -rw-rw-r-- 1 1001 1001 5 Jan 21 18:27 VERSION 18:30:22 -rw-rw-r-- 1 1001 1001 4131 Jan 21 18:26 ZMQWindows.md 18:30:22 drwxrwxr-x 2 1001 1001 117 Jan 21 18:26 bin 18:30:22 drwxrwxr-x 15 1001 1001 4096 Jan 21 18:26 cmd 18:30:22 -rw-r--r-- 1 root root 562928 Jan 21 18:29 coverage.out 18:30:22 -rw-r--r-- 1 root root 1053 Jan 21 18:30 go.mod 18:30:22 -rw-r--r-- 1 root root 18878 Jan 21 18:30 go.sum 18:30:22 drwxrwxr-x 8 1001 1001 127 Jan 21 18:26 internal 18:30:22 drwxrwxr-x 4 1001 1001 26 Jan 21 18:26 openapi 18:30:22 drwxrwxr-x 4 1001 1001 71 Jan 21 18:26 snap 18:30:22 -rw-rw-r-- 1 1001 1001 168 Jan 21 18:26 version.go [Pipeline] sh 18:30:22 + '[' -e coverage.out ] 18:30:22 + chown 1001:1001 coverage.out [Pipeline] stash 18:30:22 Stashed 1 file(s) [Pipeline] sh 18:30:22 + make build 18:30:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:30:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:30:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:30:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:30: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 18:30:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:30:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:30:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:30:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:30:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:30: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 18:30:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:30: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] } 18:30:48 $ docker stop --time=1 c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a 18:30:50 $ docker rm -f c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:30:54 18:30:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:30:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:30:54 latest: Pulling from edgex-devops/edgex-compose 18:30:54 cbdbe7a5bc2a: Pulling fs layer 18:30:54 ca9280d653b3: Pulling fs layer 18:30:54 7e9c9ca2126c: Pulling fs layer 18:30:55 cbdbe7a5bc2a: Verifying Checksum 18:30:55 cbdbe7a5bc2a: Download complete 18:30:55 ca9280d653b3: Verifying Checksum 18:30:55 ca9280d653b3: Download complete 18:30:55 cbdbe7a5bc2a: Pull complete 18:30:57 ca9280d653b3: Pull complete 18:30:57 7e9c9ca2126c: Download complete 18:31:03 7e9c9ca2126c: Pull complete 18:31:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:31:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:31:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:31:04 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:31:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:31:07 $ docker top ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:07 + docker-compose build --help 18:31:07 + grep parallel 18:31:08 --parallel Build images in parallel. [Pipeline] } 18:31:08 $ docker stop --time=1 ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 18:31:10 $ docker rm -f ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:31:11 . [Pipeline] withDockerContainer 18:31:11 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:31:11 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:31:11 $ docker top 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:12 + docker-compose -f ./docker-compose-build.yml build --parallel 18:31:13 Building docker-core-command-go ... 18:31:13 Building docker-core-data-go ... 18:31:13 Building docker-core-metadata-go ... 18:31:13 Building docker-security-bootstrapper-go ... 18:31:13 Building docker-security-proxy-setup-go ... 18:31:13 Building docker-security-secretstore-setup-go ... 18:31:13 Building docker-support-notifications-go ... 18:31:13 Building docker-support-scheduler-go ... 18:31:13 Building docker-sys-mgmt-agent-go ... 18:31:13 Building docker-core-data-go 18:31:13 Building docker-security-bootstrapper-go 18:31:13 Building docker-security-secretstore-setup-go 18:31:13 Building docker-security-proxy-setup-go 18:31:13 Building docker-core-metadata-go 18:31:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22016 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 18:31:17 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 18:31:22 using credential edgex-jenkins-ssh 18:31:22 Cloning the remote Git repository 18:31:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:31:22 > git init /w/workspace/edgex-go/36 # timeout=10 18:31:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:22 > git --version # timeout=10 18:31:22 > git --version # 'git version 2.17.1' 18:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:43 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 18:31:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:31:43 > git config core.sparsecheckout # timeout=10 18:31:43 > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # timeout=10 18:31:43 > git remote # timeout=10 18:31:43 > git config --get remote.origin.url # timeout=10 18:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:43 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 18:31:43 Merge succeeded, producing 7cf57ddefe12838f9e70d2bd3983da1ee32233be 18:31:43 Checking out Revision 7cf57ddefe12838f9e70d2bd3983da1ee32233be (PR-2970) 18:31:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:31:46 ---> 4c743c6458ed 18:31:46 Step 3/21 : WORKDIR /edgex-go 18:31:46 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:46 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:31:46 ---> 4c743c6458ed 18:31:46 Step 3/33 : WORKDIR /edgex-go 18:31:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:31:46 ---> 4c743c6458ed 18:31:46 Step 3/24 : WORKDIR /edgex-go 18:31:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:31:46 ---> 4c743c6458ed 18:31:46 Step 3/23 : WORKDIR /edgex-go 18:31:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:31:46 ---> 4c743c6458ed 18:31:46 Step 3/23 : WORKDIR /edgex-go 18:31:43 > git rev-parse HEAD^{commit} # timeout=10 18:31:44 > git config core.sparsecheckout # timeout=10 18:31:44 > git checkout -f 7cf57ddefe12838f9e70d2bd3983da1ee32233be # timeout=10 18:31:47 ---> Running in 2a49be87b60d 18:31:47 ---> Running in a04e22f5c859 18:31:47 ---> Running in 76033f4307b7 18:31:47 ---> Running in 6062204c631f 18:31:47 ---> Running in 20190e638a0a 18:31:47 Removing intermediate container 2a49be87b60d 18:31:47 ---> 1cdf146031bc 18:31:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:47 Removing intermediate container 6062204c631f 18:31:47 ---> 8d72c08041e2 18:31:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:47 Removing intermediate container 20190e638a0a 18:31:47 ---> 9028ad22fcdb 18:31:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:47 Removing intermediate container a04e22f5c859 18:31:47 ---> ef3ce23e3860 18:31:47 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:47 Removing intermediate container 76033f4307b7 18:31:47 ---> 9557d59e21b4 18:31:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:47 ---> Running in a09107870276 18:31:47 ---> Running in 495332ded1d6 18:31:47 ---> Running in 1568c1ecdf38 18:31:47 ---> Running in e93ae6d2a12c 18:31:47 ---> Running in ae0987c0d49e 18:31:48 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" 18:31:48 > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:31:50 Removing intermediate container e93ae6d2a12c 18:31:50 ---> 184703ed792e 18:31:50 Step 5/33 : RUN apk add --update --no-cache make git 18:31:50 Removing intermediate container 495332ded1d6 18:31:50 ---> b8d30344ed5e 18:31:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:31:50 ---> Running in 349ef58024eb 18:31:50 ---> Running in c43322a09672 18:31:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:50 Removing intermediate container a09107870276 18:31:50 ---> 4a6b5e7cb86b 18:31:50 Step 5/24 : RUN apk add --update --no-cache make git 18:31:50 Removing intermediate container ae0987c0d49e 18:31:50 ---> 90554c59b4b2 18:31:50 Step 5/21 : RUN apk add --update --no-cache make git 18:31:50 Removing intermediate container 1568c1ecdf38 18:31:50 ---> 882fde76787d 18:31:50 Step 5/23 : RUN apk add --update --no-cache make git 18:31:50 + + true 18:31:50 sudo service docker restart 18:31:50 ---> Running in 6326391a8657 18:31:50 ---> Running in 3b38374c9713 18:31:50 ---> Running in 95d07c028e18 18:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:52 provisioning config files... 18:31:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config5711792357158891405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:53 OK: 233 MiB in 51 packages 18:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:53 OK: 233 MiB in 51 packages 18:31:53 ---> docker-login.sh 18:31:53 nexus3.edgexfoundry.org:10001 18:31:53 OK: 233 MiB in 51 packages 18:31:53 OK: 233 MiB in 51 packages 18:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:53 OK: 233 MiB in 51 packages 18:31:53 Removing intermediate container 349ef58024eb 18:31:53 ---> 94a49cb6e0c4 18:31:53 Step 6/23 : COPY go.mod . 18:31:53 Removing intermediate container c43322a09672 18:31:53 ---> 2a4b395bd431 18:31:53 Step 6/33 : COPY go.mod . 18:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:54 Configure a credential helper to remove this warning. See 18:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:54 18:31:54 Login Succeeded 18:31:54 nexus3.edgexfoundry.org:10002 18:31:54 Removing intermediate container 95d07c028e18 18:31:54 ---> 899fc9742542 18:31:54 Step 6/23 : COPY go.mod . 18:31:54 ---> 578f67b2799f 18:31:54 Step 7/23 : RUN go mod download 18:31:54 ---> c67de41b17ea 18:31:54 Step 7/33 : RUN go mod download 18:31:54 Removing intermediate container 6326391a8657 18:31:54 ---> c310f4582adb 18:31:54 Step 6/24 : COPY go.mod . 18:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:54 Configure a credential helper to remove this warning. See 18:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:54 18:31:54 Login Succeeded 18:31:54 nexus3.edgexfoundry.org:10003 18:31:54 ---> Running in 68d618f35dfc 18:31:54 ---> Running in d6e80649680d 18:31:54 Removing intermediate container 3b38374c9713 18:31:54 ---> 7f6c11b76c3c 18:31:54 Step 6/21 : COPY go.mod . 18:31:55 ---> 61bfac938ae5 18:31:55 Step 7/23 : RUN go mod download 18:31:55 ---> 8c44ebe08fea 18:31:55 Step 7/24 : RUN go mod download 18:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:55 Configure a credential helper to remove this warning. See 18:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:55 18:31:55 Login Succeeded 18:31:55 nexus3.edgexfoundry.org:10004 18:31:55 ---> Running in fa9f5095c2ad 18:31:55 ---> Running in 5fc4946a23d9 18:31:55 ---> 79b53db63562 18:31:55 Step 7/21 : RUN go mod download 18:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:55 ---> Running in 91b5c8658f9c 18:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:55 Configure a credential helper to remove this warning. See 18:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:55 18:31:55 Login Succeeded 18:31:55 docker.io 18:31:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:56 Configure a credential helper to remove this warning. See 18:31:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:56 18:31:56 Login Succeeded 18:31:56 ---> docker-login.sh ends [Pipeline] } 18:31:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:31:56 ========================================================= 18:31:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:31:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31: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 . 18:31:58 Removing intermediate container 5fc4946a23d9 18:31:58 ---> 6f3a74cd65a9 18:31:58 Step 8/24 : COPY . . 18:31:58 Removing intermediate container fa9f5095c2ad 18:31:58 ---> ddea344535b8 18:31:58 Step 8/23 : COPY . . 18:31:58 Removing intermediate container 68d618f35dfc 18:31:58 ---> ca512e936346 18:31:58 Step 8/23 : COPY . . 18:31:58 Removing intermediate container d6e80649680d 18:31:58 ---> a4537bcbfdeb 18:31:58 Step 8/33 : COPY . . 18:31:58 Removing intermediate container 91b5c8658f9c 18:31:58 ---> 491e83bd19d4 18:31:58 Step 8/21 : COPY . . 18:31:59 Sending build context to Docker daemon 166.3MB 18:31:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:31:59 Step 2/6 : FROM ${BASE} 18:31:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:31:59 5f621e34cdf4: Pulling fs layer 18:31:59 a4357932f1b6: Pulling fs layer 18:31:59 18c013af1878: Pulling fs layer 18:31:59 00ac8860ef70: Pulling fs layer 18:31:59 63d7cb157983: Pulling fs layer 18:31:59 b116817d02f9: Pulling fs layer 18:31:59 745a02a5169b: Pulling fs layer 18:31:59 63d7cb157983: Waiting 18:31:59 b116817d02f9: Waiting 18:31:59 745a02a5169b: Waiting 18:31:59 00ac8860ef70: Waiting 18:31:59 18c013af1878: Download complete 18:31:59 a4357932f1b6: Verifying Checksum 18:31:59 a4357932f1b6: Download complete 18:31:59 63d7cb157983: Verifying Checksum 18:31:59 63d7cb157983: Download complete 18:32:00 b116817d02f9: Download complete 18:32:00 5f621e34cdf4: Download complete 18:32:01 5f621e34cdf4: Pull complete 18:32:01 a4357932f1b6: Pull complete 18:32:01 18c013af1878: Pull complete 18:32:02 745a02a5169b: Verifying Checksum 18:32:02 745a02a5169b: Download complete 18:32:03 00ac8860ef70: Verifying Checksum 18:32:03 00ac8860ef70: Download complete 18:32:13 00ac8860ef70: Pull complete 18:32:14 63d7cb157983: Pull complete 18:32:14 b116817d02f9: Pull complete 18:32:18 745a02a5169b: Pull complete 18:32:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:18 ---> b7e6874047d6 18:32:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:32:21 ---> Running in 4ee95452116a 18:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:24 (1/12) Installing libmagic (5.38-r0) 18:32:24 (2/12) Installing file (5.38-r0) 18:32:24 (3/12) Installing libc-dev (0.7.2-r3) 18:32:24 (4/12) Installing g++ (9.3.0-r2) 18:32:33 (5/12) Installing fortify-headers (1.1-r0) 18:32:33 (6/12) Installing patch (2.7.6-r6) 18:32:33 (7/12) Installing build-base (0.5-r2) 18:32:33 (8/12) Installing libsodium (1.0.18-r0) 18:32:33 (9/12) Installing pkgconf (1.7.2-r0) 18:32:33 (10/12) Installing libsodium-dev (1.0.18-r0) 18:32:33 (11/12) Installing libzmq (4.3.3-r0) 18:32:33 (12/12) Installing zeromq-dev (4.3.3-r0) 18:32:34 Executing busybox-1.31.1-r19.trigger 18:32:34 OK: 217 MiB in 51 packages 18:32:37 ---> 8920abf0135f 18:32:37 Step 9/23 : RUN make cmd/core-data/core-data 18:32:37 ---> bf7006b545ff 18:32:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:32:37 ---> 133afbc380fa 18:32:37 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:32:37 ---> 9c0cf0d8331b 18:32:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:32:37 ---> 22166adcaab0 18:32:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:32:37 ---> Running in 688ac3bf1b59 18:32:37 ---> Running in a22ef8704ad7 18:32:37 ---> Running in ecd32899fc5d 18:32:37 ---> Running in 53875969712c 18:32:37 ---> Running in 2c1184800e4e 18:32:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:32: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 18:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:32:38 Removing intermediate container 4ee95452116a 18:32:38 ---> 0879fc77d70d 18:32:38 Step 4/6 : WORKDIR /edgex-go 18:32:38 ---> Running in c5222d1ff957 18:32:38 Removing intermediate container c5222d1ff957 18:32:38 ---> 9eef9a6dbe9c 18:32:38 Step 5/6 : COPY go.mod . 18:32:39 ---> b04a05855f7c 18:32:39 Step 6/6 : RUN go mod download 18:32:39 ---> Running in 015c191116ec 18:33: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 18:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:33: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 18:33:06 Removing intermediate container 015c191116ec 18:33:06 ---> 38229793854a 18:33:06 Successfully built 38229793854a 18:33:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:06 + docker inspect -f . ci-base-image-arm64 18:33:06 . [Pipeline] withDockerContainer 18:33:06 prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container 18:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:33:08 $ docker top cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:09 + go version 18:33:09 go version go1.15.5 linux/arm64 [Pipeline] } 18:33:09 $ docker stop --time=1 cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb 18:33:10 Removing intermediate container 53875969712c 18:33:10 ---> 2a4be125bbcc 18:33:10 18:33:10 Step 10/24 : FROM alpine:3.12 18:33:10 Removing intermediate container 2c1184800e4e 18:33:10 ---> e7719a400251 18:33:10 18:33:10 Step 10/21 : FROM alpine:3.12 18:33:10 3.12: Pulling from library/alpine 18:33:10 3.12: Pulling from library/alpine 18:33:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:33:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:33:10 Status: Downloaded newer image for alpine:3.12 18:33:10 ---> 389fef711851 18:33:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:33:10 Status: Image is up to date for alpine:3.12 18:33:10 ---> 389fef711851 18:33:10 Step 11/21 : RUN apk add --update --no-cache curl 18:33:11 $ docker rm -f cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:12 + docker inspect -f . ci-base-image-arm64 18:33:12 . [Pipeline] withDockerContainer 18:33:12 prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container 18:33:12 ---> Running in b478f436576e 18:33:12 ---> Running in 5ca6ce54cf2f 18:33:12 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:33:13 Removing intermediate container ecd32899fc5d 18:33:13 ---> 4549f4929e0b 18:33:13 18:33:13 Step 10/33 : FROM alpine:3.12 18:33:13 ---> 389fef711851 18:33:13 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 18:33:13 ---> Running in e3b13825e7b1 18:33:14 $ docker top 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 -eo pid,comm [Pipeline] { [Pipeline] echo 18:33:14 ========================================================= 18:33:14 [edgeXBuildGoParallel] Running Tests and Build... 18:33:14 ========================================================= [Pipeline] sh 18:33:15 + make test 18:33:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:15 (1/4) Installing ca-certificates (20191127-r4) 18:33:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:33:15 (3/4) Installing libcurl (7.69.1-r3) 18:33:15 (4/4) Installing curl (7.69.1-r3) 18:33:15 Executing busybox-1.31.1-r19.trigger 18:33:15 Executing ca-certificates-20191127-r4.trigger 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:15 OK: 7 MiB in 18 packages 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:15 (1/5) Installing ca-certificates (20191127-r4) 18:33:15 (1/3) Installing dumb-init (1.2.2-r1) 18:33:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:33:15 (3/5) Installing libcurl (7.69.1-r3) 18:33:15 (4/5) Installing curl (7.69.1-r3) 18:33:15 (5/5) Installing dumb-init (1.2.2-r1) 18:33:16 Executing busybox-1.31.1-r19.trigger 18:33:16 (2/3) Installing openssl (1.1.1i-r0) 18:33:16 Executing ca-certificates-20191127-r4.trigger 18:33:16 (3/3) Installing su-exec (0.2-r1) 18:33:16 OK: 7 MiB in 19 packages 18:33:17 Executing busybox-1.31.1-r19.trigger 18:33:17 OK: 6 MiB in 17 packages 18:33:18 Removing intermediate container a22ef8704ad7 18:33:18 ---> a18b14688627 18:33:18 18:33:18 Step 10/23 : FROM alpine:3.12 18:33:18 ---> 389fef711851 18:33:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:33:20 ---> Running in 53b558657b4c 18:33:20 Removing intermediate container 688ac3bf1b59 18:33:20 ---> b0f8982539c0 18:33:20 18:33:20 Step 10/23 : FROM alpine:3.12 18:33:20 ---> 389fef711851 18:33:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:33:21 ---> Running in 428e2884251c 18:33:21 Removing intermediate container 5ca6ce54cf2f 18:33:21 ---> 24c70ebddcd0 18:33:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:33:22 Removing intermediate container e3b13825e7b1 18:33:22 ---> f9ea63272d06 18:33:22 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:33:22 Removing intermediate container b478f436576e 18:33:22 ---> 7b9539fc7ff7 18:33:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:22 (1/1) Installing dumb-init (1.2.2-r1) 18:33:22 Executing busybox-1.31.1-r19.trigger 18:33:22 OK: 6 MiB in 15 packages 18:33:23 ---> Running in ef8a4b070376 18:33:23 ---> Running in 604196aa7098 18:33:23 ---> Running in 68adc577c1cd 18:33:23 Removing intermediate container 428e2884251c 18:33:23 ---> 6903c69d479c 18:33:23 Step 12/23 : ENV APP_PORT=48080 18:33:23 ---> Running in 17b68d5bff56 18:33:23 Removing intermediate container 68adc577c1cd 18:33:23 ---> f42fdb32d85f 18:33:23 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 18:33:23 Removing intermediate container ef8a4b070376 18:33:23 ---> f20f3c3d2425 18:33:23 Step 13/24 : WORKDIR / 18:33:23 Removing intermediate container 604196aa7098 18:33:23 ---> 8d0b3cbe1594 18:33:23 Step 13/21 : WORKDIR /edgex 18:33:23 ---> Running in d688d8187d17 18:33:23 ---> Running in 7ce1a8b9be2f 18:33:23 ---> Running in 8f2740cfd0eb 18:33:23 Removing intermediate container 17b68d5bff56 18:33:23 ---> bf5295ad7b4e 18:33:23 Step 13/23 : EXPOSE $APP_PORT 18:33:23 Removing intermediate container 53b558657b4c 18:33:23 ---> b36395369de3 18:33:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:33:23 ---> Running in 7d6db129ad51 18:33:23 ---> Running in 1380bf989854 18:33:24 Removing intermediate container d688d8187d17 18:33:24 ---> 235c009f049f 18:33:24 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 18:33:24 Removing intermediate container 8f2740cfd0eb 18:33:24 ---> 39590ce2fb3d 18:33:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:33:24 Removing intermediate container 7ce1a8b9be2f 18:33:24 ---> 1e7b8262a581 18:33:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:33:24 Removing intermediate container 7d6db129ad51 18:33:24 ---> 5a103e9c411c 18:33:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:24 ---> Running in 9598fe407c9a 18:33:24 Removing intermediate container 1380bf989854 18:33:24 ---> 1d06f621e53e 18:33:24 Step 13/23 : ENV APP_PORT=48081 18:33:24 ---> Running in 0942e780aa47 18:33:24 ---> d677060b7d7c 18:33:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:33:24 ---> Running in 9dfc8ab18377 18:33:24 ---> a87382cc84b0 18:33:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:33:24 Removing intermediate container 9dfc8ab18377 18:33:24 ---> 7f093bcd53c2 18:33:24 Step 14/23 : EXPOSE $APP_PORT 18:33:25 ---> 87fb5be0f67b 18:33:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:33:25 ---> Running in b72204afd9b2 18:33:25 Connecting to github.com (140.82.114.4:443) 18:33:25 Removing intermediate container b72204afd9b2 18:33:25 ---> 1b9fb61fd3f8 18:33:25 Step 15/23 : WORKDIR / 18:33:25 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.75.84:443) 18:33:25  ---> d134d831e5c9 18:33:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:33:25 ---> 756df65eca13 18:33:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:33:25 ---> Running in 1bbcb51ea871 18:33:25 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 18:33:25 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 18:33:25 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 18:33:25 dockerize 18:33:26 Removing intermediate container 1bbcb51ea871 18:33:26 ---> a5db68406527 18:33:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:26 ---> 7f06f9e3d4f1 18:33:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:33:26 ---> 9dd2fddc10b5 18:33:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:33:26 ---> c9c2a7505eaf 18:33:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:33:26 ---> Running in 1b82824536a2 18:33:26 Removing intermediate container 0942e780aa47 18:33:26 ---> 6f60d5239c61 18:33:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:33:26 ---> Running in 5d71e6e1722f 18:33:26 Removing intermediate container 9598fe407c9a 18:33:26 ---> 6499210837ee 18:33:26 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 18:33:27 Removing intermediate container 1b82824536a2 18:33:27 ---> f2330f8f2e0f 18:33:27 Step 18/21 : CMD ["--init=true"] 18:33:27 ---> Running in 3c970251f3be 18:33:27 ---> 545bee3ab20d 18:33:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:33:27 ---> Running in 16b71862f6dc 18:33:27 ---> de88b5ee9f9e 18:33:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:33:27 Removing intermediate container 16b71862f6dc 18:33:27 ---> 428c4b6e976d 18:33:27 Step 19/21 : LABEL arch=x86_64 18:33:27 Removing intermediate container 3c970251f3be 18:33:27 ---> 986532cda989 18:33:27 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:33:27 ---> Running in 3214f4b57570 18:33:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:27 ---> Running in cb74b26170db 18:33:27 ---> a4a0284bdd4b 18:33:27 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/ 18:33:27 ---> 8610ebbb9e6b 18:33:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:33:28 ---> Running in b8fb7d48dbe5 18:33:28 ---> Running in 1f79f92ad79b 18:33:28 Removing intermediate container 3214f4b57570 18:33:28 ---> 93f40bc43516 18:33:28 Step 20/21 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:33:28 Removing intermediate container cb74b26170db 18:33:28 ---> 7d8268470d7a 18:33:28 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 18:33:28 ---> Running in 7035996fab90 18:33:28 ---> Running in d4740f6f9a55 18:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:28 Removing intermediate container 1f79f92ad79b 18:33:28 ---> ea7e189c0135 18:33:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:29 ---> Running in d237afcb1274 18:33:29 Removing intermediate container 7035996fab90 18:33:29 ---> e053e6f4c41d 18:33:29 Step 21/21 : LABEL version=0.0.0 18:33:29 ---> Running in 1a457d52ab0a 18:33:29 Removing intermediate container d237afcb1274 18:33:29 ---> 5d12dd1cb6db 18:33:29 Step 21/23 : LABEL arch=x86_64 18:33:29 (1/6) Installing dumb-init (1.2.2-r1) 18:33:29 (2/6) Installing libgcc (9.3.0-r2) 18:33:29 (3/6) Installing libsodium (1.0.18-r0) 18:33:29 Removing intermediate container 1a457d52ab0a 18:33:29 ---> a632cf6a0485 18:33:29 18:33:29 (4/6) Installing libstdc++ (9.3.0-r2) 18:33:29 ---> Running in 0596c79d412a 18:33:29 Move dockerize executable 18:33:29 (5/6) Installing libzmq (4.3.3-r0) 18:33:29 Successfully built a632cf6a0485 18:33:29 Successfully tagged docker-security-proxy-setup-go:latest 18:33:29  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 18:33:29 (6/6) Installing zeromq (4.3.3-r0) 18:33:29 Removing intermediate container 0596c79d412a 18:33:29 ---> 74a21858908a 18:33:29 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:33:30 Executing busybox-1.31.1-r19.trigger 18:33:30 OK: 8 MiB in 20 packages 18:33:30 ---> Running in 0755f029711a 18:33:30 Removing intermediate container b8fb7d48dbe5 18:33:30 ---> c0fefc37ce6c 18:33:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:33:30 ---> Running in d9da7ac2728b 18:33:30 Removing intermediate container 0755f029711a 18:33:30 ---> 4e14be4bf29b 18:33:30 Step 23/23 : LABEL version=0.0.0 18:33:31 ---> Running in 6c90291bf541 18:33:31 Removing intermediate container d9da7ac2728b 18:33:31 ---> b7542d64c016 18:33:31 Step 22/24 : LABEL arch=x86_64 18:33:31 Removing intermediate container d4740f6f9a55 18:33:31 ---> 884b665aff4d 18:33:31 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 18:33:33 ---> Running in 0837bb97b3d6 18:33:33 Removing intermediate container 5d71e6e1722f 18:33:33 ---> 64c3098ad6ac 18:33:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:33 ---> Running in 4d1048100ded 18:33:34 Removing intermediate container 6c90291bf541 18:33:34 ---> 8ac18eaeae49 18:33:34 18:33:34 Successfully built 8ac18eaeae49 18:33:34 Successfully tagged docker-core-metadata-go:latest 18:33:34 Building docker-support-scheduler-go 18:33:34  Building docker-core-metadata-go ... done Removing intermediate container 0837bb97b3d6 18:33:34 ---> b2f2b267c94b 18:33:34 Step 23/24 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:33:35 ---> 108857ede856 18:33:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:33:35 ---> Running in fdb4953c85e5 18:33:35 Removing intermediate container 4d1048100ded 18:33:35 ---> d7ca88d52ed8 18:33:35 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:33:35 Removing intermediate container fdb4953c85e5 18:33:35 ---> 945f832ded7f 18:33:35 Step 24/24 : LABEL version=0.0.0 18:33:37 ? github.com/edgexfoundry/edgex-go [no test files] 18:33:37 ---> Running in bb3159874680 18:33:38 ---> 80a0b3bea043 18:33:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:33:38 ---> 4594fd8e212f 18:33:38 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:33:39 Removing intermediate container bb3159874680 18:33:39 ---> 994e6d8dec06 18:33:39 18:33:39 ---> Running in 35c66bd59603 18:33:39 Successfully built 994e6d8dec06 18:33:39 Successfully tagged docker-security-secretstore-setup-go:latest 18:33:39  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 18:33:40 ---> b0b3eb980837 18:33:40 Step 19/23 : ENTRYPOINT ["/core-data"] 18:33:41 ---> Running in 8f1f32a5b6ad 18:33:42 Removing intermediate container 8f1f32a5b6ad 18:33:42 ---> f50854c99cb6 18:33:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:45 ---> Running in 2eae656019dc 18:33:46 Removing intermediate container 2eae656019dc 18:33:46 ---> 767f9cd02d8e 18:33:46 Step 21/23 : LABEL arch=x86_64 18:33:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:33:48 ---> 4c743c6458ed 18:33:48 Step 3/26 : WORKDIR /edgex-go 18:33:48 ---> Using cache 18:33:48 ---> 9557d59e21b4 18:33:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:48 ---> Using cache 18:33:48 ---> 90554c59b4b2 18:33:48 Step 5/26 : RUN apk add --update --no-cache make bash git 18:33:49 ---> Running in a88fcbe98cdd 18:33:50 ---> Running in 46832089728a 18:33:51 Removing intermediate container a88fcbe98cdd 18:33:51 ---> d2c3e201caf9 18:33:51 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:33:51 Removing intermediate container 35c66bd59603 18:33:51 ---> 79bb3ec1d7c2 18:33:51 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:52 ---> Running in f36c013cfabc 18:33:53 ---> 2db9050ca2ea 18:33:53 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:33:53 Removing intermediate container f36c013cfabc 18:33:53 ---> 1cb2c3e21d06 18:33:53 Step 23/23 : LABEL version=0.0.0 18:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:53 ---> Running in c352865345f3 18:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:54 Removing intermediate container c352865345f3 18:33:54 ---> 53f452728452 18:33:54 18:33:54 Successfully built 53f452728452 18:33:54 OK: 233 MiB in 51 packages 18:33:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:33:55 Successfully tagged docker-core-data-go:latest 18:33:55 ---> 4c743c6458ed 18:33:55 Step 3/22 : WORKDIR /edgex-go 18:33:55  Building docker-core-data-go ... done Building docker-core-command-go 18:33:55 ---> Using cache 18:33:55 ---> 9557d59e21b4 18:33:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:55 ---> Using cache 18:33:55 ---> 90554c59b4b2 18:33:55 Step 5/22 : RUN apk add --update --no-cache make git 18:33:55 ---> Using cache 18:33:55 ---> 7f6c11b76c3c 18:33:55 Step 6/22 : COPY go.mod . 18:33:55 ---> Using cache 18:33:55 ---> 79b53db63562 18:33:55 Step 7/22 : RUN go mod download 18:33:55 ---> Using cache 18:33:55 ---> 491e83bd19d4 18:33:55 Step 8/22 : COPY . . 18:33:55 ---> acccf21ce9c3 18:33:55 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:33:55 ---> Using cache 18:33:55 ---> 22166adcaab0 18:33:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:33:56 ---> Running in 17d2908827b0 18:33:56 ---> e842ca2271b2 18:33:56 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:33:57 Removing intermediate container 46832089728a 18:33:57 ---> 857ae576e93e 18:33:57 Step 6/26 : COPY go.mod . 18:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:33:59 ---> a0c492a5e25c 18:33:59 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:33:59 ---> 27e741ae7931 18:33:59 Step 7/26 : RUN go mod download 18:34:00 ---> Running in 90afce506757 18:34:00 ---> e33dcbeb0161 18:34:00 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 18:34:02 ---> Running in db347bdb3823 18:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:02 ---> 4c743c6458ed 18:34:02 Step 3/22 : WORKDIR /edgex-go 18:34:02 ---> Using cache 18:34:02 ---> 9557d59e21b4 18:34:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:02 ---> Using cache 18:34:02 ---> 90554c59b4b2 18:34:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:34:02 Removing intermediate container db347bdb3823 18:34:02 ---> 05acace9847b 18:34:02 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:34:02 ---> Running in 29d07643147b 18:34:04 ---> 20ec7396f5dd 18:34:04 Step 28/33 : RUN chmod +x /entrypoint.sh 18:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:04 ---> Running in 83becbd9c730 18:34:04 Removing intermediate container 90afce506757 18:34:04 ---> 227221379f3d 18:34:04 Step 8/26 : COPY . . 18:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:05 OK: 233 MiB in 51 packages 18:34:13 Removing intermediate container 29d07643147b 18:34:13 ---> b7cbed2e0c6f 18:34:13 Step 6/22 : COPY go.mod . 18:34:13 Removing intermediate container 83becbd9c730 18:34:13 ---> b9971708886f 18:34:13 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:34:15 ---> 93d7cd7147c9 18:34:15 Step 7/22 : RUN go mod download 18:34:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:34:16 ---> 4c743c6458ed 18:34:16 Step 3/23 : WORKDIR /edgex-go 18:34:16 ---> Using cache 18:34:16 ---> 9557d59e21b4 18:34:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:16 ---> Using cache 18:34:16 ---> 90554c59b4b2 18:34:16 Step 5/23 : RUN apk add --update --no-cache make git 18:34:16 ---> Using cache 18:34:16 ---> 7f6c11b76c3c 18:34:16 Step 6/23 : COPY go.mod . 18:34:16 ---> Using cache 18:34:16 ---> 79b53db63562 18:34:16 Step 7/23 : RUN go mod download 18:34:16 ---> Using cache 18:34:16 ---> 491e83bd19d4 18:34:16 Step 8/23 : COPY . . 18:34:16 ---> Using cache 18:34:16 ---> 22166adcaab0 18:34:16 Step 9/23 : RUN make cmd/core-command/core-command 18:34:17 ---> Running in 746ec678a77a 18:34:17 ---> Running in 9801bf0c5ab8 18:34:17 ---> Running in 83b2e64cbd05 18:34:18 Removing intermediate container 746ec678a77a 18:34:18 ---> 0a89a4a12261 18:34:18 Step 30/33 : CMD ["gate"] 18:34:19 ---> Running in 27a7ebb41e96 18:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:34:20 Removing intermediate container 27a7ebb41e96 18:34:20 ---> 288573cedabc 18:34:20 Step 31/33 : LABEL arch=x86_64 18:34:21 ---> Running in 74820448d8dc 18:34:22 Removing intermediate container 74820448d8dc 18:34:22 ---> 6c53e8f61e1c 18:34:22 Step 32/33 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:34:22 ---> Running in 12a9f7d96b07 18:34:23 Removing intermediate container 9801bf0c5ab8 18:34:23 ---> d343ac98a604 18:34:23 Step 8/22 : COPY . . 18:34:23 Removing intermediate container 12a9f7d96b07 18:34:23 ---> d6200c0bc086 18:34:23 Step 33/33 : LABEL version=0.0.0 18:34:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:24 ---> Running in 1e83fb4419a7 18:34:28 Removing intermediate container 1e83fb4419a7 18:34:28 ---> 89e4a08ddade 18:34:28 18:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:32 Successfully built 89e4a08ddade 18:34:32 Successfully tagged docker-security-bootstrapper-go:latest 18:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:34:35  Building docker-security-bootstrapper-go ... done Removing intermediate container 17d2908827b0 18:34:35 ---> 6ad6fcf54eb7 18:34:35 18:34:35 Step 10/22 : FROM alpine:3.12 18:34:35 ---> 389fef711851 18:34:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:34:35 ---> Using cache 18:34:35 ---> b36395369de3 18:34:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:35 ---> Using cache 18:34:35 ---> 1d06f621e53e 18:34:35 Step 13/22 : ENV APP_PORT=48085 18:34:36 ---> 6875778d8390 18:34:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:34:36 ---> Running in a4afc4453d0b 18:34:36 ---> Running in 7f9d88b363f3 18:34:37 Removing intermediate container a4afc4453d0b 18:34:37 ---> 75a8ed768a23 18:34:37 Step 14/22 : EXPOSE $APP_PORT 18:34:39 ---> Running in 0ca5dc707260 18:34:41 Removing intermediate container 0ca5dc707260 18:34:41 ---> fe6ff49b5830 18:34:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:43 ---> 6ceaa3d71c21 18:34:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:34:44 ---> 2feed23944ac 18:34:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:34:45 ---> 17856e19b0b5 18:34:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:34:46 ---> Running in eb64e3c7ba2e 18:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:47 Removing intermediate container eb64e3c7ba2e 18:34:47 ---> 5cfad49d308b 18:34:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:49 ---> Running in 446ac719b633 18:34:50 Removing intermediate container 83b2e64cbd05 18:34:50 ---> 59ec3d6cff7c 18:34:50 18:34:50 Step 10/23 : FROM alpine:3.12 18:34:50 ---> 389fef711851 18:34:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:34:50 ---> Using cache 18:34:50 ---> b36395369de3 18:34:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:50 ---> Using cache 18:34:50 ---> 1d06f621e53e 18:34:50 Step 13/23 : ENV APP_PORT=48082 18:34:50 Removing intermediate container 446ac719b633 18:34:50 ---> e6e0cab7d40e 18:34:50 Step 20/22 : LABEL arch=x86_64 18:34:50 ---> Running in 8113937836d1 18:34:50 ---> Running in 1df14746f29d 18:34:50 ---> 71e8fb9582de 18:34:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:34:51 ---> Running in 95d64a75df12 18:34:51 Removing intermediate container 8113937836d1 18:34:51 ---> 2063865dcc28 18:34:51 Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:34:51 Removing intermediate container 1df14746f29d 18:34:51 ---> eef08f1935b6 18:34:51 Step 14/23 : EXPOSE $APP_PORT 18:34:51 ---> Running in 8b949284d00a 18:34:51 ---> Running in 3d0ab65c68ac 18:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.229s coverage: 46.6% of statements 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:34:53 Removing intermediate container 8b949284d00a 18:34:53 ---> 9f894128577e 18:34:53 Step 22/22 : LABEL version=0.0.0 18:34:53 Removing intermediate container 3d0ab65c68ac 18:34:53 ---> 8c3245bb201a 18:34:53 Step 15/23 : WORKDIR / 18:34:53 ---> Running in 6db269c2f571 18:34:53 ---> Running in 1bc79445d364 18:34:54 Removing intermediate container 6db269c2f571 18:34:54 ---> 9672486f94b2 18:34:54 18:34:54 Removing intermediate container 1bc79445d364 18:34:54 ---> c12cc8eeaf80 18:34:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:54 Successfully built 9672486f94b2 18:34:54 Successfully tagged docker-support-scheduler-go:latest 18:34:54  Building docker-support-scheduler-go ... done  ---> 2dc8b358c852 18:34:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:34:55 ---> 32e099b6b101 18:34:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:34:56 ---> e6d54a01a70b 18:34:56 Step 19/23 : ENTRYPOINT ["/core-command"] 18:34:56 ---> Running in 773c2ad0728d 18:34:56 Removing intermediate container 773c2ad0728d 18:34:56 ---> 8b036e9f347a 18:34:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:58 ---> Running in 2bae7533494d 18:34:58 Removing intermediate container 7f9d88b363f3 18:34:58 ---> 375f8df9fd27 18:34:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:34:58 ---> Running in d653fd5c5ac0 18:34:58 Removing intermediate container 2bae7533494d 18:34:58 ---> 26db319bbcfc 18:34:58 Step 21/23 : LABEL arch=x86_64 18:34:58 ---> Running in af4dc13f5f22 18:34:59 Removing intermediate container af4dc13f5f22 18:34:59 ---> 1d6198908db4 18:34:59 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:34:59 ---> Running in 7ff670fa1837 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.0% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 66.7% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.350s coverage: 82.3% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:34:59 Removing intermediate container 7ff670fa1837 18:34:59 ---> 8c70bac41d0d 18:34:59 Step 23/23 : LABEL version=0.0.0 18:34:59 ---> Running in 729a9d684a1f 18:34:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:34:59 Removing intermediate container 729a9d684a1f 18:34:59 ---> f880572ac377 18:34:59 18:34:59 Successfully built f880572ac377 18:34:59 Successfully tagged docker-core-command-go:latest 18:35:01  Building docker-core-command-go ... done Removing intermediate container d653fd5c5ac0 18:35:01 ---> 0cdd2ae81d44 18:35:01 18:35:01 Step 11/26 : FROM docker:20.10.0 18:35:01 20.10.0: Pulling from library/docker 18:35:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:35:07 Status: Downloaded newer image for docker:20.10.0 18:35:07 ---> aefe523efa57 18:35:07 Step 12/26 : RUN apk add --no-cache bash 18:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:35:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements 18:35:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:35:08 ---> Running in b020828f5dcf 18:35:08 Removing intermediate container 95d64a75df12 18:35:08 ---> 00832325fb94 18:35:08 18:35:08 Step 10/22 : FROM alpine:3.12 18:35:08 ---> 389fef711851 18:35:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:35:08 ---> Running in 77b0ac7f7ce6 18:35:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:09 (1/2) Installing readline (8.0.4-r0) 18:35:09 (2/2) Installing bash (5.0.17-r0) 18:35:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:09 Executing bash-5.0.17-r0.post-install 18:35:09 Executing busybox-1.31.1-r19.trigger 18:35:09 OK: 12 MiB in 22 packages 18:35:09 (1/2) Installing ca-certificates (20191127-r4) 18:35:09 (2/2) Installing dumb-init (1.2.2-r1) 18:35:09 Executing busybox-1.31.1-r19.trigger 18:35:09 Executing ca-certificates-20191127-r4.trigger 18:35:09 OK: 6 MiB in 16 packages 18:35:10 Removing intermediate container b020828f5dcf 18:35:10 ---> a015aa01e8eb 18:35:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:35:10 ---> Running in 988f26837698 18:35:11 Removing intermediate container 988f26837698 18:35:11 ---> 51f211727ad3 18:35:11 Step 14/26 : ENV APP_PORT=48090 18:35:11 Removing intermediate container 77b0ac7f7ce6 18:35:11 ---> 73cb3cd5484d 18:35:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:35:11 ---> Running in af014514814a 18:35:11 ---> Running in 4eb010831d91 18:35:11 Removing intermediate container af014514814a 18:35:11 ---> 483391ee76d3 18:35:11 Step 15/26 : EXPOSE $APP_PORT 18:35:11 Removing intermediate container 4eb010831d91 18:35:11 ---> c1d801dcfd38 18:35:11 Step 13/22 : ENV APP_PORT=48060 18:35:11 ---> Running in 65cc53ed322d 18:35:11 ---> Running in d12156fd477c 18:35:11 Removing intermediate container 65cc53ed322d 18:35:11 ---> f14d8795e735 18:35:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:35:11 Removing intermediate container d12156fd477c 18:35:11 ---> 5397c90002ba 18:35:11 Step 14/22 : EXPOSE $APP_PORT 18:35:11 ---> Running in c2c4aedf20a7 18:35:12 Removing intermediate container c2c4aedf20a7 18:35:12 ---> e9d479fea6e6 18:35:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:12 ---> a891841c0abc 18:35:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:35:12 ---> 4d9639fb84c3 18:35:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:35:12 ---> 0c5eb5f47393 18:35:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:35:13 ---> a926cd994355 18:35:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:35:13 ---> 36c3eb42dbb0 18:35:13 Step 19/26 : RUN apk --no-cache add py3-pip 18:35:13 ---> Running in bda48ecf6445 18:35:13 ---> 0c4b2e2cfbb9 18:35:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:35:13 ---> Running in 1edbacc05acc 18:35:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:14 Removing intermediate container 1edbacc05acc 18:35:14 ---> d15d6a9075f8 18:35:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:14 ---> Running in acb0f63c6867 18:35:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:14 Removing intermediate container acb0f63c6867 18:35:14 ---> 9a9fadebaeec 18:35:14 Step 20/22 : LABEL arch=x86_64 18:35:14 (1/33) Installing libbz2 (1.0.8-r1) 18:35:14 (2/33) Installing expat (2.2.9-r1) 18:35:14 (3/33) Installing libffi (3.3-r2) 18:35:14 (4/33) Installing gdbm (1.13-r1) 18:35:14 ---> Running in f3147ba8bf76 18:35:14 (5/33) Installing xz-libs (5.2.5-r0) 18:35:14 (6/33) Installing sqlite-libs (3.32.1-r0) 18:35:14 (7/33) Installing python3 (3.8.5-r0) 18:35:15 Removing intermediate container f3147ba8bf76 18:35:15 ---> 6b0e2b0b3009 18:35:15 Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:35:18 ---> Running in 187aa4401eb1 18:35:18 (8/33) Installing py3-appdirs (1.4.4-r1) 18:35:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:35:18 (10/33) Installing py3-parsing (2.4.7-r0) 18:35:18 (11/33) Installing py3-six (1.15.0-r0) 18:35:18 (12/33) Installing py3-packaging (20.4-r0) 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 43.8% of statements 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 18:35:18 (13/33) Installing py3-setuptools (47.0.0-r0) 18:35:18 (14/33) Installing py3-chardet (3.0.4-r4) 18:35:19 (15/33) Installing py3-idna (2.9-r0) 18:35:19 Removing intermediate container 187aa4401eb1 18:35:19 ---> 1ef8f24dd966 18:35:19 Step 22/22 : LABEL version=0.0.0 18:35:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:35:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:35:20 (18/33) Installing py3-requests (2.23.0-r0) 18:35:20 ---> Running in 859521b7411a 18:35:20 (19/33) Installing py3-msgpack (1.0.0-r0) 18:35:20 (20/33) Installing py3-lockfile (0.12.2-r3) 18:35:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:35:20 (22/33) Installing py3-colorama (0.4.3-r0) 18:35:20 (23/33) Installing py3-distlib (0.3.0-r0) 18:35:20 (24/33) Installing py3-distro (1.5.0-r1) 18:35:20 (25/33) Installing py3-webencodings (0.5.1-r3) 18:35:20 (26/33) Installing py3-html5lib (1.0.1-r4) 18:35:20 (27/33) Installing py3-pytoml (0.1.21-r0) 18:35:20 (28/33) Installing py3-pep517 (0.8.2-r0) 18:35:20 (29/33) Installing py3-progress (1.5-r0) 18:35:20 Removing intermediate container 859521b7411a 18:35:20 ---> ec3316b53de1 18:35:20 18:35:20 (30/33) Installing py3-toml (0.10.1-r0) 18:35:20 (31/33) Installing py3-retrying (1.3.3-r0) 18:35:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:35:20 (33/33) Installing py3-pip (20.1.1-r0) 18:35:20 Successfully built ec3316b53de1 18:35:20 Successfully tagged docker-support-notifications-go:latest 18:35:20  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 18:35:20 OK: 71 MiB in 55 packages 18:35:27 Removing intermediate container bda48ecf6445 18:35:27 ---> 69f6a5667b58 18:35:27 Step 20/26 : RUN pip install docker-compose==1.23.2 18:35:27 ---> Running in 0655afd7e586 18:35:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements 18:35:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 18:35:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:35:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:35:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:35:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:35:29 Collecting docker-compose==1.23.2 18:35:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:35:29 Collecting cached-property<2,>=1.2.0 18:35:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:35:29 Collecting PyYAML<4,>=3.10 18:35:29 Downloading PyYAML-3.13.tar.gz (270 kB) 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 63.5% of statements 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:35:30 Collecting websocket-client<1.0,>=0.32.0 18:35:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:35:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.089s coverage: 100.0% of statements 18:35:31 Collecting jsonschema<3,>=2.5.1 18:35:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:35:31 Collecting texttable<0.10,>=0.9.0 18:35:31 Downloading texttable-0.9.1.tar.gz (11 kB) 18:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 18:35:31 Collecting docopt<0.7,>=0.6.1 18:35:31 Downloading docopt-0.6.2.tar.gz (25 kB) 18:35:32 Collecting dockerpty<0.5,>=0.4.1 18:35:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements 18:35:32 Collecting docker<4.0,>=3.6.0 18:35:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 18:35:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:35:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:35:33 Collecting docker-pycreds>=0.4.0 18:35:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:35:33 Collecting urllib3<1.25,>=1.21.1 18:35:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:35:33 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) 18:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 18:35:33 Collecting idna<2.8,>=2.5 18:35:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:35:33 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) 18:35:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:35:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:35:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:35:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:35:33 Installing collected packages: cached-property, PyYAML, websocket-client, jsonschema, texttable, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose 18:35:33 Running setup.py install for PyYAML: started 18:35:34 Running setup.py install for PyYAML: finished with status 'done' 18:35:34 Running setup.py install for texttable: started 18:35:35 Running setup.py install for texttable: finished with status 'done' 18:35:35 Running setup.py install for docopt: started 18:35:35 Running setup.py install for docopt: finished with status 'done' 18:35:35 Running setup.py install for dockerpty: started 18:35:35 Running setup.py install for dockerpty: finished with status 'done' 18:35:35 Attempting uninstall: urllib3 18:35:35 Found existing installation: urllib3 1.25.9 18:35:35 Uninstalling urllib3-1.25.9: 18:35:36 Successfully uninstalled urllib3-1.25.9 18:35:36 Attempting uninstall: idna 18:35:36 Found existing installation: idna 2.9 18:35:36 Uninstalling idna-2.9: 18:35:36 Successfully uninstalled idna-2.9 18:35:36 Attempting uninstall: requests 18:35:36 Found existing installation: requests 2.23.0 18:35:36 Uninstalling requests-2.23.0: 18:35:36 Successfully uninstalled requests-2.23.0 18:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 68.9% of statements 18:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:35:37 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 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements 18:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements 18:35:40 Removing intermediate container 0655afd7e586 18:35:40 ---> 59d6936f953b 18:35:40 Step 21/26 : RUN apk --no-cache add curl 18:35:40 ---> Running in 56f4f6a2d667 18:35:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:35:41 (2/3) Installing libcurl (7.69.1-r3) 18:35:41 (3/3) Installing curl (7.69.1-r3) 18:35:41 Executing busybox-1.31.1-r19.trigger 18:35:41 OK: 72 MiB in 58 packages 18:35:42 Removing intermediate container 56f4f6a2d667 18:35:42 ---> faba5bd67a6d 18:35:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:35:42 ---> Running in 92ed3e493976 18:35:42 Removing intermediate container 92ed3e493976 18:35:42 ---> cb3312d12003 18:35:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:42 ---> Running in 6b45b23380cc 18:35:42 Removing intermediate container 6b45b23380cc 18:35:42 ---> f1d2f762542d 18:35:42 Step 24/26 : LABEL arch=x86_64 18:35:42 ---> Running in 36d7dfbc78c1 18:35:43 Removing intermediate container 36d7dfbc78c1 18:35:43 ---> b0a7a6d93f39 18:35:43 Step 25/26 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:35:43 ---> Running in d77a64c3e220 18:35:43 Removing intermediate container d77a64c3e220 18:35:43 ---> 5540e8202f72 18:35:43 Step 26/26 : LABEL version=0.0.0 18:35:43 ---> Running in bec9937c33d9 18:35:43 Removing intermediate container bec9937c33d9 18:35:43 ---> e53d014c393f 18:35:43 18:35:43 Successfully built e53d014c393f 18:35:43 Successfully tagged docker-sys-mgmt-agent-go:latest 18:35:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:35:43 $ docker stop --time=1 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.1% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements 18:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:35:46 $ docker rm -f 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac [Pipeline] // withDockerContainer [Pipeline] sh 18:35:46 + docker images 18:35:46 + grep docker 18:35:47 docker-sys-mgmt-agent-go latest e53d014c393f 4 seconds ago 313MB 18:35:47 docker-support-notifications-go latest ec3316b53de1 28 seconds ago 16.9MB 18:35:47 docker-core-command-go latest f880572ac377 48 seconds ago 16.3MB 18:35:47 docker-support-scheduler-go latest 9672486f94b2 54 seconds ago 16.4MB 18:35:47 docker-security-bootstrapper-go latest 89e4a08ddade About a minute ago 41.5MB 18:35:47 docker-core-data-go latest 53f452728452 About a minute ago 22.3MB 18:35:47 docker-security-secretstore-setup-go latest 994e6d8dec06 2 minutes ago 24.6MB 18:35:47 docker-core-metadata-go latest 8ac18eaeae49 2 minutes ago 18.8MB 18:35:47 docker-security-proxy-setup-go latest a632cf6a0485 2 minutes ago 24.4MB 18:35:47 docker 20.10.0 aefe523efa57 5 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 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.044s coverage: 29.1% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:35:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 18:35:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 18:35:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 18:35:53 GO111MODULE=on go vet ./... 18:36:02 Still waiting to schedule task 18:36:02 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:36:56 Running on prd-ubuntu18.04-docker-8c-8g-22018 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 18:36:56 Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout 18:36:58 using credential edgex-jenkins-ssh 18:36:58 Cloning the remote Git repository 18:36:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:36:58 > git init /w/workspace/edgex-go/36 # timeout=10 18:36:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:36:58 > git --version # timeout=10 18:36:58 > git --version # 'git version 2.17.1' 18:36:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:01 gofmt -l . 18:37:02 [ "`gofmt -l .`" = "" ] 18:37:05 ./bin/test-go-mod-tidy.sh 18:37:05 ./bin/test-attribution-txt.sh 18:37:05 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 18:37:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:05 > git config core.sparsecheckout # timeout=10 18:37:05 > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # timeout=10 18:37:06 Merge succeeded, producing 5f2604e57e186d697d5126c07b0608353197e2cf 18:37:06 Checking out Revision 5f2604e57e186d697d5126c07b0608353197e2cf (PR-2970) [Pipeline] sh 18:37:06 > git remote # timeout=10 18:37:06 > git config --get remote.origin.url # timeout=10 18:37:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:06 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 18:37:06 > git rev-parse HEAD^{commit} # timeout=10 18:37:06 > git config core.sparsecheckout # timeout=10 18:37:06 > git checkout -f 5f2604e57e186d697d5126c07b0608353197e2cf # timeout=10 18:37:07 + ls -al . 18:37:07 total 696 18:37:07 drwxrwxr-x 9 1001 1001 4096 Jan 21 18:37 . 18:37:07 drwxr-xr-x 4 root root 4096 Jan 21 18:33 .. 18:37:07 -rw-rw-r-- 1 1001 1001 11 Jan 21 18:31 .dockerignore 18:37:07 drwxrwxr-x 8 1001 1001 4096 Jan 21 18:31 .git 18:37:07 drwxrwxr-x 3 1001 1001 4096 Jan 21 18:31 .github 18:37:07 -rw-rw-r-- 1 1001 1001 872 Jan 21 18:31 .gitignore 18:37:07 -rw-rw-r-- 1 1001 1001 166 Jan 21 18:31 .sonarcloud.properties 18:37:07 -rw-rw-r-- 1 1001 1001 7859 Jan 21 18:31 Attribution.txt 18:37:07 -rw-rw-r-- 1 1001 1001 3804 Jan 21 18:31 CONTRIBUTING.md 18:37:07 -rw-rw-r-- 1 1001 1001 931 Jan 21 18:31 Dockerfile.build 18:37:07 -rw-rw-r-- 1 1001 1001 863 Jan 21 18:31 Jenkinsfile 18:37:07 -rw-rw-r-- 1 1001 1001 10775 Jan 21 18:31 LICENSE 18:37:07 -rw-rw-r-- 1 1001 1001 6001 Jan 21 18:31 Makefile 18:37:07 -rw-rw-r-- 1 1001 1001 6524 Jan 21 18:31 README.md 18:37:07 -rw-rw-r-- 1 1001 1001 6755 Jan 21 18:31 SECURITY.md 18:37:07 -rw-rw-r-- 1 1001 1001 5 Jan 21 18:27 VERSION 18:37:07 -rw-rw-r-- 1 1001 1001 4131 Jan 21 18:31 ZMQWindows.md 18:37:07 drwxrwxr-x 2 1001 1001 4096 Jan 21 18:31 bin 18:37:07 drwxrwxr-x 15 1001 1001 4096 Jan 21 18:31 cmd 18:37:07 -rw-r--r-- 1 root root 562928 Jan 21 18:35 coverage.out 18:37:07 -rw-r--r-- 1 root root 1053 Jan 21 18:37 go.mod 18:37:07 -rw-r--r-- 1 root root 18878 Jan 21 18:37 go.sum 18:37:07 drwxrwxr-x 8 1001 1001 4096 Jan 21 18:31 internal 18:37:07 drwxrwxr-x 4 1001 1001 4096 Jan 21 18:31 openapi 18:37:07 drwxrwxr-x 4 1001 1001 4096 Jan 21 18:31 snap 18:37:07 -rw-rw-r-- 1 1001 1001 168 Jan 21 18:31 version.go [Pipeline] sh 18:37:08 + '[' -e coverage.out ] 18:37:08 + chown 1001:1001 coverage.out [Pipeline] stash 18:37:08 Warning: overwriting stash ‘coverage-report’ 18:37:09 Stashed 1 file(s) [Pipeline] sh 18:37:09 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" 18:37:09 > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] withEnv [Pipeline] { 18:37:10 + make build 18:37:10 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 [Pipeline] libraryResource [Pipeline] sh 18:37:11 + echo snap-build.sh 18:37:11 snap-build.sh 18:37:11 + SNAP_BASE_DIR=. 18:37:11 + '[' '!' -z /w/workspace/edgex-go/36 ']' 18:37:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/36 18:37:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/36]' 18:37:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/36] 18:37:11 + cd /w/workspace/edgex-go/36 18:37:11 + sudo apt-get remove -qy --purge lxd lxd-client 18:37:11 Reading package lists... 18:37:11 Building dependency tree... 18:37:11 Reading state information... 18:37:11 The following packages were automatically installed and are no longer required: 18:37:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:37:11 uidmap xdelta3 18:37:11 Use 'sudo apt autoremove' to remove them. 18:37:11 The following packages will be REMOVED: 18:37:11 lxd* lxd-client* 18:37:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:37:12 After this operation, 31.7 MB disk space will be freed. 18:37:13 (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.) 18:37:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:37:14 Removing lxd dnsmasq configuration 18:37:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:37:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:37:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:37:15 (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.) 18:37:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:37:17 Processing triggers for systemd (237-3ubuntu10.42) ... 18:37:17 Processing triggers for ureadahead (0.100.0-21) ... 18:37:19 + sudo snap remove --purge lxd 18:37:19 snap "lxd" is not installed 18:37:19 + sudo groupadd --force --system lxd 18:37:19 ++ whoami 18:37:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:37:19 + newgrp - lxd 18:37:19 + sudo snap install lxd 18:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:37:29 2021-01-21T18:37:26Z INFO Waiting for automatic snapd restart... 18:37:41 lxd 4.10 from Canonical* installed 18:37:41 + sudo lxd init --auto 18:37:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:37: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 18:37:49 + sudo snap install --classic snapcraft 18:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:37:54 snapcraft 4.4.4 from Canonical* installed 18:37:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:37:54 + patch --verbose -p1 18:37:54 Hmm... Looks like a unified diff to me... 18:37:54 The text leading up to this was: 18:37:54 -------------------------- 18:37:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:37:54 |From: Tony Espy 18:37:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:37:54 |Subject: [PATCH] optimize snap build for pipeline CI check 18:37:54 | 18:37:54 |This patch is used by the EdgeX CI pipeline builds to 18:37:54 |optimize the snap CI check run for pull requests. When 18:37:54 |applied, it essentially strips out everything (apps and 18:37:54 |parts) from the snapcraft.yaml file except those required 18:37:54 |to build edgex-go, as the whole idea of the CI check is to 18:37:54 |catch changes to edgex-go that break the snap build. 18:37:54 | 18:37:54 |In general, anyone updating snapcraft.yaml will also need 18:37:54 |to update this patch file, otherwise it may fail to apply, 18:37:54 |resulting in a failed snap build CI check in the associated 18:37:54 |pull request. 18:37:54 | 18:37:54 |Note - in addition to applying this patch, the pipeline also 18:37:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:37:54 |need to build the finally binary .snap file (and it won't 18:37:54 |work with the patch applied). This further reduces the build 18:37:54 |time. 18:37:54 |--- 18:37:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:37:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:37:54 | 18:37:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:37:54 |index 1e537489..faf42425 100644 18:37:54 |--- a/snap/snapcraft.yaml 18:37:54 |+++ b/snap/snapcraft.yaml 18:37:54 -------------------------- 18:37:54 patching file snap/snapcraft.yaml 18:37:54 Using Plan A... 18:37:54 Hunk #1 succeeded at 73. 18:37:54 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:37:54 Hunk #3 succeeded at 214 (offset -1 lines). 18:37:54 Hunk #4 succeeded at 222 (offset -1 lines). 18:37:54 Hunk #5 succeeded at 229 (offset -1 lines). 18:37:54 Hunk #6 succeeded at 256 (offset -1 lines). 18:37:54 Hunk #7 succeeded at 290 (offset -1 lines). 18:37:54 Hunk #8 succeeded at 342. 18:37:54 Hmm... Ignoring the trailing garbage. 18:37:54 done 18:37:54 + sudo snapcraft prime --use-lxd 18:37:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:37:56 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: 18:37:56 - README.md 18:37:56 - snapcraft.yaml.orig 18:37:56 18:37:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:37:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:37:57 Launching a container. 18:38:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:38:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:38:09 Waiting for container to be ready 18:38:09 To start your first instance, try: lxc launch ubuntu:18.04 18:38:09 18:38:12 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 18:38:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:38:13 Waiting for network to be ready... 18:38:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:38:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:38:14 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:38:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:38:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:38:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:38:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:38:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:38:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:38:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:38:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:38:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:38:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:38:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:38:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:38:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:38:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:38:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:38:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:38:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 18:38:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 18:38:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 18:38:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 18:38:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 18:38:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 18:38:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 18:38:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:38:19 Fetched 23.8 MB in 5s (4471 kB/s) 18:38:20 Reading package lists... 18:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:38:21 Reading package lists... 18:38:21 Building dependency tree... 18:38:21 Reading state information... 18:38:21 The following additional packages will be installed: 18:38:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:38:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:38:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:38:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:38:21 Suggested packages: 18:38:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:38:21 Recommended packages: 18:38:21 gnupg libsasl2-modules 18:38:21 The following NEW packages will be installed: 18:38:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:38:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:38:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:38:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:38:21 The following packages will be upgraded: 18:38:21 gpg gpg-agent gpgconf libudev1 18:38:21 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:38:21 Need to get 3533 kB of archives. 18:38:21 After this operation, 13.3 MB of additional disk space will be used. 18:38:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:38:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:38:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:38:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:38:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:38:22 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] 18:38:22 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] 18:38:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:38:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:38:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:38:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:38:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:38:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:38:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:38:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:38:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:38:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:38:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:38:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:38:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:38:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:38:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:38:22 debconf: delaying package configuration, since apt-utils is not installed 18:38:22 Fetched 3533 kB in 1s (3114 kB/s) 18:38:22 (Reading database ... 12511 files and directories currently installed.) 18:38:22 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:38:22 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:38:22 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:38:23 Selecting previously unselected package udev. 18:38:23 (Reading database ... 12511 files and directories currently installed.) 18:38:23 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:38:23 Unpacking udev (237-3ubuntu10.44) ... 18:38:23 Selecting previously unselected package libfuse2:amd64. 18:38:23 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:38:23 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:38:23 Selecting previously unselected package fuse. 18:38:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:38:23 Unpacking fuse (2.9.7-1ubuntu1) ... 18:38:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:38:23 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:38:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:38:23 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:38:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:38:23 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:38:24 Selecting previously unselected package libksba8:amd64. 18:38:24 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:38:24 Unpacking libksba8:amd64 (1.3.5-2) ... 18:38:24 Selecting previously unselected package libroken18-heimdal:amd64. 18:38:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:38:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:38:24 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:38:24 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libwind0-heimdal:amd64. 18:38:24 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:38:24 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:38:24 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:38:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:38:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:38:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:25 Selecting previously unselected package libsasl2-modules-db:amd64. 18:38:25 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:38:25 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:38:25 Selecting previously unselected package libsasl2-2:amd64. 18:38:25 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:38:25 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:38:25 Selecting previously unselected package libldap-common. 18:38:25 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:38:25 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:38:25 Selecting previously unselected package libldap-2.4-2:amd64. 18:38:25 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:38:25 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:38:25 Selecting previously unselected package dirmngr. 18:38:25 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:38:25 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:38:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:38:25 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:38:26 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:38:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:38:26 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:38:26 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:38:26 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libksba8:amd64 (1.3.5-2) ... 18:38:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:38:26 Setting up udev (237-3ubuntu10.44) ... [Pipeline] } 18:38:26 $ docker stop --time=1 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 18:38:26 invoke-rc.d: policy-rc.d denied execution of start. 18:38:26 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Processing triggers for systemd (237-3ubuntu10) ... 18:38:26 Setting up fuse (2.9.7-1ubuntu1) ... 18:38:26 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:38:26 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:26 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:38:27 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:38:27 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:38:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:38:27 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:38:27 settings in the [Install] section, and DefaultInstance for template units). 18:38:27 This means they are not meant to be enabled using systemctl. 18:38:27 Possible reasons for having this kind of units are: 18:38:27 1) A unit may be statically enabled by being symlinked from another unit's 18:38:27 .wants/ or .requires/ directory. 18:38:27 2) A unit's purpose may be to act as a helper for some other unit which has 18:38:27 a requirement dependency on it. 18:38:27 3) A unit may be started when needed via activation (socket, path, timer, 18:38:27 D-Bus, udev, scripted systemctl call, ...). 18:38:27 4) In case of template units, the unit is meant to be enabled with some 18:38:27 instance name specified. 18:38:27 Reading package lists... 18:38:28 Building dependency tree... 18:38:28 Reading state information... 18:38:28 The following additional packages will be installed: 18:38:28 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:38:28 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:38:28 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:38:28 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:38:28 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:38:28 Suggested packages: 18:38:28 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:38:28 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:38:28 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:38:28 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:38:28 systemd-container policykit-1 18:38:28 Recommended packages: 18:38:28 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:38:28 The following NEW packages will be installed: 18:38:28 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:38:28 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:38:28 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:38:28 multiarch-support openssh-client python3 python3-minimal python3.6 18:38:28 python3.6-minimal snapd squashfs-tools sudo 18:38:28 The following packages will be upgraded: 18:38:28 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:38:28 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:38:28 Need to get 35.2 MB of archives. 18:38:28 After this operation, 141 MB of additional disk space will be used. 18:38:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:38:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:38:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:38:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:38:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:38:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:38:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:38:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:38:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:38:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:38:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:38:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:38:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:38:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:38:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:38:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:38:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:38:28 $ docker rm -f 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 18:38:29 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:38:29 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:38:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:38:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:38:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:38:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:38:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:38:29 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:38:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:38:29 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:38:29 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:38:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:38:29 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:30 18:38:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:30 debconf: delaying package configuration, since apt-utils is not installed 18:38:30 Fetched 35.2 MB in 2s (16.4 MB/s) 18:38:30 (Reading database ... 12757 files and directories currently installed.) 18:38:30 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:38:30 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] isUnix [Pipeline] sh 18:38:31 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:38:31 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:38:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:31 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:38:31 (Reading database ... 12757 files and directories currently installed.) 18:38:31 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:38:31 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:38:31 latest: Pulling from edgex-devops/edgex-compose-arm64 18:38:31 29e5d40040c1: Pulling fs layer 18:38:31 1ce36da41761: Pulling fs layer 18:38:31 25b303627fd3: Pulling fs layer 18:38:32 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:38:32 (Reading database ... 12757 files and directories currently installed.) 18:38:32 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:38:32 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:38:32 29e5d40040c1: Verifying Checksum 18:38:32 29e5d40040c1: Download complete 18:38:32 Setting up apt (1.6.12ubuntu0.2) ... 18:38:32 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:38:32 1ce36da41761: Verifying Checksum 18:38:32 1ce36da41761: Download complete 18:38:32 29e5d40040c1: Pull complete 18:38:33 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:38:33 (Reading database ... 12764 files and directories currently installed.) 18:38:33 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:38:33 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:38:33 Selecting previously unselected package libpython3.6-minimal:amd64. 18:38:33 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:38:33 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:38:34 Selecting previously unselected package libexpat1:amd64. 18:38:34 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:38:34 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:38:34 Selecting previously unselected package python3.6-minimal. 18:38:34 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:38:34 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:38:34 1ce36da41761: Pull complete 18:38:34 25b303627fd3: Verifying Checksum 18:38:34 25b303627fd3: Download complete 18:38:34 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:38:34 Checking for services that may need to be restarted...done. 18:38:34 Checking for services that may need to be restarted...done. 18:38:34 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:38:34 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:38:34 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:38:35 Selecting previously unselected package python3-minimal. 18:38:35 (Reading database ... 13012 files and directories currently installed.) 18:38:35 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:38:35 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:38:35 Selecting previously unselected package mime-support. 18:38:35 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:38:35 Unpacking mime-support (3.60ubuntu1) ... 18:38:35 Selecting previously unselected package libmpdec2:amd64. 18:38:35 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:38:35 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:38:35 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:38:35 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:38:35 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:38:35 Selecting previously unselected package python3.6. 18:38:35 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:38:35 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:38:36 Selecting previously unselected package libpython3-stdlib:amd64. 18:38:36 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:38:36 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:38:36 Setting up python3-minimal (3.6.7-1~18.04) ... 18:38:36 Selecting previously unselected package python3. 18:38:36 (Reading database ... 13442 files and directories currently installed.) 18:38:36 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:38:36 Unpacking python3 (3.6.7-1~18.04) ... 18:38:36 Selecting previously unselected package multiarch-support. 18:38:36 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:38:36 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:38:36 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:38:36 Selecting previously unselected package liblzo2-2:amd64. 18:38:36 (Reading database ... 13479 files and directories currently installed.) 18:38:36 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:38:36 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:38:36 Selecting previously unselected package libbsd0:amd64. 18:38:36 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:38:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:38:36 Selecting previously unselected package sudo. 18:38:36 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:38:36 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:38:36 Selecting previously unselected package apparmor. 18:38:36 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:38:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:38:37 Selecting previously unselected package libedit2:amd64. 18:38:37 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:38:37 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:38:37 Selecting previously unselected package libkrb5support0:amd64. 18:38:37 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:38:37 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:38:37 Selecting previously unselected package libk5crypto3:amd64. 18:38:37 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:38:37 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:38:37 Selecting previously unselected package libkeyutils1:amd64. 18:38:37 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:38:37 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:38:37 Selecting previously unselected package libkrb5-3:amd64. 18:38:37 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:38:37 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:38:37 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:38:37 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:38:37 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:38:37 Selecting previously unselected package libssl1.0.0:amd64. 18:38:37 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:38:37 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:38:38 Selecting previously unselected package openssh-client. 18:38:38 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:38:38 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:38:38 Selecting previously unselected package squashfs-tools. 18:38:38 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:38:38 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:38:38 Selecting previously unselected package snapd. 18:38:38 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:38:38 Unpacking snapd (2.48+18.04) ... 18:38:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:38:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:38:41 Setting up mime-support (3.60ubuntu1) ... 18:38:41 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:38:41 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:38:41 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:38:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:38:41 Setting up systemd (237-3ubuntu10.44) ... 18:38:41 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:38:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:38:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:38:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:38:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:38:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:38:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:38:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:38:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:38:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:38:43 Setting up python3 (3.6.7-1~18.04) ... 18:38:43 running python rtupdate hooks for python3.6... 18:38:43 running python post-rtupdate hooks for python3.6... 18:38:43 Setting up apparmor (2.12-4ubuntu5.1) ... 18:38:44 25b303627fd3: Pull complete 18:38:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:38:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:38:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:38:44 prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container 18:38:44 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:38:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:38:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:38:45 Setting up snapd (2.48+18.04) ... 18:38:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:38:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:38:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:38:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:38:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:38:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:38:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:38:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:38:47 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:38:47 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:38:47 /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' 18:38:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:38:47 Processing triggers for systemd (237-3ubuntu10.44) ... 18:38:47 $ docker top 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:38:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:38:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:38:48 + docker-compose build --help 18:38:48 + grep parallel 18:38:50 Reading package lists... 18:38:50 Reading package lists... 18:38:51 Building dependency tree... 18:38:51 Reading state information... 18:38:51 Calculating upgrade... 18:38:51 The following packages will be upgraded: 18:38:51 advancecomp base-files bash binutils binutils-common 18:38:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:38:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:38:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:38:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:38:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:38:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:38:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:38:51 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:38:51 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:38:51 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:38:51 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:38:51 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:38:51 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:38:51 ubuntu-keyring util-linux 18:38:51 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:38:51 Need to get 63.7 MB of archives. 18:38:51 After this operation, 5203 kB of additional disk space will be used. 18:38:51 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:38:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:38:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:38:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:38:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:38:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:38:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:38:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:38:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:38:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:38:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:38:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:38:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:38:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:38:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:38:52 --parallel Build images in parallel. [Pipeline] } 18:38:52 $ docker stop --time=1 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 18:38:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:38:52 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:38:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 18:38:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:38:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:38:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:38:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:38:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:38:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:38:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:38:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:38:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:38:52 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:38:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:38:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:38:52 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:38:52 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:38:52 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:38:52 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:38:52 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:38:52 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:38:52 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:38:52 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:38:52 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:38:52 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:38:52 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:38:52 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:38:52 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:38:52 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:38:52 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:38:52 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:38:52 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:38:52 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:38:52 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:38:52 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:38:52 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:38:52 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:38:52 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:38:52 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:38:52 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:38:52 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:38:52 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:38:52 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:38:52 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:38:52 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:38:52 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:38:52 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:38:52 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:38:52 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:38:52 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:38:52 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:38:52 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:38:52 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:38:52 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:38:52 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:38:52 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:38:52 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:38:52 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:38:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:38:53 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:38:53 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:38:53 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:38:53 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:38:53 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:38:53 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:38:53 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:38:53 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:38:53 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:38:53 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:38:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:38:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:38:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:38:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:38:54 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:38:54 $ docker rm -f 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 18:38:54 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:38:54 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:38:54 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:54 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:38:54 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:38:54 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:38:54 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:38:54 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:38:54 debconf: delaying package configuration, since apt-utils is not installed 18:38:54 Fetched 63.7 MB in 3s (18.9 MB/s) 18:38:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:54 . [Pipeline] withDockerContainer 18:38:55 (Reading database ... 13912 files and directories currently installed.) 18:38:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:38:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:38:55 prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container 18:38:55 $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:38:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:38:56 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:38:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 18:38:56 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 18:38:56 $ docker top 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 -eo pid,comm 18:38:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { [Pipeline] sh 18:38:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 + docker-compose -f ./docker-compose-build.yml build --parallel 18:38:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:38:58 (Reading database ... 13911 files and directories currently installed.) 18:38:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:38:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:38:58 (Reading database ... 13911 files and directories currently installed.) 18:38:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:38:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:38:58 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:38:58 (Reading database ... 13911 files and directories currently installed.) 18:38:58 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:38:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:38:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:38:59 (Reading database ... 13911 files and directories currently installed.) 18:38:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:38:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:38:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:38:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:39:00 Setting up base-files (10.1ubuntu2.10) ... 18:39:00 Installing new version of config file /etc/issue ... 18:39:00 Installing new version of config file /etc/issue.net ... 18:39:00 Installing new version of config file /etc/lsb-release ... 18:39:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:39:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:39:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:39:00 Removing obsolete conffile /etc/default/motd-news ... 18:39:00 (Reading database ... 13912 files and directories currently installed.) 18:39:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:39:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:39:00 Setting up bash (4.4.18-2ubuntu1.2) ... 18:39:00 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 18:39:01 (Reading database ... 13912 files and directories currently installed.) 18:39:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:39:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:39:01 (Reading database ... 13912 files and directories currently installed.) 18:39:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:39:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:39:01 Setting up tar (1.29b-2ubuntu0.2) ... 18:39:01 (Reading database ... 13912 files and directories currently installed.) 18:39:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:39:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:39:02 Building docker-core-command-go ... 18:39:02 Building docker-core-data-go ... 18:39:02 Building docker-core-metadata-go ... 18:39:02 Building docker-security-bootstrapper-go ... 18:39:02 Building docker-security-proxy-setup-go ... 18:39:02 Building docker-security-secretstore-setup-go ... 18:39:02 Building docker-support-notifications-go ... 18:39:02 Building docker-support-scheduler-go ... 18:39:02 Building docker-sys-mgmt-agent-go ... 18:39:02 Building docker-security-secretstore-setup-go 18:39:02 Building docker-core-metadata-go 18:39:02 Building docker-sys-mgmt-agent-go 18:39:02 Building docker-support-notifications-go 18:39:02 Building docker-security-bootstrapper-go 18:39:02 (Reading database ... 13912 files and directories currently installed.) 18:39:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:02 (Reading database ... 13912 files and directories currently installed.) 18:39:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:39:03 (Reading database ... 13912 files and directories currently installed.) 18:39:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:39:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:39:03 Setting up grep (3.1-2build1) ... 18:39:03 (Reading database ... 13912 files and directories currently installed.) 18:39:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:39:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:39:03 Setting up login (1:4.5-1ubuntu2) ... 18:39:03 (Reading database ... 13912 files and directories currently installed.) 18:39:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:39:03 (Reading database ... 13912 files and directories currently installed.) 18:39:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:05 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:39:05 (Reading database ... 13912 files and directories currently installed.) 18:39:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:39:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:39:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:39:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:39:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:39:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:39:07 (Reading database ... 13912 files and directories currently installed.) 18:39:07 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:39:07 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:39:07 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:39:07 (Reading database ... 13912 files and directories currently installed.) 18:39:07 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:07 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:07 (Reading database ... 13912 files and directories currently installed.) 18:39:07 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:07 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:07 (Reading database ... 13912 files and directories currently installed.) 18:39:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:08 (Reading database ... 13912 files and directories currently installed.) 18:39:08 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:08 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:08 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:08 (Reading database ... 13912 files and directories currently installed.) 18:39:08 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:08 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:08 (Reading database ... 13912 files and directories currently installed.) 18:39:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:09 (Reading database ... 13912 files and directories currently installed.) 18:39:09 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:09 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:09 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:09 (Reading database ... 13912 files and directories currently installed.) 18:39:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:09 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:39:09 (Reading database ... 13912 files and directories currently installed.) 18:39:09 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:10 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:39:10 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:39:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:39:10 (Reading database ... 13912 files and directories currently installed.) 18:39:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:39:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:39:11 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:39:11 (Reading database ... 13912 files and directories currently installed.) 18:39:11 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:39:11 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:39:11 (Reading database ... 13914 files and directories currently installed.) 18:39:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:39:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:39:11 Setting up debconf (1.5.66ubuntu1) ... 18:39:12 (Reading database ... 13914 files and directories currently installed.) 18:39:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:39:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:39:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:39:12 (Reading database ... 13914 files and directories currently installed.) 18:39:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:39:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:39:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:39:12 (Reading database ... 13914 files and directories currently installed.) 18:39:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:39:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:39:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:39:13 (Reading database ... 13914 files and directories currently installed.) 18:39:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:39:13 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:39:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:13 (Reading database ... 13914 files and directories currently installed.) 18:39:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:39:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:39:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:39:14 (Reading database ... 13914 files and directories currently installed.) 18:39:14 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:39:14 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:39:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:39:14 (Reading database ... 13914 files and directories currently installed.) 18:39:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:14 (Reading database ... 13914 files and directories currently installed.) 18:39:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:39:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:39:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:39:14 (Reading database ... 13914 files and directories currently installed.) 18:39:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:39:15 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:39:15 Setting up passwd (1:4.5-1ubuntu2) ... 18:39:15 (Reading database ... 13914 files and directories currently installed.) 18:39:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:39:15 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:39:16 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:39:16 (Reading database ... 13914 files and directories currently installed.) 18:39:16 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:39:16 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:39:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:39:16 (Reading database ... 13914 files and directories currently installed.) 18:39:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:39:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:39:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:39:17 (Reading database ... 13914 files and directories currently installed.) 18:39:17 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:39:17 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:39:17 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:39:17 (Reading database ... 13914 files and directories currently installed.) 18:39:17 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:39:17 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:39:17 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:39:17 (Reading database ... 13914 files and directories currently installed.) 18:39:17 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:39:17 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:39:17 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:39:17 (Reading database ... 13914 files and directories currently installed.) 18:39:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:39:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:39:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:39:18 (Reading database ... 13915 files and directories currently installed.) 18:39:18 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:39:18 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:39:18 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:39:18 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:39:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:39:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:39:18 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:39:18 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:39:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:39:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:39:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:39:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:39:19 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:39:19 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:39:19 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:39:19 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:39:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:39:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:39:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:39:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:39:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:39:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:39:19 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:39:19 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:39:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:39:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:39:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:39:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:39:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:39:21 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:39:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:39:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:39:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:39:21 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:39:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:39:22 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:39:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:22 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:22 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:22 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:22 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:24 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:26 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:26 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:26 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:26 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:26 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:39:26 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:27 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:39:27 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:27 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:39:27 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:39:27 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:27 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:27 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:27 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:39:27 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:39:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:28 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:39:28 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:39:28 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:39:28 18:39:28 Current default time zone: 'Etc/UTC' 18:39:28 Local time is now: Thu Jan 21 18:39:28 UTC 2021. 18:39:28 Universal Time is now: Thu Jan 21 18:39:28 UTC 2021. 18:39:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:39:28 18:39:28 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:39:28 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 18:39:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:39:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:39:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:39:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:39:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:39:28 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:39:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:39:28 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:39:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:29 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:39:29 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:29 Setting up patch (2.7.6-2ubuntu1.1) ... 18:39:29 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:39:29 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:39:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:39:29 Installing new version of config file /etc/ssl/openssl.cnf ... 18:39:29 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:39:29 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:39:29 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:39:31 Updating certificates in /etc/ssl/certs... 18:39:31 22 added, 17 removed; done. 18:39:31 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:39:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:39:32 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:39:32 Setting up pkgbinarymangler (138.18.04.1) ... 18:39:32 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:39:32 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up perl (5.26.1-6ubuntu0.5) ... 18:39:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:39:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:39:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:39:32 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:39:32 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:39:32 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:39:32 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:39:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:39:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:39:32 Processing triggers for systemd (237-3ubuntu10.44) ... 18:39:32 Processing triggers for mime-support (3.60ubuntu1) ... 18:39:32 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:39:32 Updating certificates in /etc/ssl/certs... 18:39:33 0 added, 0 removed; done. 18:39:33 Running hooks in /etc/ca-certificates/update.d... 18:39:33 done. 18:39:33 Reading package lists... 18:39:34 Building dependency tree... 18:39:34 Reading state information... 18:39:34 The following NEW packages will be installed: 18:39:34 apt-transport-https 18:39:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:39:34 Need to get 1696 B of archives. 18:39:34 After this operation, 153 kB of additional disk space will be used. 18:39:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:39:34 debconf: delaying package configuration, since apt-utils is not installed 18:39:34 Fetched 1696 B in 0s (8414 B/s) 18:39:34 Selecting previously unselected package apt-transport-https. 18:39:34 (Reading database ... 13929 files and directories currently installed.) 18:39:34 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:39:34 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:39:34 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:39:35 Waiting for network to be ready... 18:39:42 2021-01-21T18:39:39Z INFO Waiting for automatic snapd restart... 18:39:42 snapd 2.48.2 from Canonical* installed 18:39:43 "snapd" switched to the "latest/stable" channel 18:39:43 18:39:49 core18 20201210 from Canonical* installed 18:39:49 "core18" switched to the "latest/stable" channel 18:39:49 18:39:55 snapcraft 4.4.4 from Canonical* installed 18:39:55 "snapcraft" switched to the "latest/stable" channel 18:39:55 18:39:59 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: 18:39:59 - README.md 18:39:59 - snapcraft.yaml.orig 18:39:59 18:39:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:40:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:40:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:40:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:40:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:40:07 Reading package lists... 18:40:07 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 18:40:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:40:10 ---> 38229793854a 18:40:10 Step 3/22 : WORKDIR /edgex-go 18:40:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:11 ---> 38229793854a 18:40:11 Step 3/23 : WORKDIR /edgex-go 18:40:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:40:11 ---> 38229793854a 18:40:11 Step 3/26 : WORKDIR /edgex-go 18:40:11 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:11 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:40:11 ---> 38229793854a 18:40:11 Step 3/33 : WORKDIR /edgex-go 18:40:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:40:11 ---> 38229793854a 18:40:11 Step 3/24 : WORKDIR /edgex-go 18:40:13 ---> Running in d90ab11ad724 18:40:13 ---> Running in 00a40497f9b2 18:40:13 ---> Running in 3aaed77895db 18:40:13 ---> Running in ab421782191e 18:40:13 ---> Running in c34f30d59475 18:40:13 Removing intermediate container 00a40497f9b2 18:40:13 ---> 98440444ead2 18:40:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:14 Removing intermediate container d90ab11ad724 18:40:14 ---> fbb57956b3e7 18:40:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:14 ---> Running in a55e2821a810 18:40:14 Removing intermediate container ab421782191e 18:40:14 ---> 1a5c1f127b4d 18:40:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:14 Removing intermediate container 3aaed77895db 18:40:14 ---> c4f2c93bd6db 18:40:14 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:40:14 Reading package lists... 18:40:14 Building dependency tree... 18:40:14 Reading state information... 18:40:14 Suggested packages: 18:40:14 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:40:14 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:40:14 Recommended packages: 18:40:14 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:40:14 The following NEW packages will be installed: 18:40:14 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:40:14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:40:14 pkg-config zip 18:40:14 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:40:14 Need to get 7655 kB of archives. 18:40:14 After this operation, 43.7 MB of additional disk space will be used. 18:40:14 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:40:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:40:14 Removing intermediate container c34f30d59475 18:40:14 ---> bb1d78812b0d 18:40:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:14 ---> Running in 24c38cd24ade 18:40:14 ---> Running in 48c386098ad3 18:40:14 ---> Running in 08fa618e2b49 18:40:14 ---> Running in 00e85470c15b 18:40:14 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:40:14 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:40:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:40:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:40:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:40:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:40:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:40:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:40:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:40:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:40:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:40:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:40:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:40:15 debconf: delaying package configuration, since apt-utils is not installed 18:40:15 Fetched 7655 kB in 1s (6081 kB/s) 18:40:15 Selecting previously unselected package libglib2.0-0:amd64. 18:40:15 (Reading database ... 13933 files and directories currently installed.) 18:40:15 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:40:15 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:40:15 Selecting previously unselected package libpsl5:amd64. 18:40:15 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:40:15 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:40:16 Selecting previously unselected package libnghttp2-14:amd64. 18:40:16 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:40:16 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:40:16 Selecting previously unselected package librtmp1:amd64. 18:40:16 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:40:16 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:40:16 Selecting previously unselected package libcurl3-gnutls:amd64. 18:40:16 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:40:16 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:40:16 Selecting previously unselected package liberror-perl. 18:40:16 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:40:16 Unpacking liberror-perl (0.17025-1) ... 18:40:16 Selecting previously unselected package git-man. 18:40:16 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:40:16 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:40:16 Selecting previously unselected package git. 18:40:16 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:40:16 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:40:17 Selecting previously unselected package libnorm1:amd64. 18:40:17 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:40:17 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:40:17 Selecting previously unselected package libpgm-5.2-0:amd64. 18:40:17 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:40:17 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:40:17 Selecting previously unselected package libsodium23:amd64. 18:40:17 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:40:17 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:40:17 Removing intermediate container a55e2821a810 18:40:17 ---> 7fa7c75dd5c6 18:40:17 Step 5/23 : RUN apk add --update --no-cache make git 18:40:17 ---> Running in 4700880672ac 18:40:17 Selecting previously unselected package libzmq5:amd64. 18:40:17 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:40:17 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:40:17 Selecting previously unselected package libzmq3-dev:amd64. 18:40:17 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:40:17 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:40:18 Removing intermediate container 24c38cd24ade 18:40:18 ---> 4002f2bed9e7 18:40:18 Step 5/33 : RUN apk add --update --no-cache make git 18:40:18 Selecting previously unselected package pkg-config. 18:40:18 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:40:18 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:40:18 Selecting previously unselected package zip. 18:40:18 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:40:18 Unpacking zip (3.0-11build1) ... 18:40:18 ---> Running in 8cb72759653f 18:40:18 Removing intermediate container 48c386098ad3 18:40:18 ---> 317232f267f5 18:40:18 Step 5/24 : RUN apk add --update --no-cache make git 18:40:18 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:40:18 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:40:18 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:40:18 Setting up liberror-perl (0.17025-1) ... 18:40:18 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:40:18 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:40:18 No schema files found: doing nothing. 18:40:18 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:40:18 Setting up zip (3.0-11build1) ... 18:40:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:40:18 Removing intermediate container 00e85470c15b 18:40:18 ---> 68cf04dc6c3f 18:40:18 Step 5/26 : RUN apk add --update --no-cache make bash git 18:40:18 ---> Running in 68a052762124 18:40:18 Setting up libsodium23:amd64 (1.0.16-2) ... 18:40:18 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:40:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:40:18 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:40:18 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:40:18 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:40:18 ---> Running in 9bf2fc2e01c3 18:40:18 Removing intermediate container 08fa618e2b49 18:40:18 ---> c54cd5f4fefb 18:40:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:40:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:40:19 ---> Running in b0c41a5da48a 18:40:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:21 OK: 217 MiB in 51 packages 18:40:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:21 OK: 217 MiB in 51 packages 18:40:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:22 OK: 217 MiB in 51 packages 18:40:22 OK: 217 MiB in 51 packages 18:40:22 OK: 217 MiB in 51 packages 18:40:22 Removing intermediate container 4700880672ac 18:40:22 ---> bcdbfaeb0ade 18:40:22 Step 6/23 : COPY go.mod . 18:40:23 Removing intermediate container 8cb72759653f 18:40:23 ---> 1a76d8d4989e 18:40:23 Step 6/33 : COPY go.mod . 18:40:23 ---> bd3db5b893a0 18:40:23 Step 7/23 : RUN go mod download 18:40:24 ---> Running in 6f1d46a446bf 18:40:24 Removing intermediate container 68a052762124 18:40:24 ---> 9c398fe4119a 18:40:24 Step 6/24 : COPY go.mod . 18:40:24 Removing intermediate container b0c41a5da48a 18:40:24 ---> 9155a6c93e93 18:40:24 Step 6/22 : COPY go.mod . 18:40:24 Removing intermediate container 9bf2fc2e01c3 18:40:24 ---> 5cfc2e4bcb7d 18:40:24 Step 6/26 : COPY go.mod . 18:40:24 ---> f298201a6c90 18:40:24 Step 7/33 : RUN go mod download 18:40:25 ---> Running in 8f57122349e8 18:40:25 ---> 8b11714db398 18:40:25 Step 7/24 : RUN go mod download 18:40:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:40:25 ---> Running in 8d3fa06b756d 18:40:25 git set to automatically installed. 18:40:25 git-man set to automatically installed. 18:40:25 libcurl3-gnutls set to automatically installed. 18:40:25 liberror-perl set to automatically installed. 18:40:25 libglib2.0-0 set to automatically installed. 18:40:25 libnghttp2-14 set to automatically installed. 18:40:25 libnorm1 set to automatically installed. 18:40:25 libpgm-5.2-0 set to automatically installed. 18:40:25 libpsl5 set to automatically installed. 18:40:25 librtmp1 set to automatically installed. 18:40:25 libsodium23 set to automatically installed. 18:40:25 libzmq3-dev set to automatically installed. 18:40:25 libzmq5 set to automatically installed. 18:40:25 pkg-config set to automatically installed. 18:40:25 zip set to automatically installed. 18:40:26 ---> 24c0d2b4ff2b 18:40:26 Step 7/22 : RUN go mod download 18:40:26 ---> c57e96495b33 18:40:26 Step 7/26 : RUN go mod download 18:40:26 ---> Running in 223235e626b1 18:40:26 ---> Running in 6d63b0529945 18:40:27 snapd is not logged in, snap install commands will use sudo 18:40:28 Removing intermediate container 6f1d46a446bf 18:40:28 ---> b1af0938d8cd 18:40:28 Step 8/23 : COPY . . 18:40:29 Removing intermediate container 8f57122349e8 18:40:29 ---> ab07ae1054bf 18:40:29 Step 8/33 : COPY . . 18:40:31 Removing intermediate container 8d3fa06b756d 18:40:31 ---> 1383870f6afb 18:40:31 Step 8/24 : COPY . . 18:40:31 Removing intermediate container 6d63b0529945 18:40:31 ---> 96ba03c38b5f 18:40:31 Step 8/22 : COPY . . 18:40:31 Removing intermediate container 223235e626b1 18:40:31 ---> ff6298f2e999 18:40:31 Step 8/26 : COPY . . 18:40:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:40:34 snap "core18" has no updates available 18:40:35 Pulling config-common 18:40:36 Pulling go-build-helper 18:40:58 ---> 372b832e7e5f 18:40:58 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:40:58 ---> 0e6eccc3c89f 18:40:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:40:58 ---> 3ca28c88ac7f 18:40:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:40:58 ---> 6921c41934b8 18:40:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:40:58 ---> a8413d98d876 18:40:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:40:58 ---> Running in 577877d335a8 18:40:58 ---> Running in 2b70d898402f 18:40:58 ---> Running in 0dffb89d9ed5 18:40:58 ---> Running in 01fdc7211795 18:40:58 ---> Running in 8abc94d77153 18:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:40:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:41:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:41:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:41:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:41:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:41:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:41:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:41:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:41:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:41:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:41:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:41:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:41:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:41:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:41:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:41:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:41:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:41:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:41:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:41:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:41:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 18:41:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 18:41:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 18:41:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 18:41:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 18:41:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 18:41:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 18:41:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:41:03 Fetched 23.8 MB in 0s (0 B/s) 18:41:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:41:03 Fetched 96.5 kB in 0s (0 B/s) 18:41:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:41:03 Fetched 279 kB in 0s (0 B/s) 18:41:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:41:03 Fetched 122 kB in 0s (0 B/s) 18:41:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:41:03 Fetched 77.8 kB in 0s (0 B/s) 18:41:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:41:03 Fetched 8848 B in 0s (0 B/s) 18:41:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:41:03 Fetched 47.8 kB in 0s (0 B/s) 18:41:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:41:03 Fetched 45.6 kB in 0s (0 B/s) 18:41:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:41:03 Fetched 15.0 kB in 0s (0 B/s) 18:41:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:41:03 Fetched 214 kB in 0s (0 B/s) 18:41:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:41:03 Fetched 155 kB in 0s (0 B/s) 18:41:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:41:03 Fetched 50.6 kB in 0s (0 B/s) 18:41:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:41:03 Fetched 14.8 kB in 0s (0 B/s) 18:41:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:41:03 Fetched 41.8 kB in 0s (0 B/s) 18:41:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:41:03 Fetched 499 kB in 0s (0 B/s) 18:41:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:41:03 Fetched 111 kB in 0s (0 B/s) 18:41:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:41:03 Fetched 240 kB in 0s (0 B/s) 18:41:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:41:03 Fetched 29.3 kB in 0s (0 B/s) 18:41:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:41:03 Fetched 85.5 kB in 0s (0 B/s) 18:41:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:41:03 Fetched 24.5 kB in 0s (0 B/s) 18:41:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:41:03 Fetched 49.2 kB in 0s (0 B/s) 18:41:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:41:03 Fetched 54.2 kB in 0s (0 B/s) 18:41:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:41:03 Fetched 30.8 kB in 0s (0 B/s) 18:41:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:41:03 Fetched 17.0 kB in 0s (0 B/s) 18:41:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:41:03 Fetched 85.9 kB in 0s (0 B/s) 18:41:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:41:03 Fetched 8720 B in 0s (0 B/s) 18:41:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:41:03 Fetched 137 kB in 0s (0 B/s) 18:41:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:41:03 Fetched 119 kB in 0s (0 B/s) 18:41:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:41:03 Fetched 109 kB in 0s (0 B/s) 18:41:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:41:03 Fetched 11.1 kB in 0s (0 B/s) 18:41:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:41:03 Fetched 645 kB in 0s (0 B/s) 18:41:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:41:03 Fetched 41.3 kB in 0s (0 B/s) 18:41:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:41:03 Fetched 17.9 kB in 0s (0 B/s) 18:41:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:41:03 Fetched 368 kB in 0s (0 B/s) 18:41:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:41:03 Fetched 187 kB in 0s (0 B/s) 18:41:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:41:03 Fetched 175 kB in 0s (0 B/s) 18:41:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:41:03 Fetched 206 kB in 0s (0 B/s) 18:41:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:41:03 Fetched 1301 kB in 0s (0 B/s) 18:41:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:41:03 Fetched 36.2 kB in 0s (0 B/s) 18:41:03 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:41:03 Fetched 159 kB in 0s (0 B/s) 18:41:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:41:03 Fetched 107 kB in 0s (0 B/s) 18:41:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:41:03 Fetched 48.7 kB in 0s (0 B/s) 18:41:03 Pulling static-packages 18:41:05 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:41:05 Skipping pull go-build-helper (already ran) 18:41:05 Skipping pull static-packages (already ran) 18:41:05 Building go-build-helper 18:41:09 Building static-packages 18:41:11 Staging go-build-helper 18:41:12 Staging static-packages 18:41:14 Pulling go115 18:41:15 'edgex-go' has dependencies that need to be staged: go115 18:41:15 Skipping pull go115 (already ran) 18:41:15 Building go115 18:41:15 % Total % Received % Xferd Average Speed Time Time Time Current 18:41:15 Dload Upload Total Spent Left Speed 18:41:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.6M 0 0 20.4M 0 0:00:05 --:--:-- 0:00:05 20.4M 44 115M 44 51.1M 0 0 26.7M 0 0:00:04 0:00:01 0:00:03 26.7M 74 115M 74 86.1M 0 0 29.3M 0 0:00:03 0:00:02 0:00:01 29.3M 100 115M 100 115M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.6M 18:41:19 go1.15.2.linux-amd64.tar.gz: OK 18:41:25 Staging go115 18:41:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:41:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:41:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:41:31 Fetched 0 B in 0s (0 B/s) 18:41:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:41:31 Fetched 224 kB in 0s (0 B/s) 18:41:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:41:31 Fetched 157 kB in 0s (0 B/s) 18:41:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:41:31 Fetched 221 kB in 0s (0 B/s) 18:41:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:41:31 Fetched 143 kB in 0s (0 B/s) 18:41:31 Pulling edgex-go 18:41:33 Pulling version 18:41:34 Building config-common 18:41:37 Skipping build go-build-helper (already ran) 18:41:37 Skipping build static-packages (already ran) 18:41:37 Skipping build go115 (already ran) 18:41:37 Building edgex-go 18:41:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:41:39 go: downloading github.com/gorilla/mux v1.8.0 18:41:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:41:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 18:41:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 18:41:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:41:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:41:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 18:41:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:41:39 go: downloading github.com/x448/float16 v0.8.4 18:41:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:41:39 go: downloading github.com/go-kit/kit v0.8.0 18:41:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:41:39 go: downloading github.com/pelletier/go-toml v1.2.0 18:41:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:41:39 go: downloading gopkg.in/yaml.v2 v2.4.0 18:41:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:41:39 go: downloading github.com/google/uuid v1.1.5 18:41:39 go: downloading github.com/BurntSushi/toml v0.3.1 18:41:39 go: downloading github.com/hashicorp/consul/api v1.1.0 18:41:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:41:39 go: downloading github.com/pkg/errors v0.8.1 18:41:39 go: downloading github.com/imdario/mergo v0.3.11 18:41:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:41:39 go: downloading github.com/pebbe/zmq4 v1.2.2 18:41:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:41:39 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:41:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:41:39 go: downloading github.com/leodido/go-urn v1.2.0 18:41:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:41:39 go: downloading github.com/go-playground/universal-translator v0.17.0 18:41:39 go: downloading github.com/hashicorp/serf v0.8.2 18:41:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:41:39 go: downloading github.com/mitchellh/copystructure v1.0.0 18:41:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:41:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:41:39 go: downloading github.com/go-playground/locales v0.13.0 18:41:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:41:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:41:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:41:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:41:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:41:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:41:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:41:56 go: downloading github.com/stretchr/testify v1.6.1 18:41:56 go: downloading github.com/pmezard/go-difflib v1.0.0 18:41:56 go: downloading github.com/davecgh/go-spew v1.1.1 18:41:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:41:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:41:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:41:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:42: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 18:42:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:42:00 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:42: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 18:42: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 18:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:42:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:42: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 18:42:05 go: downloading github.com/lib/pq v1.9.0 18:42:09 Building version 18:42:12 Staging config-common 18:42:12 Skipping stage go-build-helper (already ran) 18:42:12 Skipping stage static-packages (already ran) 18:42:12 Skipping stage go115 (already ran) 18:42:12 Staging edgex-go 18:42:13 Staging version 18:42:15 Priming config-common 18:42:16 Priming go-build-helper 18:42:17 Priming static-packages 18:42:20 Priming go115 18:42:21 Priming edgex-go 18:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:42:21 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 18:42:22 Priming version 18:42:23 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] } 18:42:31 Removing intermediate container 2b70d898402f 18:42:31 ---> 308dda8c8635 18:42:31 18:42:31 Step 10/24 : FROM alpine:3.12 18:42:31 3.12: Pulling from library/alpine 18:42:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:42:33 Status: Downloaded newer image for alpine:3.12 18:42:33 ---> afeebe901d6b 18:42:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:42:33 ---> Running in 0d2c4b3becc6 18:42:35 Removing intermediate container 0dffb89d9ed5 18:42:35 ---> c61d0983406c 18:42:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:36 ---> Running in ddb1c811e611 18:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:37 (1/5) Installing ca-certificates (20191127-r4) 18:42:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:42:37 (3/5) Installing libcurl (7.69.1-r3) 18:42:37 (4/5) Installing curl (7.69.1-r3) 18:42:37 (5/5) Installing dumb-init (1.2.2-r1) 18:42:37 Executing busybox-1.31.1-r19.trigger 18:42:37 Executing ca-certificates-20191127-r4.trigger 18:42:37 OK: 7 MiB in 19 packages 18:42:37 Removing intermediate container 8abc94d77153 18:42:37 ---> e35854728f37 18:42:37 18:42:37 Step 10/22 : FROM alpine:3.12 18:42:37 ---> afeebe901d6b 18:42:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:42:38 ---> Running in 8500d56c2eee 18:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:41 Removing intermediate container 0d2c4b3becc6 18:42:41 ---> 7b4647b58821 18:42:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:42:41 (1/2) Installing ca-certificates (20191127-r4) 18:42:41 (2/2) Installing dumb-init (1.2.2-r1) 18:42:41 Executing busybox-1.31.1-r19.trigger 18:42:41 Executing ca-certificates-20191127-r4.trigger 18:42:41 ---> Running in 6fce1d822636 18:42:41 OK: 6 MiB in 16 packages 18:42:42 Removing intermediate container 577877d335a8 18:42:42 ---> 5be92ceef702 18:42:42 18:42:42 Step 10/33 : FROM alpine:3.12 18:42:42 ---> afeebe901d6b 18:42:42 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 18:42:43 ---> Running in fc1800ad0537 18:42:43 Removing intermediate container 6fce1d822636 18:42:43 ---> 03943a4130af 18:42:43 Step 13/24 : WORKDIR / 18:42:43 ---> Running in 99803fbf5a65 18:42:44 Removing intermediate container ddb1c811e611 18:42:44 ---> c314350d13f2 18:42:44 18:42:44 Step 11/26 : FROM docker:20.10.0 18:42:44 20.10.0: Pulling from library/docker 18:42:44 Removing intermediate container 99803fbf5a65 18:42:44 ---> 9c9c2350a59c 18:42:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:42:44 Removing intermediate container 8500d56c2eee 18:42:44 ---> 62e9ad117f47 18:42:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:42:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:44 ---> Running in 23dbd0365768 18:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:45 (1/3) Installing dumb-init (1.2.2-r1) 18:42:45 (2/3) Installing openssl (1.1.1i-r0) 18:42:45 (3/3) Installing su-exec (0.2-r1) 18:42:45 Executing busybox-1.31.1-r19.trigger 18:42:45 OK: 6 MiB in 17 packages 18:42:46 ---> 74d079a48ed2 18:42:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:42:46 Removing intermediate container 23dbd0365768 18:42:46 ---> 253b1d2383b3 18:42:46 Step 13/22 : ENV APP_PORT=48060 18:42:47 ---> Running in 9b0dc920bfd0 18:42:47 ---> b54c8c637279 18:42:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:42:48 Removing intermediate container 9b0dc920bfd0 18:42:48 ---> a2cbad25cf1d 18:42:48 Step 14/22 : EXPOSE $APP_PORT 18:42:48 Removing intermediate container fc1800ad0537 18:42:48 ---> 1189c3bd4a1a 18:42:48 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:42:48 ---> Running in 5efdd201959e 18:42:48 ---> Running in 5774902e3211 18:42:48 ---> c667860c64f4 18:42:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:42:49 Removing intermediate container 5efdd201959e 18:42:49 ---> c1b8473f617f 18:42:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:49 Removing intermediate container 5774902e3211 18:42:49 ---> 93f3a5922bd3 18:42:49 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 18:42:50 ---> Running in 3ac1ec7fe8cc 18:42:51 ---> add835088e17 18:42:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:42:51 ---> 26fffb683d03 18:42:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:42:51 Removing intermediate container 3ac1ec7fe8cc 18:42:51 ---> 46e8c52c7310 18:42:51 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 18:42:52 ---> Running in dea293529a53 18:42:53 Removing intermediate container 01fdc7211795 18:42:53 ---> 05612021e477 18:42:53 18:42:53 Step 10/23 : FROM alpine:3.12 18:42:53 ---> afeebe901d6b 18:42:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:42:53 ---> e18959c599be 18:42:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:42:53 ---> 34a0c46fa1e8 18:42:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:42:53 ---> Running in 6bf0806e55a5 18:42:54 Connecting to github.com (140.82.113.4:443) 18:42:54 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.80.180:443) 18:42:55 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 18:42:55 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 18:42:55 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 18:42:55 dockerize 18:42:55 ---> e5c191f4b6af 18:42:55 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/ 18:42:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:55 ---> 9824ae152142 18:42:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:42:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:55 ---> Running in 62fa6810dad2 18:42:56 ---> Running in f469ff10af6e 18:42:56 (1/1) Installing dumb-init (1.2.2-r1) 18:42:56 Executing busybox-1.31.1-r19.trigger 18:42:56 OK: 5 MiB in 15 packages 18:42:57 Removing intermediate container f469ff10af6e 18:42:57 ---> 316a4b648540 18:42:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:57 ---> Running in 17b90f863cc3 18:42:57 Removing intermediate container dea293529a53 18:42:57 ---> 4d07dc2bc208 18:42:57 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 18:42:58 ---> Running in d791f6ad7faa 18:42:58 Removing intermediate container 6bf0806e55a5 18:42:58 ---> a82d58bc4abf 18:42:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:42:58 Removing intermediate container 17b90f863cc3 18:42:58 ---> eb131bf28482 18:42:58 Step 20/22 : LABEL arch=arm64 18:42:58 ---> Running in 1d1ee138418b 18:42:58 ---> Running in 305e5cea6805 18:42:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:42:58 Status: Downloaded newer image for docker:20.10.0 18:42:58 ---> eeaf43b92773 18:42:58 Step 12/26 : RUN apk add --no-cache bash 18:42:59 Removing intermediate container d791f6ad7faa 18:42:59 ---> 59a3ed7bb851 18:42:59 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:42:59 ---> Running in 7a77f9071ba1 18:42:59 ---> Running in 1ce45ac47eee 18:42:59 Removing intermediate container 1d1ee138418b 18:42:59 ---> 0ce055d0f195 18:42:59 Step 13/23 : ENV APP_PORT=48081 18:42:59 Removing intermediate container 305e5cea6805 18:42:59 ---> 71b038e0aada 18:42:59 Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:42:59 ---> Running in 423d01fab2ee 18:42:59 ---> Running in 8f36adf0c26a 18:42:59 Removing intermediate container 62fa6810dad2 18:42:59 ---> 0fe9af2a2655 18:42:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:42:59 Removing intermediate container 7a77f9071ba1 18:42:59 ---> d449f3aa0669 18:42:59 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 18:43:00 ---> Running in 98dce5df3659 18:43:00 ---> Running in 4a78033bb5bc 18:43:00 Removing intermediate container 8f36adf0c26a 18:43:00 ---> 532a62ec1f97 18:43:00 Step 22/22 : LABEL version=0.0.0 18:43:00 Removing intermediate container 423d01fab2ee 18:43:00 ---> 226b055e5e2b 18:43:00 Step 14/23 : EXPOSE $APP_PORT 18:43:00 ---> Running in fc8844e56248 18:43:00 ---> Running in ab13360b8871 18:43:00 Removing intermediate container 98dce5df3659 18:43:00 ---> 25e8a15e8e20 18:43:00 Step 22/24 : LABEL arch=arm64 18:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:00 ---> Running in 068c81bc09e9 18:43:01 Removing intermediate container fc8844e56248 18:43:01 ---> fd4aa9d2e783 18:43:01 18:43:01 Removing intermediate container ab13360b8871 18:43:01 ---> 9355f0db052d 18:43:01 Step 15/23 : WORKDIR / 18:43:01 (1/2) Installing readline (8.0.4-r0) 18:43:01 (2/2) Installing bash (5.0.17-r0) 18:43:01 ---> Running in a3123bb263f4 18:43:01 Executing bash-5.0.17-r0.post-install 18:43:01 Executing busybox-1.31.1-r19.trigger 18:43:01 OK: 12 MiB in 22 packages 18:43:01 Successfully built fd4aa9d2e783 18:43:01 Move dockerize executable 18:43:01 Removing intermediate container 068c81bc09e9 18:43:01 ---> f984647e16c9 18:43:01 Step 23/24 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:43:01 Successfully tagged docker-support-notifications-go-arm64:latest 18:43:01  Building docker-support-notifications-go ... done Building docker-core-command-go 18:43:02 ---> Running in 3aec911fb2cd 18:43:02 Removing intermediate container a3123bb263f4 18:43:02 ---> 653e6832dcb3 18:43:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:03 Removing intermediate container 3aec911fb2cd 18:43:03 ---> b65905171284 18:43:03 Step 24/24 : LABEL version=0.0.0 18:43:03 Removing intermediate container 1ce45ac47eee 18:43:04 ---> 849926cb0eeb 18:43:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:43:04 ---> Running in 095b89004067 18:43:04 ---> 5a2e2bdcb1cf 18:43:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:43:04 Removing intermediate container 4a78033bb5bc 18:43:04 ---> af7f7e39a7af 18:43:04 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 18:43:04 ---> Running in b8f75167d302 18:43:05 Removing intermediate container 095b89004067 18:43:05 ---> 59ccbc08fa9a 18:43:05 18:43:05 ---> Running in 6722858a7f90 18:43:05 Removing intermediate container b8f75167d302 18:43:05 ---> 41cc698518ea 18:43:05 Step 14/26 : ENV APP_PORT=48090 18:43:05 Successfully built 59ccbc08fa9a 18:43:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:43:05  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 18:43:06 ---> Running in 9d2936c29d02 18:43:06 Removing intermediate container 6722858a7f90 18:43:06 ---> 43ceca7c2cee 18:43:06 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:43:06 ---> 659187bcb98b 18:43:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:43:06 Removing intermediate container 9d2936c29d02 18:43:06 ---> 2a83a29025d9 18:43:06 Step 15/26 : EXPOSE $APP_PORT 18:43:07 ---> Running in 75cc1e3ce165 18:43:07 ---> 9d3f255d6fd7 18:43:07 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:43:08 ---> 45ac2938c924 18:43:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:43:08 ---> Running in 72bb3f5219dd 18:43:08 Removing intermediate container 75cc1e3ce165 18:43:08 ---> bdef8508af91 18:43:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:43:08 ---> Running in fa7f6ce5665b 18:43:10 Removing intermediate container fa7f6ce5665b 18:43:10 ---> 28fae3b8aad9 18:43:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:43:10 ---> b822f39edda1 18:43:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:43:10 ---> Running in 856fa8a95547 18:43:11 Removing intermediate container 856fa8a95547 18:43:11 ---> d08aef918203 18:43:11 Step 21/23 : LABEL arch=arm64 18:43:11 ---> ea528d03650f 18:43:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:43:11 ---> Running in 1d832a529c6b 18:43:12 Removing intermediate container 1d832a529c6b 18:43:12 ---> 917dff1c0a87 18:43:12 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:43:12 Removing intermediate container 72bb3f5219dd 18:43:12 ---> d70b05284531 18:43:12 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:43:12 ---> Running in a9a0762ffd0f 18:43:12 ---> 29bc2b697053 18:43:12 Step 19/26 : RUN apk --no-cache add py3-pip 18:43:13 ---> Running in d26387cecbde 18:43:13 ---> a3b26c036771 18:43:13 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:43:13 Removing intermediate container a9a0762ffd0f 18:43:13 ---> d2291205cc69 18:43:13 Step 23/23 : LABEL version=0.0.0 18:43:14 ---> Running in 39c9ad503a6e 18:43:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:15 Removing intermediate container 39c9ad503a6e 18:43:15 ---> 7552bf42448b 18:43:15 18:43:15 ---> ff72d0f0ffc4 18:43:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:43:15 Successfully built 7552bf42448b 18:43:15 (1/33) Installing libbz2 (1.0.8-r1) 18:43:15 (2/33) Installing expat (2.2.9-r1) 18:43:15 Successfully tagged docker-core-metadata-go-arm64:latest 18:43:16 (3/33) Installing libffi (3.3-r2) 18:43:16 (4/33) Installing gdbm (1.13-r1) 18:43:16 (5/33) Installing xz-libs (5.2.5-r0) 18:43:16 Building docker-security-proxy-setup-go 18:43:16  Building docker-core-metadata-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) 18:43:16 (7/33) Installing python3 (3.8.5-r0) 18:43:17 ---> f91255a15090 18:43:17 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:43:18 (8/33) Installing py3-appdirs (1.4.4-r1) 18:43:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:43:18 (10/33) Installing py3-parsing (2.4.7-r0) 18:43:18 (11/33) Installing py3-six (1.15.0-r0) 18:43:18 (12/33) Installing py3-packaging (20.4-r0) 18:43:18 (13/33) Installing py3-setuptools (47.0.0-r0) 18:43:18 (14/33) Installing py3-chardet (3.0.4-r4) 18:43:18 (15/33) Installing py3-idna (2.9-r0) 18:43:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:43:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:43:18 (18/33) Installing py3-requests (2.23.0-r0) 18:43:18 (19/33) Installing py3-msgpack (1.0.0-r0) 18:43:18 (20/33) Installing py3-lockfile (0.12.2-r3) 18:43:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:43:18 (22/33) Installing py3-colorama (0.4.3-r0) 18:43:18 (23/33) Installing py3-distlib (0.3.0-r0) 18:43:18 (24/33) Installing py3-distro (1.5.0-r1) 18:43:18 (25/33) Installing py3-webencodings (0.5.1-r3) 18:43:18 (26/33) Installing py3-html5lib (1.0.1-r4) 18:43:19 ---> 75af9d7b1cd1 18:43:19 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:43:19 (27/33) Installing py3-pytoml (0.1.21-r0) 18:43:19 (28/33) Installing py3-pep517 (0.8.2-r0) 18:43:19 (29/33) Installing py3-progress (1.5-r0) 18:43:19 (30/33) Installing py3-toml (0.10.1-r0) 18:43:19 (31/33) Installing py3-retrying (1.3.3-r0) 18:43:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:43:19 (33/33) Installing py3-pip (20.1.1-r0) 18:43:19 Executing busybox-1.31.1-r19.trigger 18:43:19 OK: 71 MiB in 55 packages 18:43:20 ---> 4d9d43edd217 18:43:20 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 18:43:21 ---> Running in 6fa97788673c 18:43:22 Removing intermediate container 6fa97788673c 18:43:22 ---> acc8ea4c90d7 18:43:22 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:43:23 ---> 8e03d1703965 18:43:23 Step 28/33 : RUN chmod +x /entrypoint.sh 18:43:24 ---> Running in 9a1b33c3c099 18:43:29 Removing intermediate container 9a1b33c3c099 18:43:29 ---> df8709fc43fe 18:43:29 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:43:29 Removing intermediate container d26387cecbde 18:43:29 ---> 301006018816 18:43:29 Step 20/26 : RUN pip install docker-compose==1.23.2 18:43:29 ---> Running in 5206b24b3b5b 18:43:29 ---> Running in 56e17c9ffbbe 18:43:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:43:30 ---> 38229793854a 18:43:30 Step 3/23 : WORKDIR /edgex-go 18:43:30 ---> Using cache 18:43:30 ---> bb1d78812b0d 18:43:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:30 ---> Using cache 18:43:30 ---> 68cf04dc6c3f 18:43:30 Step 5/23 : RUN apk add --update --no-cache make git 18:43:30 ---> Running in 43fc55b2c567 18:43:30 Removing intermediate container 5206b24b3b5b 18:43:30 ---> e0eb77800167 18:43:30 Step 30/33 : CMD ["gate"] 18:43:31 ---> Running in b12dffe45989 18:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:32 Removing intermediate container b12dffe45989 18:43:32 ---> 92399ae53ab4 18:43:32 Step 31/33 : LABEL arch=arm64 18:43:32 ---> Running in a905d6d94260 18:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:33 Removing intermediate container a905d6d94260 18:43:33 ---> ed749324230f 18:43:33 Step 32/33 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:43:34 ---> Running in 575adc127170 18:43:34 OK: 217 MiB in 51 packages 18:43:35 Removing intermediate container 575adc127170 18:43:35 ---> 15e71b364950 18:43:35 Step 33/33 : LABEL version=0.0.0 18:43:36 Collecting docker-compose==1.23.2 18:43:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:43:37 ---> Running in 6d61522d6c6a 18:43:37 Removing intermediate container 43fc55b2c567 18:43:37 ---> 91725f325d49 18:43:37 Step 6/23 : COPY go.mod . 18:43:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:43:37 ---> 38229793854a 18:43:37 Step 3/23 : WORKDIR /edgex-go 18:43:37 ---> Using cache 18:43:37 ---> bb1d78812b0d 18:43:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:37 ---> Using cache 18:43:37 ---> 68cf04dc6c3f 18:43:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:43:37 ---> Running in 1ac65e6d45b7 18:43:37 Collecting dockerpty<0.5,>=0.4.1 18:43:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:43:38 Removing intermediate container 6d61522d6c6a 18:43:38 ---> 7493ce8bf7f3 18:43:38 18:43:38 ---> a37dd8fd7488 18:43:38 Step 7/23 : RUN go mod download 18:43:39 ---> Running in a3c897866a2f 18:43:39 Successfully built 7493ce8bf7f3 18:43:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:43:39 Building docker-support-scheduler-go 18:43:39  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:40 Collecting jsonschema<3,>=2.5.1 18:43:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:43:41 Collecting cached-property<2,>=1.2.0 18:43:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:43:41 OK: 217 MiB in 51 packages 18:43:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:43:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:43:43 Removing intermediate container a3c897866a2f 18:43:43 ---> 2238e4451dbf 18:43:43 Step 8/23 : COPY . . 18:43:43 Collecting docopt<0.7,>=0.6.1 18:43:43 Downloading docopt-0.6.2.tar.gz (25 kB) 18:43:43 Removing intermediate container 1ac65e6d45b7 18:43:43 ---> 0d5e4e0ed090 18:43:43 Step 6/23 : COPY go.mod . 18:43:45 ---> 12f1b7d20e38 18:43:45 Step 7/23 : RUN go mod download 18:43:46 ---> Running in efef47a6f6e2 18:43:46 Collecting PyYAML<4,>=3.10 18:43:46 Downloading PyYAML-3.13.tar.gz (270 kB) 18:43:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:43:51 ---> 38229793854a 18:43:51 Step 3/21 : WORKDIR /edgex-go 18:43:51 ---> Using cache 18:43:51 ---> bb1d78812b0d 18:43:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:51 ---> Using cache 18:43:51 ---> 68cf04dc6c3f 18:43:51 Step 5/21 : RUN apk add --update --no-cache make git 18:43:51 ---> Using cache 18:43:51 ---> 91725f325d49 18:43:51 Step 6/21 : COPY go.mod . 18:43:51 ---> Using cache 18:43:51 ---> a37dd8fd7488 18:43:51 Step 7/21 : RUN go mod download 18:43:51 ---> Using cache 18:43:51 ---> 2238e4451dbf 18:43:51 Step 8/21 : COPY . . 18:43:51 Collecting websocket-client<1.0,>=0.32.0 18:43:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:43:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:43:52 Collecting texttable<0.10,>=0.9.0 18:43:52 Downloading texttable-0.9.1.tar.gz (11 kB) 18:43:52 Removing intermediate container efef47a6f6e2 18:43:52 ---> 1b45a43f9a86 18:43:52 Step 8/23 : COPY . . 18:43:55 Collecting docker<4.0,>=3.6.0 18:43:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:43:55 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) 18:43:56 Collecting urllib3<1.25,>=1.21.1 18:43:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:43:56 Collecting idna<2.8,>=2.5 18:43:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:43:56 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) 18:43:56 Collecting docker-pycreds>=0.4.0 18:43:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:43:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:43:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:43:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:43:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:43:58 Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docopt, PyYAML, websocket-client, texttable, docker-pycreds, docker, docker-compose 18:43:58 Running setup.py install for dockerpty: started 18:44:00 Running setup.py install for dockerpty: finished with status 'done' 18:44:00 Attempting uninstall: urllib3 18:44:00 Found existing installation: urllib3 1.25.9 18:44:00 Uninstalling urllib3-1.25.9: 18:44:01 Successfully uninstalled urllib3-1.25.9 18:44:01 Attempting uninstall: idna 18:44:01 Found existing installation: idna 2.9 18:44:01 Uninstalling idna-2.9: 18:44:02 Successfully uninstalled idna-2.9 18:44:02 Attempting uninstall: requests 18:44:02 Found existing installation: requests 2.23.0 18:44:02 Uninstalling requests-2.23.0: 18:44:02 Successfully uninstalled requests-2.23.0 18:44:03 Running setup.py install for docopt: started 18:44:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:44:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:04 ---> 38229793854a 18:44:04 Step 3/22 : WORKDIR /edgex-go 18:44:04 ---> Using cache 18:44:04 ---> bb1d78812b0d 18:44:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:04 ---> Using cache 18:44:04 ---> 68cf04dc6c3f 18:44:04 Step 5/22 : RUN apk add --update --no-cache make git 18:44:04 ---> Using cache 18:44:04 ---> 91725f325d49 18:44:04 Step 6/22 : COPY go.mod . 18:44:04 ---> Using cache 18:44:04 ---> a37dd8fd7488 18:44:04 Step 7/22 : RUN go mod download 18:44:04 ---> Using cache 18:44:04 ---> 2238e4451dbf 18:44:04 Step 8/22 : COPY . . 18:44:04 ---> Using cache 18:44:04 ---> ea016a964a07 18:44:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:44:05 Running setup.py install for docopt: finished with status 'done' 18:44:05 Running setup.py install for PyYAML: started 18:44:07 Running setup.py install for PyYAML: finished with status 'done' 18:44:08 Running setup.py install for texttable: started 18:44:10 ---> Running in 1edaecca67b3 18:44:10 Running setup.py install for texttable: finished with status 'done' 18:44:11 ---> ea016a964a07 18:44:11 Step 9/23 : RUN make cmd/core-command/core-command 18:44:11 ---> 620efe554488 18:44:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:44:11 ---> Running in db6cb9ea9237 18:44:11 ---> Running in b0f8122d35db 18:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:44:12 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 18:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:44: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 18:44:15 ---> b2b1c91ddd1a 18:44:15 Step 9/23 : RUN make cmd/core-data/core-data 18:44:15 ---> Running in 2f62e115e4e7 18:44:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:44:18 Removing intermediate container 56e17c9ffbbe 18:44:18 ---> bcb9069602f0 18:44:18 Step 21/26 : RUN apk --no-cache add curl 18:44:19 ---> Running in 1f6db24cf595 18:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:44:21 (2/3) Installing libcurl (7.69.1-r3) 18:44:21 (3/3) Installing curl (7.69.1-r3) 18:44:21 Executing busybox-1.31.1-r19.trigger 18:44:21 OK: 71 MiB in 58 packages 18:44:23 Removing intermediate container 1f6db24cf595 18:44:23 ---> bf85e549740e 18:44:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:44:23 ---> Running in 23e680515a8a 18:44:24 Removing intermediate container 23e680515a8a 18:44:24 ---> c574d4748932 18:44:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:44:24 ---> Running in e0bebc61f911 18:44:25 Removing intermediate container e0bebc61f911 18:44:25 ---> da3fde8ab31c 18:44:25 Step 24/26 : LABEL arch=arm64 18:44:25 ---> Running in 8d288214c886 18:44:26 Removing intermediate container 8d288214c886 18:44:26 ---> 65168a6b24a8 18:44:26 Step 25/26 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:44:26 ---> Running in ff884c13dc04 18:44:27 Removing intermediate container ff884c13dc04 18:44:27 ---> fdaa621a4388 18:44:27 Step 26/26 : LABEL version=0.0.0 18:44:27 ---> Running in 351dc7b620df 18:44:28 Removing intermediate container 351dc7b620df 18:44:28 ---> 54aafd15d122 18:44:28 18:44:28 Successfully built 54aafd15d122 18:44:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:45:25  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:45:32 Removing intermediate container 1edaecca67b3 18:45:32 ---> a771572b0b7b 18:45:32 18:45:32 Step 10/22 : FROM alpine:3.12 18:45:32 ---> afeebe901d6b 18:45:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:45:32 ---> Using cache 18:45:32 ---> a82d58bc4abf 18:45:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:45:32 ---> Using cache 18:45:32 ---> 0ce055d0f195 18:45:32 Step 13/22 : ENV APP_PORT=48085 18:45:32 ---> Running in f68720457320 18:45:33 Removing intermediate container f68720457320 18:45:33 ---> 848a5b5fbda1 18:45:33 Step 14/22 : EXPOSE $APP_PORT 18:45:34 ---> Running in 3a4d37fd61ed 18:45:35 Removing intermediate container 3a4d37fd61ed 18:45:35 ---> 05f9f5cfa025 18:45:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:36 Removing intermediate container db6cb9ea9237 18:45:36 ---> 70ab0d10282f 18:45:36 18:45:36 Step 10/23 : FROM alpine:3.12 18:45:36 ---> afeebe901d6b 18:45:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:45:36 ---> Using cache 18:45:36 ---> a82d58bc4abf 18:45:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:45:36 ---> Using cache 18:45:36 ---> 0ce055d0f195 18:45:36 Step 13/23 : ENV APP_PORT=48082 18:45:36 Removing intermediate container b0f8122d35db 18:45:36 ---> 670bb8693c17 18:45:36 18:45:36 Step 10/21 : FROM alpine:3.12 18:45:36 ---> afeebe901d6b 18:45:36 Step 11/21 : RUN apk add --update --no-cache curl 18:45:36 ---> Running in d2fbebe7b1c7 18:45:36 ---> Running in 0e671c20eb38 18:45:37 ---> e658141a8cd8 18:45:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:45:37 Removing intermediate container d2fbebe7b1c7 18:45:37 ---> bd855d39c7b4 18:45:37 Step 14/23 : EXPOSE $APP_PORT 18:45:37 ---> Running in ecd7fadbb79c 18:45:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:38 Removing intermediate container ecd7fadbb79c 18:45:38 ---> 45c15c5e829f 18:45:38 Step 15/23 : WORKDIR / 18:45:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:39 ---> Running in a6b77bae35a1 18:45:39 ---> 89a207a977fb 18:45:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:45:39 (1/4) Installing ca-certificates (20191127-r4) 18:45:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:45:39 (3/4) Installing libcurl (7.69.1-r3) 18:45:39 (4/4) Installing curl (7.69.1-r3) 18:45:40 Executing busybox-1.31.1-r19.trigger 18:45:40 Executing ca-certificates-20191127-r4.trigger 18:45:40 Removing intermediate container a6b77bae35a1 18:45:40 ---> bcaa2a442b41 18:45:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:40 OK: 7 MiB in 18 packages 18:45:40 ---> 1000f8b71d60 18:45:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:45:40 ---> Running in 564ce26ecbb1 18:45:41 ---> c2025d28ecd0 18:45:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:45:41 Removing intermediate container 564ce26ecbb1 18:45:41 ---> da08f1822e47 18:45:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:41 ---> Running in cb00af354462 18:45:42 Removing intermediate container 0e671c20eb38 18:45:42 ---> d011c347cd29 18:45:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:45:42 Removing intermediate container cb00af354462 18:45:42 ---> aae548de685e 18:45:42 Step 20/22 : LABEL arch=arm64 18:45:42 ---> Running in 5c5c0a284da6 18:45:42 ---> Running in e57aa8b4fb19 18:45:42 ---> f534202b86c9 18:45:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:45:43 Removing intermediate container 5c5c0a284da6 18:45:43 ---> 6730c59c250f 18:45:43 Step 13/21 : WORKDIR /edgex 18:45:43 Removing intermediate container e57aa8b4fb19 18:45:43 ---> 32ebe466861d 18:45:43 Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:45:43 ---> Running in 37ae1e39e187 18:45:43 ---> Running in 4cfe581af7c2 18:45:44 ---> ec65d59b37bb 18:45:44 Step 19/23 : ENTRYPOINT ["/core-command"] 18:45:44 ---> Running in afbe1c1e5aaa 18:45:44 Removing intermediate container 37ae1e39e187 18:45:44 ---> 2cb16ac79c65 18:45:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:45:44 Removing intermediate container 4cfe581af7c2 18:45:44 ---> bc070dae90ad 18:45:44 Step 22/22 : LABEL version=0.0.0 18:45:44 ---> Running in f7738371810b 18:45:45 Removing intermediate container afbe1c1e5aaa 18:45:45 ---> b3a729afca86 18:45:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:46 ---> Running in 922be3572cfb 18:45:46 Removing intermediate container f7738371810b 18:45:46 ---> 7fa2c604f00d 18:45:46 18:45:46 ---> 76e1b8c74887 18:45:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:45:46 Removing intermediate container 922be3572cfb 18:45:46 ---> f448277f1b8d 18:45:46 Step 21/23 : LABEL arch=arm64 18:45:46 Successfully built 7fa2c604f00d 18:45:46 Successfully tagged docker-support-scheduler-go-arm64:latest 18:45:47  Building docker-support-scheduler-go ... done  ---> Running in 7477d96ea780 18:45:48 Removing intermediate container 7477d96ea780 18:45:48 ---> 0f5c25b49979 18:45:48 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:45:48 ---> 86072c784aa7 18:45:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:45:48 ---> Running in 21860597dd6d 18:45:49 Removing intermediate container 21860597dd6d 18:45:49 ---> e0cecc8a781b 18:45:49 Step 23/23 : LABEL version=0.0.0 18:45:49 ---> Running in 6264375df95b 18:45:49 ---> eccf3ed2c7a0 18:45:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:45:49 ---> Running in 88ae483dd08b 18:45:50 Removing intermediate container 6264375df95b 18:45:50 ---> 30d2b09f1345 18:45:50 18:45:50 Removing intermediate container 88ae483dd08b 18:45:50 ---> 00da61f76854 18:45:50 Step 18/21 : CMD ["--init=true"] 18:45:50 Successfully built 30d2b09f1345 18:45:50 Successfully tagged docker-core-command-go-arm64:latest 18:45:50  Building docker-core-command-go ... done  ---> Running in f70a054466d3 18:45:51 Removing intermediate container f70a054466d3 18:45:51 ---> 8ef4c614f649 18:45:51 Step 19/21 : LABEL arch=arm64 18:45:51 ---> Running in 777396eb5f90 18:45:52 Removing intermediate container 777396eb5f90 18:45:52 ---> 8f8613fa0749 18:45:52 Step 20/21 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:45:52 ---> Running in cbd78e525637 18:45:53 Removing intermediate container cbd78e525637 18:45:53 ---> 44190d7311a0 18:45:53 Step 21/21 : LABEL version=0.0.0 18:45:53 ---> Running in efc1bf6dbc9b 18:45:54 Removing intermediate container 2f62e115e4e7 18:45:54 ---> ec93716fac34 18:45:54 18:45:54 Step 10/23 : FROM alpine:3.12 18:45:54 ---> afeebe901d6b 18:45:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:45:54 Removing intermediate container efc1bf6dbc9b 18:45:54 ---> c8741e6c1d45 18:45:54 18:45:54 ---> Running in ee758c46a65d 18:45:54 Successfully built c8741e6c1d45 18:45:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:45:54  Building docker-security-proxy-setup-go ... done Removing intermediate container ee758c46a65d 18:45:54 ---> 58e1fd53caee 18:45:54 Step 12/23 : ENV APP_PORT=48080 18:45:54 ---> Running in fbcfce028cca 18:45:55 Removing intermediate container fbcfce028cca 18:45:55 ---> 790cd5f0b23b 18:45:55 Step 13/23 : EXPOSE $APP_PORT 18:45:55 ---> Running in 84ef4d976af9 18:45:56 Removing intermediate container 84ef4d976af9 18:45:56 ---> ec3e6fef9b1a 18:45:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:56 ---> Running in 2abb765163d0 18:45:58 Removing intermediate container 2abb765163d0 18:45:58 ---> e86f11a91d99 18:45:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:45:58 ---> Running in 66ec4bda0264 18:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:01 (1/6) Installing dumb-init (1.2.2-r1) 18:46:01 (2/6) Installing libgcc (9.3.0-r2) 18:46:01 (3/6) Installing libsodium (1.0.18-r0) 18:46:01 (4/6) Installing libstdc++ (9.3.0-r2) 18:46:01 (5/6) Installing libzmq (4.3.3-r0) 18:46:01 (6/6) Installing zeromq (4.3.3-r0) 18:46:01 Executing busybox-1.31.1-r19.trigger 18:46:01 OK: 8 MiB in 20 packages 18:46:03 Removing intermediate container 66ec4bda0264 18:46:03 ---> 8da428c33313 18:46:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:46:03 ---> 5df6107a4580 18:46:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:46:05 ---> 391cfb3e6b8b 18:46:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:46:05 ---> 6370e2584847 18:46:05 Step 19/23 : ENTRYPOINT ["/core-data"] 18:46:06 ---> Running in d7dc0338f10c 18:46:06 Removing intermediate container d7dc0338f10c 18:46:06 ---> cba4a212d31e 18:46:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:46:06 ---> Running in ac35cc5a41f7 18:46:07 Removing intermediate container ac35cc5a41f7 18:46:07 ---> cb83f51700bb 18:46:07 Step 21/23 : LABEL arch=arm64 18:46:07 ---> Running in a6020be2443a 18:46:07 Removing intermediate container a6020be2443a 18:46:07 ---> eaa5d7635a2f 18:46:07 Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b 18:46:07 ---> Running in 2b1ce1c643de 18:46:08 Removing intermediate container 2b1ce1c643de 18:46:08 ---> d1789056db92 18:46:08 Step 23/23 : LABEL version=0.0.0 18:46:08 ---> Running in f6e4b12ed679 18:46:09 Removing intermediate container f6e4b12ed679 18:46:09 ---> 1f394e8db3a8 18:46:09 18:46:09 Successfully built 1f394e8db3a8 18:46:09 Successfully tagged docker-core-data-go-arm64:latest 18:46:09  Building docker-core-data-go ... done  [Pipeline] } 18:46:09 $ docker stop --time=1 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 18:46:11 $ docker rm -f 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:12 + grep docker 18:46:12 + docker images 18:46:12 docker-core-data-go-arm64 latest 1f394e8db3a8 4 seconds ago 21MB 18:46:12 docker-security-proxy-setup-go-arm64 latest c8741e6c1d45 19 seconds ago 23.2MB 18:46:12 docker-core-command-go-arm64 latest 30d2b09f1345 23 seconds ago 15.4MB 18:46:12 docker-support-scheduler-go-arm64 latest 7fa2c604f00d 27 seconds ago 15.5MB 18:46:12 docker-sys-mgmt-agent-go-arm64 latest 54aafd15d122 About a minute ago 300MB 18:46:12 docker-security-bootstrapper-go-arm64 latest 7493ce8bf7f3 2 minutes ago 40.3MB 18:46:12 docker-core-metadata-go-arm64 latest 7552bf42448b 2 minutes ago 17.7MB 18:46:12 docker-security-secretstore-setup-go-arm64 latest 59ccbc08fa9a 3 minutes ago 23.4MB 18:46:12 docker-support-notifications-go-arm64 latest fd4aa9d2e783 3 minutes ago 16MB 18:46:12 docker 20.10.0 eeaf43b92773 5 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 18:46:14 provisioning config files... 18:46:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config2767255329996709865tmp [Pipeline] { [Pipeline] sh 18:46:14 + set +x 18:46:14 + curl -s https://codecov.io/bash 18:46:14 + bash -s -- 18:46:15 18:46:15 _____ _ 18:46:15 / ____| | | 18:46:15 | | ___ __| | ___ ___ _____ __ 18:46:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:46:15 | |___| (_) | (_| | __/ (_| (_) \ V / 18:46:15 \_____\___/ \__,_|\___|\___\___/ \_/ 18:46:15 Bash-20210115-cec3c92 18:46:15 18:46:15 18:46:15 ==> git version 2.24.3 found 18:46:15 ==> 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 18:46:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:46:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:46:15 ==> Jenkins CI detected. 18:46:15 project root: . 18:46:15 --> token set from env 18:46:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:46:15 ==> Running gcov in . (disable via -X gcov) 18:46:15 ==> Python coveragepy not found 18:46:15 ==> Searching for coverage reports in: 18:46:15 + . 18:46:15 -> Found 1 reports 18:46:15 ==> Detecting git/mercurial file structure 18:46:15 ==> Reading reports 18:46:15 + ./coverage.out bytes=562928 18:46:15 ==> Appending adjustments 18:46:15 https://docs.codecov.io/docs/fixing-reports 18:46:19 + Found adjustments 18:46:19 ==> Gzipping contents 18:46:19 84K /tmp/codecov.hUg72Y.gz 18:46:19 ==> Uploading reports 18:46:19 url: https://codecov.io 18:46:19 query: branch=PR-2970&commit=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F36%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 18:46:19 -> Pinging Codecov 18:46:19 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F36%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 18:46:19 -> Uploading to 18:46:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b/22ea9ca6-778f-4ddb-9e43-a62c9a9d2c8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T184619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b208e691cd6dec6f3ba2ebba6be3bd1ffb104fc695611d6eb0c2d68e67f52b1 18:46:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:19 Dload Upload Total Spent Left Speed 18:46:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85497 0 0 100 85497 0 140k --:--:-- --:--:-- --:--:-- 141k 18:46:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [Pipeline] } 18:46:20 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 18:46:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:46:23 ---> package-listing.sh 18:46:23 ++ facter osfamily 18:46:23 ++ tr '[:upper:]' '[:lower:]' 18:46:23 + OS_FAMILY=redhat 18:46:23 + workspace=/w/workspace/edgex-go/36 18:46:23 + START_PACKAGES=/tmp/packages_start.txt 18:46:23 + END_PACKAGES=/tmp/packages_end.txt 18:46:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:46:23 + PACKAGES=/tmp/packages_start.txt 18:46:23 + '[' /w/workspace/edgex-go/36 ']' 18:46:23 + PACKAGES=/tmp/packages_end.txt 18:46:23 + case "${OS_FAMILY}" in 18:46:23 + rpm -qa 18:46:23 + sort 18:46:28 + '[' -f /tmp/packages_start.txt ']' 18:46:28 + '[' -f /tmp/packages_end.txt ']' 18:46:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:46:28 + '[' /w/workspace/edgex-go/36 ']' 18:46:28 + mkdir -p /w/workspace/edgex-go/36/archives/ 18:46:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] echo 18:46:28 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/36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:46:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:29 18:46:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:46:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:29 alpine: Pulling from edgex-lftools-log-publisher 18:46:29 df20fa9351a1: Pulling fs layer 18:46:29 36b3adc4ff6f: Pulling fs layer 18:46:29 8ad3a11d3b57: Pulling fs layer 18:46:29 46f8f816bc3b: Pulling fs layer 18:46:29 93b61091891f: Pulling fs layer 18:46:29 93b9cdb0e59b: Pulling fs layer 18:46:29 5e14af77c1be: Pulling fs layer 18:46:29 01666e4c0597: Pulling fs layer 18:46:29 aa168da1d23b: Pulling fs layer 18:46:29 46f8f816bc3b: Waiting 18:46:29 93b61091891f: Waiting 18:46:29 93b9cdb0e59b: Waiting 18:46:29 5e14af77c1be: Waiting 18:46:29 01666e4c0597: Waiting 18:46:29 aa168da1d23b: Waiting 18:46:29 36b3adc4ff6f: Verifying Checksum 18:46:29 36b3adc4ff6f: Download complete 18:46:29 46f8f816bc3b: Verifying Checksum 18:46:29 46f8f816bc3b: Download complete 18:46:30 df20fa9351a1: Verifying Checksum 18:46:30 df20fa9351a1: Download complete 18:46:30 93b9cdb0e59b: Verifying Checksum 18:46:30 93b9cdb0e59b: Download complete 18:46:30 5e14af77c1be: Verifying Checksum 18:46:30 5e14af77c1be: Download complete 18:46:30 93b61091891f: Download complete 18:46:30 01666e4c0597: Verifying Checksum 18:46:30 01666e4c0597: Download complete 18:46:30 df20fa9351a1: Pull complete 18:46:30 36b3adc4ff6f: Pull complete 18:46:30 8ad3a11d3b57: Verifying Checksum 18:46:30 8ad3a11d3b57: Download complete 18:46:32 8ad3a11d3b57: Pull complete 18:46:32 46f8f816bc3b: Pull complete 18:46:33 aa168da1d23b: Verifying Checksum 18:46:33 aa168da1d23b: Download complete 18:46:35 93b61091891f: Pull complete 18:46:35 93b9cdb0e59b: Pull complete 18:46:35 5e14af77c1be: Pull complete 18:46:35 01666e4c0597: Pull complete 18:46:43 aa168da1d23b: Pull complete 18:46:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:43 prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container 18:46:44 $ 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/36/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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:47 $ docker top a979021b362eed6db2e0f247d6d433260d64141e2ee5735760c45cfee7d47cc9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:48 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:48 + mkdir -p /var/log/sa [Pipeline] sh 18:46:49 + ls /var/log/sa-host 18:46:49 + sadf -c /var/log/sa-host/sa21 18:46:49 file_magic: OK 18:46:49 HZ: Using current value: 100 18:46:49 file_header: OK 18:46:49 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 18:46:49 Statistics: 18:46:49 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... 18:46:49 File successfully converted to sysstat format version 12.2.1 18:46:49 + sadf -c /var/log/sa-host/sa23 18:46:49 file_magic: OK 18:46:49 HZ: Using current value: 100 18:46:49 file_header: OK 18:46:49 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 18:46:49 Statistics: 18:46:49 Hnuu...uuuununununu... 18:46:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:49 provisioning config files... 18:46:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config4962876752765135796tmp [Pipeline] { [Pipeline] echo 18:46:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:46:49 ---> create-netrc.sh [Pipeline] } 18:46:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:46:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:46:50 ---> python-tools-install.sh [Pipeline] echo 18:46:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:46:50 ---> sudo-logs.sh 18:46:50 Archiving 'sudo' log.. [Pipeline] echo 18:46:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:46:50 ---> job-cost.sh 18:46:50 lf-activate-venv: SKIPPING 18:46:50 INFO: No Stack... 18:46:51 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:52 INFO: Archiving Costs [Pipeline] echo 18:46:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:52 ---> logs-deploy.sh 18:46:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/36 18:46:52 INFO: archiving workspace using pattern(s): 18:46:54 Archives upload complete. 18:46:54 INFO: archiving logs to Nexus 18:46:56 ---> uname -a: 18:46:56 Linux prd-centos7-docker-4c-2g-22015.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:46:56 18:46:56 18:46:56 ---> lscpu: 18:46:56 Architecture: x86_64 18:46:56 CPU op-mode(s): 32-bit, 64-bit 18:46:56 Byte Order: Little Endian 18:46:56 Address sizes: 40 bits physical, 48 bits virtual 18:46:56 CPU(s): 4 18:46:56 On-line CPU(s) list: 0-3 18:46:56 Thread(s) per core: 1 18:46:56 Core(s) per socket: 1 18:46:56 Socket(s): 4 18:46:56 NUMA node(s): 1 18:46:56 Vendor ID: GenuineIntel 18:46:56 CPU family: 6 18:46:56 Model: 44 18:46:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:46:56 Stepping: 1 18:46:56 CPU MHz: 2933.436 18:46:56 BogoMIPS: 5866.87 18:46:56 Virtualization: VT-x 18:46:56 Hypervisor vendor: KVM 18:46:56 Virtualization type: full 18:46:56 L1d cache: 128 KiB 18:46:56 L1i cache: 128 KiB 18:46:56 L2 cache: 16 MiB 18:46:56 L3 cache: 64 MiB 18:46:56 NUMA node0 CPU(s): 0-3 18:46:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:46:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:46:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:46:56 Vulnerability Meltdown: Mitigation; PTI 18:46:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:46:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:46:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:46:56 Vulnerability Srbds: Not affected 18:46:56 Vulnerability Tsx async abort: Not affected 18:46:56 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 18:46:56 18:46:56 18:46:56 ---> nproc: 18:46:56 4 18:46:56 18:46:56 18:46:56 ---> df -h: 18:46:56 Filesystem Size Used Available Use% Mounted on 18:46:56 overlay 50.0G 11.7G 38.3G 23% / 18:46:56 tmpfs 64.0M 0 64.0M 0% /dev 18:46:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:46:56 shm 64.0M 0 64.0M 0% /dev/shm 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/36@tmp 18:46:56 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/36 18:46:56 18:46:56 18:46:56 ---> free -m: 18:46:56 total used free shared buff/cache available 18:46:56 Mem: 1837 736 148 0 952 1017 18:46:56 Swap: 1023 42 981 18:46:56 18:46:56 18:46:56 ---> ip addr: 18:46:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:46:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:46:56 inet 127.0.0.1/8 scope host lo 18:46:56 valid_lft forever preferred_lft forever 18:46:56 inet6 ::1/128 scope host 18:46:56 valid_lft forever preferred_lft forever 18:46:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:46:56 link/ether fa:16:3e:2e:c5:d3 brd ff:ff:ff:ff:ff:ff 18:46:56 inet 10.30.123.212/23 brd 10.30.123.255 scope global dynamic eth0 18:46:56 valid_lft 85146sec preferred_lft 85146sec 18:46:56 inet6 fe80::f816:3eff:fe2e:c5d3/64 scope link 18:46:56 valid_lft forever preferred_lft forever 18:46:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:46:56 link/ether 02:42:f0:25:72:e5 brd ff:ff:ff:ff:ff:ff 18:46:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:46:56 valid_lft forever preferred_lft forever 18:46:56 inet6 fe80::42:f0ff:fe25:72e5/64 scope link 18:46:56 valid_lft forever preferred_lft forever 18:46:56 18:46:56 18:46:56 ---> sar -b -r -n DEV: 18:46:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 18:46:56 18:46:56 18:25:51 LINUX RESTART (4 CPU) 18:46:56 18:46:56 18:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:46:56 18:28:01 161.12 58.26 102.86 0.00 8681.20 40004.64 0.00 18:46:56 18:29:01 248.40 101.83 146.57 0.00 4176.52 23877.25 0.00 18:46:56 18:30:02 169.43 72.46 96.97 0.00 2672.87 12461.97 0.00 18:46:56 18:31:01 123.24 36.76 86.47 0.00 2407.70 20855.15 0.00 18:46:56 18:32:03 1473.89 1178.19 295.70 0.00 111839.92 174485.21 0.00 18:46:56 18:33:01 1539.71 1283.47 256.23 0.00 132057.88 137010.80 0.00 18:46:56 18:34:02 1497.39 1132.63 364.77 0.00 113517.82 128524.44 0.00 18:46:56 18:35:01 1308.42 984.67 323.76 0.00 86563.91 98641.40 0.00 18:46:56 18:36:02 171.37 18.06 153.31 0.00 3428.91 20693.84 0.00 18:46:56 18:37:01 4.15 2.42 1.73 0.00 257.95 29.97 0.00 18:46:56 18:38:01 0.23 0.00 0.23 0.00 0.00 2.06 0.00 18:46:56 18:39:01 0.33 0.00 0.33 0.00 0.00 4.00 0.00 18:46:56 18:40:01 0.28 0.03 0.25 0.00 0.80 2.61 0.00 18:46:56 18:41:01 1.88 1.60 0.28 0.00 59.27 3.23 0.00 18:46:56 18:42:01 0.82 0.03 0.78 0.00 1.07 15.08 0.00 18:46:56 18:43:01 0.30 0.02 0.28 0.00 1.07 3.41 0.00 18:46:56 18:44:01 0.22 0.00 0.22 0.00 0.00 3.00 0.00 18:46:56 18:45:01 0.20 0.00 0.20 0.00 0.00 2.33 0.00 18:46:56 18:46:01 0.32 0.00 0.32 0.00 0.00 4.15 0.00 18:46:56 Average: 353.48 256.85 96.63 0.00 24551.18 34725.83 0.00 18:46:56 18:46:56 18:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:46:56 18:28:01 73320 0 727152 38.65 2596 1078476 1533964 52.35 616444 933564 102848 18:46:56 18:29:01 98108 0 797480 42.38 1492 984464 1743172 59.49 639056 864728 75504 18:46:56 18:30:02 268584 0 821172 43.64 764 791024 1779288 60.72 619876 701928 40828 18:46:56 18:31:01 67780 0 793784 42.19 528 1019452 1527300 52.12 649028 863296 95648 18:46:56 18:32:03 78896 0 838144 44.55 0 964504 2346984 80.10 576568 1012408 20696 18:46:56 18:33:01 395816 0 951020 50.54 0 534708 3267412 111.51 627160 594080 39464 18:46:56 18:34:02 327892 0 785540 41.75 0 768112 2040536 69.64 496188 836312 576 18:46:56 18:35:01 316204 0 769600 40.90 0 795740 1952816 66.65 585148 751572 10532 18:46:56 18:36:02 117924 0 652776 34.69 0 1110844 1221108 41.67 532644 993032 20 18:46:56 18:37:01 113768 0 652100 34.66 0 1115676 1195204 40.79 533052 997396 12 18:46:56 18:38:01 114860 0 651000 34.60 0 1115684 1187960 40.54 532408 997360 12 18:46:56 18:39:01 114676 0 651176 34.61 0 1115692 1187960 40.54 532416 997356 8 18:46:56 18:40:01 114868 0 650996 34.60 0 1115680 1188044 40.55 532580 997356 8 18:46:56 18:41:01 113316 0 651396 34.62 0 1116832 1187960 40.54 532764 998172 16 18:46:56 18:42:01 113336 0 651368 34.62 0 1116840 1188032 40.55 532732 998172 8 18:46:56 18:43:01 112548 0 652176 34.66 0 1116820 1188152 40.55 533332 998172 20 18:46:56 18:44:01 112760 0 651928 34.65 0 1116856 1188092 40.55 533404 998204 12 18:46:56 18:45:01 113416 0 651264 34.61 0 1116864 1187960 40.54 532776 998204 16 18:46:56 18:46:01 113564 0 651108 34.60 0 1116872 1187960 40.54 532780 998204 8 18:46:56 Average: 151665 0 718483 38.19 283 1011113 1542100 52.63 561598 922606 20328 18:46:56 18:46:56 18:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:46:56 18:28:01 eth0 1261.56 1191.77 5915.71 141.58 0.00 0.00 0.00 0.00 18:46:56 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:28:01 docker0 804.21 782.61 67.18 2661.67 0.00 0.00 0.00 0.00 18:46:56 18:29:01 veth5d28afd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:29:01 eth0 236.80 198.05 861.78 28.13 0.00 0.00 0.00 0.00 18:46:56 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:29:01 docker0 177.30 199.80 12.83 828.22 0.00 0.00 0.00 0.00 18:46:56 18:30:02 veth5d28afd 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 18:46:56 18:30:02 eth0 38.93 26.56 22.26 76.89 0.00 0.00 0.00 0.00 18:46:56 18:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:30:02 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 18:46:56 18:31:01 eth0 186.95 153.80 1715.48 22.53 0.00 0.00 0.00 0.00 18:46:56 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:32:03 veth394794a 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 18:46:56 18:32:03 eth0 82.67 57.04 174.77 68.44 0.00 0.00 0.00 0.00 18:46:56 18:32:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:32:03 docker0 14.29 26.48 0.83 141.48 0.00 0.00 0.00 0.00 18:46:56 18:33:01 veth89b63aa 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:33:01 veth784385e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:33:01 veth5c429a7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:33:01 veth394794a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:34:02 veth394794a 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:34:02 eth0 2816.97 2326.50 12282.03 483.79 0.00 0.00 0.00 0.00 18:46:56 18:34:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:46:56 18:34:02 vethe97c5d8 0.02 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:35:01 veth394794a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:35:01 eth0 62.33 36.51 145.89 58.52 0.00 0.00 0.00 0.00 18:46:56 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:35:01 veth77f3ecc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:46:56 18:36:02 eth0 211.93 150.40 1601.53 87.61 0.00 0.00 0.00 0.00 18:46:56 18:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:36:02 docker0 1056.52 1121.65 84.76 4405.79 0.00 0.00 0.00 0.00 18:46:56 18:37:01 eth0 1.25 0.52 0.49 0.27 0.00 0.00 0.00 0.00 18:46:56 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:38:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:46:56 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:39:01 eth0 0.78 0.08 0.07 0.01 0.00 0.00 0.00 0.00 18:46:56 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:40:01 eth0 0.55 0.33 0.27 0.20 0.00 0.00 0.00 0.00 18:46:56 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:46:56 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:42:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:46:56 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:43:01 eth0 1.97 0.77 0.68 0.38 0.00 0.00 0.00 0.00 18:46:56 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:44:01 eth0 0.57 0.20 0.28 0.19 0.00 0.00 0.00 0.00 18:46:56 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:45:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 18:46:56 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:46:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 Average: eth0 116.43 99.72 571.38 29.00 0.00 0.00 0.00 0.00 18:46:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:56 Average: docker0 55.67 59.10 4.47 232.14 0.00 0.00 0.00 0.00 18:46:56 18:46:56 18:46:56 ---> sar -P ALL: 18:46:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 18:46:56 18:46:56 18:25:51 LINUX RESTART (4 CPU) 18:46:56 18:46:56 18:27:01 CPU %user %nice %system %iowait %steal %idle 18:46:56 18:28:01 all 16.31 0.00 9.21 1.54 0.24 72.70 18:46:56 18:28:01 0 14.99 0.00 9.41 1.38 0.26 73.97 18:46:56 18:28:01 1 14.65 0.00 8.62 0.97 0.24 75.52 18:46:56 18:28:01 2 22.93 0.00 9.39 2.31 0.26 65.11 18:46:56 18:28:01 3 12.71 0.00 9.44 1.49 0.21 76.15 18:46:56 18:29:01 all 15.42 0.00 7.84 5.91 0.22 70.60 18:46:56 18:29:01 0 15.64 0.00 8.83 6.51 0.29 68.72 18:46:56 18:29:01 1 14.86 0.00 7.84 5.41 0.24 71.65 18:46:56 18:29:01 2 15.02 0.00 7.31 6.45 0.22 71.00 18:46:56 18:29:01 3 16.18 0.00 7.40 5.26 0.14 71.02 18:46:56 18:30:02 all 57.15 0.00 15.06 6.34 0.33 21.12 18:46:56 18:30:02 0 56.52 0.00 15.88 4.25 0.42 22.93 18:46:56 18:30:02 1 57.40 0.00 15.07 7.44 0.32 19.77 18:46:56 18:30:02 2 59.32 0.00 14.32 4.92 0.30 21.14 18:46:56 18:30:02 3 55.38 0.00 14.98 8.73 0.28 20.63 18:46:56 18:31:01 all 38.47 0.00 13.25 2.36 0.22 45.69 18:46:56 18:31:01 0 38.85 0.00 13.80 3.65 0.26 43.44 18:46:56 18:31:01 1 39.73 0.00 13.15 4.55 0.25 42.32 18:46:56 18:31:01 2 36.54 0.00 12.85 0.51 0.18 49.92 18:46:56 18:31:01 3 38.75 0.00 13.22 0.74 0.21 47.08 18:46:56 18:32:03 all 20.24 0.00 27.06 12.10 0.45 40.16 18:46:56 18:32:03 0 18.43 0.00 26.87 12.83 0.50 41.38 18:46:56 18:32:03 1 22.47 0.00 27.37 11.23 0.43 38.50 18:46:56 18:32:03 2 19.63 0.00 27.15 12.43 0.48 40.32 18:46:56 18:32:03 3 20.44 0.00 26.86 11.88 0.38 40.44 18:46:56 18:33:01 all 51.90 0.00 24.75 12.04 0.33 10.98 18:46:56 18:33:01 0 51.82 0.00 24.67 12.11 0.35 11.05 18:46:56 18:33:01 1 52.36 0.00 24.70 11.11 0.37 11.47 18:46:56 18:33:01 2 51.23 0.00 24.66 12.83 0.35 10.93 18:46:56 18:33:01 3 52.17 0.00 24.97 12.14 0.27 10.45 18:46:56 18:34:02 all 28.88 0.00 26.22 20.84 0.48 23.58 18:46:56 18:34:02 0 28.28 0.00 26.76 18.29 0.46 26.21 18:46:56 18:34:02 1 30.09 0.00 26.23 20.18 0.51 23.00 18:46:56 18:34:02 2 28.08 0.00 25.74 25.55 0.53 20.11 18:46:56 18:34:02 3 29.09 0.00 26.14 19.34 0.44 24.99 18:46:56 18:35:01 all 44.15 0.00 23.50 20.12 0.39 11.84 18:46:56 18:35:01 0 43.74 0.00 23.97 19.20 0.31 12.78 18:46:56 18:35:01 1 45.13 0.00 23.70 23.03 0.43 7.71 18:46:56 18:35:01 2 42.88 0.00 22.79 19.35 0.38 14.61 18:46:56 18:35:01 3 44.87 0.00 23.55 18.88 0.43 12.27 18:46:56 18:36:02 all 10.02 0.00 7.02 7.01 0.21 75.74 18:46:56 18:36:02 0 9.80 0.00 7.49 4.93 0.20 77.58 18:46:56 18:36:02 1 9.52 0.00 6.66 7.43 0.17 76.22 18:46:56 18:36:02 2 8.66 0.00 6.40 8.86 0.24 75.84 18:46:56 18:36:02 3 12.10 0.00 7.54 6.80 0.24 73.33 18:46:56 18:37:01 all 0.16 0.00 0.05 0.06 0.00 99.73 18:46:56 18:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:46:56 18:37:01 1 0.07 0.00 0.07 0.14 0.02 99.71 18:46:56 18:37:01 2 0.51 0.00 0.02 0.02 0.00 99.46 18:46:56 18:37:01 3 0.03 0.00 0.07 0.08 0.00 99.81 18:46:56 18:38:01 all 0.16 0.00 0.03 0.00 0.01 99.81 18:46:56 18:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:46:56 18:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:46:56 18:38:01 2 0.53 0.00 0.03 0.00 0.00 99.43 18:46:56 18:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:46:56 18:46:56 18:38:01 CPU %user %nice %system %iowait %steal %idle 18:46:56 18:39:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:46:56 18:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:46:56 18:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:46:56 18:39:01 2 0.50 0.00 0.03 0.00 0.02 99.45 18:46:56 18:39:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:46:56 18:40:01 all 0.15 0.00 0.05 0.00 0.01 99.78 18:46:56 18:40:01 0 0.03 0.00 0.03 0.00 0.03 99.90 18:46:56 18:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:46:56 18:40:01 2 0.50 0.00 0.03 0.00 0.00 99.47 18:46:56 18:40:01 3 0.05 0.00 0.07 0.02 0.00 99.87 18:46:56 18:41:01 all 0.15 0.00 0.05 0.03 0.00 99.77 18:46:56 18:41:01 0 0.03 0.00 0.08 0.10 0.00 99.78 18:46:56 18:41:01 1 0.42 0.00 0.03 0.00 0.00 99.55 18:46:56 18:41:01 2 0.13 0.00 0.03 0.00 0.02 99.82 18:46:56 18:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:46:56 18:42:01 all 0.13 0.00 0.04 0.00 0.01 99.83 18:46:56 18:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:46:56 18:42:01 1 0.45 0.00 0.05 0.00 0.02 99.48 18:46:56 18:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:46:56 18:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:46:56 18:43:01 all 0.17 0.00 0.03 0.00 0.00 99.80 18:46:56 18:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:46:56 18:43:01 1 0.53 0.00 0.03 0.00 0.00 99.43 18:46:56 18:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:46:56 18:43:01 3 0.08 0.00 0.02 0.00 0.00 99.90 18:46:56 18:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:46:56 18:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:46:56 18:44:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:46:56 18:44:01 2 0.03 0.00 0.03 0.00 0.02 99.92 18:46:56 18:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:46:56 18:45:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:46:56 18:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:46:56 18:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:46:56 18:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:46:56 18:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:46:56 18:46:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:46:56 18:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:46:56 18:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:46:56 18:46:01 2 0.03 0.00 0.05 0.00 0.02 99.90 18:46:56 18:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:46:56 Average: all 14.43 0.00 7.87 4.50 0.15 73.05 18:46:56 Average: 0 14.13 0.00 8.06 4.24 0.16 73.40 18:46:56 Average: 1 14.71 0.00 7.84 4.66 0.15 72.64 18:46:56 Average: 2 14.56 0.00 7.70 4.76 0.15 72.83 18:46:56 Average: 3 14.31 0.00 7.87 4.34 0.13 73.34 18:46:56 18:46:56 18:46:56