Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e67698cbb810023419c359c80ab6fd84a40332c+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (2745579187d6068833bc4ae96310bffeb7206fcd) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 Running on prd-centos7-docker-4c-2g-21263 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # 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 afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 629cf7ae51a9ab4e7cb14bdf24fea187b5fbd55c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:19:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:19:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:19:13 ========================================================= 18:19:13 EdgeX Global Pipelines Version Info 18:19:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:19:15 ------------------- 18:19:15 stable info: 18:19:15 ------------------- 18:19:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:19:15 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:19:15 Message: update stable to v1.0.177 18:19:16 ------------------- 18:19:16 experimental info: 18:19:16 ------------------- 18:19:16 Commited By: **** collab-it+edgex@linuxfoundation.org 18:19:16 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 18:19:16 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:19:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:19:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:19:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:19:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e67698cbb810023419c359c80ab6fd84a40332c [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e67698 [Pipeline] echo 18:19:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:19:19 provisioning config files... 18:19:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config5075970359702869460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:20 ---> docker-login.sh 18:19:20 nexus3.edgexfoundry.org:10001 18:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:20 Configure a credential helper to remove this warning. See 18:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:20 18:19:20 Login Succeeded 18:19:20 nexus3.edgexfoundry.org:10002 18:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:20 Configure a credential helper to remove this warning. See 18:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:20 18:19:20 Login Succeeded 18:19:20 nexus3.edgexfoundry.org:10003 18:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:20 Configure a credential helper to remove this warning. See 18:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:20 18:19:20 Login Succeeded 18:19:20 nexus3.edgexfoundry.org:10004 18:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:20 Configure a credential helper to remove this warning. See 18:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:20 18:19:20 Login Succeeded 18:19:20 docker.io 18:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:21 Configure a credential helper to remove this warning. See 18:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:21 18:19:21 Login Succeeded 18:19:21 ---> docker-login.sh ends [Pipeline] } 18:19:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/core-command/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo core-command,cmd/core-command/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/core-data/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo core-data,cmd/core-data/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/core-metadata/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo core-metadata,cmd/core-metadata/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/security-proxy-setup/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/support-notifications/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo support-notifications,cmd/support-notifications/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/support-scheduler/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:19:21 + for file in '`ls cmd/**/Dockerfile`' 18:19:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:19:21 ++ cut -d/ -f2 18:19:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:19:21 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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:19:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:22 18:19:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:19:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:23 latest: Pulling from edgex-devops/git-semver 18:19:23 31603596830f: Pulling fs layer 18:19:23 2a8b12db71e7: Pulling fs layer 18:19:23 6ca5941a6612: Pulling fs layer 18:19:23 ecc8261a40a4: Pulling fs layer 18:19:23 ecc8261a40a4: Waiting 18:19:23 2a8b12db71e7: Verifying Checksum 18:19:23 2a8b12db71e7: Download complete 18:19:23 31603596830f: Download complete 18:19:23 6ca5941a6612: Download complete 18:19:23 ecc8261a40a4: Verifying Checksum 18:19:23 ecc8261a40a4: Download complete 18:19:23 31603596830f: Pull complete 18:19:23 2a8b12db71e7: Pull complete 18:19:24 6ca5941a6612: Pull complete 18:19:24 ecc8261a40a4: Pull complete 18:19:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:19:25 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:19:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:27 $ docker top 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:27 [ssh-agent] Looking for ssh-agent implementation... 18:19:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:27 $ docker exec 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent 18:19:27 SSH_AUTH_SOCK=/tmp/ssh-Xaldwakupoi9/agent.12 18:19:27 SSH_AGENT_PID=17 18:19:27 Running ssh-add (command line suppressed) 18:19:27 Identity added: /w/workspace/edgex-go/14@tmp/private_key_4063413122973020947.key (/w/workspace/edgex-go/14@tmp/private_key_4063413122973020947.key) 18:19:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:28 + git tag --points-at HEAD [Pipeline] } 18:19:28 $ docker exec --env ******** --env ******** 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent -k 18:19:28 unset SSH_AUTH_SOCK; 18:19:28 unset SSH_AGENT_PID; 18:19:28 echo Agent pid 17 killed; 18:19:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:19:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:28 [ssh-agent] Looking for ssh-agent implementation... 18:19:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:28 $ docker exec 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent 18:19:29 SSH_AUTH_SOCK=/tmp/ssh-aGGdAansKSj9/agent.45 18:19:29 SSH_AGENT_PID=50 18:19:29 Running ssh-add (command line suppressed) 18:19:29 Identity added: /w/workspace/edgex-go/14@tmp/private_key_6573025208094867189.key (/w/workspace/edgex-go/14@tmp/private_key_6573025208094867189.key) 18:19:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:29 + git semver init 18:19:29 # -> Open(): unable to determine branch for HEAD 18:19:29 # $GIT_DIR = /w/workspace/edgex-go/14/.git 18:19:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 18:19:29 # $SEMVER_REMOTE_NAME = origin 18:19:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:29 # $SEMVER_USER_NAME = edgex-jenkins 18:19:29 # $SEMVER_BRANCH = PR-3027 18:19:29 # $SEMVER_TEMP = /tmp/semver-738933636 18:19:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:20:01 # '/tmp/semver-738933636' -> '/w/workspace/edgex-go/14/.semver' 18:20:01 # -> Force: false 18:20:01 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 18:20:01 $ docker exec --env ******** --env ******** 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 ssh-agent -k 18:20:02 unset SSH_AUTH_SOCK; 18:20:02 unset SSH_AGENT_PID; 18:20:02 echo Agent pid 50 killed; 18:20:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:02 + git semver [Pipeline] } 18:20:02 $ docker stop --time=1 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 18:20:04 $ docker rm -f 2666b48d10fe157c54410f4343e596e029bbd999d73089605669b0e3e986abc4 [Pipeline] // withDockerContainer [Pipeline] sh 18:20:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:20:05 Stashed 1 file(s) [Pipeline] echo 18:20:05 [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:20:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:20:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:20:07 + sudo service docker restart 18:20:07 + true 18:20:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:20:07 ========================================================= 18:20:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:20:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:20:07 + 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:20:12 Sending build context to Docker daemon 326.6MB 18:20:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:20:12 Step 2/6 : FROM ${BASE} 18:20:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:20:12 188c0c94c7c5: Pulling fs layer 18:20:12 0ef7d3d256c8: Pulling fs layer 18:20:12 de9db76c5a1d: Pulling fs layer 18:20:12 bca2f99d35d6: Pulling fs layer 18:20:12 93359f2a8cfa: Pulling fs layer 18:20:12 7c6f9722023f: Pulling fs layer 18:20:12 a35cf1a2eb13: Pulling fs layer 18:20:12 bca2f99d35d6: Waiting 18:20:12 93359f2a8cfa: Waiting 18:20:12 7c6f9722023f: Waiting 18:20:12 a35cf1a2eb13: Waiting 18:20:12 de9db76c5a1d: Verifying Checksum 18:20:12 de9db76c5a1d: Download complete 18:20:12 0ef7d3d256c8: Download complete 18:20:12 93359f2a8cfa: Verifying Checksum 18:20:12 93359f2a8cfa: Download complete 18:20:12 188c0c94c7c5: Verifying Checksum 18:20:12 188c0c94c7c5: Download complete 18:20:12 7c6f9722023f: Verifying Checksum 18:20:12 7c6f9722023f: Download complete 18:20:12 188c0c94c7c5: Pull complete 18:20:12 0ef7d3d256c8: Pull complete 18:20:12 de9db76c5a1d: Pull complete 18:20:14 a35cf1a2eb13: Verifying Checksum 18:20:14 a35cf1a2eb13: Download complete 18:20:14 bca2f99d35d6: Verifying Checksum 18:20:14 bca2f99d35d6: Download complete 18:20:20 bca2f99d35d6: Pull complete 18:20:20 93359f2a8cfa: Pull complete 18:20:20 7c6f9722023f: Pull complete 18:20:20 Still waiting to schedule task 18:20:20 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21261’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21262’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21265’ is offline 18:20:25 a35cf1a2eb13: Pull complete 18:20:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:20:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:20:25 ---> a62c8e92a672 18:20:25 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:20:25 ---> Running in 20fff88cf5f3 18:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:27 (1/12) Installing libmagic (5.38-r0) 18:20:27 (2/12) Installing file (5.38-r0) 18:20:27 (3/12) Installing libc-dev (0.7.2-r3) 18:20:27 (4/12) Installing g++ (9.3.0-r2) 18:20:32 (5/12) Installing fortify-headers (1.1-r0) 18:20:32 (6/12) Installing patch (2.7.6-r6) 18:20:32 (7/12) Installing build-base (0.5-r2) 18:20:32 (8/12) Installing libsodium (1.0.18-r0) 18:20:32 (9/12) Installing pkgconf (1.7.2-r0) 18:20:32 (10/12) Installing libsodium-dev (1.0.18-r0) 18:20:32 (11/12) Installing libzmq (4.3.3-r0) 18:20:33 (12/12) Installing zeromq-dev (4.3.3-r0) 18:20:33 Executing busybox-1.31.1-r19.trigger 18:20:33 OK: 233 MiB in 51 packages 18:20:37 Removing intermediate container 20fff88cf5f3 18:20:37 ---> 81c8676a7f43 18:20:37 Step 4/6 : WORKDIR /edgex-go 18:20:37 ---> Running in a302f25bcaf4 18:20:37 Removing intermediate container a302f25bcaf4 18:20:37 ---> 7730c2bcbc77 18:20:37 Step 5/6 : COPY go.mod . 18:20:37 ---> b4acbd308ced 18:20:37 Step 6/6 : RUN go mod download 18:20:37 ---> Running in cf6ae5deffbe 18:20:59 Removing intermediate container cf6ae5deffbe 18:20:59 ---> 6313ef97ad76 18:20:59 Successfully built 6313ef97ad76 18:20:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:20:59 + docker inspect -f . ci-base-image-x86_64 18:20:59 . [Pipeline] withDockerContainer 18:20:59 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:20:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:21:00 $ docker top 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:01 + go version 18:21:01 go version go1.15.5 linux/amd64 [Pipeline] } 18:21:01 $ docker stop --time=1 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc 18:21:02 $ docker rm -f 612e84937465945a207860afc08e434dd57bd1c3996ddcf265beaab772e6b9bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:03 + docker inspect -f . ci-base-image-x86_64 18:21:03 . [Pipeline] withDockerContainer 18:21:03 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:21:04 $ docker top 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec -eo pid,comm [Pipeline] { [Pipeline] echo 18:21:04 ========================================================= 18:21:04 [edgeXBuildGoParallel] Running Tests and Build... 18:21:04 ========================================================= [Pipeline] sh 18:21:04 + make test 18:21:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:21:12 ? github.com/edgexfoundry/edgex-go [no test files] 18:21:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:21:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:21:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:21:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:21:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:21:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:21:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:21:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:21:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:21:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:21:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:21:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:21:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:21:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 18:21:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:21:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:21:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:21:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:21:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.0% of statements 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 67.9% of statements 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:21:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.3% of statements 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 92.8% of statements 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 18:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 18:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements 18:21:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements 18:21:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements 18:21:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 63.5% of statements 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 18:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 18:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements 18:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:21:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 18:21:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:21:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:21:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.356s coverage: 84.0% of statements 18:21:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 18:21:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:21:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:21:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 18:21:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.668s coverage: 29.1% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:21:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:21:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:21:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 18:21:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 18:21:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 18:21:57 GO111MODULE=on go vet ./... 18:22:19 gofmt -l . 18:22:19 [ "`gofmt -l .`" = "" ] 18:22:19 ./bin/test-go-mod-tidy.sh 18:22:20 ./bin/test-attribution-txt.sh [Pipeline] sh 18:22:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21267 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 18:22:20 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 18:22:21 + ls -al . 18:22:21 total 656 18:22:21 drwxrwxr-x 10 1001 1001 4096 Jan 19 18:22 . 18:22:21 drwxr-xr-x 4 root root 30 Jan 19 18:21 .. 18:22:21 -rw-rw-r-- 1 1001 1001 11 Jan 19 18:19 .dockerignore 18:22:21 drwxrwxr-x 8 1001 1001 179 Jan 19 18:19 .git 18:22:21 drwxrwxr-x 3 1001 1001 125 Jan 19 18:19 .github 18:22:21 -rw-rw-r-- 1 1001 1001 824 Jan 19 18:19 .gitignore 18:22:21 drwx------ 3 1001 1001 47 Jan 19 18:20 .semver 18:22:21 -rw-rw-r-- 1 1001 1001 166 Jan 19 18:19 .sonarcloud.properties 18:22:21 -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:19 Attribution.txt 18:22:21 -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:19 CONTRIBUTING.md 18:22:21 -rw-rw-r-- 1 1001 1001 931 Jan 19 18:19 Dockerfile.build 18:22:21 -rw-rw-r-- 1 1001 1001 863 Jan 19 18:19 Jenkinsfile 18:22:21 -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:19 LICENSE 18:22:21 -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:19 Makefile 18:22:21 -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:19 README.md 18:22:21 -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:19 SECURITY.md 18:22:21 -rw-rw-r-- 1 1001 1001 5 Jan 19 18:20 VERSION 18:22:21 -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:19 ZMQWindows.md 18:22:21 drwxrwxr-x 2 1001 1001 117 Jan 19 18:19 bin 18:22:21 drwxrwxr-x 14 1001 1001 4096 Jan 19 18:19 cmd 18:22:21 -rw-r--r-- 1 root root 550280 Jan 19 18:21 coverage.out 18:22:21 -rw-r--r-- 1 root root 981 Jan 19 18:22 go.mod 18:22:21 -rw-r--r-- 1 root root 19526 Jan 19 18:22 go.sum 18:22:21 drwxrwxr-x 8 1001 1001 127 Jan 19 18:19 internal 18:22:21 drwxrwxr-x 4 1001 1001 26 Jan 19 18:19 openapi 18:22:21 drwxrwxr-x 4 1001 1001 71 Jan 19 18:19 snap 18:22:21 -rw-rw-r-- 1 1001 1001 168 Jan 19 18:19 version.go [Pipeline] sh 18:22:21 + '[' -e coverage.out ] 18:22:21 + chown 1001:1001 coverage.out [Pipeline] stash 18:22:21 Stashed 1 file(s) [Pipeline] sh 18:22:21 + make build 18:22:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:22:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:22:26 using credential edgex-jenkins-ssh 18:22:26 Cloning the remote Git repository 18:22:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:22:26 > git init /w/workspace/edgex-go/14 # timeout=10 18:22:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:22:26 > git --version # timeout=10 18:22:26 > git --version # 'git version 2.17.1' 18:22:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:33 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:22:33 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:22:34 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:22:35 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:22:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:22: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:22:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:22:40 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:22:41 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:22:42 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 [Pipeline] } 18:22:43 $ docker stop --time=1 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec 18:22:44 $ docker rm -f 197beaaa3d39f08d880963fa11bcab732e4c3c7853411beaf6156a38adbae6ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:46 18:22:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:22:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:46 latest: Pulling from edgex-devops/edgex-compose 18:22:46 cbdbe7a5bc2a: Pulling fs layer 18:22:46 ca9280d653b3: Pulling fs layer 18:22:46 7e9c9ca2126c: Pulling fs layer 18:22:47 cbdbe7a5bc2a: Verifying Checksum 18:22:47 cbdbe7a5bc2a: Download complete 18:22:47 cbdbe7a5bc2a: Pull complete 18:22:47 ca9280d653b3: Verifying Checksum 18:22:47 ca9280d653b3: Download complete 18:22:48 ca9280d653b3: Pull complete 18:22:48 7e9c9ca2126c: Verifying Checksum 18:22:48 7e9c9ca2126c: Download complete 18:22:51 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c 18:22:51 Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c 18:22:51 Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) 18:22:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:22:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:22:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:22:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:22:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:22:51 > git config core.sparsecheckout # timeout=10 18:22:51 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 18:22:51 > git remote # timeout=10 18:22:51 > git config --get remote.origin.url # timeout=10 18:22:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:22:51 > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 18:22:51 > git rev-parse HEAD^{commit} # timeout=10 18:22:51 > git config core.sparsecheckout # timeout=10 18:22:51 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 18:22:56 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 18:22:57 7e9c9ca2126c: Pull complete 18:22:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:22:57 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:22:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:22:58 $ docker top 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:59 + docker-compose build --help 18:22:59 + grep parallel 18:23:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:23:00 --parallel Build images in parallel. [Pipeline] } 18:23:00 $ docker stop --time=1 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 18:23:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 18:23:01 $ docker rm -f 9c49b7fd0cfbdc84e674b2df3f5b637c6903fe6bbb484e2ab231a035786d2099 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:02 + true 18:23:02 + sudo service docker restart 18:23:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:23:02 . [Pipeline] withDockerContainer 18:23:02 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:23:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:23:03 $ docker top 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:03 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:23:04 provisioning config files... 18:23:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2015946889989149521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:04 ---> docker-login.sh 18:23:04 nexus3.edgexfoundry.org:10001 18:23:04 Building docker-core-command-go ... 18:23:04 Building docker-core-data-go ... 18:23:04 Building docker-core-metadata-go ... 18:23:04 Building docker-security-bootstrap-redis-go ... 18:23:04 Building docker-security-proxy-setup-go ... 18:23:04 Building docker-security-secretstore-setup-go ... 18:23:04 Building docker-support-notifications-go ... 18:23:04 Building docker-support-scheduler-go ... 18:23:04 Building docker-sys-mgmt-agent-go ... 18:23:04 Building docker-sys-mgmt-agent-go 18:23:04 Building docker-support-scheduler-go 18:23:04 Building docker-security-bootstrap-redis-go 18:23:04 Building docker-core-data-go 18:23:04 Building docker-support-notifications-go 18:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:06 Configure a credential helper to remove this warning. See 18:23:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:06 18:23:06 Login Succeeded 18:23:06 nexus3.edgexfoundry.org:10002 18:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:06 Configure a credential helper to remove this warning. See 18:23:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:06 18:23:06 Login Succeeded 18:23:06 nexus3.edgexfoundry.org:10003 18:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:07 Configure a credential helper to remove this warning. See 18:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:07 18:23:07 Login Succeeded 18:23:07 nexus3.edgexfoundry.org:10004 18:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:07 Configure a credential helper to remove this warning. See 18:23:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:07 18:23:07 Login Succeeded 18:23:07 docker.io 18:23:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:08 Configure a credential helper to remove this warning. See 18:23:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:08 18:23:08 Login Succeeded 18:23:08 ---> docker-login.sh ends [Pipeline] } 18:23:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:23:08 ========================================================= 18:23:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:23:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:23:09 + 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:23:11 Sending build context to Docker daemon 165.5MB 18:23:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:23:11 Step 2/6 : FROM ${BASE} 18:23:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:23:11 5f621e34cdf4: Pulling fs layer 18:23:11 a4357932f1b6: Pulling fs layer 18:23:11 18c013af1878: Pulling fs layer 18:23:11 00ac8860ef70: Pulling fs layer 18:23:11 63d7cb157983: Pulling fs layer 18:23:11 b116817d02f9: Pulling fs layer 18:23:11 745a02a5169b: Pulling fs layer 18:23:11 63d7cb157983: Waiting 18:23:11 b116817d02f9: Waiting 18:23:11 745a02a5169b: Waiting 18:23:11 00ac8860ef70: Waiting 18:23:11 18c013af1878: Verifying Checksum 18:23:11 18c013af1878: Download complete 18:23:11 a4357932f1b6: Verifying Checksum 18:23:11 a4357932f1b6: Download complete 18:23:11 63d7cb157983: Download complete 18:23:11 b116817d02f9: Verifying Checksum 18:23:11 b116817d02f9: Download complete 18:23:11 5f621e34cdf4: Verifying Checksum 18:23:11 5f621e34cdf4: Download complete 18:23:12 5f621e34cdf4: Pull complete 18:23:13 a4357932f1b6: Pull complete 18:23:13 18c013af1878: Pull complete 18:23:14 745a02a5169b: Verifying Checksum 18:23:14 745a02a5169b: Download complete 18:23:16 00ac8860ef70: Verifying Checksum 18:23:16 00ac8860ef70: Download complete 18:23:26 00ac8860ef70: Pull complete 18:23:26 63d7cb157983: Pull complete 18:23:27 b116817d02f9: Pull complete 18:23:31 745a02a5169b: Pull complete 18:23:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:23:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:23:31 ---> b7e6874047d6 18:23:31 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:23:35 ---> Running in 5ed64079a46d 18:23:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:23:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:37 18:23:37 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 18:23:37 18:23:37 ---> 6313ef97ad76 18:23:37 Step 3/24 : WORKDIR /edgex-go 18:23:37 ---> 6313ef97ad76 18:23:37 Step 3/23 : WORKDIR /edgex-go 18:23:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:23:37 ---> 6313ef97ad76 18:23:37 Step 3/26 : WORKDIR /edgex-go 18:23:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:23:37 ---> 6313ef97ad76 18:23:37 Step 3/21 : WORKDIR /edgex-go 18:23:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:23:37 ---> 6313ef97ad76 18:23:37 Step 3/22 : WORKDIR /edgex-go 18:23:37 ---> Running in d843af31a039 18:23:37 ---> Running in f1184926eeae 18:23:37 ---> Running in f9461a20aabf 18:23:37 ---> Running in bb9aa1080c33 18:23:37 ---> Running in 40ced873f5a8 18:23:37 Removing intermediate container bb9aa1080c33 18:23:37 ---> af5bee529a40 18:23:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:37 Removing intermediate container 40ced873f5a8 18:23:37 ---> 2f5ed8713e66 18:23:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:37 Removing intermediate container d843af31a039 18:23:37 ---> 6a096c91ecc4 18:23:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:37 Removing intermediate container f1184926eeae 18:23:37 ---> 9c4ee8c5b520 18:23:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:37 Removing intermediate container f9461a20aabf 18:23:37 ---> 21fa919f7440 18:23:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:37 ---> Running in 331ea90b0d99 18:23:37 ---> Running in 8e98dc549ffb 18:23:37 ---> Running in 6c524072d16d 18:23:37 ---> Running in bd404e1cee76 18:23:37 ---> Running in b997c5d51262 18:23:37 Removing intermediate container 331ea90b0d99 18:23:37 ---> ecc9a8bae509 18:23:37 Step 5/26 : RUN apk add --update --no-cache make bash git 18:23:37 Removing intermediate container 6c524072d16d 18:23:37 ---> 6a21fd22bc58 18:23:37 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:23:37 ---> Running in e315f9ab7c24 18:23:37 Removing intermediate container 8e98dc549ffb 18:23:37 ---> 48ccb61847d8 18:23:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:23:37 ---> Running in 9afc0b71c6d4 18:23:37 Removing intermediate container bd404e1cee76 18:23:37 ---> 3c6caab6034a 18:23:37 Step 5/22 : RUN apk add --update --no-cache make git 18:23:37 ---> Running in f8ab83eabc2c 18:23:37 ---> Running in df93b0b43f54 18:23:37 Removing intermediate container b997c5d51262 18:23:37 ---> 8517e32907f9 18:23:37 Step 5/21 : RUN apk add --update --no-cache make git 18:23:37 ---> Running in 06378e3c56d9 18:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:38 (1/12) Installing libmagic (5.38-r0) 18:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:39 (2/12) Installing file (5.38-r0) 18:23:39 (3/12) Installing libc-dev (0.7.2-r3) 18:23:39 (4/12) Installing g++ (9.3.0-r2) 18:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:40 OK: 233 MiB in 51 packages 18:23:40 OK: 233 MiB in 51 packages 18:23:40 OK: 233 MiB in 51 packages 18:23:40 OK: 233 MiB in 51 packages 18:23:41 Removing intermediate container e315f9ab7c24 18:23:41 ---> 8f5a4a46c6eb 18:23:41 Step 6/26 : COPY go.mod . 18:23:41 Removing intermediate container 9afc0b71c6d4 18:23:41 ---> 1a9063f32b4b 18:23:41 Step 6/24 : COPY go.mod . 18:23:41 ---> f99ebbd68d3a 18:23:41 Step 7/26 : RUN go mod download 18:23:41 ---> Running in 3a5e4bb283ce 18:23:41 ---> f44186168e65 18:23:41 Step 7/24 : RUN go mod download 18:23:41 ---> Running in 6ab247ab816e 18:23:41 Removing intermediate container df93b0b43f54 18:23:41 ---> 54a032a00308 18:23:41 Step 6/22 : COPY go.mod . 18:23:41 Removing intermediate container f8ab83eabc2c 18:23:41 ---> da279a7c6924 18:23:41 Step 6/23 : COPY go.mod . 18:23:42 OK: 233 MiB in 51 packages 18:23:42 ---> 242f1a42841b 18:23:42 Step 7/22 : RUN go mod download 18:23:42 ---> e932bb45406d 18:23:42 Step 7/23 : RUN go mod download 18:23:42 ---> Running in 051ac6eb85d0 18:23:42 ---> Running in 6c496f7e535d 18:23:43 Removing intermediate container 06378e3c56d9 18:23:43 ---> 7403785ac44a 18:23:43 Step 6/21 : COPY go.mod . 18:23:43 ---> a23f4bf7aeff 18:23:43 Step 7/21 : RUN go mod download 18:23:43 ---> Running in 1187bdcec927 18:23:44 Removing intermediate container 6ab247ab816e 18:23:44 ---> e526d7eef040 18:23:44 Step 8/24 : COPY . . 18:23:44 Removing intermediate container 3a5e4bb283ce 18:23:44 ---> 2573181d0433 18:23:44 Step 8/26 : COPY . . 18:23:47 Removing intermediate container 051ac6eb85d0 18:23:47 ---> 1678831a01b1 18:23:47 Step 8/22 : COPY . . 18:23:47 Removing intermediate container 6c496f7e535d 18:23:47 ---> 09d8e2193fe2 18:23:47 Step 8/23 : COPY . . 18:23:54 (5/12) Installing fortify-headers (1.1-r0) 18:23:54 (6/12) Installing patch (2.7.6-r6) 18:23:54 (7/12) Installing build-base (0.5-r2) 18:23:54 (8/12) Installing libsodium (1.0.18-r0) 18:23:54 (9/12) Installing pkgconf (1.7.2-r0) 18:23:54 (10/12) Installing libsodium-dev (1.0.18-r0) 18:23:54 (11/12) Installing libzmq (4.3.3-r0) 18:23:54 Removing intermediate container 1187bdcec927 18:23:54 ---> feb947dee0aa 18:23:54 Step 8/21 : COPY . . 18:23:54 (12/12) Installing zeromq-dev (4.3.3-r0) 18:23:54 Executing busybox-1.31.1-r19.trigger 18:23:54 OK: 217 MiB in 51 packages 18:23:58 Removing intermediate container 5ed64079a46d 18:23:58 ---> b9496b2256aa 18:23:58 Step 4/6 : WORKDIR /edgex-go 18:23:58 ---> Running in 8df768c4eee9 18:23:59 Removing intermediate container 8df768c4eee9 18:23:59 ---> 8ba2ece7d55f 18:23:59 Step 5/6 : COPY go.mod . 18:23:59 ---> 29c04fbf1b85 18:23:59 Step 6/6 : RUN go mod download 18:24:00 ---> Running in 3bba898fd6c7 18:24:26 ---> ad6f92884495 18:24:26 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:24:26 ---> 7def61872071 18:24:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:24:26 ---> a6198c6da68d 18:24:26 Step 9/23 : RUN make cmd/core-data/core-data 18:24:26 ---> 463c04fb37ca 18:24:26 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:24:26 ---> Running in ec5914475138 18:24:26 ---> Running in 747a265d3888 18:24:26 ---> f07b4322a883 18:24:26 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:24:26 ---> Running in f4a29c502598 18:24:26 ---> Running in d14df2d0c045 18:24:26 ---> Running in d58d5cc0d345 18:24:27 Removing intermediate container 3bba898fd6c7 18:24:27 ---> 1f115ba8cbbc 18:24:27 Successfully built 1f115ba8cbbc 18:24:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:24:27 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:24:27 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:24:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:24:27 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:24:27 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:24:27 + docker inspect -f . ci-base-image-arm64 18:24:27 . [Pipeline] withDockerContainer 18:24:27 prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container 18:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:24:29 $ docker top 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:30 + go version 18:24:30 go version go1.15.5 linux/arm64 [Pipeline] } 18:24:30 $ docker stop --time=1 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 18:24:32 $ docker rm -f 4b55725c33be11c8e11c4732bc8e95e573899cf99a390e11b261b34b30f37a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:33 + docker inspect -f . ci-base-image-arm64 18:24:33 . [Pipeline] withDockerContainer 18:24:33 prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container 18:24:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:24:34 $ docker top 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:35 ========================================================= 18:24:35 [edgeXBuildGoParallel] Running Tests and Build... 18:24:35 ========================================================= [Pipeline] sh 18:24:35 + make test 18:24:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:24:58 ? github.com/edgexfoundry/edgex-go [no test files] 18:24:59 Removing intermediate container f4a29c502598 18:24:59 ---> b973301ac3f2 18:24:59 18:24:59 Step 10/22 : FROM alpine:3.12 18:24:59 3.12: Pulling from library/alpine 18:24:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:24:59 Status: Downloaded newer image for alpine:3.12 18:24:59 ---> 389fef711851 18:24:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:25:03 ---> Running in 3d528f92a54e 18:25:03 Removing intermediate container d58d5cc0d345 18:25:03 ---> 895d6fc999c1 18:25:03 18:25:03 Step 10/21 : FROM scratch 18:25:03 ---> 18:25:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:25:03 Removing intermediate container 747a265d3888 18:25:03 ---> 4133d6e06e39 18:25:03 18:25:03 Step 10/24 : FROM scratch 18:25:03 ---> 18:25:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:25:03 Removing intermediate container ec5914475138 18:25:03 ---> 258069af5af7 18:25:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:25:03 ---> Running in 5fb112e9e058 18:25:03 ---> Running in c9b7b0102afc 18:25:03 ---> Running in 49dc5cbc2eb3 18:25:04 Removing intermediate container 49dc5cbc2eb3 18:25:04 ---> 204b74ce52de 18:25:04 Step 12/24 : ENV APP_PORT=48060 18:25:04 Removing intermediate container 5fb112e9e058 18:25:04 ---> e88f5e495a03 18:25:04 Step 12/21 : ENV APP_PORT=48085 18:25:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:04 (1/5) Installing ca-certificates (20191127-r4) 18:25:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:25:04 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:25:04 (3/5) Installing libcurl (7.69.1-r3) 18:25:04 (4/5) Installing curl (7.69.1-r3) 18:25:04 (5/5) Installing dumb-init (1.2.2-r1) 18:25:04 Executing busybox-1.31.1-r19.trigger 18:25:04 Executing ca-certificates-20191127-r4.trigger 18:25:04 OK: 7 MiB in 19 packages 18:25:05 ---> Running in e2c1201017f2 18:25:05 ---> Running in 8d1ef8977c8b 18:25:06 Removing intermediate container d14df2d0c045 18:25:06 ---> fef60dd95ecd 18:25:06 18:25:06 Step 10/23 : FROM alpine:3.12 18:25:06 ---> 389fef711851 18:25:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:25:06 Removing intermediate container 8d1ef8977c8b 18:25:06 ---> f25df113ee1d 18:25:06 Step 13/24 : EXPOSE $APP_PORT 18:25:06 Removing intermediate container e2c1201017f2 18:25:06 ---> 3b8dc2417f70 18:25:06 Step 13/21 : EXPOSE $APP_PORT 18:25:07 ---> Running in 87b4a2f9d67f 18:25:07 ---> Running in 7be5aea5e304 18:25:07 ---> Running in 8af7e07ed896 18:25:08 Removing intermediate container 7be5aea5e304 18:25:08 Removing intermediate container 87b4a2f9d67f 18:25:08 ---> 874a217b7e23 18:25:08 Step 12/23 : ENV APP_PORT=48080 18:25:08 ---> 53cd1ac50abf 18:25:08 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:25:08 Removing intermediate container 8af7e07ed896 18:25:08 ---> 748b0662dfa5 18:25:08 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:08 Removing intermediate container 3d528f92a54e 18:25:08 ---> 837dfb112501 18:25:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:25:08 Removing intermediate container c9b7b0102afc 18:25:08 ---> 3b9b4528dbe2 18:25:08 18:25:08 Step 11/26 : FROM docker:20.10.0 18:25:08 ---> Running in b0c0d824cce8 18:25:08 20.10.0: Pulling from library/docker 18:25:08 ---> Running in ceab0662135d 18:25:08 ---> dd9edccb3951 18:25:08 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:25:08 ---> c88168126eaf 18:25:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:25:08 Removing intermediate container b0c0d824cce8 18:25:08 ---> 43f5da64ef29 18:25:08 Step 13/23 : EXPOSE $APP_PORT 18:25:08 Removing intermediate container ceab0662135d 18:25:08 ---> 6bb4c12750aa 18:25:08 Step 13/22 : WORKDIR / 18:25:08 ---> Running in 36420c079b78 18:25:09 ---> Running in 838f1c076179 18:25:10 Removing intermediate container 36420c079b78 18:25:10 ---> e510a96e69a1 18:25:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:25:10 ---> 068f8fb4baad 18:25:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:25:10 ---> 43e1a79beda6 18:25:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:25:10 Removing intermediate container 838f1c076179 18:25:10 ---> 226f1fbc8145 18:25:10 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:10 ---> Running in 61934ae087f3 18:25:11 ---> 57d4586966c5 18:25:11 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:25:11 ---> Running in a4ded2ae669d 18:25:11 ---> 3e8aeac6f211 18:25:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:25:11 ---> 8556fad23476 18:25:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:12 Removing intermediate container a4ded2ae669d 18:25:12 ---> 0e4d09c26d84 18:25:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:12 ---> Running in 1fdd6e1628e1 18:25:12 ---> 5109f3d3401e 18:25:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:25:12 Removing intermediate container 61934ae087f3 18:25:12 ---> ed86f7abe97a 18:25:12 Step 15/23 : RUN apk add --update --no-cache zeromq 18:25:12 ---> c63959b74273 18:25:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:25:13 ---> Running in cfd7e9f4a7c0 18:25:13 Removing intermediate container 1fdd6e1628e1 18:25:13 ---> b10482a854e2 18:25:13 Step 19/21 : LABEL arch=x86_64 18:25:13 ---> 6351f6269623 18:25:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:25:13 ---> Running in af8de202b9ea 18:25:13 ---> 140ed89140d3 18:25:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:25:13 Removing intermediate container af8de202b9ea 18:25:13 ---> d658028cae40 18:25:13 Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:25:13 ---> 1a8c2eb1c7a6 18:25:13 Step 18/22 : RUN chmod +x entrypoint.sh 18:25:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:13 ---> 78025439faa4 18:25:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:25:13 ---> Running in 001423d4aca0 18:25:14 ---> Running in 0ec7ec9d6bf9 18:25:14 ---> Running in e0d88ea5d09a 18:25:14 Removing intermediate container 001423d4aca0 18:25:14 ---> 73abef7627c7 18:25:14 Step 21/21 : LABEL version=0.0.0 18:25:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:15 (1/5) Installing libgcc (9.3.0-r2) 18:25:15 (2/5) Installing libsodium (1.0.18-r0) 18:25:15 (3/5) Installing libstdc++ (9.3.0-r2) 18:25:15 Removing intermediate container e0d88ea5d09a 18:25:15 ---> 1a63640ff834 18:25:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:15 ---> Running in 69d064bb3a2c 18:25:15 ---> Running in bfafab089d3d 18:25:15 (4/5) Installing libzmq (4.3.3-r0) 18:25:15 Removing intermediate container 69d064bb3a2c 18:25:15 ---> 5110ef82bf4f 18:25:15 18:25:15 (5/5) Installing zeromq (4.3.3-r0) 18:25:15 Executing busybox-1.31.1-r19.trigger 18:25:15 OK: 8 MiB in 19 packages 18:25:15 Removing intermediate container bfafab089d3d 18:25:15 ---> 888c78c2245d 18:25:15 Step 22/24 : LABEL arch=x86_64 18:25:15 Successfully built 5110ef82bf4f 18:25:16 Successfully tagged docker-support-scheduler-go:latest 18:25:16  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 18:25:16 ---> Running in d3e3cd549558 18:25:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:25:16 Removing intermediate container 0ec7ec9d6bf9 18:25:16 ---> 294c83972550 18:25:16 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:25:16 Status: Downloaded newer image for docker:20.10.0 18:25:16 ---> aefe523efa57 18:25:16 Step 12/26 : RUN apk add --no-cache bash 18:25:16 Removing intermediate container d3e3cd549558 18:25:16 ---> e849f6d76de6 18:25:16 Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:25:16 ---> Running in 6f24bc499115 18:25:16 ---> Running in 1054db0152be 18:25:18 ---> Running in d68ae76b7700 18:25:18 Removing intermediate container cfd7e9f4a7c0 18:25:18 ---> 8d0db6c82e93 18:25:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:20 Removing intermediate container 1054db0152be 18:25:20 ---> 93671cf52397 18:25:20 Step 20/22 : LABEL arch=x86_64 18:25:20 Removing intermediate container d68ae76b7700 18:25:20 ---> a73d7ef58722 18:25:20 Step 24/24 : LABEL version=0.0.0 18:25:20 ---> Running in ac7dc14799c2 18:25:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:20 ---> Running in c0ff5c1796e6 18:25:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:20 ---> 94ac210a7c8d 18:25:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:25:21 (1/2) Installing readline (8.0.4-r0) 18:25:21 (2/2) Installing bash (5.0.17-r0) 18:25:21 Executing bash-5.0.17-r0.post-install 18:25:21 Executing busybox-1.31.1-r19.trigger 18:25:21 OK: 12 MiB in 22 packages 18:25:23 Removing intermediate container ac7dc14799c2 18:25:23 ---> cc2c8fc8b595 18:25:23 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:25:23 Removing intermediate container c0ff5c1796e6 18:25:23 ---> bc099c27fd82 18:25:23 18:25:24 Successfully built bc099c27fd82 18:25:24 ---> 73ad5d8f7d13 18:25:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:25:24 Successfully tagged docker-support-notifications-go:latest 18:25:24  Building docker-support-notifications-go ... done Building docker-core-metadata-go 18:25:24 ---> Running in f0a7f46e8985 18:25:26 Removing intermediate container f0a7f46e8985 18:25:26 ---> a986656936de 18:25:26 Step 22/22 : LABEL version=0.0.0 18:25:27 ---> 6e7385a8f2c4 18:25:27 Step 19/23 : ENTRYPOINT ["/core-data"] 18:25:27 Removing intermediate container 6f24bc499115 18:25:27 ---> 13bb8a6e3a3a 18:25:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:25:29 ---> Running in d1c0a527902f 18:25:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:25:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:25:29 ---> 6313ef97ad76 18:25:29 Step 3/24 : WORKDIR /edgex-go 18:25:29 ---> Using cache 18:25:29 ---> 21fa919f7440 18:25:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:25:29 ---> Using cache 18:25:29 ---> 8517e32907f9 18:25:29 Step 5/24 : RUN apk add --update --no-cache make git 18:25:29 ---> Using cache 18:25:29 ---> 7403785ac44a 18:25:29 Step 6/24 : COPY go.mod . 18:25:29 ---> Using cache 18:25:29 ---> a23f4bf7aeff 18:25:29 Step 7/24 : RUN go mod download 18:25:29 ---> Using cache 18:25:29 ---> feb947dee0aa 18:25:29 Step 8/24 : COPY . . 18:25:29 ---> Using cache 18:25:29 ---> f07b4322a883 18:25:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:25:31 ---> Running in 4a49ef06c3cc 18:25:31 ---> Running in 536194cacb84 18:25:31 ---> Running in c7ecc63a217a 18:25:31 Removing intermediate container d1c0a527902f 18:25:31 ---> 8941cb7a8af1 18:25:31 18:25:31 Successfully built 8941cb7a8af1 18:25:31 Successfully tagged docker-security-bootstrap-redis-go:latest 18:25:31 Removing intermediate container 536194cacb84 18:25:31 ---> ef7c94acea88 18:25:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:31  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 18:25:31 Removing intermediate container 4a49ef06c3cc 18:25:31 ---> 7c5a3ae5c4de 18:25:31 Step 14/26 : ENV APP_PORT=48090 18:25:31 ---> Running in 915e2857c490 18:25:31 ---> Running in 5ffc1acd8fc6 18:25:32 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:25:34 Removing intermediate container 5ffc1acd8fc6 18:25:34 ---> 6758234f623c 18:25:34 Step 15/26 : EXPOSE $APP_PORT 18:25:34 Removing intermediate container 915e2857c490 18:25:34 ---> 2432f4cfb62d 18:25:34 Step 21/23 : LABEL arch=x86_64 18:25:35 ---> Running in eb77050e90f7 18:25:35 ---> Running in 6a915e8bcdfd 18:25:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:25:37 Removing intermediate container eb77050e90f7 18:25:37 ---> ab1041db844b 18:25:37 Step 22/23 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:25:38 Removing intermediate container 6a915e8bcdfd 18:25:38 ---> 16d3e038ba22 18:25:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:25:38 ---> Running in 3520f6602280 18:25:39 Removing intermediate container 3520f6602280 18:25:39 ---> 6d27b54c3c66 18:25:39 Step 23/23 : LABEL version=0.0.0 18:25:41 ---> ffab500f634d 18:25:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:25:41 ---> Running in 2858f877a234 18:25:41 Removing intermediate container 2858f877a234 18:25:41 ---> dc29a44a7661 18:25:41 18:25:41 ---> 41a3f792b581 18:25:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:25:42 Successfully built dc29a44a7661 18:25:42 Successfully tagged docker-core-data-go:latest 18:25:42  Building docker-core-data-go ... done Building docker-core-command-go 18:25:42 ---> eb3dd3f17039 18:25:42 Step 19/26 : RUN apk --no-cache add py3-pip 18:25:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:25:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:25:44 ---> 6313ef97ad76 18:25:44 Step 3/22 : WORKDIR /edgex-go 18:25:44 ---> Using cache 18:25:44 ---> 21fa919f7440 18:25:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:25:44 ---> Using cache 18:25:44 ---> 8517e32907f9 18:25:44 Step 5/22 : RUN apk add --update --no-cache make git 18:25:44 ---> Using cache 18:25:44 ---> 7403785ac44a 18:25:44 Step 6/22 : COPY go.mod . 18:25:44 ---> Using cache 18:25:44 ---> a23f4bf7aeff 18:25:44 Step 7/22 : RUN go mod download 18:25:44 ---> Using cache 18:25:44 ---> feb947dee0aa 18:25:44 Step 8/22 : COPY . . 18:25:44 ---> Using cache 18:25:44 ---> f07b4322a883 18:25:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:25:45 ---> Running in 05ed583672cb 18:25:45 ---> Running in 7861dd4631f8 18:25:49 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:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:50 (1/33) Installing libbz2 (1.0.8-r1) 18:25:50 (2/33) Installing expat (2.2.9-r1) 18:25:50 (3/33) Installing libffi (3.3-r2) 18:25:50 (4/33) Installing gdbm (1.13-r1) 18:25:50 (5/33) Installing xz-libs (5.2.5-r0) 18:25:50 (6/33) Installing sqlite-libs (3.32.1-r0) 18:25:50 (7/33) Installing python3 (3.8.5-r0) 18:25:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:25:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:25:51 ---> 6313ef97ad76 18:25:51 Step 3/21 : WORKDIR /edgex-go 18:25:51 ---> Using cache 18:25:51 ---> 21fa919f7440 18:25:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:25:51 ---> Using cache 18:25:51 ---> 8517e32907f9 18:25:51 Step 5/21 : RUN apk add --update --no-cache make git 18:25:51 ---> Using cache 18:25:51 ---> 7403785ac44a 18:25:51 Step 6/21 : COPY go.mod . 18:25:51 ---> Using cache 18:25:51 ---> a23f4bf7aeff 18:25:51 Step 7/21 : RUN go mod download 18:25:51 ---> Using cache 18:25:51 ---> feb947dee0aa 18:25:51 Step 8/21 : COPY . . 18:25:51 ---> Using cache 18:25:51 ---> f07b4322a883 18:25:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:25:54 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:25:54 ---> Running in 60939474cb4e 18:25:54 (8/33) Installing py3-appdirs (1.4.4-r1) 18:25:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:25:54 (10/33) Installing py3-parsing (2.4.7-r0) 18:25:54 (11/33) Installing py3-six (1.15.0-r0) 18:25:54 (12/33) Installing py3-packaging (20.4-r0) 18:25:54 (13/33) Installing py3-setuptools (47.0.0-r0) 18:25:55 (14/33) Installing py3-chardet (3.0.4-r4) 18:25:55 (15/33) Installing py3-idna (2.9-r0) 18:25:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:25:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:25:55 (18/33) Installing py3-requests (2.23.0-r0) 18:25:55 (19/33) Installing py3-msgpack (1.0.0-r0) 18:25:55 (20/33) Installing py3-lockfile (0.12.2-r3) 18:25:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:25:55 (22/33) Installing py3-colorama (0.4.3-r0) 18:25:55 (23/33) Installing py3-distlib (0.3.0-r0) 18:25:55 (24/33) Installing py3-distro (1.5.0-r1) 18:25:55 (25/33) Installing py3-webencodings (0.5.1-r3) 18:25:55 (26/33) Installing py3-html5lib (1.0.1-r4) 18:25:55 (27/33) Installing py3-pytoml (0.1.21-r0) 18:25:55 (28/33) Installing py3-pep517 (0.8.2-r0) 18:25:55 (29/33) Installing py3-progress (1.5-r0) 18:25:55 (30/33) Installing py3-toml (0.10.1-r0) 18:25:55 (31/33) Installing py3-retrying (1.3.3-r0) 18:25:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:25:56 (33/33) Installing py3-pip (20.1.1-r0) 18:25:57 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:25:57 Executing busybox-1.31.1-r19.trigger 18:25:58 OK: 71 MiB in 55 packages 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:25:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:26:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:26:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:26:05 ---> 6313ef97ad76 18:26:05 Step 3/22 : WORKDIR /edgex-go 18:26:05 ---> Using cache 18:26:05 ---> 21fa919f7440 18:26:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:05 ---> Using cache 18:26:05 ---> 8517e32907f9 18:26:05 Step 5/22 : RUN apk add --update --no-cache make git 18:26:05 ---> Using cache 18:26:05 ---> 7403785ac44a 18:26:05 Step 6/22 : COPY go.mod . 18:26:05 ---> Using cache 18:26:05 ---> a23f4bf7aeff 18:26:05 Step 7/22 : RUN go mod download 18:26:05 ---> Using cache 18:26:05 ---> feb947dee0aa 18:26:05 Step 8/22 : COPY . . 18:26:05 ---> Using cache 18:26:05 ---> f07b4322a883 18:26:05 Step 9/22 : RUN make cmd/core-command/core-command 18:26:07 ---> Running in 684ce56c0d6e 18:26:07 Removing intermediate container c7ecc63a217a 18:26:07 ---> 39b62722e1f0 18:26:07 18:26:07 Step 10/24 : FROM alpine:3.12 18:26:07 ---> 389fef711851 18:26:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:26:07 ---> Using cache 18:26:07 ---> 837dfb112501 18:26:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:26:08 ---> Running in 3cb124b717ee 18:26:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:26:08 Removing intermediate container 3cb124b717ee 18:26:08 ---> 8c3fec103d8d 18:26:08 Step 13/24 : WORKDIR / 18:26:10 ---> Running in 43470745c0d7 18:26:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.232s coverage: 46.6% of statements 18:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:26:12 Removing intermediate container 43470745c0d7 18:26:12 ---> 2c22bc2cdf94 18:26:12 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:26:14 ---> 9c6b4a5fa46d 18:26:14 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:26:14 ---> a7c22b2805e1 18:26:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:26:14 Removing intermediate container 05ed583672cb 18:26:14 ---> 26284247b998 18:26:14 Step 20/26 : RUN pip install docker-compose==1.23.2 18:26:15 ---> Running in efb3dbb28bff 18:26:15 ---> f899eda95e2a 18:26:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:26:16 ---> d5cf1a79b2b9 18:26:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:26:16 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:26:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.0% of statements 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:26:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:26:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:26:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 67.9% of statements 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:26:17 ---> 09c4c5baef80 18:26:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:26:17 Collecting docker-compose==1.23.2 18:26:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.694s coverage: 82.3% of statements 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:26:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:26:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:26:17 ---> bd22468092f4 18:26:17 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:26:17 ---> Running in 1f6d9a652d36 18:26:17 Collecting cached-property<2,>=1.2.0 18:26:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:26:18 Collecting docker<4.0,>=3.6.0 18:26:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:26:18 Collecting dockerpty<0.5,>=0.4.1 18:26:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:26:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:26:18 Collecting jsonschema<3,>=2.5.1 18:26:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:26:19 Collecting texttable<0.10,>=0.9.0 18:26:19 Downloading texttable-0.9.1.tar.gz (11 kB) 18:26:20 Collecting docopt<0.7,>=0.6.1 18:26:20 Downloading docopt-0.6.2.tar.gz (25 kB) 18:26:21 Removing intermediate container 1f6d9a652d36 18:26:21 ---> e57afe77a41f 18:26:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:26:21 ---> Running in 01fb177a896f 18:26:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:26:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:26:22 Removing intermediate container 01fb177a896f 18:26:22 ---> 6942d5c876ff 18:26:22 Step 22/24 : LABEL arch=x86_64 18:26:22 Collecting PyYAML<4,>=3.10 18:26:22 Downloading PyYAML-3.13.tar.gz (270 kB) 18:26:22 ---> Running in 876d7d188d03 18:26:23 Removing intermediate container 876d7d188d03 18:26:23 ---> 7a454f8554d0 18:26:23 Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:26:23 Collecting websocket-client<1.0,>=0.32.0 18:26:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:26:25 Collecting docker-pycreds>=0.4.0 18:26:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:26:25 ---> Running in 640a2694184b 18:26:25 Collecting urllib3<1.25,>=1.21.1 18:26:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:26:26 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:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.289s coverage: 86.7% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:26:26 Removing intermediate container 7861dd4631f8 18:26:26 ---> f038fc95743d 18:26:26 18:26:26 Step 10/22 : FROM scratch 18:26:26 ---> 18:26:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:26:26 Removing intermediate container 60939474cb4e 18:26:26 ---> fa09effd6c8d 18:26:26 18:26:26 Step 10/21 : FROM alpine:3.12 18:26:26 ---> 389fef711851 18:26:26 Step 11/21 : RUN apk add --update --no-cache curl 18:26:26 Collecting idna<2.8,>=2.5 18:26:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:26:26 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:26:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:26:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:26:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:26:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.331s coverage: 97.5% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:26:26 Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose 18:26:26 ---> Using cache 18:26:26 ---> e88f5e495a03 18:26:26 Step 12/22 : ENV APP_PORT=48081 18:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:26:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:26:26 Removing intermediate container 640a2694184b 18:26:26 ---> 4118273056c6 18:26:26 Step 24/24 : LABEL version=0.0.0 18:26:27 ---> Running in d728491da702 18:26:27 ---> Running in a8dde1372bf6 18:26:27 Attempting uninstall: urllib3 18:26:27 Found existing installation: urllib3 1.25.9 18:26:27 Uninstalling urllib3-1.25.9: 18:26:27 ---> Running in 77740f81f2fa 18:26:27 Successfully uninstalled urllib3-1.25.9 18:26:27 Removing intermediate container a8dde1372bf6 18:26:27 ---> 33289fbf8f73 18:26:27 Step 13/22 : EXPOSE $APP_PORT 18:26:28 Attempting uninstall: idna 18:26:28 Found existing installation: idna 2.9 18:26:28 Uninstalling idna-2.9: 18:26:28 Successfully uninstalled idna-2.9 18:26:28 Attempting uninstall: requests 18:26:28 Found existing installation: requests 2.23.0 18:26:28 Uninstalling requests-2.23.0: 18:26:28 Removing intermediate container 77740f81f2fa 18:26:28 ---> abe2a382cf40 18:26:28 18:26:28 Successfully uninstalled requests-2.23.0 18:26:28 ---> Running in e2715347b330 18:26:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:29 (1/4) Installing ca-certificates (20191127-r4) 18:26:30 Successfully built abe2a382cf40 18:26:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:26:30 (3/4) Installing libcurl (7.69.1-r3) 18:26:30 (4/4) Installing curl (7.69.1-r3) 18:26:30 Executing busybox-1.31.1-r19.trigger 18:26:30 Executing ca-certificates-20191127-r4.trigger 18:26:30 OK: 7 MiB in 18 packages 18:26:30 Successfully tagged docker-security-secretstore-setup-go:latest 18:26:31  Building docker-security-secretstore-setup-go ... done Removing intermediate container e2715347b330 18:26:31 ---> bc3c4ad53643 18:26:31 Step 14/22 : WORKDIR / 18:26:32 Running setup.py install for dockerpty: started 18:26:32 Running setup.py install for dockerpty: finished with status 'done' 18:26:32 ---> Running in b1ddd8f4e23d 18:26:33 Running setup.py install for texttable: started 18:26:33 Removing intermediate container 684ce56c0d6e 18:26:33 ---> 9378ebf6bc85 18:26:33 18:26:33 Step 10/22 : FROM scratch 18:26:33 ---> 18:26:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:26:33 ---> Using cache 18:26:33 ---> e88f5e495a03 18:26:33 Step 12/22 : ENV APP_PORT=48082 18:26:33 Running setup.py install for texttable: finished with status 'done' 18:26:33 Running setup.py install for docopt: started 18:26:33 Removing intermediate container b1ddd8f4e23d 18:26:33 ---> f6f9d69176ba 18:26:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:26:33 ---> Running in 8d7ea8c0fa3b 18:26:33 Removing intermediate container d728491da702 18:26:33 ---> 89f97e40d36e 18:26:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:26:33 ---> Running in 74fe53095e7c 18:26:33 Running setup.py install for docopt: finished with status 'done' 18:26:33 Running setup.py install for PyYAML: started 18:26:33 Removing intermediate container 8d7ea8c0fa3b 18:26:33 ---> 712e8b8fe34d 18:26:33 Step 13/22 : EXPOSE $APP_PORT 18:26:33 ---> 8355730f89de 18:26:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:26:34 ---> Running in 505bb95980b2 18:26:34 Removing intermediate container 74fe53095e7c 18:26:34 ---> 5125c85e7bf0 18:26:34 Step 13/21 : WORKDIR /edgex 18:26:34 ---> Running in c4b252fdd79e 18:26:34 Removing intermediate container 505bb95980b2 18:26:34 ---> 6538f90f029b 18:26:34 Step 14/22 : WORKDIR / 18:26:34 Running setup.py install for PyYAML: finished with status 'done' 18:26:34 ---> Running in a4f15c4eb0a7 18:26:34 Removing intermediate container c4b252fdd79e 18:26:34 ---> 34bb88b3f936 18:26:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:26:34 ---> be7c2d1a3347 18:26:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:26:34 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:26:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.266s coverage: 92.8% of statements 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements 18:26:35 Removing intermediate container a4f15c4eb0a7 18:26:35 ---> 0468c13a4258 18:26:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:26:35 ---> 923f9418b364 18:26:35 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:26:35 ---> 62ba1daaa30e 18:26:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:26:35 ---> Running in 09f5d7948e3b 18:26:35 ---> 378185fc82ee 18:26:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements 18:26:36 Removing intermediate container 09f5d7948e3b 18:26:36 ---> 09c85604c4b2 18:26:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:36 ---> c58a1daca544 18:26:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:26:36 ---> 941e3e878d08 18:26:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:26:36 ---> Running in 2bb2611cc9f3 18:26:37 Removing intermediate container 2bb2611cc9f3 18:26:37 ---> 1f520d8a7240 18:26:37 Step 20/22 : LABEL arch=x86_64 18:26:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements 18:26:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:26:38 ---> ac06f06c2c35 18:26:38 Step 18/22 : ENTRYPOINT ["/core-command"] 18:26:38 ---> Running in dc140ab62267 18:26:38 ---> Running in 3253d38d3b3b 18:26:38 ---> 1dda2c1fab63 18:26:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:26:38 Removing intermediate container efb3dbb28bff 18:26:38 ---> 81bc6227f4ce 18:26:38 Step 21/26 : RUN apk --no-cache add curl 18:26:38 ---> Running in d3be14eac14b 18:26:38 ---> Running in 3fa9bff48fea 18:26:38 Removing intermediate container dc140ab62267 18:26:38 ---> d87d46d2eaf7 18:26:38 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:26:38 Removing intermediate container 3253d38d3b3b 18:26:38 ---> adbae36e1b16 18:26:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:39 ---> Running in 496428db6a74 18:26:39 ---> Running in ecc3ae150c3c 18:26:39 Removing intermediate container d3be14eac14b 18:26:39 ---> b82d0dc65b97 18:26:39 Step 18/21 : CMD ["--init=true"] 18:26:39 ---> Running in 3eb23b3aceb9 18:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 63.5% of statements 18:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:26:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 18:26:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 18:26:39 Removing intermediate container 496428db6a74 18:26:39 ---> 8e63bcfd964a 18:26:39 Step 22/22 : LABEL version=0.0.0 18:26:39 Removing intermediate container ecc3ae150c3c 18:26:39 ---> 7f9a077d9817 18:26:39 Step 20/22 : LABEL arch=x86_64 18:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:39 ---> Running in 08e4b8da9a45 18:26:39 ---> Running in 8d4a5b1249e9 18:26:39 Removing intermediate container 3eb23b3aceb9 18:26:39 ---> 06749a1ba936 18:26:39 Step 19/21 : LABEL arch=x86_64 18:26:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:39 ---> Running in 7650b8ec3105 18:26:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:26:39 (2/3) Installing libcurl (7.69.1-r3) 18:26:39 (3/3) Installing curl (7.69.1-r3) 18:26:39 Executing busybox-1.31.1-r19.trigger 18:26:39 Removing intermediate container 08e4b8da9a45 18:26:39 ---> b759d877ba88 18:26:39 18:26:39 OK: 72 MiB in 58 packages 18:26:39 Removing intermediate container 8d4a5b1249e9 18:26:39 ---> c7b7a415de37 18:26:39 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:26:40 Successfully built b759d877ba88 18:26:40 Successfully tagged docker-core-metadata-go:latest 18:26:40  Building docker-core-metadata-go ... done Removing intermediate container 7650b8ec3105 18:26:40 ---> f68c15d5ad82 18:26:40 Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:26:40 ---> Running in 312282c9364d 18:26:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 18:26:40 ---> Running in f2cdd948599c 18:26:40 Removing intermediate container 312282c9364d 18:26:40 ---> 923e0bd2061c 18:26:40 Step 22/22 : LABEL version=0.0.0 18:26:40 Removing intermediate container f2cdd948599c 18:26:40 ---> 7f2dd0701b93 18:26:40 Step 21/21 : LABEL version=0.0.0 18:26:40 ---> Running in d09a0ce8b59c 18:26:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 18:26:41 ---> Running in e8c2fa3e2ce2 18:26:41 Removing intermediate container 3fa9bff48fea 18:26:41 ---> eb181262e1ff 18:26:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:26:41 ---> Running in fcf306c3df19 18:26:41 Removing intermediate container d09a0ce8b59c 18:26:41 ---> fa9397e2b595 18:26:41 18:26:41 Removing intermediate container e8c2fa3e2ce2 18:26:41 ---> d31b1aead6b3 18:26:41 18:26:41 Successfully built fa9397e2b595 18:26:41 Successfully built d31b1aead6b3 18:26:41 Successfully tagged docker-core-command-go:latest 18:26:41  Building docker-core-command-go ... done Removing intermediate container fcf306c3df19 18:26:41 ---> fbd80d490a8c 18:26:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:41 Successfully tagged docker-security-proxy-setup-go:latest 18:26:41  Building docker-security-proxy-setup-go ... done  ---> Running in 3752976ea3b3 18:26:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 18:26:41 Removing intermediate container 3752976ea3b3 18:26:41 ---> ee9f30d09a18 18:26:41 Step 24/26 : LABEL arch=x86_64 18:26:41 ---> Running in cd42f2a5132f 18:26:41 Removing intermediate container cd42f2a5132f 18:26:41 ---> a71f91ca4fc8 18:26:41 Step 25/26 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:26:41 ---> Running in 96c174a9c077 18:26:42 Removing intermediate container 96c174a9c077 18:26:42 ---> 624be6ae540c 18:26:42 Step 26/26 : LABEL version=0.0.0 18:26:42 ---> Running in 546c29d1c95f 18:26:42 Removing intermediate container 546c29d1c95f 18:26:42 ---> a397bce7e2c2 18:26:42 18:26:42 Successfully built a397bce7e2c2 18:26:42 Successfully tagged docker-sys-mgmt-agent-go:latest 18:26:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:26:42 $ docker stop --time=1 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 18:26:44 $ docker rm -f 85f71f3f10c37efd8556b5894048477cf1b64b1c2b6baf0d51bbc141232fc421 [Pipeline] // withDockerContainer [Pipeline] sh 18:26:45 + docker images 18:26:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 68.9% of statements 18:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:26:45 + grep docker 18:26:45 docker-sys-mgmt-agent-go latest a397bce7e2c2 2 seconds ago 313MB 18:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:26:45 docker-security-proxy-setup-go latest d31b1aead6b3 3 seconds ago 24.4MB 18:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:26:45 docker-core-command-go latest fa9397e2b595 3 seconds ago 10.6MB 18:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:26:45 docker-core-metadata-go latest b759d877ba88 5 seconds ago 13.1MB 18:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:26:45 docker-security-secretstore-setup-go latest abe2a382cf40 17 seconds ago 24.6MB 18:26:45 docker-core-data-go latest dc29a44a7661 About a minute ago 22.3MB 18:26:45 docker-security-bootstrap-redis-go latest 8941cb7a8af1 About a minute ago 15.8MB 18:26:45 docker-support-notifications-go latest bc099c27fd82 About a minute ago 12MB 18:26:45 docker-support-scheduler-go latest 5110ef82bf4f About a minute ago 10.7MB 18:26:45 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:26:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 37.0% of statements 18:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:26:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.533s coverage: 84.0% of statements 18:26:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 18:26:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.339s coverage: 47.1% of statements 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:26:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:26:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements 18:26:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.100s coverage: 29.1% of statements 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:26:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:26:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:26:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:26:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:26:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.128s coverage: 87.9% of statements 18:26:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:26:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:26:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 18:26:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 18:27:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:27:00 Still waiting to schedule task 18:27:00 ‘prd-ubuntu18.04-docker-8c-8g-21269’ is offline 18:27:01 GO111MODULE=on go vet ./... 18:27:47 Running on prd-ubuntu18.04-docker-8c-8g-21270 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 18:27:47 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 18:27:49 using credential edgex-jenkins-ssh 18:27:49 Cloning the remote Git repository 18:27:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:27:49 > git init /w/workspace/edgex-go/14 # timeout=10 18:27:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:27:49 > git --version # timeout=10 18:27:49 > git --version # 'git version 2.17.1' 18:27:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:27:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:09 gofmt -l . 18:28:09 [ "`gofmt -l .`" = "" ] 18:28:10 ./bin/test-go-mod-tidy.sh 18:28:10 ./bin/test-attribution-txt.sh [Pipeline] sh 18:28:12 + ls -al . 18:28:12 total 684 18:28:12 drwxrwxr-x 9 1001 1001 4096 Jan 19 18:28 . 18:28:12 drwxr-xr-x 4 root root 4096 Jan 19 18:24 .. 18:28:12 -rw-rw-r-- 1 1001 1001 11 Jan 19 18:22 .dockerignore 18:28:12 drwxrwxr-x 8 1001 1001 4096 Jan 19 18:22 .git 18:28:12 drwxrwxr-x 3 1001 1001 4096 Jan 19 18:22 .github 18:28:12 -rw-rw-r-- 1 1001 1001 824 Jan 19 18:22 .gitignore 18:28:12 -rw-rw-r-- 1 1001 1001 166 Jan 19 18:22 .sonarcloud.properties 18:28:12 -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:22 Attribution.txt 18:28:12 -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:22 CONTRIBUTING.md 18:28:12 -rw-rw-r-- 1 1001 1001 931 Jan 19 18:22 Dockerfile.build 18:28:12 -rw-rw-r-- 1 1001 1001 863 Jan 19 18:22 Jenkinsfile 18:28:12 -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:22 LICENSE 18:28:12 -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:22 Makefile 18:28:12 -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:22 README.md 18:28:12 -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:22 SECURITY.md 18:28:12 -rw-rw-r-- 1 1001 1001 5 Jan 19 18:20 VERSION 18:28:12 -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:22 ZMQWindows.md 18:28:12 drwxrwxr-x 2 1001 1001 4096 Jan 19 18:22 bin 18:28:12 drwxrwxr-x 14 1001 1001 4096 Jan 19 18:22 cmd 18:28:12 -rw-r--r-- 1 root root 550280 Jan 19 18:27 coverage.out 18:28:12 -rw-r--r-- 1 root root 981 Jan 19 18:28 go.mod 18:28:12 -rw-r--r-- 1 root root 19526 Jan 19 18:28 go.sum 18:28:12 drwxrwxr-x 8 1001 1001 4096 Jan 19 18:22 internal 18:28:12 drwxrwxr-x 4 1001 1001 4096 Jan 19 18:22 openapi 18:28:12 drwxrwxr-x 4 1001 1001 4096 Jan 19 18:22 snap 18:28:12 -rw-rw-r-- 1 1001 1001 168 Jan 19 18:22 version.go [Pipeline] sh 18:28:13 + '[' -e coverage.out ] 18:28:13 + chown 1001:1001 coverage.out [Pipeline] stash 18:28:13 Warning: overwriting stash ‘coverage-report’ 18:28:14 Stashed 1 file(s) [Pipeline] sh 18:28:15 + make build 18:28:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:28:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:28:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:28:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:28:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:28:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:28:18 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 3e67698cbb810023419c359c80ab6fd84a40332c 18:28:19 Merge succeeded, producing 3e67698cbb810023419c359c80ab6fd84a40332c 18:28:19 Checking out Revision 3e67698cbb810023419c359c80ab6fd84a40332c (PR-3027) 18:28:18 > git config core.sparsecheckout # timeout=10 18:28:18 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 18:28:18 > git remote # timeout=10 18:28:19 > git config --get remote.origin.url # timeout=10 18:28:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:28:19 > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 18:28:19 > git rev-parse HEAD^{commit} # timeout=10 18:28:19 > git config core.sparsecheckout # timeout=10 18:28:19 > git checkout -f 3e67698cbb810023419c359c80ab6fd84a40332c # timeout=10 18:28:22 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:24 + echo snap-build.sh 18:28:24 snap-build.sh 18:28:24 + SNAP_BASE_DIR=. 18:28:24 + '[' '!' -z /w/workspace/edgex-go/14 ']' 18:28:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 18:28:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 18:28:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 18:28:24 + cd /w/workspace/edgex-go/14 18:28:24 + sudo apt-get remove -qy --purge lxd lxd-client 18:28:24 Reading package lists... 18:28:24 Building dependency tree... 18:28:24 Reading state information... 18:28:24 The following packages were automatically installed and are no longer required: 18:28:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:28:24 uidmap xdelta3 18:28:24 Use 'sudo apt autoremove' to remove them. 18:28:24 The following packages will be REMOVED: 18:28:24 lxd* lxd-client* 18:28:24 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:28:24 After this operation, 31.7 MB disk space will be freed. 18:28:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:28:25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:28:25 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:28:26 Removing lxd dnsmasq configuration 18:28:26 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:28:26 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:28:27 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:28:27 (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:28:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:28:29 Processing triggers for systemd (237-3ubuntu10.42) ... 18:28:29 Processing triggers for ureadahead (0.100.0-21) ... 18:28:30 + sudo snap remove --purge lxd 18:28:30 snap "lxd" is not installed 18:28:30 + sudo groupadd --force --system lxd 18:28:30 ++ whoami 18:28:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:28:30 + newgrp - lxd 18:28:30 + sudo snap install lxd 18:28:38 2021-01-19T18:28:35Z INFO Waiting for automatic snapd restart... 18:28:47 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:28:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:28: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:28:56 lxd 4.10 from Canonical* installed 18:28:56 + sudo lxd init --auto 18:28:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:29:03 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:29:04 + sudo snap install --classic snapcraft 18:29:07 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:29:10 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:29:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:29:17 snapcraft 4.4.4 from Canonical* installed 18:29:17 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:29:17 + patch --verbose -p1 18:29:17 Hmm... Looks like a unified diff to me... 18:29:17 The text leading up to this was: 18:29:17 -------------------------- 18:29:17 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:29:17 |From: Tony Espy 18:29:17 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:29:17 |Subject: [PATCH] optimize snap build for pipeline CI check 18:29:17 | 18:29:17 |This patch is used by the EdgeX CI pipeline builds to 18:29:17 |optimize the snap CI check run for pull requests. When 18:29:17 |applied, it essentially strips out everything (apps and 18:29:17 |parts) from the snapcraft.yaml file except those required 18:29:17 |to build edgex-go, as the whole idea of the CI check is to 18:29:17 |catch changes to edgex-go that break the snap build. 18:29:17 | 18:29:17 |In general, anyone updating snapcraft.yaml will also need 18:29:17 |to update this patch file, otherwise it may fail to apply, 18:29:17 |resulting in a failed snap build CI check in the associated 18:29:17 |pull request. 18:29:17 | 18:29:17 |Note - in addition to applying this patch, the pipeline also 18:29:17 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:29:17 |need to build the finally binary .snap file (and it won't 18:29:17 |work with the patch applied). This further reduces the build 18:29:17 |time. 18:29:17 |--- 18:29:17 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:29:17 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:29:17 | 18:29:17 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:29:17 |index 1e537489..faf42425 100644 18:29:17 |--- a/snap/snapcraft.yaml 18:29:17 |+++ b/snap/snapcraft.yaml 18:29:17 -------------------------- 18:29:17 patching file snap/snapcraft.yaml 18:29:17 Using Plan A... 18:29:17 Hunk #1 succeeded at 73. 18:29:17 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:29:17 Hunk #3 succeeded at 214 (offset -1 lines). 18:29:17 Hunk #4 succeeded at 222 (offset -1 lines). 18:29:17 Hunk #5 succeeded at 229 (offset -1 lines). 18:29:17 Hunk #6 succeeded at 256 (offset -1 lines). 18:29:17 Hunk #7 succeeded at 290 (offset -1 lines). 18:29:17 Hunk #8 succeeded at 342. 18:29:17 Hmm... Ignoring the trailing garbage. 18:29:17 done 18:29:17 + sudo snapcraft prime --use-lxd 18:29:17 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:29:17 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:29:17 - README.md 18:29:17 - snapcraft.yaml.orig 18:29:17 18:29:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:29:17 Launching a container. 18:29:17 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:29:21 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 [Pipeline] } 18:29:25 $ docker stop --time=1 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 18:29:28 $ docker rm -f 2c15fca3709c73626aa150902199be2c4a6cb6aa1647720a7fd63049092c7611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 18:29:29 Waiting for container to be ready 18:29:29 To start your first instance, try: lxc launch ubuntu:18.04 18:29:29 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:29 18:29:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:29:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:30 latest: Pulling from edgex-devops/edgex-compose-arm64 18:29:30 29e5d40040c1: Pulling fs layer 18:29:30 1ce36da41761: Pulling fs layer 18:29:30 25b303627fd3: Pulling fs layer 18:29:30 29e5d40040c1: Verifying Checksum 18:29:30 29e5d40040c1: Download complete 18:29:31 29e5d40040c1: Pull complete 18:29:31 1ce36da41761: Verifying Checksum 18:29:31 1ce36da41761: Download complete 18:29:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:29:32 1ce36da41761: Pull complete 18:29:33 Waiting for network to be ready... 18:29:33 25b303627fd3: Verifying Checksum 18:29:33 25b303627fd3: Download complete 18:29:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:29:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:29:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:29:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:29:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:29:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:29:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:29:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:29:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:29:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:29:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:29:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:29:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:29:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:29:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:29:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:29:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:29:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:29:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:29:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:29:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:29:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:29:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:29:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:29:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:29:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:29:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:29:37 Fetched 23.8 MB in 4s (5557 kB/s) 18:29:38 Reading package lists... 18:29:38 Reading package lists... 18:29:38 Building dependency tree... 18:29:38 Reading state information... 18:29:38 The following additional packages will be installed: 18:29:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:29:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:29:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:29:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:29:38 Suggested packages: 18:29:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:29:38 Recommended packages: 18:29:38 gnupg libsasl2-modules 18:29:38 The following NEW packages will be installed: 18:29:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:29:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:29:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:29:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:29:38 The following packages will be upgraded: 18:29:38 gpg gpg-agent gpgconf libudev1 18:29:39 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:29:39 Need to get 3533 kB of archives. 18:29:39 After this operation, 13.3 MB of additional disk space will be used. 18:29:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:29:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:29:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:29:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:29:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:29:39 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:29:39 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:29:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:29:39 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:29:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:29:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:29:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:29:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:29:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:29:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:29:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:29:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:29:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:29:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:29:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:29:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:29:40 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:29:40 debconf: delaying package configuration, since apt-utils is not installed 18:29:40 Fetched 3533 kB in 1s (3143 kB/s) 18:29:40 (Reading database ... 12511 files and directories currently installed.) 18:29:40 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:29:40 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:29:40 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:29:40 Selecting previously unselected package udev. 18:29:40 (Reading database ... 12511 files and directories currently installed.) 18:29:40 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:29:40 Unpacking udev (237-3ubuntu10.44) ... 18:29:40 Selecting previously unselected package libfuse2:amd64. 18:29:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:29:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:29:40 Selecting previously unselected package fuse. 18:29:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:29:40 Unpacking fuse (2.9.7-1ubuntu1) ... 18:29:41 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:29:41 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:29:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:29:41 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:29:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:29:41 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:29:41 Selecting previously unselected package libksba8:amd64. 18:29:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:29:41 Unpacking libksba8:amd64 (1.3.5-2) ... 18:29:41 Selecting previously unselected package libroken18-heimdal:amd64. 18:29:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:29:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:29:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:29:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:41 Selecting previously unselected package libwind0-heimdal:amd64. 18:29:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:29:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:42 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:42 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:29:42 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:42 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:42 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:29:42 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:42 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:29:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:29:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:42 Selecting previously unselected package libsasl2-modules-db:amd64. 18:29:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:29:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:29:42 Selecting previously unselected package libsasl2-2:amd64. 18:29:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:29:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:29:42 Selecting previously unselected package libldap-common. 18:29:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:29:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:29:42 Selecting previously unselected package libldap-2.4-2:amd64. 18:29:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:29:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:29:42 Selecting previously unselected package dirmngr. 18:29:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:29:42 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:29:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:29:43 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:29:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:29:43 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:29:43 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:29:43 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:29:43 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:43 Setting up libksba8:amd64 (1.3.5-2) ... 18:29:43 25b303627fd3: Pull complete 18:29:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:29:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:29:43 Setting up udev (237-3ubuntu10.44) ... 18:29:43 prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container 18:29:43 invoke-rc.d: policy-rc.d denied execution of start. 18:29:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:29:43 Processing triggers for systemd (237-3ubuntu10) ... 18:29:43 Setting up fuse (2.9.7-1ubuntu1) ... 18:29:43 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:29:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:44 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:29:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:29:44 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:29:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:29:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:29:44 settings in the [Install] section, and DefaultInstance for template units). 18:29:44 This means they are not meant to be enabled using systemctl. 18:29:44 Possible reasons for having this kind of units are: 18:29:44 1) A unit may be statically enabled by being symlinked from another unit's 18:29:44 .wants/ or .requires/ directory. 18:29:44 2) A unit's purpose may be to act as a helper for some other unit which has 18:29:44 a requirement dependency on it. 18:29:44 3) A unit may be started when needed via activation (socket, path, timer, 18:29:44 D-Bus, udev, scripted systemctl call, ...). 18:29:44 4) In case of template units, the unit is meant to be enabled with some 18:29:44 instance name specified. 18:29:45 Reading package lists... 18:29:45 Building dependency tree... 18:29:45 Reading state information... 18:29:45 The following additional packages will be installed: 18:29:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:29:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:29:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:29:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:29:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:29:45 Suggested packages: 18:29:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:29:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:29:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:29:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:29:45 systemd-container policykit-1 18:29:45 Recommended packages: 18:29:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:29:45 The following NEW packages will be installed: 18:29:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:29:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:29:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:29:45 multiarch-support openssh-client python3 python3-minimal python3.6 18:29:45 python3.6-minimal snapd squashfs-tools sudo 18:29:45 The following packages will be upgraded: 18:29:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:29:45 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:29:45 Need to get 35.2 MB of archives. 18:29:45 After this operation, 141 MB of additional disk space will be used. 18:29:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:29:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:29:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:29:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:29:46 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:29:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:29:46 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:29:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:29:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:29:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:29:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:29:46 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:29:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:29:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:29:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:29:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:29:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:29:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:29:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:29:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:29:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:29:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:29:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:29:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:29:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:29:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:29:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:29:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:29:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:29:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:29:46 $ docker top 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:47 + docker-compose build --help 18:29:47 + grep parallel 18:29:48 debconf: delaying package configuration, since apt-utils is not installed 18:29:48 Fetched 35.2 MB in 2s (14.2 MB/s) 18:29:48 (Reading database ... 12757 files and directories currently installed.) 18:29:48 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:29:48 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:29:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:29:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:29:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:29:49 (Reading database ... 12757 files and directories currently installed.) 18:29:49 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:29:49 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:29:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:29:49 (Reading database ... 12757 files and directories currently installed.) 18:29:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:29:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:29:49 Setting up apt (1.6.12ubuntu0.2) ... 18:29:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:29:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:29:50 (Reading database ... 12764 files and directories currently installed.) 18:29:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:29:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:29:50 Selecting previously unselected package libpython3.6-minimal:amd64. 18:29:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:29:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:29:50 Selecting previously unselected package libexpat1:amd64. 18:29:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:29:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:29:50 Selecting previously unselected package python3.6-minimal. 18:29:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:29:50 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:29:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:29:51 --parallel Build images in parallel. 18:29:51 Checking for services that may need to be restarted...done. 18:29:51 Checking for services that may need to be restarted...done. 18:29:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:29:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:29:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } 18:29:51 $ docker stop --time=1 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 18:29:51 Selecting previously unselected package python3-minimal. 18:29:51 (Reading database ... 13012 files and directories currently installed.) 18:29:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:29:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:29:51 Selecting previously unselected package mime-support. 18:29:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:29:51 Unpacking mime-support (3.60ubuntu1) ... 18:29:51 Selecting previously unselected package libmpdec2:amd64. 18:29:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:29:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:29:52 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:29:52 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:29:52 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:29:52 Selecting previously unselected package python3.6. 18:29:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:29:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:29:52 Selecting previously unselected package libpython3-stdlib:amd64. 18:29:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:29:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:29:52 Setting up python3-minimal (3.6.7-1~18.04) ... 18:29:52 Selecting previously unselected package python3. 18:29:52 (Reading database ... 13442 files and directories currently installed.) 18:29:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:29:52 Unpacking python3 (3.6.7-1~18.04) ... 18:29:52 Selecting previously unselected package multiarch-support. 18:29:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:29:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:29:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:29:52 Selecting previously unselected package liblzo2-2:amd64. 18:29:52 (Reading database ... 13479 files and directories currently installed.) 18:29:52 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:29:52 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:29:52 Selecting previously unselected package libbsd0:amd64. 18:29:52 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:29:52 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:29:53 Selecting previously unselected package sudo. 18:29:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:29:53 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:29:53 Selecting previously unselected package apparmor. 18:29:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:29:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:29:53 $ docker rm -f 5b581353f20bcc689ea1e607713d68750b62eddcf469dadff2e5463d4fcaece0 18:29:53 Selecting previously unselected package libedit2:amd64. 18:29:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:29:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:29:53 Selecting previously unselected package libkrb5support0:amd64. 18:29:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [Pipeline] // withDockerContainer 18:29:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:29:53 Selecting previously unselected package libk5crypto3:amd64. 18:29:53 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:29:53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:29:53 Selecting previously unselected package libkeyutils1:amd64. 18:29:53 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:29:53 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:53 Selecting previously unselected package libkrb5-3:amd64. 18:29:53 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:29:53 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:29:53 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:29:53 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:29:53 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:29:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:29:54 . 18:29:54 Selecting previously unselected package libssl1.0.0:amd64. 18:29:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:29:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [Pipeline] withDockerContainer 18:29:54 Selecting previously unselected package openssh-client. 18:29:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:29:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:29:54 prd-ubuntu18.04-docker-arm64-4c-16g-21267 does not seem to be running inside a container 18:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:29:54 Selecting previously unselected package squashfs-tools. 18:29:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:29:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:29:54 Selecting previously unselected package snapd. 18:29:54 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:29:54 Unpacking snapd (2.48+18.04) ... 18:29:56 $ docker top 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:56 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:29:56 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:29:56 Setting up mime-support (3.60ubuntu1) ... 18:29:56 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:29:56 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:29:56 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:29:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:29:56 Setting up systemd (237-3ubuntu10.44) ... 18:29:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:29:57 + docker-compose -f ./docker-compose-build.yml build --parallel 18:29:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:29:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:29:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:29:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:29:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:29:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:29:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:29:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:29:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:29:58 Setting up python3 (3.6.7-1~18.04) ... 18:29:58 running python rtupdate hooks for python3.6... 18:29:58 running python post-rtupdate hooks for python3.6... 18:29:58 Setting up apparmor (2.12-4ubuntu5.1) ... 18:30:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:30:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:30:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:30:00 Setting up snapd (2.48+18.04) ... 18:30:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:30:01 Building docker-core-command-go ... 18:30:01 Building docker-core-data-go ... 18:30:01 Building docker-core-metadata-go ... 18:30:01 Building docker-security-bootstrap-redis-go ... 18:30:01 Building docker-security-proxy-setup-go ... 18:30:01 Building docker-security-secretstore-setup-go ... 18:30:01 Building docker-support-notifications-go ... 18:30:01 Building docker-support-scheduler-go ... 18:30:01 Building docker-sys-mgmt-agent-go ... 18:30:01 Building docker-support-notifications-go 18:30:01 Building docker-support-scheduler-go 18:30:01 Building docker-core-metadata-go 18:30:01 Building docker-security-secretstore-setup-go 18:30:01 Building docker-security-proxy-setup-go 18:30:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:30:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:30:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:30:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:30:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:30:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:30:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:30:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:30:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:30:02 /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:30:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:30:02 Processing triggers for systemd (237-3ubuntu10.44) ... 18:30:03 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:30:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:30:03 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:30:05 Reading package lists... 18:30:05 Reading package lists... 18:30:05 Building dependency tree... 18:30:05 Reading state information... 18:30:05 Calculating upgrade... 18:30:05 The following packages will be upgraded: 18:30:05 advancecomp base-files bash binutils binutils-common 18:30:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:30:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:30:05 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:30:05 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:30:05 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:30:05 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:30:05 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:30:05 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:30:05 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:30:05 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:30:05 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:30:05 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:30:05 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:30:05 ubuntu-keyring util-linux 18:30:05 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:30:05 Need to get 63.7 MB of archives. 18:30:05 After this operation, 5203 kB of additional disk space will be used. 18:30:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 18:30:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:30:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:30:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:30:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:30:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:30:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:30:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:30:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:30:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:30:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:30:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:30:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:30:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:30:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:30:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:30:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:30:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:30:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:30:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:30:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:30:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:30:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:30:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:30:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:30:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:30:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:30:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:30:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:30:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:30:05 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:30:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:30:05 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:30:05 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:30:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:30:05 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:30:05 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:30:05 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:30:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:30:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:30:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:30:06 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:30:06 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:30:06 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:30:06 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:30:06 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:30:06 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:30:06 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:30:06 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:30:06 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:30:06 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:30:06 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:30:06 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:30:06 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:30:06 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:30:06 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:30:06 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:30:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:30:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:30:06 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:30:06 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:30:06 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:30:06 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:30:06 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:30:06 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:30:06 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:30:06 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:30:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:30:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:30:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:30:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:30:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:30:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:30:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:30:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:30:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:30:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:30:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:30:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:30:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:30:07 Get:81 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:30:07 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:30:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:30:07 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:30:07 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:30:07 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:30:07 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:30:07 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:30:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:30:07 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:30:07 Get:91 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:30:07 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:30:07 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:30:07 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:30:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:30:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:30:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:30:07 debconf: delaying package configuration, since apt-utils is not installed 18:30:07 Fetched 63.7 MB in 2s (33.5 MB/s) 18:30:07 (Reading database ... 13912 files and directories currently installed.) 18:30:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:30:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:30:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:30:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:30:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 18:30:08 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 18:30:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:10 (Reading database ... 13911 files and directories currently installed.) 18:30:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:30:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:30:10 (Reading database ... 13911 files and directories currently installed.) 18:30:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:11 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:30:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:30:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:11 (Reading database ... 13911 files and directories currently installed.) 18:30:11 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:30:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:30:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:30:12 (Reading database ... 13911 files and directories currently installed.) 18:30:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:30:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:30:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:30:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:30:12 Setting up base-files (10.1ubuntu2.10) ... 18:30:12 Installing new version of config file /etc/issue ... 18:30:12 Installing new version of config file /etc/issue.net ... 18:30:12 Installing new version of config file /etc/lsb-release ... 18:30:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:30:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:30:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:30:13 Removing obsolete conffile /etc/default/motd-news ... 18:30:13 (Reading database ... 13912 files and directories currently installed.) 18:30:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:30:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:30:13 Setting up bash (4.4.18-2ubuntu1.2) ... 18:30:13 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 18:30:13 (Reading database ... 13912 files and directories currently installed.) 18:30:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:30:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:30:13 (Reading database ... 13912 files and directories currently installed.) 18:30:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:30:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:30:13 Setting up tar (1.29b-2ubuntu0.2) ... 18:30:13 (Reading database ... 13912 files and directories currently installed.) 18:30:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:30:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:30:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:30:14 (Reading database ... 13912 files and directories currently installed.) 18:30:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:30:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:30:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:30:14 (Reading database ... 13912 files and directories currently installed.) 18:30:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:30:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:30:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:30:15 (Reading database ... 13912 files and directories currently installed.) 18:30:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:30:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:30:15 Setting up grep (3.1-2build1) ... 18:30:15 (Reading database ... 13912 files and directories currently installed.) 18:30:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:30:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:30:15 Setting up login (1:4.5-1ubuntu2) ... 18:30:15 (Reading database ... 13912 files and directories currently installed.) 18:30:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:30:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:30:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:30:15 (Reading database ... 13912 files and directories currently installed.) 18:30:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:30:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:30:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:30:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:30:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:30:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:30:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:30:16 (Reading database ... 13912 files and directories currently installed.) 18:30:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:30:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:30:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:30:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:30:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:30:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:30:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:30:18 (Reading database ... 13912 files and directories currently installed.) 18:30:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:30:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:30:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:30:18 (Reading database ... 13912 files and directories currently installed.) 18:30:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:30:18 (Reading database ... 13912 files and directories currently installed.) 18:30:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:30:18 (Reading database ... 13912 files and directories currently installed.) 18:30:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:30:19 (Reading database ... 13912 files and directories currently installed.) 18:30:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:30:19 (Reading database ... 13912 files and directories currently installed.) 18:30:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:30:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:30:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:30:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:30:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:30:19 (Reading database ... 13912 files and directories currently installed.) 18:30:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:30:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:30:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:30:20 (Reading database ... 13912 files and directories currently installed.) 18:30:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:30:20 (Reading database ... 13912 files and directories currently installed.) 18:30:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:30:20 (Reading database ... 13912 files and directories currently installed.) 18:30:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:30:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:30:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:30:21 (Reading database ... 13912 files and directories currently installed.) 18:30:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:30:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:30:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:30:22 (Reading database ... 13912 files and directories currently installed.) 18:30:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:30:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:30:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:30:22 (Reading database ... 13914 files and directories currently installed.) 18:30:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:30:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:30:22 Setting up debconf (1.5.66ubuntu1) ... 18:30:22 (Reading database ... 13914 files and directories currently installed.) 18:30:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:30:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:30:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:30:23 (Reading database ... 13914 files and directories currently installed.) 18:30:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:30:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:30:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:30:23 (Reading database ... 13914 files and directories currently installed.) 18:30:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:30:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:30:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:30:23 (Reading database ... 13914 files and directories currently installed.) 18:30:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:30:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:30:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:30:24 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:30:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:30:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:30:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:30:24 (Reading database ... 13914 files and directories currently installed.) 18:30:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:30:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:30:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:30:24 (Reading database ... 13914 files and directories currently installed.) 18:30:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:30:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:30:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:30:24 (Reading database ... 13914 files and directories currently installed.) 18:30:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:30:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:30:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:30:25 (Reading database ... 13914 files and directories currently installed.) 18:30:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:30:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:30:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:30:25 (Reading database ... 13914 files and directories currently installed.) 18:30:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:30:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:30:25 Setting up passwd (1:4.5-1ubuntu2) ... 18:30:26 (Reading database ... 13914 files and directories currently installed.) 18:30:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:30:26 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:30:26 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:30:26 (Reading database ... 13914 files and directories currently installed.) 18:30:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:30:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:30:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:30:26 (Reading database ... 13914 files and directories currently installed.) 18:30:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:30:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:30:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:30:26 (Reading database ... 13914 files and directories currently installed.) 18:30:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:30:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:30:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:30:26 (Reading database ... 13914 files and directories currently installed.) 18:30:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:30:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:30:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:30:27 (Reading database ... 13914 files and directories currently installed.) 18:30:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:30:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:30:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:30:27 (Reading database ... 13914 files and directories currently installed.) 18:30:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:30:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:30:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:30:27 (Reading database ... 13915 files and directories currently installed.) 18:30:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:30:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:30:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:30:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:30:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:30:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:30:27 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:30:27 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:30:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:30:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:30:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:30:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:30:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:30:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:30:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:30:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:30:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:30:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:30:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:30:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:30:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:30:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:30:29 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:30:29 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:30:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:30:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:30:29 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:30:29 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:30:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:30:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:30:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:30:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:30:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:30:30 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:30:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:30:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:30:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:30 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:30 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:30 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:30:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:30:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:30:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:30:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:30:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:30:35 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:30:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:30:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:30:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:30:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:30:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:30:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:30:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:30:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:30:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:30:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:36 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:30:36 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:36 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:36 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:36 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:30:36 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:30:36 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:30:36 18:30:36 Current default time zone: 'Etc/UTC' 18:30:36 Local time is now: Tue Jan 19 18:30:36 UTC 2021. 18:30:36 Universal Time is now: Tue Jan 19 18:30:36 UTC 2021. 18:30:36 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:30:36 18:30:36 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:30:36 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:36 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 18:30:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:30:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:30:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:30:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:30:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:30:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:30:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:30:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:37 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:30:37 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:30:37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:37 Setting up patch (2.7.6-2ubuntu1.1) ... 18:30:37 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:30:37 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:30:37 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:30:37 Installing new version of config file /etc/ssl/openssl.cnf ... 18:30:37 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:30:37 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:30:37 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:30:39 Updating certificates in /etc/ssl/certs... 18:30:40 22 added, 17 removed; done. 18:30:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:30:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:30:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:30:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:30:40 Setting up pkgbinarymangler (138.18.04.1) ... 18:30:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:30:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:30:40 Setting up perl (5.26.1-6ubuntu0.5) ... 18:30:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:30:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:30:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:30:40 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:30:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:30:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:30:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:30:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:30:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:30:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:30:41 Processing triggers for systemd (237-3ubuntu10.44) ... 18:30:41 Processing triggers for mime-support (3.60ubuntu1) ... 18:30:41 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:30:41 Updating certificates in /etc/ssl/certs... 18:30:42 0 added, 0 removed; done. 18:30:42 Running hooks in /etc/ca-certificates/update.d... 18:30:42 done. 18:30:42 Reading package lists... 18:30:42 Building dependency tree... 18:30:42 Reading state information... 18:30:42 The following NEW packages will be installed: 18:30:42 apt-transport-https 18:30:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:30:42 Need to get 1696 B of archives. 18:30:42 After this operation, 153 kB of additional disk space will be used. 18:30:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:30:42 debconf: delaying package configuration, since apt-utils is not installed 18:30:42 Fetched 1696 B in 0s (19.7 kB/s) 18:30:42 Selecting previously unselected package apt-transport-https. 18:30:42 (Reading database ... 13929 files and directories currently installed.) 18:30:42 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:30:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:30:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:30:43 Waiting for network to be ready... 18:30:48 2021-01-19T18:30:46Z INFO Waiting for automatic snapd restart... 18:30:48 snapd 2.48.2 from Canonical* installed 18:30:49 "snapd" switched to the "latest/stable" channel 18:30:49 18:30:52 core18 20201210 from Canonical* installed 18:30:52 "core18" switched to the "latest/stable" channel 18:30:52 18:30:55 snapcraft 4.4.4 from Canonical* installed 18:30:55 "snapcraft" switched to the "latest/stable" channel 18:30:55 18:30:58 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:30:58 - README.md 18:30:58 - snapcraft.yaml.orig 18:30:58 18:30:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:31:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:31:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:31:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:31:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:31:06 Fetched 177 kB in 1s (271 kB/s) 18:31:06 Reading package lists... 18:31: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:31:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:31:09 ---> 1f115ba8cbbc 18:31:09 Step 3/21 : WORKDIR /edgex-go 18:31:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:31:09 ---> 1f115ba8cbbc 18:31:09 Step 3/22 : WORKDIR /edgex-go 18:31:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:31:09 ---> 1f115ba8cbbc 18:31:09 Step 3/24 : WORKDIR /edgex-go 18:31:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:31:09 ---> 1f115ba8cbbc 18:31:09 Step 3/24 : WORKDIR /edgex-go 18:31:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:31:09 ---> 1f115ba8cbbc 18:31:09 Step 3/21 : WORKDIR /edgex-go 18:31:13 ---> Running in bc79d0bb9bab 18:31:13 ---> Running in 430887df7da2 18:31:13 ---> Running in a8f02ffbf183 18:31:13 ---> Running in adf7f1e29322 18:31:13 ---> Running in 233b22755eb8 18:31:13 Removing intermediate container 233b22755eb8 18:31:13 ---> de3eb4fabae7 18:31:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:13 Removing intermediate container bc79d0bb9bab 18:31:13 ---> 8e819950a78a 18:31:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:13 Removing intermediate container adf7f1e29322 18:31:13 ---> de7d6c64d5a8 18:31:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:31:13 Reading package lists... 18:31:13 Building dependency tree... 18:31:13 Reading state information... 18:31:13 Suggested packages: 18:31:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:31:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:31:13 Recommended packages: 18:31:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:31:13 The following NEW packages will be installed: 18:31:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:31:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:31:13 pkg-config zip 18:31:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:31:13 Need to get 7655 kB of archives. 18:31:13 After this operation, 43.7 MB of additional disk space will be used. 18:31:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:31:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:31:13 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:31:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:31:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:31:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:31:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:31:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:31:13 Removing intermediate container 430887df7da2 18:31:13 ---> 21a6b3bb0757 18:31:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:13 Removing intermediate container a8f02ffbf183 18:31:13 ---> cdcded710585 18:31:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:13 ---> Running in e5acb430a723 18:31:13 ---> Running in 03f26645d9c9 18:31:13 ---> Running in 0e92b0da5d1b 18:31:13 ---> Running in 30198884d9a1 18:31:13 ---> Running in 1ad965b1eee9 18:31:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:31:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:31:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:31:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:31:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:31:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:31:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:31:14 debconf: delaying package configuration, since apt-utils is not installed 18:31:14 Fetched 7655 kB in 1s (9882 kB/s) 18:31:14 Selecting previously unselected package libglib2.0-0:amd64. 18:31:14 (Reading database ... 13933 files and directories currently installed.) 18:31:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:31:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:31:14 Selecting previously unselected package libpsl5:amd64. 18:31:14 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:31:14 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:31:14 Selecting previously unselected package libnghttp2-14:amd64. 18:31:14 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:31:14 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:31:14 Selecting previously unselected package librtmp1:amd64. 18:31:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:31:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:31:14 Selecting previously unselected package libcurl3-gnutls:amd64. 18:31:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:31:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:31:14 Selecting previously unselected package liberror-perl. 18:31:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:31:14 Unpacking liberror-perl (0.17025-1) ... 18:31:15 Selecting previously unselected package git-man. 18:31:15 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:31:15 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:31:15 Selecting previously unselected package git. 18:31:15 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:31:15 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:31:16 Selecting previously unselected package libnorm1:amd64. 18:31:16 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:31:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:31:16 Selecting previously unselected package libpgm-5.2-0:amd64. 18:31:16 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:31:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:31:16 Selecting previously unselected package libsodium23:amd64. 18:31:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:31:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:31:16 Selecting previously unselected package libzmq5:amd64. 18:31:16 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:31:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:31:16 Selecting previously unselected package libzmq3-dev:amd64. 18:31:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:31:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:31:16 Selecting previously unselected package pkg-config. 18:31:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:31:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:31:16 Selecting previously unselected package zip. 18:31:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:31:16 Unpacking zip (3.0-11build1) ... 18:31:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:31:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:31:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:31:16 Setting up liberror-perl (0.17025-1) ... 18:31:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:31:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:31:16 No schema files found: doing nothing. 18:31:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:31:16 Setting up zip (3.0-11build1) ... 18:31:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:31:16 Setting up libsodium23:amd64 (1.0.16-2) ... 18:31:17 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:31:17 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:31:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:31:17 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:31:17 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:31:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:31:18 Removing intermediate container e5acb430a723 18:31:18 ---> 385b80f6cb36 18:31:18 Step 5/22 : RUN apk add --update --no-cache make git 18:31:18 Removing intermediate container 03f26645d9c9 18:31:18 ---> 146680694642 18:31:18 Step 5/21 : RUN apk add --update --no-cache make git 18:31:18 ---> Running in b017155461a1 18:31:18 Removing intermediate container 1ad965b1eee9 18:31:18 ---> 1f69f89ca9a8 18:31:18 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:31:18 ---> Running in e510a705ff37 18:31:18 ---> Running in f11a0e9fb3f5 18:31:18 Removing intermediate container 0e92b0da5d1b 18:31:18 ---> 52df92ed8b1c 18:31:18 Step 5/21 : RUN apk add --update --no-cache make git 18:31:18 Removing intermediate container 30198884d9a1 18:31:18 ---> 4476caefdc9e 18:31:18 Step 5/24 : RUN apk add --update --no-cache make git 18:31:18 ---> Running in 2e181fdb70e6 18:31:18 ---> Running in 5425bdfccf39 18:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 OK: 217 MiB in 51 packages 18:31:22 OK: 217 MiB in 51 packages 18:31:22 OK: 217 MiB in 51 packages 18:31:22 OK: 217 MiB in 51 packages 18:31:22 OK: 217 MiB in 51 packages 18:31:23 Removing intermediate container b017155461a1 18:31:23 ---> e413e63e1041 18:31:23 Step 6/22 : COPY go.mod . 18:31:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:31:23 git set to automatically installed. 18:31:23 git-man set to automatically installed. 18:31:23 libcurl3-gnutls set to automatically installed. 18:31:23 liberror-perl set to automatically installed. 18:31:23 libglib2.0-0 set to automatically installed. 18:31:23 libnghttp2-14 set to automatically installed. 18:31:23 libnorm1 set to automatically installed. 18:31:23 libpgm-5.2-0 set to automatically installed. 18:31:23 libpsl5 set to automatically installed. 18:31:23 librtmp1 set to automatically installed. 18:31:23 libsodium23 set to automatically installed. 18:31:23 libzmq3-dev set to automatically installed. 18:31:23 libzmq5 set to automatically installed. 18:31:23 pkg-config set to automatically installed. 18:31:23 zip set to automatically installed. 18:31:23 Removing intermediate container e510a705ff37 18:31:23 ---> b50336fc7b76 18:31:23 Step 6/21 : COPY go.mod . 18:31:24 Removing intermediate container f11a0e9fb3f5 18:31:24 ---> ff3246a9ce33 18:31:24 Step 6/24 : COPY go.mod . 18:31:24 Removing intermediate container 2e181fdb70e6 18:31:24 ---> 57cc479498fa 18:31:24 Step 6/21 : COPY go.mod . 18:31:24 Removing intermediate container 5425bdfccf39 18:31:24 ---> 25d1b3963390 18:31:24 Step 6/24 : COPY go.mod . 18:31:24 ---> 58918c4149fb 18:31:24 Step 7/22 : RUN go mod download 18:31:24 ---> 29cab812dcbc 18:31:24 Step 7/21 : RUN go mod download 18:31:24 ---> Running in acbcbb66695c 18:31:25 ---> Running in 4d480e1961d6 18:31:25 ---> 4fec7b21b067 18:31:25 Step 7/24 : RUN go mod download 18:31:25 snapd is not logged in, snap install commands will use sudo 18:31:25 ---> Running in 47f5d30b6c60 18:31:25 ---> dedbed486edf 18:31:25 Step 7/21 : RUN go mod download 18:31:25 ---> e987462f5b0f 18:31:25 Step 7/24 : RUN go mod download 18:31:25 ---> Running in 49c89ed47de1 18:31:26 ---> Running in 448bf5ce13b9 18:31:29 Removing intermediate container acbcbb66695c 18:31:29 ---> b50aaab15255 18:31:29 Step 8/22 : COPY . . 18:31:29 Removing intermediate container 4d480e1961d6 18:31:29 ---> 538d5f5c39fd 18:31:29 Step 8/21 : COPY . . 18:31:30 Removing intermediate container 47f5d30b6c60 18:31:30 ---> 1ba40cf4b99a 18:31:30 Step 8/24 : COPY . . 18:31:30 Removing intermediate container 49c89ed47de1 18:31:30 ---> e4b76bcd0f45 18:31:30 Step 8/21 : COPY . . 18:31:30 Removing intermediate container 448bf5ce13b9 18:31:30 ---> ee1aa1ab7858 18:31:30 Step 8/24 : COPY . . 18:31:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:31:32 snap "core18" has no updates available 18:31:33 Pulling config-common 18:31:34 Pulling go-build-helper 18:31:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:31:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:31:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:31:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:31:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:31:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:31:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:31:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:31:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:31:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:31:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:31:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:31:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:31:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:31:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:31:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:31:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:31:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:31:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:31:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:31:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:31:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:31:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:31:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:31:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:31:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:31:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:31:56 Fetched 23.8 MB in 0s (0 B/s) 18:31:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:31:56 Fetched 96.5 kB in 0s (0 B/s) 18:31:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:31:56 Fetched 279 kB in 0s (0 B/s) 18:31:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:31:56 Fetched 122 kB in 0s (0 B/s) 18:31:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:31:56 Fetched 77.8 kB in 0s (0 B/s) 18:31:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:31:56 Fetched 8848 B in 0s (0 B/s) 18:31:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:31:56 Fetched 47.8 kB in 0s (0 B/s) 18:31:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:31:56 Fetched 45.6 kB in 0s (0 B/s) 18:31:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:31:56 Fetched 15.0 kB in 0s (0 B/s) 18:31:56 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:31:56 Fetched 214 kB in 0s (0 B/s) 18:31:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:31:56 Fetched 155 kB in 0s (0 B/s) 18:31:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:31:56 Fetched 50.6 kB in 0s (0 B/s) 18:31:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:31:56 Fetched 14.8 kB in 0s (0 B/s) 18:31:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:31:56 Fetched 41.8 kB in 0s (0 B/s) 18:31:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:31:56 Fetched 499 kB in 0s (0 B/s) 18:31:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:31:56 Fetched 111 kB in 0s (0 B/s) 18:31:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:31:56 Fetched 240 kB in 0s (0 B/s) 18:31:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:31:56 Fetched 29.3 kB in 0s (0 B/s) 18:31:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:31:56 Fetched 85.5 kB in 0s (0 B/s) 18:31:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:31:56 Fetched 24.5 kB in 0s (0 B/s) 18:31:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:31:56 Fetched 49.2 kB in 0s (0 B/s) 18:31:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:31:56 Fetched 54.2 kB in 0s (0 B/s) 18:31:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:31:56 Fetched 30.8 kB in 0s (0 B/s) 18:31:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:31:56 Fetched 17.0 kB in 0s (0 B/s) 18:31:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:31:56 Fetched 85.9 kB in 0s (0 B/s) 18:31:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:31:56 Fetched 8720 B in 0s (0 B/s) 18:31:56 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:31:56 Fetched 137 kB in 0s (0 B/s) 18:31:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:31:56 Fetched 119 kB in 0s (0 B/s) 18:31:56 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:31:56 Fetched 109 kB in 0s (0 B/s) 18:31:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:31:56 Fetched 11.1 kB in 0s (0 B/s) 18:31:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:31:56 Fetched 645 kB in 0s (0 B/s) 18:31:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:31:56 Fetched 41.3 kB in 0s (0 B/s) 18:31:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:31:56 Fetched 17.9 kB in 0s (0 B/s) 18:31:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:31:56 Fetched 368 kB in 0s (0 B/s) 18:31:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:31:56 Fetched 187 kB in 0s (0 B/s) 18:31:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:31:56 Fetched 175 kB in 0s (0 B/s) 18:31:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:31:57 ---> 6dc9e1208c1a 18:31:57 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:31:57 ---> 45aa8415bbad 18:31:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:31:57 ---> fb2671e03001 18:31:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:31:57 ---> 69e59c3a04b6 18:31:57 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:31:57 ---> 8215026ff970 18:31:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:31:57 ---> Running in 28cf2b060eca 18:31:57 ---> Running in 5b81a19bb4bc 18:31:57 ---> Running in 921ec4f007de 18:31:57 ---> Running in ac43347db4e0 18:31:57 ---> Running in 38593bfab27f 18:31:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:31:57 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:31:57 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:31:57 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:31:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:32:01 Fetched 206 kB in 0s (0 B/s) 18:32:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:32:01 Fetched 1301 kB in 0s (0 B/s) 18:32:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:32:01 Fetched 36.2 kB in 0s (0 B/s) 18:32:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:32:01 Fetched 159 kB in 0s (0 B/s) 18:32:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:32:01 Fetched 107 kB in 0s (0 B/s) 18:32:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:32:01 Fetched 48.7 kB in 0s (0 B/s) 18:32:01 Pulling static-packages 18:32:01 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:32:01 Skipping pull go-build-helper (already ran) 18:32:01 Skipping pull static-packages (already ran) 18:32:01 Building go-build-helper 18:32:05 Building static-packages 18:32:07 Staging go-build-helper 18:32:08 Staging static-packages 18:32:08 Pulling go115 18:32:10 'edgex-go' has dependencies that need to be staged: go115 18:32:10 Skipping pull go115 (already ran) 18:32:10 Building go115 18:32:10 % Total % Received % Xferd Average Speed Time Time Time Current 18:32:10 Dload Upload Total Spent Left Speed 18:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.0M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 42 115M 42 48.9M 0 0 25.4M 0 0:00:04 0:00:01 0:00:03 25.4M 61 115M 61 71.0M 0 0 24.1M 0 0:00:04 0:00:02 0:00:02 24.1M 78 115M 78 90.5M 0 0 23.0M 0 0:00:05 0:00:03 0:00:02 23.0M 96 115M 96 111M 0 0 22.6M 0 0:00:05 0:00:04 0:00:01 22.6M 100 115M 100 115M 0 0 22.5M 0 0:00:05 0:00:05 --:--:-- 22.9M 18:32:15 go1.15.2.linux-amd64.tar.gz: OK 18:32:19 Staging go115 18:32:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:32:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:32:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:32:25 Fetched 0 B in 0s (0 B/s) 18:32:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:32:25 Fetched 224 kB in 0s (0 B/s) 18:32:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:32:25 Fetched 157 kB in 0s (0 B/s) 18:32:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:32:25 Fetched 221 kB in 0s (0 B/s) 18:32:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:32:25 Fetched 143 kB in 0s (0 B/s) 18:32:25 Pulling edgex-go 18:32:26 Pulling version 18:32:27 Building config-common 18:32:29 Skipping build go-build-helper (already ran) 18:32:29 Skipping build static-packages (already ran) 18:32:29 Skipping build go115 (already ran) 18:32:29 Building edgex-go 18:32:29 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:31 go: downloading github.com/gorilla/mux v1.8.0 18:32:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 18:32:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 18:32:31 go: downloading github.com/google/uuid v1.1.5 18:32:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:32:31 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 18:32:31 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:32:31 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 18:32:31 go: downloading github.com/pelletier/go-toml v1.2.0 18:32:31 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 18:32:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:32:31 go: downloading github.com/x448/float16 v0.8.4 18:32:31 go: downloading github.com/pkg/errors v0.8.1 18:32:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:32:31 go: downloading github.com/go-kit/kit v0.8.0 18:32:31 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:32:31 go: downloading gopkg.in/yaml.v2 v2.4.0 18:32:31 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:32:31 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:32:31 go: downloading github.com/hashicorp/consul/api v1.1.0 18:32:31 go: downloading github.com/BurntSushi/toml v0.3.1 18:32:31 go: downloading github.com/imdario/mergo v0.3.11 18:32:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:32:31 go: downloading github.com/pebbe/zmq4 v1.2.2 18:32:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:32:31 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:32:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:32:31 go: downloading github.com/mitchellh/copystructure v1.0.0 18:32:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:32:31 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:32:31 go: downloading github.com/go-playground/universal-translator v0.17.0 18:32:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:32:31 go: downloading github.com/leodido/go-urn v1.2.0 18:32:31 go: downloading github.com/hashicorp/serf v0.8.2 18:32:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:32:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:32:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:32:31 go: downloading github.com/go-playground/locales v0.13.0 18:32:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:32:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:32:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:32:38 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:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:32:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:32:43 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:32:43 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:32:43 go: downloading github.com/stretchr/testify v1.7.0 18:32:44 go: downloading github.com/pmezard/go-difflib v1.0.0 18:32:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:32:44 go: downloading github.com/davecgh/go-spew v1.1.1 18:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:32:45 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:32:45 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:32:46 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:47 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:32:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:32:48 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:49 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:32:50 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:32:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:32:52 Building version 18:32:54 Staging config-common 18:32:55 Skipping stage go-build-helper (already ran) 18:32:55 Skipping stage static-packages (already ran) 18:32:55 Skipping stage go115 (already ran) 18:32:55 Staging edgex-go 18:32:56 Staging version 18:32:57 Priming config-common 18:32:58 Priming go-build-helper 18:32:59 Priming static-packages 18:33:00 Priming go115 18:33:01 Priming edgex-go 18:33:03 Priming version 18:33:04 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:33:19 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:19 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:29 Removing intermediate container 38593bfab27f 18:33:29 ---> 774461b5c7d7 18:33:29 18:33:29 Step 10/24 : FROM alpine:3.12 18:33:29 3.12: Pulling from library/alpine 18:33:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:33:30 Status: Downloaded newer image for alpine:3.12 18:33:30 ---> afeebe901d6b 18:33:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:33:31 ---> Running in 18224fa3bdbe 18:33:32 Removing intermediate container ac43347db4e0 18:33:32 ---> eaa2dd8564ee 18:33:32 18:33:32 Step 10/24 : FROM scratch 18:33:32 ---> 18:33:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:33:32 Removing intermediate container 5b81a19bb4bc 18:33:32 ---> bfd1de171ec5 18:33:32 18:33:32 Step 10/21 : FROM scratch 18:33:32 ---> 18:33:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:33:32 Removing intermediate container 921ec4f007de 18:33:32 ---> f9087e90dbae 18:33:32 18:33:32 Step 10/21 : FROM alpine:3.12 18:33:32 ---> afeebe901d6b 18:33:32 Step 11/21 : RUN apk add --update --no-cache curl 18:33:33 ---> Running in c6b83970dd46 18:33:33 ---> Running in 294b38f48b43 18:33:33 ---> Running in 066a6d94e875 18:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:34 Removing intermediate container 294b38f48b43 18:33:34 ---> 8763b0f15f31 18:33:34 Step 12/21 : ENV APP_PORT=48085 18:33:34 Removing intermediate container 066a6d94e875 18:33:34 ---> 71bde93d2bb2 18:33:34 Step 12/24 : ENV APP_PORT=48060 18:33:34 ---> Running in 06ca5ec5a4ee 18:33:34 ---> Running in 57fb4d6402cb 18:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:34 (1/5) Installing ca-certificates (20191127-r4) 18:33:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:34 Removing intermediate container 06ca5ec5a4ee 18:33:34 ---> eb67e971a149 18:33:34 Step 13/21 : EXPOSE $APP_PORT 18:33:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:33:34 (3/5) Installing libcurl (7.69.1-r3) 18:33:34 (4/5) Installing curl (7.69.1-r3) 18:33:34 (5/5) Installing dumb-init (1.2.2-r1) 18:33:34 Executing busybox-1.31.1-r19.trigger 18:33:34 Executing ca-certificates-20191127-r4.trigger 18:33:34 Removing intermediate container 57fb4d6402cb 18:33:34 ---> 5e2645c84b25 18:33:34 Step 13/24 : EXPOSE $APP_PORT 18:33:34 ---> Running in 04659420dd71 18:33:35 OK: 7 MiB in 19 packages 18:33:35 ---> Running in 44840de231ac 18:33:35 (1/4) Installing ca-certificates (20191127-r4) 18:33:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:33:35 (3/4) Installing libcurl (7.69.1-r3) 18:33:35 (4/4) Installing curl (7.69.1-r3) 18:33:35 Executing busybox-1.31.1-r19.trigger 18:33:35 Executing ca-certificates-20191127-r4.trigger 18:33:35 OK: 7 MiB in 18 packages 18:33:36 Removing intermediate container 04659420dd71 18:33:36 ---> 5811731a53fa 18:33:36 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:36 Removing intermediate container 44840de231ac 18:33:36 ---> 87361db605fe 18:33:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:33:37 ---> 2ab4d080779b 18:33:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:33:37 ---> 564c9a778050 18:33:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:33:38 Removing intermediate container 18224fa3bdbe 18:33:38 ---> 6072cc8676d4 18:33:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:33:38 Removing intermediate container c6b83970dd46 18:33:38 ---> 41e88c054b87 18:33:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:33:39 ---> Running in e20091a0edfc 18:33:39 ---> 5f10f1fe88a1 18:33:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:33:39 ---> Running in a837b5de5d4a 18:33:39 ---> 1300216a2707 18:33:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:33:39 Removing intermediate container e20091a0edfc 18:33:39 ---> e985ab485ed6 18:33:39 Step 13/24 : WORKDIR / 18:33:40 ---> Running in 395d25507b63 18:33:40 Removing intermediate container a837b5de5d4a 18:33:40 ---> c1e1aef3fe26 18:33:40 Step 13/21 : WORKDIR /edgex 18:33:40 ---> bd66bb09bf4d 18:33:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:33:40 ---> Running in 9d31b09538c4 18:33:41 ---> Running in df96d0e61858 18:33:41 ---> 2563d8d2b574 18:33:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:41 Removing intermediate container 395d25507b63 18:33:41 ---> 1db62d8b658f 18:33:41 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:42 Removing intermediate container 9d31b09538c4 18:33:42 ---> f8f8d4413cf3 18:33:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:33:42 Removing intermediate container df96d0e61858 18:33:42 ---> b33a74014af5 18:33:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:42 ---> Running in 586f49de408e 18:33:42 Removing intermediate container 28cf2b060eca 18:33:42 ---> b2d9dbc44b01 18:33:42 18:33:42 Step 10/22 : FROM scratch 18:33:42 ---> 18:33:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:33:42 ---> 3afe72515a8c 18:33:42 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:42 ---> Using cache 18:33:42 ---> 8763b0f15f31 18:33:42 Step 12/22 : ENV APP_PORT=48081 18:33:42 ---> c027a73d872f 18:33:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:33:42 ---> Running in 10d6d6499f61 18:33:43 Removing intermediate container 586f49de408e 18:33:43 ---> a43ee0fafeb5 18:33:43 Step 19/21 : LABEL arch=arm64 18:33:43 ---> 4d78054f6f3a 18:33:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:33:43 ---> Running in dcfe710f5652 18:33:43 ---> 9baaf71a38a9 18:33:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:33:43 Removing intermediate container 10d6d6499f61 18:33:43 ---> 6ba19b3380e4 18:33:43 Step 13/22 : EXPOSE $APP_PORT 18:33:43 Removing intermediate container dcfe710f5652 18:33:43 ---> a606ad27ef25 18:33:43 Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:33:43 ---> Running in be257faa4d22 18:33:44 ---> Running in 50e285d4cadb 18:33:44 ---> 67cdd67d0bcf 18:33:44 ---> c1160a88b33f 18:33:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:33:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:33:44 ---> 8665d195bfd1 18:33:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:33:44 Removing intermediate container be257faa4d22 18:33:44 ---> 483c5ef83943 18:33:44 Step 14/22 : WORKDIR / 18:33:45 ---> Running in 0476ddf3292c 18:33:45 Removing intermediate container 50e285d4cadb 18:33:45 ---> da2fd39bf743 18:33:45 Step 21/21 : LABEL version=0.0.0 18:33:45 ---> Running in 248fce578335 18:33:45 ---> cde5579b639f 18:33:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:33:45 Removing intermediate container 0476ddf3292c 18:33:45 ---> fbe4591d79d0 18:33:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:46 ---> Running in e987a3efed4c 18:33:46 Removing intermediate container 248fce578335 18:33:46 ---> 697b0e52e4fc 18:33:46 18:33:46 ---> 2cbe587a3f53 18:33:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:33:46 ---> 2ca87124444b 18:33:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:33:46 ---> Running in 428cec5f62f4 18:33:46 Successfully built 697b0e52e4fc 18:33:46 ---> 54baa84a1f4e 18:33:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:33:46 Successfully tagged docker-support-scheduler-go-arm64:latest 18:33:46  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:33:47 Removing intermediate container e987a3efed4c 18:33:47 ---> 8f2aed0affc9 18:33:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:47 ---> Running in 3e140f46d01c 18:33:47 Removing intermediate container 428cec5f62f4 18:33:47 ---> 2bb94e08f59a 18:33:47 Step 18/21 : CMD ["--init=true"] 18:33:48 ---> Running in 414882ddb132 18:33:49 ---> 7e32f70df5e4 18:33:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:33:49 Removing intermediate container 3e140f46d01c 18:33:49 ---> ed80d20067f1 18:33:49 Step 22/24 : LABEL arch=arm64 18:33:49 ---> ecd5d837bede 18:33:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:33:50 ---> Running in faee7c632f5d 18:33:50 Removing intermediate container 414882ddb132 18:33:50 ---> 74f551ead367 18:33:50 Step 19/21 : LABEL arch=arm64 18:33:50 ---> Running in 5557e0dd5516 18:33:51 ---> 6c2d7c912448 18:33:51 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:51 Removing intermediate container faee7c632f5d 18:33:51 ---> 7ead05b719f6 18:33:51 Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:33:51 ---> 81ef310ecff9 18:33:51 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:33:51 ---> Running in a91855a535b3 18:33:51 ---> Running in 7b0ef2032ab8 18:33:51 Removing intermediate container 5557e0dd5516 18:33:51 ---> 8de347a3e6d1 18:33:51 Step 20/21 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:33:52 ---> Running in 8fdff430ddbf 18:33:52 ---> Running in ca6ea73f8f95 18:33:52 Removing intermediate container 7b0ef2032ab8 18:33:52 ---> d0db01fb3a8a 18:33:52 Step 24/24 : LABEL version=0.0.0 18:33:52 ---> Running in c6b0f9cad4e8 18:33:52 Removing intermediate container 8fdff430ddbf 18:33:52 ---> 867962cf7734 18:33:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:33:53 Removing intermediate container ca6ea73f8f95 18:33:53 ---> 9f0abe75bcd4 18:33:53 Step 21/21 : LABEL version=0.0.0 18:33:53 ---> Running in 217634c08aaa 18:33:53 ---> Running in 5ed3ba2aa2bc 18:33:53 Removing intermediate container c6b0f9cad4e8 18:33:53 ---> 9276b8c0ee9d 18:33:53 18:33:53 Removing intermediate container 217634c08aaa 18:33:53 ---> aab0c4b34cc5 18:33:53 Step 20/22 : LABEL arch=arm64 18:33:53 Successfully built 9276b8c0ee9d 18:33:53 Successfully tagged docker-support-notifications-go-arm64:latest 18:33:53  Building docker-support-notifications-go ... done Building docker-core-command-go 18:33:54 Removing intermediate container 5ed3ba2aa2bc 18:33:54 ---> d22a5d1ee11e 18:33:54 18:33:54 ---> Running in 212228180cf8 18:33:54 Successfully built d22a5d1ee11e 18:33:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:33:54  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 18:33:54 Removing intermediate container 212228180cf8 18:33:54 ---> f351c98fe0c5 18:33:54 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:33:55 ---> Running in 622b831eda19 18:33:55 Removing intermediate container a91855a535b3 18:33:55 ---> a39260c4d3ba 18:33:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:33:55 ---> Running in 583a1b096acf 18:33:55 Removing intermediate container 622b831eda19 18:33:55 ---> 458796538b30 18:33:55 Step 22/22 : LABEL version=0.0.0 18:33:55 ---> Running in 0a77348c45be 18:33:55 Removing intermediate container 583a1b096acf 18:33:55 ---> 985953dacff4 18:33:55 Step 22/24 : LABEL arch=arm64 18:33:56 ---> Running in 4c45bf2c3e44 18:33:56 Removing intermediate container 0a77348c45be 18:33:56 ---> 9f5128e4c7c3 18:33:56 18:33:57 Successfully built 9f5128e4c7c3 18:33:57 Successfully tagged docker-core-metadata-go-arm64:latest 18:33:57 Building docker-security-bootstrap-redis-go 18:33:57  Building docker-core-metadata-go ... done Removing intermediate container 4c45bf2c3e44 18:33:57 ---> a56239653fdf 18:33:57 Step 23/24 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:33:57 ---> Running in e30b4d2948d8 18:33:58 Removing intermediate container e30b4d2948d8 18:33:58 ---> 2dc6ac16807a 18:33:58 Step 24/24 : LABEL version=0.0.0 18:33:58 ---> Running in a5b2babe54d0 18:33:59 Removing intermediate container a5b2babe54d0 18:33:59 ---> 6a509703bc57 18:33:59 18:34:00 Successfully built 6a509703bc57 18:34:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:34:32  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:34:32 ---> 1f115ba8cbbc 18:34:32 Step 3/26 : WORKDIR /edgex-go 18:34:32 ---> Using cache 18:34:32 ---> cdcded710585 18:34:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:32 ---> Using cache 18:34:32 ---> 1f69f89ca9a8 18:34:32 Step 5/26 : RUN apk add --update --no-cache make bash git 18:34:37 ---> Running in 09c4436a2bc3 18:34:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:40 OK: 217 MiB in 51 packages 18:34:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:41 ---> 1f115ba8cbbc 18:34:41 Step 3/22 : WORKDIR /edgex-go 18:34:41 ---> Using cache 18:34:41 ---> cdcded710585 18:34:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:41 ---> Using cache 18:34:41 ---> 1f69f89ca9a8 18:34:41 Step 5/22 : RUN apk add --update --no-cache make git 18:34:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:34:41 ---> 1f115ba8cbbc 18:34:41 Step 3/23 : WORKDIR /edgex-go 18:34:41 ---> Using cache 18:34:41 ---> cdcded710585 18:34:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:41 ---> Using cache 18:34:41 ---> 1f69f89ca9a8 18:34:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:34:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:42 ---> 1f115ba8cbbc 18:34:42 Step 3/22 : WORKDIR /edgex-go 18:34:42 ---> Using cache 18:34:42 ---> cdcded710585 18:34:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:42 ---> Using cache 18:34:42 ---> 1f69f89ca9a8 18:34:42 Step 5/22 : RUN apk add --update --no-cache make git 18:34:42 ---> Running in 85a17857fbb5 18:34:42 ---> Running in 2dae5eee9e84 18:34:42 ---> Running in 8c1273a1ac81 18:34:42 Removing intermediate container 09c4436a2bc3 18:34:42 ---> b8124c22827a 18:34:42 Step 6/26 : COPY go.mod . 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:44 ---> e51560386005 18:34:44 Step 7/26 : RUN go mod download 18:34:44 ---> Running in bcd8ed640f2d 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:46 OK: 217 MiB in 51 packages 18:34:46 Removing intermediate container bcd8ed640f2d 18:34:46 ---> 64b6fb0b4fea 18:34:46 Step 8/26 : COPY . . 18:34:47 OK: 217 MiB in 51 packages 18:34:47 OK: 217 MiB in 51 packages 18:34:47 Removing intermediate container 2dae5eee9e84 18:34:47 ---> 750340253d6e 18:34:47 Step 6/23 : COPY go.mod . 18:34:49 ---> fc87f3645b26 18:34:49 Step 7/23 : RUN go mod download 18:34:50 ---> Running in b54a2166c5ab 18:34:50 Removing intermediate container 85a17857fbb5 18:34:50 ---> 199dbf27da01 18:34:50 Step 6/22 : COPY go.mod . 18:34:50 Removing intermediate container 8c1273a1ac81 18:34:50 ---> 888ce57965f5 18:34:50 Step 6/22 : COPY go.mod . 18:34:51 ---> 13a971563045 18:34:51 Step 7/22 : RUN go mod download 18:34:51 ---> Running in ee69fd0065c4 18:34:51 ---> 20215c5194e2 18:34:51 Step 7/22 : RUN go mod download 18:34:52 ---> Running in a1fddf873f6e 18:34:54 Removing intermediate container b54a2166c5ab 18:34:54 ---> ff001d06766e 18:34:54 Step 8/23 : COPY . . 18:34:55 Removing intermediate container ee69fd0065c4 18:34:55 ---> 6c37f4c017bd 18:34:55 Step 8/22 : COPY . . 18:34:56 Removing intermediate container a1fddf873f6e 18:34:56 ---> 89c15d684036 18:34:56 Step 8/22 : COPY . . 18:35:04 ---> 4abcfb82222e 18:35:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:35:07 ---> Running in f7e4948d4b4e 18:35:08 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:35:14 ---> 64bcb404eabd 18:35:14 Step 9/23 : RUN make cmd/core-data/core-data 18:35:14 ---> Running in 5bd8f4724aca 18:35:14 ---> 1a3d2b0e38de 18:35:14 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:35:14 ---> Running in 0595dd862ea0 18:35:14 ---> 6464b9999949 18:35:14 Step 9/22 : RUN make cmd/core-command/core-command 18:35:15 ---> Running in 079b87001282 18:35:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:35:17 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:35:17 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:36:25 Removing intermediate container f7e4948d4b4e 18:36:25 ---> aed4b4cbd50e 18:36:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:36:25 ---> Running in 73974f5f13e3 18:36:25 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:36:25 Removing intermediate container 73974f5f13e3 18:36:25 ---> 36ebd4cc4216 18:36:25 18:36:25 Step 11/26 : FROM docker:20.10.0 18:36:25 20.10.0: Pulling from library/docker 18:36:32 Removing intermediate container 0595dd862ea0 18:36:32 ---> 782a08f829ad 18:36:32 18:36:32 Step 10/22 : FROM alpine:3.12 18:36:32 ---> afeebe901d6b 18:36:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:36:32 ---> Using cache 18:36:32 ---> 6072cc8676d4 18:36:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:36:32 ---> Running in 40a943f9d7ac 18:36:33 Removing intermediate container 40a943f9d7ac 18:36:33 ---> 0a95318b6430 18:36:33 Step 13/22 : WORKDIR / 18:36:33 ---> Running in d67f4981b663 18:36:35 Removing intermediate container d67f4981b663 18:36:35 ---> 93f67b7d0e06 18:36:35 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:37 ---> a24a9d0311bf 18:36:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:36:37 Removing intermediate container 079b87001282 18:36:37 ---> ef8105dbfcda 18:36:37 18:36:37 Step 10/22 : FROM scratch 18:36:37 ---> 18:36:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:36:37 ---> Using cache 18:36:37 ---> 8763b0f15f31 18:36:37 Step 12/22 : ENV APP_PORT=48082 18:36:38 ---> Running in 17b371179e0d 18:36:38 Removing intermediate container 17b371179e0d 18:36:38 ---> afac4fe2ed6d 18:36:38 Step 13/22 : EXPOSE $APP_PORT 18:36:38 ---> 720114e47bc4 18:36:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:36:39 ---> Running in 2f9121c90410 18:36:40 Removing intermediate container 2f9121c90410 18:36:40 ---> 00abe11578f2 18:36:40 Step 14/22 : WORKDIR / 18:36:40 ---> 522f20c7fcc6 18:36:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:36:40 ---> Running in b094d0d3ccd1 18:36:41 Removing intermediate container b094d0d3ccd1 18:36:41 ---> 451630c04383 18:36:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:41 ---> bfea0d78a3b2 18:36:41 Step 18/22 : RUN chmod +x entrypoint.sh 18:36:42 ---> Running in 2eeecfa8adb4 18:36:42 ---> 90c17096cdb2 18:36:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:36:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:36:43 Status: Downloaded newer image for docker:20.10.0 18:36:43 ---> eeaf43b92773 18:36:43 Step 12/26 : RUN apk add --no-cache bash 18:36:44 ---> Running in e77d0826573c 18:36:44 ---> 416228e1f8e9 18:36:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:36:45 Removing intermediate container 2eeecfa8adb4 18:36:45 ---> 30bc96059744 18:36:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:36:45 ---> 06486b28e126 18:36:45 Step 18/22 : ENTRYPOINT ["/core-command"] 18:36:45 ---> Running in 1668660b61e4 18:36:45 ---> Running in 968d23069af2 18:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:46 Removing intermediate container 968d23069af2 18:36:46 ---> 0265a554b630 18:36:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 1668660b61e4 18:36:46 ---> e3f570321b8a 18:36:46 Step 20/22 : LABEL arch=arm64 18:36:46 18:36:46 ---> Running in 516b1b2eea4f 18:36:46 ---> Running in 28dc717db1ef 18:36:46 (1/2) Installing readline (8.0.4-r0) 18:36:46 (2/2) Installing bash (5.0.17-r0) 18:36:46 Executing bash-5.0.17-r0.post-install 18:36:46 Executing busybox-1.31.1-r19.trigger 18:36:46 OK: 12 MiB in 22 packages 18:36:47 Removing intermediate container 28dc717db1ef 18:36:47 ---> 2ebca813905d 18:36:47 Step 20/22 : LABEL arch=arm64 18:36:47 Removing intermediate container 516b1b2eea4f 18:36:47 ---> cf73474276a6 18:36:47 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:36:47 ---> Running in 4d8ade328cc5 18:36:47 ---> Running in 9a1ed8f31eb7 18:36:48 Removing intermediate container 9a1ed8f31eb7 18:36:48 ---> a65003381186 18:36:48 Step 21/22 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:36:48 Removing intermediate container 4d8ade328cc5 18:36:48 ---> 6a8880516674 18:36:48 Step 22/22 : LABEL version=0.0.0 18:36:48 ---> Running in acc1ed1b9ed8 18:36:48 ---> Running in 31a32a893d03 18:36:48 Removing intermediate container e77d0826573c 18:36:48 ---> a950edc9d262 18:36:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:36:48 ---> Running in 7d00a9983e2d 18:36:49 Removing intermediate container acc1ed1b9ed8 18:36:49 Removing intermediate container 31a32a893d03 18:36:49 ---> 1239ad6b4369 18:36:49 Step 22/22 : LABEL version=0.0.0 18:36:49 ---> b3ed6ecc38b9 18:36:49 18:36:49 Removing intermediate container 7d00a9983e2d 18:36:49 ---> 27d0cf0c2d8a 18:36:49 Step 14/26 : ENV APP_PORT=48090 18:36:49 Successfully built b3ed6ecc38b9 18:36:49 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:36:49  Building docker-security-bootstrap-redis-go ... done  ---> Running in e6e14076d028 18:36:49 ---> Running in db9897c5c591 18:36:50 Removing intermediate container e6e14076d028 18:36:50 ---> 1d015785fc2a 18:36:50 18:36:50 Successfully built 1d015785fc2a 18:36:50 Removing intermediate container db9897c5c591 18:36:50 ---> 726f7f896c89 18:36:50 Step 15/26 : EXPOSE $APP_PORT 18:36:50 Successfully tagged docker-core-command-go-arm64:latest 18:36:51  Building docker-core-command-go ... done Removing intermediate container 5bd8f4724aca 18:36:51 ---> 4afd983f0f43 18:36:51 18:36:51 Step 10/23 : FROM alpine:3.12 18:36:51 ---> afeebe901d6b 18:36:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:36:51 ---> Running in 1528c632a031 18:36:51 ---> Running in 108f234e1bb6 18:36:51 Removing intermediate container 1528c632a031 18:36:51 ---> 9460e05e5d18 18:36:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:36:51 Removing intermediate container 108f234e1bb6 18:36:51 ---> 455c303595d7 18:36:51 Step 12/23 : ENV APP_PORT=48080 18:36:52 ---> Running in 66e6790d62cf 18:36:52 Removing intermediate container 66e6790d62cf 18:36:52 ---> eec904e0c34f 18:36:52 Step 13/23 : EXPOSE $APP_PORT 18:36:53 ---> Running in 20ff19155aa4 18:36:53 ---> 7c0e6ce73534 18:36:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:36:53 Removing intermediate container 20ff19155aa4 18:36:53 ---> 850900391698 18:36:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:53 ---> Running in c4be1a663ae3 18:36:53 ---> 3fa22caaf8ad 18:36:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:36:54 ---> f6e20471dda4 18:36:54 Step 19/26 : RUN apk --no-cache add py3-pip 18:36:54 ---> Running in 98c6a1aa106e 18:36:56 Removing intermediate container c4be1a663ae3 18:36:56 ---> e28c81fd90d0 18:36:56 Step 15/23 : RUN apk add --update --no-cache zeromq 18:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:56 ---> Running in 6be62f61ff53 18:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:56 (1/33) Installing libbz2 (1.0.8-r1) 18:36:56 (2/33) Installing expat (2.2.9-r1) 18:36:56 (3/33) Installing libffi (3.3-r2) 18:36:56 (4/33) Installing gdbm (1.13-r1) 18:36:56 (5/33) Installing xz-libs (5.2.5-r0) 18:36:56 (6/33) Installing sqlite-libs (3.32.1-r0) 18:36:56 (7/33) Installing python3 (3.8.5-r0) 18:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:58 (8/33) Installing py3-appdirs (1.4.4-r1) 18:36:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:36:58 (10/33) Installing py3-parsing (2.4.7-r0) 18:36:58 (11/33) Installing py3-six (1.15.0-r0) 18:36:58 (12/33) Installing py3-packaging (20.4-r0) 18:36:58 (13/33) Installing py3-setuptools (47.0.0-r0) 18:36:58 (14/33) Installing py3-chardet (3.0.4-r4) 18:36:58 (15/33) Installing py3-idna (2.9-r0) 18:36:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:36:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:36:59 (18/33) Installing py3-requests (2.23.0-r0) 18:36:59 (19/33) Installing py3-msgpack (1.0.0-r0) 18:36:59 (20/33) Installing py3-lockfile (0.12.2-r3) 18:36:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:36:59 (22/33) Installing py3-colorama (0.4.3-r0) 18:36:59 (23/33) Installing py3-distlib (0.3.0-r0) 18:36:59 (24/33) Installing py3-distro (1.5.0-r1) 18:36:59 (25/33) Installing py3-webencodings (0.5.1-r3) 18:36:59 (26/33) Installing py3-html5lib (1.0.1-r4) 18:36:59 (27/33) Installing py3-pytoml (0.1.21-r0) 18:36:59 (1/5) Installing libgcc (9.3.0-r2) 18:36:59 (28/33) Installing py3-pep517 (0.8.2-r0) 18:36:59 (29/33) Installing py3-progress (1.5-r0) 18:36:59 (30/33) Installing py3-toml (0.10.1-r0) 18:36:59 (31/33) Installing py3-retrying (1.3.3-r0) 18:36:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:36:59 (33/33) Installing py3-pip (20.1.1-r0) 18:36:59 (2/5) Installing libsodium (1.0.18-r0) 18:36:59 Executing busybox-1.31.1-r19.trigger 18:36:59 (3/5) Installing libstdc++ (9.3.0-r2) 18:36:59 OK: 71 MiB in 55 packages 18:36:59 (4/5) Installing libzmq (4.3.3-r0) 18:36:59 (5/5) Installing zeromq (4.3.3-r0) 18:37:00 Executing busybox-1.31.1-r19.trigger 18:37:00 OK: 8 MiB in 19 packages 18:37:02 Removing intermediate container 6be62f61ff53 18:37:02 ---> e92832be1954 18:37:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:02 ---> 2ea19d23d376 18:37:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:37:04 ---> 2255c0eaa92f 18:37:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:37:05 ---> b9f6e03f67ba 18:37:05 Step 19/23 : ENTRYPOINT ["/core-data"] 18:37:05 ---> Running in 06b61100e8bc 18:37:06 Removing intermediate container 06b61100e8bc 18:37:06 ---> 057134074113 18:37:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:06 Removing intermediate container 98c6a1aa106e 18:37:06 ---> 2bee0c010707 18:37:06 Step 20/26 : RUN pip install docker-compose==1.23.2 18:37:06 ---> Running in 8fd88ed6c696 18:37:06 ---> Running in 6593c92a5169 18:37:06 Removing intermediate container 8fd88ed6c696 18:37:06 ---> 7a1271f80eb0 18:37:06 Step 21/23 : LABEL arch=arm64 18:37:06 ---> Running in 7b377ca8b24a 18:37:07 Removing intermediate container 7b377ca8b24a 18:37:07 ---> 802fba38edfb 18:37:07 Step 22/23 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:37:07 ---> Running in 5a94d690074d 18:37:08 Removing intermediate container 5a94d690074d 18:37:08 ---> 5797dcdc198e 18:37:08 Step 23/23 : LABEL version=0.0.0 18:37:08 ---> Running in ba4b98dce2d4 18:37:08 Removing intermediate container ba4b98dce2d4 18:37:08 ---> 607f2780264b 18:37:08 18:37:09 Successfully built 607f2780264b 18:37:09 Successfully tagged docker-core-data-go-arm64:latest 18:37:11  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 18:37:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:37:11 Collecting docopt<0.7,>=0.6.1 18:37:11 Downloading docopt-0.6.2.tar.gz (25 kB) 18:37:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:37:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:37:15 Collecting texttable<0.10,>=0.9.0 18:37:15 Downloading texttable-0.9.1.tar.gz (11 kB) 18:37:17 Collecting docker<4.0,>=3.6.0 18:37:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:37:18 Collecting dockerpty<0.5,>=0.4.1 18:37:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:37:20 Collecting websocket-client<1.0,>=0.32.0 18:37:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:37:20 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:37:20 Collecting jsonschema<3,>=2.5.1 18:37:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:37:20 Collecting cached-property<2,>=1.2.0 18:37:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:37:21 Collecting PyYAML<4,>=3.10 18:37:21 Downloading PyYAML-3.13.tar.gz (270 kB) 18:37:24 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:37:24 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:37:24 Collecting idna<2.8,>=2.5 18:37:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:37:25 Collecting urllib3<1.25,>=1.21.1 18:37:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:37:25 Collecting docker-pycreds>=0.4.0 18:37:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:37:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:37:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:37:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:37:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:37:26 Installing collected packages: docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, PyYAML, docker-compose 18:37:26 Running setup.py install for docopt: started 18:37:28 Running setup.py install for docopt: finished with status 'done' 18:37:28 Attempting uninstall: idna 18:37:28 Found existing installation: idna 2.9 18:37:28 Uninstalling idna-2.9: 18:37:28 Successfully uninstalled idna-2.9 18:37:28 Attempting uninstall: urllib3 18:37:28 Found existing installation: urllib3 1.25.9 18:37:28 Uninstalling urllib3-1.25.9: 18:37:28 Successfully uninstalled urllib3-1.25.9 18:37:29 Attempting uninstall: requests 18:37:29 Found existing installation: requests 2.23.0 18:37:29 Uninstalling requests-2.23.0: 18:37:29 Successfully uninstalled requests-2.23.0 18:37:29 Running setup.py install for texttable: started 18:37:31 Running setup.py install for texttable: finished with status 'done' 18:37:32 Running setup.py install for dockerpty: started 18:37:34 Running setup.py install for dockerpty: finished with status 'done' 18:37:34 Running setup.py install for PyYAML: started 18:37:37 Running setup.py install for PyYAML: finished with status 'done' 18:37: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:37:41 Removing intermediate container 6593c92a5169 18:37:41 ---> 427491a47b10 18:37:41 Step 21/26 : RUN apk --no-cache add curl 18:37:41 ---> Running in a0be6deac1c4 18:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:37:43 (2/3) Installing libcurl (7.69.1-r3) 18:37:43 (3/3) Installing curl (7.69.1-r3) 18:37:43 Executing busybox-1.31.1-r19.trigger 18:37:43 OK: 71 MiB in 58 packages 18:37:44 Removing intermediate container a0be6deac1c4 18:37:44 ---> 23a5f8507f6b 18:37:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:37:44 ---> Running in 0e0a4639fa8b 18:37:45 Removing intermediate container 0e0a4639fa8b 18:37:45 ---> 75e3184fd96d 18:37:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:45 ---> Running in 6c6c985c32c6 18:37:45 Removing intermediate container 6c6c985c32c6 18:37:45 ---> 35d197171de8 18:37:45 Step 24/26 : LABEL arch=arm64 18:37:46 ---> Running in 59a53da20a8e 18:37:46 Removing intermediate container 59a53da20a8e 18:37:46 ---> b55fc8f0b125 18:37:46 Step 25/26 : LABEL git_sha=3e67698cbb810023419c359c80ab6fd84a40332c 18:37:46 ---> Running in d1663f418df1 18:37:47 Removing intermediate container d1663f418df1 18:37:47 ---> 08d9c2441a15 18:37:47 Step 26/26 : LABEL version=0.0.0 18:37:47 ---> Running in f4ce14212572 18:37:47 Removing intermediate container f4ce14212572 18:37:47 ---> 8fa09e8f1b8e 18:37:47 18:37:48 Successfully built 8fa09e8f1b8e 18:37:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:37:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:37:48 $ docker stop --time=1 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 18:37:50 $ docker rm -f 38bf8546895fe231d10e6f17bb95d082b5e7ea9b2e9209bf88943e717e74bb21 [Pipeline] // withDockerContainer [Pipeline] sh 18:37:50 + docker images 18:37:50 + grep docker 18:37:51 docker-sys-mgmt-agent-go-arm64 latest 8fa09e8f1b8e 3 seconds ago 300MB 18:37:51 docker-core-data-go-arm64 latest 607f2780264b 42 seconds ago 21MB 18:37:51 docker-core-command-go-arm64 latest 1d015785fc2a About a minute ago 9.98MB 18:37:51 docker-security-bootstrap-redis-go-arm64 latest b3ed6ecc38b9 About a minute ago 15.1MB 18:37:51 docker-security-secretstore-setup-go-arm64 latest 6a509703bc57 3 minutes ago 23.4MB 18:37:51 docker-core-metadata-go-arm64 latest 9f5128e4c7c3 3 minutes ago 12.3MB 18:37:51 docker-support-notifications-go-arm64 latest 9276b8c0ee9d 3 minutes ago 11.4MB 18:37:51 docker-security-proxy-setup-go-arm64 latest d22a5d1ee11e 3 minutes ago 23.2MB 18:37:51 docker-support-scheduler-go-arm64 latest 697b0e52e4fc 4 minutes ago 10MB 18:37:51 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:37:52 provisioning config files... 18:37:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config2574600299626088181tmp [Pipeline] { [Pipeline] sh 18:37:53 + set +x 18:37:53 + curl -s https://codecov.io/bash 18:37:53 + bash -s -- 18:37:53 18:37:53 _____ _ 18:37:53 / ____| | | 18:37:53 | | ___ __| | ___ ___ _____ __ 18:37:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:37:53 | |___| (_) | (_| | __/ (_| (_) \ V / 18:37:53 \_____\___/ \__,_|\___|\___\___/ \_/ 18:37:53 Bash-20210115-cec3c92 18:37:53 18:37:53 18:37:53 ==> git version 2.24.3 found 18:37:53 ==> 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:37:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:37:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:37:53 ==> Jenkins CI detected. 18:37:53 project root: . 18:37:53 --> token set from env 18:37:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:37:53 ==> Running gcov in . (disable via -X gcov) 18:37:53 ==> Python coveragepy not found 18:37:53 ==> Searching for coverage reports in: 18:37:53 + . 18:37:53 -> Found 1 reports 18:37:53 ==> Detecting git/mercurial file structure 18:37:53 ==> Reading reports 18:37:53 + ./coverage.out bytes=550280 18:37:53 ==> Appending adjustments 18:37:53 https://docs.codecov.io/docs/fixing-reports 18:37:56 + Found adjustments 18:37:56 ==> Gzipping contents 18:37:56 84K /tmp/codecov.NECezM.gz 18:37:56 ==> Uploading reports 18:37:56 url: https://codecov.io 18:37:56 query: branch=PR-3027&commit=3e67698cbb810023419c359c80ab6fd84a40332c&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 18:37:56 -> Pinging Codecov 18:37:56 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=3e67698cbb810023419c359c80ab6fd84a40332c&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 18:37:57 -> Uploading to 18:37:57 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/3e67698cbb810023419c359c80ab6fd84a40332c/52fccad3-15a4-4f01-b1c8-3d4062103604.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T183757Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db0be028eac18598908d623a5f7e64aebc912f3dcf7a7b3fb4c10b1e9630fbec 18:37:57 % Total % Received % Xferd Average Speed Time Time Time Current 18:37:57 Dload Upload Total Spent Left Speed 18:37:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83274 0 0 100 83274 0 129k --:--:-- --:--:-- --:--:-- 129k 18:37:57 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e67698cbb810023419c359c80ab6fd84a40332c [Pipeline] } 18:37:57 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:37:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:38:00 ---> package-listing.sh 18:38:00 ++ facter osfamily 18:38:00 ++ tr '[:upper:]' '[:lower:]' 18:38:00 + OS_FAMILY=redhat 18:38:00 + workspace=/w/workspace/edgex-go/14 18:38:00 + START_PACKAGES=/tmp/packages_start.txt 18:38:00 + END_PACKAGES=/tmp/packages_end.txt 18:38:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:38:00 + PACKAGES=/tmp/packages_start.txt 18:38:00 + '[' /w/workspace/edgex-go/14 ']' 18:38:00 + PACKAGES=/tmp/packages_end.txt 18:38:00 + case "${OS_FAMILY}" in 18:38:00 + rpm -qa 18:38:00 + sort 18:38:05 + '[' -f /tmp/packages_start.txt ']' 18:38:05 + '[' -f /tmp/packages_end.txt ']' 18:38:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:38:05 + '[' /w/workspace/edgex-go/14 ']' 18:38:05 + mkdir -p /w/workspace/edgex-go/14/archives/ 18:38:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 18:38:05 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:38:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:06 18:38:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:38:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:06 alpine: Pulling from edgex-lftools-log-publisher 18:38:06 df20fa9351a1: Pulling fs layer 18:38:06 36b3adc4ff6f: Pulling fs layer 18:38:06 8ad3a11d3b57: Pulling fs layer 18:38:06 46f8f816bc3b: Pulling fs layer 18:38:06 93b61091891f: Pulling fs layer 18:38:06 93b9cdb0e59b: Pulling fs layer 18:38:06 5e14af77c1be: Pulling fs layer 18:38:06 01666e4c0597: Pulling fs layer 18:38:06 aa168da1d23b: Pulling fs layer 18:38:06 93b9cdb0e59b: Waiting 18:38:06 46f8f816bc3b: Waiting 18:38:06 93b61091891f: Waiting 18:38:06 5e14af77c1be: Waiting 18:38:06 01666e4c0597: Waiting 18:38:06 aa168da1d23b: Waiting 18:38:06 36b3adc4ff6f: Verifying Checksum 18:38:06 36b3adc4ff6f: Download complete 18:38:06 46f8f816bc3b: Verifying Checksum 18:38:06 46f8f816bc3b: Download complete 18:38:06 df20fa9351a1: Verifying Checksum 18:38:06 df20fa9351a1: Download complete 18:38:06 93b9cdb0e59b: Verifying Checksum 18:38:06 93b9cdb0e59b: Download complete 18:38:06 93b61091891f: Download complete 18:38:06 5e14af77c1be: Download complete 18:38:06 01666e4c0597: Verifying Checksum 18:38:06 01666e4c0597: Download complete 18:38:06 8ad3a11d3b57: Verifying Checksum 18:38:06 8ad3a11d3b57: Download complete 18:38:07 df20fa9351a1: Pull complete 18:38:07 36b3adc4ff6f: Pull complete 18:38:08 8ad3a11d3b57: Pull complete 18:38:08 46f8f816bc3b: Pull complete 18:38:08 aa168da1d23b: Verifying Checksum 18:38:08 aa168da1d23b: Download complete 18:38:10 93b61091891f: Pull complete 18:38:10 93b9cdb0e59b: Pull complete 18:38:10 5e14af77c1be: Pull complete 18:38:10 01666e4c0597: Pull complete 18:38:28 aa168da1d23b: Pull complete 18:38:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:38:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:38:28 prd-centos7-docker-4c-2g-21263 does not seem to be running inside a container 18:38:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:38:31 $ docker top 5439ef0aff8d81d36fb33b401f413475ce8b9b613b6bf37b05ddd195b0324c3a -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:32 + touch /tmp/pre-build-complete [Pipeline] sh 18:38:32 + mkdir -p /var/log/sa [Pipeline] sh 18:38:32 + ls /var/log/sa-host 18:38:32 + sadf -c /var/log/sa-host/sa19 18:38:32 file_magic: OK 18:38:32 HZ: Using current value: 100 18:38:32 file_header: OK 18:38:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:38:32 Statistics: 18:38:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:38:32 File successfully converted to sysstat format version 12.2.1 18:38:32 + sadf -c /var/log/sa-host/sa23 18:38:32 file_magic: OK 18:38:32 HZ: Using current value: 100 18:38:32 file_header: OK 18:38:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:38:32 Statistics: 18:38:32 Hnuu...uuuununununu... 18:38:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:38:33 provisioning config files... 18:38:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4597760531718590214tmp [Pipeline] { [Pipeline] echo 18:38:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:38:33 ---> create-netrc.sh [Pipeline] } 18:38:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:38:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:38:33 ---> python-tools-install.sh [Pipeline] echo 18:38:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:38:34 ---> sudo-logs.sh 18:38:34 Archiving 'sudo' log.. [Pipeline] echo 18:38:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:38:34 ---> job-cost.sh 18:38:34 lf-activate-venv: SKIPPING 18:38:34 INFO: No Stack... 18:38:35 INFO: Retrieving Pricing Info for: v1-standard-2 18:38:36 INFO: Archiving Costs [Pipeline] echo 18:38:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:38:36 ---> logs-deploy.sh 18:38:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/14 18:38:36 INFO: archiving workspace using pattern(s): 18:38:38 Archives upload complete. 18:38:38 INFO: archiving logs to Nexus