Pull request #3116 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8990d2bdda0219ec7ffade784f01aa1108ef8598+c250855f865f8c62af0409146ed617a84f3308da (e73a075c7b579f0d262e83839305f6a1f6e5ba11) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24976 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:49:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:49:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:49:58 ========================================================= 10:49:58 EdgeX Global Pipelines Version Info 10:49:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:49:59 ------------------- 10:49:59 stable info: 10:49:59 ------------------- 10:49:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:59 Message: update stable to v1.0.179 10:50:00 ------------------- 10:50:00 experimental info: 10:50:00 ------------------- 10:50:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:50:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:50:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:50:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:50:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:50:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:50:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:50:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:50:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:50:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:50:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:50:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:50:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:50:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:50:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo 10:50:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo 10:50:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo 10:50:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8990d2bdda0219ec7ffade784f01aa1108ef8598 [Pipeline] echo 10:50:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8990d2b [Pipeline] echo 10:50:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:50:06 provisioning config files... 10:50:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8311016533721628186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:50:06 ---> docker-login.sh 10:50:06 nexus3.edgexfoundry.org:10001 10:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:07 Configure a credential helper to remove this warning. See 10:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:07 10:50:07 Login Succeeded 10:50:07 nexus3.edgexfoundry.org:10002 10:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:07 Configure a credential helper to remove this warning. See 10:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:07 10:50:07 Login Succeeded 10:50:07 nexus3.edgexfoundry.org:10003 10:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:07 Configure a credential helper to remove this warning. See 10:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:07 10:50:07 Login Succeeded 10:50:07 nexus3.edgexfoundry.org:10004 10:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:08 Configure a credential helper to remove this warning. See 10:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:08 10:50:08 Login Succeeded 10:50:08 docker.io 10:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:09 Configure a credential helper to remove this warning. See 10:50:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:09 10:50:09 Login Succeeded 10:50:09 ---> docker-login.sh ends [Pipeline] } 10:50:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:50:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/core-command/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo core-command,cmd/core-command/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/core-data/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo core-data,cmd/core-data/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/core-metadata/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo core-metadata,cmd/core-metadata/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/security-bootstrapper/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/security-proxy-setup/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/support-notifications/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo support-notifications,cmd/support-notifications/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/support-scheduler/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:50:09 + for file in '`ls cmd/**/Dockerfile`' 10:50:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:50:09 ++ cut -d/ -f2 10:50:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:50:09 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:50:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:11 10:50:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:50:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:11 latest: Pulling from edgex-devops/git-semver 10:50:11 31603596830f: Pulling fs layer 10:50:11 2a8b12db71e7: Pulling fs layer 10:50:11 6ca5941a6612: Pulling fs layer 10:50:11 ecc8261a40a4: Pulling fs layer 10:50:11 2a8b12db71e7: Download complete 10:50:11 31603596830f: Verifying Checksum 10:50:11 31603596830f: Download complete 10:50:11 ecc8261a40a4: Download complete 10:50:11 6ca5941a6612: Verifying Checksum 10:50:11 6ca5941a6612: Download complete 10:50:11 31603596830f: Pull complete 10:50:11 2a8b12db71e7: Pull complete 10:50:12 6ca5941a6612: Pull complete 10:50:13 ecc8261a40a4: Pull complete 10:50:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:50:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:50:13 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 10:50:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:50:15 $ docker top 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:50:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:16 [ssh-agent] Looking for ssh-agent implementation... 10:50:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:16 $ docker exec 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent 10:50:16 SSH_AUTH_SOCK=/tmp/ssh-xShlJ5E3VAdf/agent.11 10:50:16 SSH_AGENT_PID=16 10:50:16 Running ssh-add (command line suppressed) 10:50:17 Identity added: /w/workspace/edgex-go/8@tmp/private_key_7572116569740298832.key (/w/workspace/edgex-go/8@tmp/private_key_7572116569740298832.key) 10:50:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:17 + git tag --points-at HEAD [Pipeline] } 10:50:17 $ docker exec --env ******** --env ******** 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent -k 10:50:17 unset SSH_AUTH_SOCK; 10:50:17 unset SSH_AGENT_PID; 10:50:17 echo Agent pid 16 killed; 10:50:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:50:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:50:17 [ssh-agent] Looking for ssh-agent implementation... 10:50:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:50:18 $ docker exec 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent 10:50:18 SSH_AUTH_SOCK=/tmp/ssh-h2jASe85rnvm/agent.45 10:50:18 SSH_AGENT_PID=50 10:50:18 Running ssh-add (command line suppressed) 10:50:18 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5807904336485844476.key (/w/workspace/edgex-go/8@tmp/private_key_5807904336485844476.key) 10:50:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:50:18 + git semver init 10:50:18 # -> Open(): unable to determine branch for HEAD 10:50:18 # $GIT_DIR = /w/workspace/edgex-go/8/.git 10:50:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 10:50:18 # $SEMVER_REMOTE_NAME = origin 10:50:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:50:18 # $SEMVER_USER_NAME = edgex-jenkins 10:50:18 # $SEMVER_BRANCH = PR-3116 10:50:18 # $SEMVER_TEMP = /tmp/semver-806262008 10:50:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:50:41 # '/tmp/semver-806262008' -> '/w/workspace/edgex-go/8/.semver' 10:50:41 # -> Force: false 10:50:41 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 10:50:41 $ docker exec --env ******** --env ******** 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent -k 10:50:41 unset SSH_AUTH_SOCK; 10:50:41 unset SSH_AGENT_PID; 10:50:41 echo Agent pid 50 killed; 10:50:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:50:42 + git semver [Pipeline] } 10:50:42 $ docker stop --time=1 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a 10:50:43 $ docker rm -f 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a [Pipeline] // withDockerContainer [Pipeline] sh 10:50:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:50:45 Stashed 1 file(s) [Pipeline] echo 10:50:45 [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 10:50:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:50:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:50:46 + sudo service docker restart 10:50:46 + true 10:50:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:50:47 ========================================================= 10:50:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:50:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:50:47 + 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 . 10:50:52 Sending build context to Docker daemon 327.5MB 10:50:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:50:52 Step 2/6 : FROM ${BASE} 10:50:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:50:52 188c0c94c7c5: Pulling fs layer 10:50:52 0ef7d3d256c8: Pulling fs layer 10:50:52 de9db76c5a1d: Pulling fs layer 10:50:52 bca2f99d35d6: Pulling fs layer 10:50:52 93359f2a8cfa: Pulling fs layer 10:50:52 7c6f9722023f: Pulling fs layer 10:50:52 a35cf1a2eb13: Pulling fs layer 10:50:52 7c6f9722023f: Waiting 10:50:52 bca2f99d35d6: Waiting 10:50:52 93359f2a8cfa: Waiting 10:50:52 a35cf1a2eb13: Waiting 10:50:52 de9db76c5a1d: Verifying Checksum 10:50:52 de9db76c5a1d: Download complete 10:50:52 0ef7d3d256c8: Download complete 10:50:52 93359f2a8cfa: Verifying Checksum 10:50:52 93359f2a8cfa: Download complete 10:50:52 7c6f9722023f: Verifying Checksum 10:50:52 7c6f9722023f: Download complete 10:50:52 188c0c94c7c5: Verifying Checksum 10:50:52 188c0c94c7c5: Download complete 10:50:52 188c0c94c7c5: Pull complete 10:50:52 0ef7d3d256c8: Pull complete 10:50:52 de9db76c5a1d: Pull complete 10:50:55 a35cf1a2eb13: Verifying Checksum 10:50:55 a35cf1a2eb13: Download complete 10:50:55 bca2f99d35d6: Verifying Checksum 10:50:55 bca2f99d35d6: Download complete 10:51:00 Still waiting to schedule task 10:51:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:51:01 bca2f99d35d6: Pull complete 10:51:01 93359f2a8cfa: Pull complete 10:51:01 7c6f9722023f: Pull complete 10:51:06 a35cf1a2eb13: Pull complete 10:51:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:51:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:51:06 ---> a62c8e92a672 10:51:06 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 10:51:06 ---> Running in 9ee840487591 10:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:51:08 (1/12) Installing libmagic (5.38-r0) 10:51:08 (2/12) Installing file (5.38-r0) 10:51:09 (3/12) Installing libc-dev (0.7.2-r3) 10:51:09 (4/12) Installing g++ (9.3.0-r2) 10:51:12 (5/12) Installing fortify-headers (1.1-r0) 10:51:12 (6/12) Installing patch (2.7.6-r6) 10:51:12 (7/12) Installing build-base (0.5-r2) 10:51:12 (8/12) Installing libsodium (1.0.18-r0) 10:51:13 (9/12) Installing pkgconf (1.7.2-r0) 10:51:13 (10/12) Installing libsodium-dev (1.0.18-r0) 10:51:13 (11/12) Installing libzmq (4.3.3-r0) 10:51:13 (12/12) Installing zeromq-dev (4.3.3-r0) 10:51:13 Executing busybox-1.31.1-r19.trigger 10:51:13 OK: 233 MiB in 51 packages 10:51:17 Removing intermediate container 9ee840487591 10:51:17 ---> 69086b754f6b 10:51:17 Step 4/6 : WORKDIR /edgex-go 10:51:17 ---> Running in dccd96a5be1d 10:51:17 Removing intermediate container dccd96a5be1d 10:51:17 ---> 2ccfef8f6135 10:51:17 Step 5/6 : COPY go.mod . 10:51:18 ---> f5c171b23536 10:51:18 Step 6/6 : RUN go mod download 10:51:18 ---> Running in 922c0d39772e 10:51:40 Removing intermediate container 922c0d39772e 10:51:40 ---> f522b105e049 10:51:40 Successfully built f522b105e049 10:51:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:51:40 + docker inspect -f . ci-base-image-x86_64 10:51:40 . [Pipeline] withDockerContainer 10:51:40 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 10:51:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-x86_64 cat 10:51:41 $ docker top 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:42 + go version 10:51:42 go version go1.15.5 linux/amd64 [Pipeline] } 10:51:42 $ docker stop --time=1 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f 10:51:43 $ docker rm -f 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:45 + docker inspect -f . ci-base-image-x86_64 10:51:45 . [Pipeline] withDockerContainer 10:51:45 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 10:51:45 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-x86_64 cat 10:51:46 $ docker top 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea -eo pid,comm [Pipeline] { [Pipeline] echo 10:51:46 ========================================================= 10:51:46 [edgeXBuildGoParallel] Running Tests and Build... 10:51:46 ========================================================= [Pipeline] sh 10:51:47 + make test 10:51:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:51:57 ? github.com/edgexfoundry/edgex-go [no test files] 10:52:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:52:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:52:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.0% of statements 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:52:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:52:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.063s coverage: 100.0% of statements 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 65.8% of statements 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:52:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.3% of statements 10:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 10:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 10:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:52:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 10:52:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements 10:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 10:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 68.9% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 90.4% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:53:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 10:53:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:53:02 GO111MODULE=on go vet ./... 10:53:30 gofmt -l . 10:53:30 [ "`gofmt -l .`" = "" ] 10:53:30 ./bin/test-go-mod-tidy.sh 10:53:30 ./bin/test-attribution-txt.sh [Pipeline] sh 10:53:30 + ls -al . 10:53:30 total 684 10:53:30 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:53 . 10:53:30 drwxr-xr-x 4 root root 28 Feb 4 10:51 .. 10:53:30 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore 10:53:30 drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git 10:53:30 drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github 10:53:30 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore 10:53:30 drwx------ 3 1001 1001 60 Feb 4 10:50 .semver 10:53:30 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties 10:53:30 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt 10:53:30 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md 10:53:30 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build 10:53:30 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile 10:53:30 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE 10:53:30 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile 10:53:30 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md 10:53:30 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md 10:53:30 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION 10:53:30 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md 10:53:30 drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin 10:53:30 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd 10:53:30 -rw-r--r-- 1 root root 580808 Feb 4 10:53 coverage.out 10:53:30 -rw-r--r-- 1 root root 1054 Feb 4 10:53 go.mod 10:53:30 -rw-r--r-- 1 root root 19401 Feb 4 10:53 go.sum 10:53:30 drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal 10:53:30 drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi 10:53:30 drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap 10:53:30 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh 10:53:30 + '[' -e coverage.out ] 10:53:30 + chown 1001:1001 coverage.out [Pipeline] stash 10:53:31 Stashed 1 file(s) [Pipeline] sh 10:53:31 + make build 10:53:31 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 10:53:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:53:45 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 10:53:45 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 10:53:47 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 10:53:47 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 10:53:49 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 10:53:50 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 10:53:52 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 10:53:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:53:54 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 10:53:55 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 10:53:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:53:58 $ docker stop --time=1 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea 10:54:01 $ docker rm -f 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:03 10:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:54:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:04 latest: Pulling from edgex-devops/edgex-compose 10:54:04 cbdbe7a5bc2a: Pulling fs layer 10:54:04 ca9280d653b3: Pulling fs layer 10:54:04 7e9c9ca2126c: Pulling fs layer 10:54:04 cbdbe7a5bc2a: Verifying Checksum 10:54:04 cbdbe7a5bc2a: Download complete 10:54:05 ca9280d653b3: Verifying Checksum 10:54:05 ca9280d653b3: Download complete 10:54:05 cbdbe7a5bc2a: Pull complete 10:54:07 7e9c9ca2126c: Verifying Checksum 10:54:07 7e9c9ca2126c: Download complete 10:54:07 ca9280d653b3: Pull complete 10:54:13 7e9c9ca2126c: Pull complete 10:54:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:54:13 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 10:54:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 10:54:16 $ docker top 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:17 + docker-compose build --help 10:54:17 + grep parallel 10:54:18 --parallel Build images in parallel. [Pipeline] } 10:54:18 $ docker stop --time=1 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 10:54:20 $ docker rm -f 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:54:21 . [Pipeline] withDockerContainer 10:54:21 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 10:54:21 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:54:22 $ docker top ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 -eo pid,comm [Pipeline] { [Pipeline] sh 10:54:22 + docker-compose -f ./docker-compose-build.yml build --parallel 10:54:23 Building docker-core-command-go ... 10:54:23 Building docker-core-data-go ... 10:54:23 Building docker-core-metadata-go ... 10:54:23 Building docker-security-bootstrapper-go ... 10:54:23 Building docker-security-proxy-setup-go ... 10:54:23 Building docker-security-secretstore-setup-go ... 10:54:23 Building docker-support-notifications-go ... 10:54:23 Building docker-support-scheduler-go ... 10:54:23 Building docker-sys-mgmt-agent-go ... 10:54:23 Building docker-core-data-go 10:54:23 Building docker-security-bootstrapper-go 10:54:23 Building docker-support-notifications-go 10:54:23 Building docker-core-metadata-go 10:54:23 Building docker-security-proxy-setup-go 10:55:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24983 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws 10:55:02 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 10:55:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:55:02 ---> f522b105e049 10:55:02 Step 3/21 : WORKDIR /edgex-go 10:55:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:55:02 ---> f522b105e049 10:55:02 Step 3/23 : WORKDIR /edgex-go 10:55:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:55:02 ---> f522b105e049 10:55:02 Step 3/31 : WORKDIR /edgex-go 10:55:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:55:02 ---> f522b105e049 10:55:02 Step 3/22 : WORKDIR /edgex-go 10:55:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:55:02 ---> f522b105e049 10:55:02 Step 3/23 : WORKDIR /edgex-go 10:55:02 ---> Running in 0597309aef9d 10:55:02 ---> Running in 70205eeea9d3 10:55:02 ---> Running in 03c431429eb0 10:55:02 ---> Running in 9be35cce3695 10:55:02 ---> Running in 94bf20148dac 10:55:02 Removing intermediate container 9be35cce3695 10:55:02 ---> a1918523dc67 10:55:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:02 Removing intermediate container 70205eeea9d3 10:55:02 ---> 0f7633c547a7 10:55:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:02 Removing intermediate container 03c431429eb0 10:55:02 ---> ebd27c7037ff 10:55:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:02 Removing intermediate container 0597309aef9d 10:55:02 ---> ca860149344a 10:55:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:02 Removing intermediate container 94bf20148dac 10:55:02 ---> e62f92c841fd 10:55:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:02 ---> Running in bf4ad56836e1 10:55:02 ---> Running in 448f81dcc2d0 10:55:02 ---> Running in 3d4317e564ff 10:55:02 ---> Running in d4b833786140 10:55:02 ---> Running in 420e6f2a8e34 10:55:04 Removing intermediate container 3d4317e564ff 10:55:04 ---> bb1cf5ef0357 10:55:04 Step 5/21 : RUN apk add --update --no-cache make git 10:55:04 Removing intermediate container bf4ad56836e1 10:55:04 ---> e97a15bc57b2 10:55:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:55:04 Removing intermediate container 448f81dcc2d0 10:55:04 ---> 5c39f69e45b4 10:55:04 Step 5/31 : RUN apk add --update --no-cache make git 10:55:04 ---> Running in 698dd7a6bc57 10:55:05 ---> Running in 929e61444cd8 10:55:05 ---> Running in 24d1b1aa6e5c 10:55:05 Removing intermediate container d4b833786140 10:55:05 ---> abba533f31c6 10:55:05 Step 5/23 : RUN apk add --update --no-cache make git 10:55:05 Removing intermediate container 420e6f2a8e34 10:55:05 ---> 7034b0f12c9f 10:55:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:55:05 ---> Running in 5313e37d5062 10:55:05 ---> Running in ce9a73de39aa 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:06 using credential edgex-jenkins-ssh 10:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:07 Cloning the remote Git repository 10:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:07 OK: 233 MiB in 51 packages 10:55:07 OK: 233 MiB in 51 packages 10:55:07 OK: 233 MiB in 51 packages 10:55:08 Removing intermediate container 929e61444cd8 10:55:08 ---> b4df6e3869c8 10:55:08 Step 6/23 : COPY go.mod . 10:55:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:55:07 > git init /w/workspace/edgex-go/8 # timeout=10 10:55:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:55:07 > git --version # timeout=10 10:55:07 > git --version # 'git version 2.17.1' 10:55:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:55:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:55:08 OK: 233 MiB in 51 packages 10:55:08 Removing intermediate container 698dd7a6bc57 10:55:08 ---> a38b732564ac 10:55:08 Step 6/21 : COPY go.mod . 10:55:08 OK: 233 MiB in 51 packages 10:55:08 ---> e61c15c8bf16 10:55:08 Step 7/23 : RUN go mod download 10:55:08 ---> Running in f20461802777 10:55:08 Removing intermediate container 24d1b1aa6e5c 10:55:08 ---> a51b8f7a3de8 10:55:08 Step 6/31 : COPY go.mod . 10:55:09 ---> 6373767726bf 10:55:09 Step 7/21 : RUN go mod download 10:55:09 ---> Running in 79e7e37d04a5 10:55:09 ---> 86f64a65ae17 10:55:09 Step 7/31 : RUN go mod download 10:55:09 Removing intermediate container 5313e37d5062 10:55:09 ---> 1247c5490138 10:55:09 Step 6/23 : COPY go.mod . 10:55:09 Removing intermediate container ce9a73de39aa 10:55:09 ---> 1ef3729ef1d5 10:55:09 Step 6/22 : COPY go.mod . 10:55:09 ---> Running in 81a33dacf8dc 10:55:10 ---> ad5631350856 10:55:10 Step 7/23 : RUN go mod download 10:55:10 ---> b3ada8e73d2b 10:55:10 Step 7/22 : RUN go mod download 10:55:10 ---> Running in 0528d2bf9c0a 10:55:10 ---> Running in e55c51a48d75 10:55:11 Removing intermediate container f20461802777 10:55:11 ---> 33135da916ce 10:55:11 Step 8/23 : COPY . . 10:55:12 Removing intermediate container 81a33dacf8dc 10:55:12 ---> da2209083a42 10:55:12 Step 8/31 : COPY . . 10:55:12 Removing intermediate container 79e7e37d04a5 10:55:12 ---> 28e957c4dcfb 10:55:12 Step 8/21 : COPY . . 10:55:16 Removing intermediate container e55c51a48d75 10:55:16 ---> 6803bdfb336c 10:55:16 Step 8/22 : COPY . . 10:55:16 Removing intermediate container 0528d2bf9c0a 10:55:16 ---> 40e24588a281 10:55:16 Step 8/23 : COPY . . 10:55:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:55:29 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 10:55:29 Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 10:55:29 Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) 10:55:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:55:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:55:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:55:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:55:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:55:29 > git config core.sparsecheckout # timeout=10 10:55:29 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 10:55:29 > git remote # timeout=10 10:55:29 > git config --get remote.origin.url # timeout=10 10:55:29 using GIT_SSH to set credentials SSH Credentials for GitHub 10:55:29 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:55:29 > git rev-parse HEAD^{commit} # timeout=10 10:55:29 > git config core.sparsecheckout # timeout=10 10:55:29 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 10:55:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:55:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:55:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:55:36 + sudo service docker restart 10:55:36 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:55:39 provisioning config files... 10:55:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4034570691520481711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:39 ---> docker-login.sh 10:55:39 nexus3.edgexfoundry.org:10001 10:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:40 Configure a credential helper to remove this warning. See 10:55:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:40 10:55:40 Login Succeeded 10:55:40 nexus3.edgexfoundry.org:10002 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:41 Configure a credential helper to remove this warning. See 10:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:41 10:55:41 Login Succeeded 10:55:41 nexus3.edgexfoundry.org:10003 10:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:42 Configure a credential helper to remove this warning. See 10:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:42 10:55:42 Login Succeeded 10:55:42 nexus3.edgexfoundry.org:10004 10:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:42 Configure a credential helper to remove this warning. See 10:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:42 10:55:42 Login Succeeded 10:55:42 docker.io 10:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:43 Configure a credential helper to remove this warning. See 10:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:43 10:55:43 Login Succeeded 10:55:43 ---> docker-login.sh ends [Pipeline] } 10:55:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:55:44 ========================================================= 10:55:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:55:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:55:44 + 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 . 10:55:47 Sending build context to Docker daemon 166.1MB 10:55:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:55:47 Step 2/6 : FROM ${BASE} 10:55:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:55:47 5f621e34cdf4: Pulling fs layer 10:55:47 a4357932f1b6: Pulling fs layer 10:55:47 18c013af1878: Pulling fs layer 10:55:47 00ac8860ef70: Pulling fs layer 10:55:47 63d7cb157983: Pulling fs layer 10:55:47 b116817d02f9: Pulling fs layer 10:55:47 745a02a5169b: Pulling fs layer 10:55:47 00ac8860ef70: Waiting 10:55:47 63d7cb157983: Waiting 10:55:47 b116817d02f9: Waiting 10:55:47 745a02a5169b: Waiting 10:55:47 18c013af1878: Download complete 10:55:47 a4357932f1b6: Verifying Checksum 10:55:47 a4357932f1b6: Download complete 10:55:47 63d7cb157983: Verifying Checksum 10:55:47 63d7cb157983: Download complete 10:55:47 b116817d02f9: Verifying Checksum 10:55:47 b116817d02f9: Download complete 10:55:47 5f621e34cdf4: Verifying Checksum 10:55:47 5f621e34cdf4: Download complete 10:55:48 5f621e34cdf4: Pull complete 10:55:48 a4357932f1b6: Pull complete 10:55:49 18c013af1878: Pull complete 10:55:50 745a02a5169b: Verifying Checksum 10:55:50 745a02a5169b: Download complete 10:55:50 00ac8860ef70: Download complete 10:55:55 ---> dd62d348fac5 10:55:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:55:55 ---> 6b87627804a1 10:55:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:55:55 ---> f5c62750c4b3 10:55:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:55:55 ---> d11fb48f4c43 10:55:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:55:55 ---> Running in 8b3e967c1462 10:55:55 ---> Running in 3259cb73fa13 10:55:55 ---> Running in aaaeb319f986 10:55:55 ---> Running in f6e377583a22 10:55:55 ---> b10e3d412a13 10:55:55 Step 9/23 : RUN make cmd/core-data/core-data 10:55:55 ---> Running in 20bc140b7637 10:55:55 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 10:55:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:55:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:55:55 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 10:55:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:56:03 00ac8860ef70: Pull complete 10:56:03 63d7cb157983: Pull complete 10:56:03 b116817d02f9: Pull complete 10:56:06 745a02a5169b: Pull complete 10:56:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:56:06 ---> b7e6874047d6 10:56:06 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 10:56:09 ---> Running in 2c3c90d6f6b9 10:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:56:13 (1/12) Installing libmagic (5.38-r0) 10:56:13 (2/12) Installing file (5.38-r0) 10:56:13 (3/12) Installing libc-dev (0.7.2-r3) 10:56:13 (4/12) Installing g++ (9.3.0-r2) 10:56:17 (5/12) Installing fortify-headers (1.1-r0) 10:56:17 (6/12) Installing patch (2.7.6-r6) 10:56:17 (7/12) Installing build-base (0.5-r2) 10:56:17 (8/12) Installing libsodium (1.0.18-r0) 10:56:17 (9/12) Installing pkgconf (1.7.2-r0) 10:56:17 (10/12) Installing libsodium-dev (1.0.18-r0) 10:56:17 (11/12) Installing libzmq (4.3.3-r0) 10:56:17 (12/12) Installing zeromq-dev (4.3.3-r0) 10:56:18 Executing busybox-1.31.1-r19.trigger 10:56:18 OK: 217 MiB in 51 packages 10:56:22 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 10:56:22 Removing intermediate container 2c3c90d6f6b9 10:56:22 ---> 8c7d3ce14fc2 10:56:22 Step 4/6 : WORKDIR /edgex-go 10:56:22 ---> Running in 9cbdc421a26e 10:56:22 Removing intermediate container 9cbdc421a26e 10:56:22 ---> 596bfb046c7c 10:56:22 Step 5/6 : COPY go.mod . 10:56:23 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 10:56:23 ---> 3451e2ed3e6f 10:56:23 Step 6/6 : RUN go mod download 10:56:23 ---> Running in 72a84f72921b 10:56:31 Removing intermediate container f6e377583a22 10:56:31 ---> b1930f1e6b5e 10:56:31 10:56:31 Step 10/21 : FROM alpine:3.12 10:56:31 3.12: Pulling from library/alpine 10:56:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:56:32 Status: Downloaded newer image for alpine:3.12 10:56:32 ---> 389fef711851 10:56:32 Step 11/21 : RUN apk add --update --no-cache curl 10:56:33 ---> Running in 65ba707f1ab3 10:56:34 Removing intermediate container 8b3e967c1462 10:56:34 ---> 29a626a616bc 10:56:34 10:56:34 Step 10/31 : FROM alpine:3.12 10:56:34 ---> 389fef711851 10:56:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:56:34 ---> Running in f0ff3c6abbd6 10:56:35 Removing intermediate container f0ff3c6abbd6 10:56:35 ---> 3a58ffad6c16 10:56:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:56:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:35 (1/4) Installing ca-certificates (20191127-r4) 10:56:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:56:35 (3/4) Installing libcurl (7.69.1-r3) 10:56:35 (4/4) Installing curl (7.69.1-r3) 10:56:35 Executing busybox-1.31.1-r19.trigger 10:56:35 Executing ca-certificates-20191127-r4.trigger 10:56:36 OK: 7 MiB in 18 packages 10:56:38 ---> Running in 133fd156be33 10:56:40 Removing intermediate container 3259cb73fa13 10:56:40 ---> d3321ff2b4ba 10:56:40 10:56:40 Step 10/23 : FROM alpine:3.12 10:56:40 ---> 389fef711851 10:56:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:56:40 Removing intermediate container aaaeb319f986 10:56:40 ---> 160d9572ed76 10:56:40 10:56:40 Step 10/22 : FROM alpine:3.12 10:56:40 ---> 389fef711851 10:56:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:56:40 Removing intermediate container 65ba707f1ab3 10:56:40 ---> 27993b4e0038 10:56:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:56:40 ---> Running in 6a5fac27827c 10:56:40 ---> Running in 7dd76c3a47e1 10:56:41 ---> Running in 52aef9324592 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:41 (1/2) Installing dumb-init (1.2.2-r1) 10:56:41 (2/2) Installing su-exec (0.2-r1) 10:56:41 Executing busybox-1.31.1-r19.trigger 10:56:41 OK: 6 MiB in 16 packages 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:42 (1/1) Installing dumb-init (1.2.2-r1) 10:56:42 Executing busybox-1.31.1-r19.trigger 10:56:42 OK: 6 MiB in 15 packages 10:56:42 (1/2) Installing ca-certificates (20191127-r4) 10:56:42 (2/2) Installing dumb-init (1.2.2-r1) 10:56:42 Executing busybox-1.31.1-r19.trigger 10:56:42 Executing ca-certificates-20191127-r4.trigger 10:56:42 OK: 6 MiB in 16 packages 10:56:42 Removing intermediate container 52aef9324592 10:56:42 ---> 345121b33139 10:56:42 Step 13/21 : WORKDIR /edgex 10:56:43 ---> Running in 6aae0455b383 10:56:43 Removing intermediate container 20bc140b7637 10:56:43 ---> 6603153d18a4 10:56:43 10:56:43 Step 10/23 : FROM alpine:3.12 10:56:43 ---> 389fef711851 10:56:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:56:43 ---> Running in 8a427f8e7351 10:56:43 Removing intermediate container 6aae0455b383 10:56:43 ---> 756bb19b0271 10:56:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:56:43 Removing intermediate container 133fd156be33 10:56:43 ---> 6375d8d65380 10:56:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:56:44 Removing intermediate container 6a5fac27827c 10:56:44 ---> ebe7a405a5bb 10:56:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:45 Removing intermediate container 8a427f8e7351 10:56:45 ---> a66a9a2b1c17 10:56:45 Step 12/23 : ENV APP_PORT=48080 10:56:45 ---> Running in 4686f793c58f 10:56:45 ---> Running in 45133c10fc8e 10:56:45 ---> Running in 475b21b8f409 10:56:45 Removing intermediate container 7dd76c3a47e1 10:56:45 ---> 07759fad18d1 10:56:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:56:45 ---> 3975e4e171c8 10:56:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:56:45 ---> Running in 20aadf286d45 10:56:45 Removing intermediate container 45133c10fc8e 10:56:45 ---> 8fca112feb62 10:56:45 Step 13/23 : ENV APP_PORT=48081 10:56:45 Removing intermediate container 4686f793c58f 10:56:45 ---> 482589ea430f 10:56:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:56:45 Removing intermediate container 475b21b8f409 10:56:45 ---> 2b13f2af20b2 10:56:45 Step 13/23 : EXPOSE $APP_PORT 10:56:45 ---> Running in 652660e57c4c 10:56:45 ---> Running in ca6094b524df 10:56:45 ---> Running in d29426da5a49 10:56:45 Removing intermediate container 20aadf286d45 10:56:45 ---> 2eaa866958f2 10:56:45 Step 13/22 : ENV APP_PORT=48060 10:56:45 ---> Running in 4271244fec5b 10:56:45 ---> 83d117b20e93 10:56:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:56:46 Removing intermediate container ca6094b524df 10:56:46 ---> 958aa58a4519 10:56:46 Step 14/23 : EXPOSE $APP_PORT 10:56:46 Removing intermediate container 652660e57c4c 10:56:46 ---> 04dcee49d4fa 10:56:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:56:46 Removing intermediate container d29426da5a49 10:56:46 ---> 22f8d4e05cc9 10:56:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:46 ---> Running in b537f1d10a21 10:56:46 ---> Running in 4dfed278c0fe 10:56:46 ---> Running in 932bbaedc700 10:56:46 Removing intermediate container 4271244fec5b 10:56:46 ---> 329cf883cca6 10:56:46 Step 14/22 : EXPOSE $APP_PORT 10:56:47 Removing intermediate container b537f1d10a21 10:56:47 ---> 3fbd7c1aa162 10:56:47 Step 15/23 : WORKDIR / 10:56:47 ---> 271c64ccb91c 10:56:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:56:47 ---> Running in 6110b8e716d0 10:56:47 ---> Running in f1d541d05590 10:56:47 ---> Running in 887a6887975a 10:56:47 Removing intermediate container 6110b8e716d0 10:56:47 ---> c7c4bda4df91 10:56:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:47 Removing intermediate container 887a6887975a 10:56:47 ---> b189f2cb8708 10:56:47 Step 18/21 : CMD ["--init=true"] 10:56:47 Removing intermediate container f1d541d05590 10:56:47 ---> 589b580cb4d2 10:56:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:47 ---> Running in 50ff13d1e843 10:56:48 ---> 373d437abc1a 10:56:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:56:48 Removing intermediate container 50ff13d1e843 10:56:48 ---> 960e33a5f250 10:56:48 Step 19/21 : LABEL arch=x86_64 10:56:48 ---> 45e30142c3e5 10:56:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:56:48 ---> Running in 16c8f5d6ba86 10:56:48 Removing intermediate container 4dfed278c0fe 10:56:48 ---> a1578342d712 10:56:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:56:48 ---> Running in 65557ef962bc 10:56:48 Removing intermediate container 932bbaedc700 10:56:48 ---> c2416db2c4cc 10:56:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:56:48 ---> 35567e79f5f8 10:56:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:56:48 Removing intermediate container 16c8f5d6ba86 10:56:48 ---> 344479c34bd7 10:56:48 Step 20/21 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:56:48 ---> Running in 2b0788e66372 10:56:48 ---> Running in 9b61cdfad5a8 10:56:49 Removing intermediate container 65557ef962bc 10:56:49 ---> 8d2eb85e9a91 10:56:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:56:49 ---> 28ff67bd4436 10:56:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:56:49 ---> 839f146bf0a0 10:56:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:56:49 Removing intermediate container 9b61cdfad5a8 10:56:49 ---> b19bd463ee03 10:56:49 Step 21/21 : LABEL version=0.0.0 10:56:49 ---> ecdf728c0c2f 10:56:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:56:50 ---> Running in 4d6f1a5acf7c 10:56:50 ---> Running in 0f6679421af6 10:56:50 ---> Running in 5899a1ef52c1 10:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:50 ---> a3cb9a3e66d5 10:56:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:56:50 Removing intermediate container 72a84f72921b 10:56:50 ---> 06398964b6d1 10:56:50 Successfully built 06398964b6d1 10:56:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:56:50 Removing intermediate container 0f6679421af6 10:56:50 ---> 0cc0fe0802c2 10:56:50 10:56:50 Removing intermediate container 4d6f1a5acf7c 10:56:50 ---> 2af0090d1398 10:56:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:50 ---> Running in c49558e88c43 10:56:50 ---> Running in e82ba3babffb 10:56:50 + docker inspect -f . ci-base-image-arm64 10:56:50 . [Pipeline] withDockerContainer 10:56:50 Successfully built 0cc0fe0802c2 10:56:50 Successfully tagged docker-security-proxy-setup-go:latest 10:56:50 Removing intermediate container e82ba3babffb 10:56:50 ---> 82e939692525 10:56:50 Step 20/22 : LABEL arch=x86_64 10:56:50  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 10:56:50 Removing intermediate container c49558e88c43 10:56:50 ---> 1bf1d37adfb1 10:56:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:51 prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container 10:56:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 10:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:51 ---> Running in 5ad641a1261e 10:56:51 ---> Running in 8e48167bfcdc 10:56:51 Removing intermediate container 5ad641a1261e 10:56:51 ---> 972cff3aaabb 10:56:51 Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:56:51 Removing intermediate container 8e48167bfcdc 10:56:51 ---> ab2605e63436 10:56:51 Step 21/23 : LABEL arch=x86_64 10:56:51 ---> Running in da621d2e7cd3 10:56:51 ---> Running in 210a0b75feae 10:56:52 (1/6) Installing dumb-init (1.2.2-r1) 10:56:52 (2/6) Installing libgcc (9.3.0-r2) 10:56:52 Removing intermediate container 210a0b75feae 10:56:52 ---> eb7dfb6f8d70 10:56:52 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:56:52 Removing intermediate container da621d2e7cd3 10:56:52 ---> 315ec31393dc 10:56:52 Step 22/22 : LABEL version=0.0.0 10:56:52 (3/6) Installing libsodium (1.0.18-r0) 10:56:52 (4/6) Installing libstdc++ (9.3.0-r2) 10:56:52 Removing intermediate container 5899a1ef52c1 10:56:52 ---> 6662226a9257 10:56:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:52 ---> Running in dd4f4eb28df4 10:56:52 ---> Running in a441dcb63601 10:56:52 (5/6) Installing libzmq (4.3.3-r0) 10:56:52 $ docker top 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:53 (6/6) Installing zeromq (4.3.3-r0) 10:56:53 Executing busybox-1.31.1-r19.trigger 10:56:53 OK: 8 MiB in 20 packages 10:56:53 + go version 10:56:53 go version go1.15.5 linux/arm64 [Pipeline] } 10:56:53 $ docker stop --time=1 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 10:56:54 Removing intermediate container a441dcb63601 10:56:54 ---> f06181f5b2d1 10:56:54 10:56:54 Removing intermediate container dd4f4eb28df4 10:56:54 ---> 26b77c5c1152 10:56:54 Step 23/23 : LABEL version=0.0.0 10:56:54 ---> e20627e9f945 10:56:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:56:54 ---> Running in 663a4ac714b1 10:56:54 Successfully built f06181f5b2d1 10:56:55 Successfully tagged docker-support-notifications-go:latest 10:56:55 Building docker-security-secretstore-setup-go 10:56:55 $ docker rm -f 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 10:56:56  Building docker-support-notifications-go ... done Removing intermediate container 663a4ac714b1 10:56:56 ---> 768acd6cd70d 10:56:56 10:56:56 Removing intermediate container 2b0788e66372 10:56:56 ---> 7d3fed3f5b73 10:56:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:57 Successfully built 768acd6cd70d 10:56:57 + docker inspect -f . ci-base-image-arm64 10:56:57 . [Pipeline] withDockerContainer 10:56:57 Successfully tagged docker-core-metadata-go:latest 10:56:57 Building docker-sys-mgmt-agent-go 10:56:57 prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container 10:56:57 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 10:56:58 $ docker top 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 -eo pid,comm [Pipeline] { 10:56:59  Building docker-core-metadata-go ... done  ---> 247d37840eb9 10:56:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:56:59 ---> 1f67878dfbd3 10:56:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] echo 10:56:59 ========================================================= 10:56:59 [edgeXBuildGoParallel] Running Tests and Build... 10:56:59 ========================================================= [Pipeline] sh 10:57:00 + make test 10:57:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:57:02 ---> 40fb9dfb2097 10:57:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:57:02 ---> d7ac7f9a90ec 10:57:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:57:04 ---> 3dcad3c9a2b9 10:57:04 Step 19/23 : ENTRYPOINT ["/core-data"] 10:57:04 ---> 706c1da393db 10:57:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:57:04 ---> Running in 9700ea0ceb68 10:57:04 ---> 452a9949440d 10:57:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:57:05 Removing intermediate container 9700ea0ceb68 10:57:05 ---> 225502988d8f 10:57:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:06 ---> Running in 82c59a952752 10:57:06 ---> Running in aa8c0490c87c 10:57:07 Removing intermediate container aa8c0490c87c 10:57:07 ---> ee68c781b0e9 10:57:07 Step 21/23 : LABEL arch=x86_64 10:57:07 Removing intermediate container 82c59a952752 10:57:07 ---> 624514d34f00 10:57:07 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:57:08 ---> Running in 35430ff17811 10:57:09 ---> bb8d05e3b7bf 10:57:09 Step 26/31 : RUN chmod +x /entrypoint.sh 10:57:10 Removing intermediate container 35430ff17811 10:57:10 ---> 5e65568f9272 10:57:10 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:57:10 ---> Running in 69851419f411 10:57:11 ---> Running in 35329a5f0a7c 10:57:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:57:11 ---> f522b105e049 10:57:11 Step 3/22 : WORKDIR /edgex-go 10:57:11 ---> Using cache 10:57:11 ---> e62f92c841fd 10:57:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:11 ---> Using cache 10:57:11 ---> 7034b0f12c9f 10:57:11 Step 5/22 : RUN apk add --update --no-cache make git 10:57:13 Removing intermediate container 35329a5f0a7c 10:57:13 ---> 69facce85fca 10:57:13 Step 23/23 : LABEL version=0.0.0 10:57:13 ---> Running in 79b0b7816f13 10:57:14 ---> Running in 5f96ce428f8a 10:57:15 Removing intermediate container 5f96ce428f8a 10:57:15 ---> 3072fdbf65d7 10:57:15 10:57:16 Removing intermediate container 69851419f411 10:57:16 ---> 3a0650e6f299 10:57:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:16 Successfully built 3072fdbf65d7 10:57:16 Successfully tagged docker-core-data-go:latest 10:57:16  Building docker-core-data-go ... done Building docker-core-command-go 10:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:17 ---> Running in 9024b0d251f2 10:57:17 OK: 233 MiB in 51 packages 10:57:18 Removing intermediate container 9024b0d251f2 10:57:18 ---> 703a4a3bb72a 10:57:18 Step 28/31 : CMD ["gate"] 10:57:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:57:19 ---> f522b105e049 10:57:19 Step 3/26 : WORKDIR /edgex-go 10:57:19 ---> Using cache 10:57:19 ---> e62f92c841fd 10:57:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:19 ---> Using cache 10:57:19 ---> 7034b0f12c9f 10:57:19 Step 5/26 : RUN apk add --update --no-cache make bash git 10:57:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:57:19 ---> f522b105e049 10:57:19 Step 3/24 : WORKDIR /edgex-go 10:57:19 ---> Using cache 10:57:19 ---> e62f92c841fd 10:57:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:19 ---> Using cache 10:57:19 ---> 7034b0f12c9f 10:57:19 Step 5/24 : RUN apk add --update --no-cache make git 10:57:21 ---> Running in 4719d4c3c134 10:57:21 ---> Running in 17275656de39 10:57:21 ---> Running in a30cf42dc58a 10:57:21 Removing intermediate container 79b0b7816f13 10:57:21 ---> ead9c92c0724 10:57:21 Step 6/22 : COPY go.mod . 10:57:22 Removing intermediate container 4719d4c3c134 10:57:22 ---> 391f2b4a8b8e 10:57:22 Step 29/31 : LABEL arch=x86_64 10:57:22 ? github.com/edgexfoundry/edgex-go [no test files] 10:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:23 ---> bce5efcd0f14 10:57:23 Step 7/22 : RUN go mod download 10:57:23 ---> Running in 00a52e592948 10:57:23 ---> Running in 171213542ee3 10:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:23 Removing intermediate container 00a52e592948 10:57:23 ---> 0373b7f0cb2a 10:57:23 Step 30/31 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:57:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:24 OK: 233 MiB in 51 packages 10:57:24 ---> Running in 4df9f1147b5e 10:57:25 OK: 233 MiB in 51 packages 10:57:25 Removing intermediate container 4df9f1147b5e 10:57:25 ---> 2c12b303a05e 10:57:25 Step 31/31 : LABEL version=0.0.0 10:57:26 ---> Running in ff2eba3c0f4f 10:57:27 Removing intermediate container 17275656de39 10:57:27 ---> de700b13b9a7 10:57:27 Step 6/24 : COPY go.mod . 10:57:27 Removing intermediate container a30cf42dc58a 10:57:27 ---> a9f9f58b2aea 10:57:27 Step 6/26 : COPY go.mod . 10:57:27 Removing intermediate container ff2eba3c0f4f 10:57:27 ---> 99e13760493b 10:57:27 10:57:27 ---> eaa5cd5588ee 10:57:27 Step 7/24 : RUN go mod download 10:57:27 Removing intermediate container 171213542ee3 10:57:27 ---> 415633827d48 10:57:27 Step 8/22 : COPY . . 10:57:27 Successfully built 99e13760493b 10:57:28 ---> Running in 80484ff863cf 10:57:28 Successfully tagged docker-security-bootstrapper-go:latest 10:57:28  Building docker-security-bootstrapper-go ... done  ---> 35844e02404d 10:57:28 Step 7/26 : RUN go mod download 10:57:30 ---> Running in 41be23553be1 10:57:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:57:34 ---> f522b105e049 10:57:34 Step 3/23 : WORKDIR /edgex-go 10:57:34 ---> Using cache 10:57:34 ---> e62f92c841fd 10:57:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:34 ---> Using cache 10:57:34 ---> 7034b0f12c9f 10:57:34 Step 5/23 : RUN apk add --update --no-cache make git 10:57:34 ---> Using cache 10:57:34 ---> de700b13b9a7 10:57:34 Step 6/23 : COPY go.mod . 10:57:34 ---> Using cache 10:57:34 ---> eaa5cd5588ee 10:57:34 Step 7/23 : RUN go mod download 10:57:35 ---> Running in 4dd952083d48 10:57:35 Removing intermediate container 80484ff863cf 10:57:35 ---> de9421b165ac 10:57:35 Step 8/24 : COPY . . 10:57:35 Removing intermediate container 41be23553be1 10:57:35 ---> adcd803804ee 10:57:35 Step 8/26 : COPY . . 10:57:44 Removing intermediate container 4dd952083d48 10:57:44 ---> db3a438a87f0 10:57:44 Step 8/23 : COPY . . 10:58:06 ---> f12687671dd5 10:58:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:58:08 ---> Running in 2c00a6b91965 10:58:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:58:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:58:12 ---> 6e11145bffba 10:58:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:58:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:58:13 ---> Running in 5697da6af130 10:58:13 ---> 2c2910bf5547 10:58:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:58:14 ---> Running in 6ec231497144 10:58:15 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 10:58:15 ---> f93a7bdf6339 10:58:15 Step 9/23 : RUN make cmd/core-command/core-command 10:58:15 ---> Running in aa73ab94481d 10:58:16 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 10:58:16 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 10:58:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:58:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:58:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:58:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:58:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:58:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:58:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:58:40 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 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 46.0% of statements 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:58:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:58:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.133s coverage: 100.0% of statements 10:58:44 Removing intermediate container 5697da6af130 10:58:44 ---> 5e0de94bff53 10:58:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:58:44 Removing intermediate container 2c00a6b91965 10:58:44 ---> b43613d96a78 10:58:44 10:58:44 Step 10/22 : FROM alpine:3.12 10:58:44 ---> 389fef711851 10:58:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:58:44 ---> Using cache 10:58:44 ---> ebe7a405a5bb 10:58:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:58:44 ---> Using cache 10:58:44 ---> 8fca112feb62 10:58:44 Step 13/22 : ENV APP_PORT=48085 10:58:44 ---> Running in ab96a950f485 10:58:44 ---> Running in cb58f03bb7e4 10:58:46 Removing intermediate container 6ec231497144 10:58:46 ---> 3f300d18d54a 10:58:46 10:58:46 Step 10/24 : FROM alpine:3.12 10:58:46 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 10:58:47 ---> 389fef711851 10:58:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:58:47 Removing intermediate container cb58f03bb7e4 10:58:47 ---> 1dfc4667b85f 10:58:47 Step 14/22 : EXPOSE $APP_PORT 10:58:47 ---> Running in 7421e8e849d5 10:58:47 ---> Running in af9469adb41e 10:58:47 Removing intermediate container aa73ab94481d 10:58:47 ---> 15db1890b3cb 10:58:47 10:58:47 Step 10/23 : FROM alpine:3.12 10:58:47 ---> 389fef711851 10:58:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:58:47 ---> Using cache 10:58:47 ---> ebe7a405a5bb 10:58:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:58:47 ---> Using cache 10:58:47 ---> 8fca112feb62 10:58:47 Step 13/23 : ENV APP_PORT=48082 10:58:48 ---> Running in 45c3c16b1b62 10:58:48 Removing intermediate container 7421e8e849d5 10:58:48 ---> 28b26321bf51 10:58:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:48 Removing intermediate container 45c3c16b1b62 10:58:48 ---> 510654743f42 10:58:48 Step 14/23 : EXPOSE $APP_PORT 10:58:48 ---> Running in 4185ae6fac53 10:58:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.1% of statements 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:58:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:58:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:58:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.203s coverage: 65.8% of statements 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:58:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:58:48 ---> 3ae09bc16747 10:58:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:58:48 Removing intermediate container 4185ae6fac53 10:58:48 ---> e79d71d9b773 10:58:48 Step 15/23 : WORKDIR / 10:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:48 ---> Running in 65c7c8f6c017 10:58:48 Removing intermediate container ab96a950f485 10:58:48 ---> f6d179e28114 10:58:48 10:58:48 Step 11/26 : FROM docker:20.10.0 10:58:48 20.10.0: Pulling from library/docker 10:58:48 (1/5) Installing ca-certificates (20191127-r4) 10:58:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:58:48 (3/5) Installing libcurl (7.69.1-r3) 10:58:49 (4/5) Installing curl (7.69.1-r3) 10:58:49 (5/5) Installing dumb-init (1.2.2-r1) 10:58:49 Executing busybox-1.31.1-r19.trigger 10:58:49 Executing ca-certificates-20191127-r4.trigger 10:58:49 OK: 7 MiB in 19 packages 10:58:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.683s coverage: 82.3% of statements 10:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:58:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:58:51 Removing intermediate container 65c7c8f6c017 10:58:51 ---> 49567619a058 10:58:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:51 ---> dd549ac00ba9 10:58:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:58:52 Removing intermediate container af9469adb41e 10:58:52 ---> 6ea1acffb420 10:58:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:58:52 ---> 6c795305054d 10:58:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:58:52 ---> 2afd71d23ae4 10:58:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:58:53 ---> Running in b18092936de1 10:58:53 ---> Running in 34dbde908397 10:58:53 ---> da516ec5bcb1 10:58:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:58:53 Removing intermediate container 34dbde908397 10:58:53 ---> b4d449ba5479 10:58:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:53 Removing intermediate container b18092936de1 10:58:53 ---> 92bbcb99dd4d 10:58:53 Step 13/24 : WORKDIR / 10:58:53 ---> Running in 996e31f3fa0c 10:58:53 ---> Running in d4d94e95a155 10:58:53 ---> 41859189ef55 10:58:53 Step 19/23 : ENTRYPOINT ["/core-command"] 10:58:54 ---> Running in 882e987a4f79 10:58:54 Removing intermediate container d4d94e95a155 10:58:54 ---> ab88fe72f901 10:58:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:58:54 Removing intermediate container 996e31f3fa0c 10:58:54 ---> 071350714676 10:58:54 Step 20/22 : LABEL arch=x86_64 10:58:54 ---> Running in 8b9999bc2397 10:58:55 Removing intermediate container 882e987a4f79 10:58:55 ---> dc25febc720f 10:58:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:55 Removing intermediate container 8b9999bc2397 10:58:55 ---> ebd28c51b8e5 10:58:55 Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:58:55 ---> Running in ef94f95a6dd1 10:58:55 ---> 93098067959f 10:58:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:58:55 ---> Running in 76dfdddef00d 10:58:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:58:55 Status: Downloaded newer image for docker:20.10.0 10:58:55 ---> aefe523efa57 10:58:55 Step 12/26 : RUN apk add --no-cache bash 10:58:55 Removing intermediate container ef94f95a6dd1 10:58:55 ---> 8b0b96677789 10:58:55 Step 21/23 : LABEL arch=x86_64 10:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.206s coverage: 28.6% of statements 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 10:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:58:55 Removing intermediate container 76dfdddef00d 10:58:55 ---> f15996ed6d77 10:58:55 Step 22/22 : LABEL version=0.0.0 10:58:55 ---> Running in 14e1cf385a7a 10:58:55 ---> 4512193f99ee 10:58:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:58:55 ---> Running in 95383e010a9a 10:58:56 ---> Running in 5f98bd80d9fb 10:58:56 Removing intermediate container 95383e010a9a 10:58:56 ---> aef512acdebd 10:58:56 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:58:56 ---> c4013622c657 10:58:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:58:56 Removing intermediate container 5f98bd80d9fb 10:58:56 ---> 1afcc699bc4e 10:58:56 10:58:56 ---> Running in 8180d4cc39bd 10:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.300s coverage: 86.7% of statements 10:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:58:56 Successfully built 1afcc699bc4e 10:58:56 Successfully tagged docker-support-scheduler-go:latest 10:58:56  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 10:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 10:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:58:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:57 Removing intermediate container 8180d4cc39bd 10:58:57 ---> 368e3817ff01 10:58:57 Step 23/23 : LABEL version=0.0.0 10:58:57 ---> b37703e7fbc1 10:58:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:58:57 ---> Running in 6c7690365082 10:58:57 (1/2) Installing readline (8.0.4-r0) 10:58:57 (2/2) Installing bash (5.0.17-r0) 10:58:57 Executing bash-5.0.17-r0.post-install 10:58:57 Executing busybox-1.31.1-r19.trigger 10:58:57 OK: 12 MiB in 22 packages 10:58:57 Removing intermediate container 6c7690365082 10:58:57 ---> ac18d5e2d7ad 10:58:57 10:58:57 Successfully built ac18d5e2d7ad 10:58:57 Successfully tagged docker-core-command-go:latest 10:58:57  Building docker-core-command-go ... done  ---> ff6efe0df581 10:58:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:58:58 Removing intermediate container 14e1cf385a7a 10:58:58 ---> 7f060f38cba2 10:58:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:58:58 ---> Running in 04f5c41e9486 10:58:58 ---> 864650ae2185 10:58:58 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/ 10:58:58 ---> Running in 17570a63ec20 10:58:58 Removing intermediate container 04f5c41e9486 10:58:58 ---> f5c67ccf0c00 10:58:58 Step 14/26 : ENV APP_PORT=48090 10:58:58 ---> Running in 0eedab61c2ac 10:58:59 Removing intermediate container 0eedab61c2ac 10:58:59 ---> 126cf3262958 10:58:59 Step 15/26 : EXPOSE $APP_PORT 10:58:59 ---> Running in a7784c99ce02 10:58:59 Removing intermediate container a7784c99ce02 10:58:59 ---> 3495e60ff6e0 10:58:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:58:59 Removing intermediate container 17570a63ec20 10:58:59 ---> 61dff0200d36 10:58:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:58:59 ---> Running in a131bfae1442 10:58:59 ---> 993355fa92e3 10:58:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:58:59 Removing intermediate container a131bfae1442 10:58:59 ---> b5dc35d7d3ea 10:58:59 Step 22/24 : LABEL arch=x86_64 10:58:59 ---> Running in 91cdf9675a52 10:58:59 ---> 970e00851662 10:58:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:59:00 Removing intermediate container 91cdf9675a52 10:59:00 ---> ed414ed5ecf1 10:59:00 Step 23/24 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:59:00 ---> Running in 874023b64f71 10:59:00 ---> 636cc12ea954 10:59:00 Step 19/26 : RUN apk --no-cache add py3-pip 10:59:00 Removing intermediate container 874023b64f71 10:59:00 ---> a42ac2ad409f 10:59:00 Step 24/24 : LABEL version=0.0.0 10:59:00 ---> Running in b8dd08469cac 10:59:00 ---> Running in bbd085733d3c 10:59:00 Removing intermediate container bbd085733d3c 10:59:00 ---> f55b6e2747cf 10:59:00 10:59:00 Successfully built f55b6e2747cf 10:59:00 Successfully tagged docker-security-secretstore-setup-go:latest 10:59:00  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:59:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:59:01 (1/33) Installing libbz2 (1.0.8-r1) 10:59:01 (2/33) Installing expat (2.2.9-r1) 10:59:01 (3/33) Installing libffi (3.3-r2) 10:59:01 (4/33) Installing gdbm (1.13-r1) 10:59:01 (5/33) Installing xz-libs (5.2.5-r0) 10:59:01 (6/33) Installing sqlite-libs (3.32.1-r0) 10:59:01 (7/33) Installing python3 (3.8.5-r0) 10:59:02 (8/33) Installing py3-appdirs (1.4.4-r1) 10:59:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:59:02 (10/33) Installing py3-parsing (2.4.7-r0) 10:59:02 (11/33) Installing py3-six (1.15.0-r0) 10:59:02 (12/33) Installing py3-packaging (20.4-r0) 10:59:02 (13/33) Installing py3-setuptools (47.0.0-r0) 10:59:02 (14/33) Installing py3-chardet (3.0.4-r4) 10:59:02 (15/33) Installing py3-idna (2.9-r0) 10:59:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:59:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:59:02 (18/33) Installing py3-requests (2.23.0-r0) 10:59:02 (19/33) Installing py3-msgpack (1.0.0-r0) 10:59:02 (20/33) Installing py3-lockfile (0.12.2-r3) 10:59:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:59:02 (22/33) Installing py3-colorama (0.4.3-r0) 10:59:02 (23/33) Installing py3-distlib (0.3.0-r0) 10:59:02 (24/33) Installing py3-distro (1.5.0-r1) 10:59:02 (25/33) Installing py3-webencodings (0.5.1-r3) 10:59:02 (26/33) Installing py3-html5lib (1.0.1-r4) 10:59:02 (27/33) Installing py3-pytoml (0.1.21-r0) 10:59:02 (28/33) Installing py3-pep517 (0.8.2-r0) 10:59:02 (29/33) Installing py3-progress (1.5-r0) 10:59:02 (30/33) Installing py3-toml (0.10.1-r0) 10:59:02 (31/33) Installing py3-retrying (1.3.3-r0) 10:59:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:59:02 (33/33) Installing py3-pip (20.1.1-r0) 10:59:03 Executing busybox-1.31.1-r19.trigger 10:59:03 OK: 71 MiB in 55 packages 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.275s coverage: 92.8% of statements 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.285s coverage: 0.1% of statements 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:59:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.125s coverage: 96.3% of statements 10:59:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 10:59:13 Removing intermediate container b8dd08469cac 10:59:13 ---> c608aae31491 10:59:13 Step 20/26 : RUN pip install docker-compose==1.23.2 10:59:13 ---> Running in 8f54b484ca7d 10:59:13 Collecting docker-compose==1.23.2 10:59:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:59:13 Collecting dockerpty<0.5,>=0.4.1 10:59:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:59:14 Collecting PyYAML<4,>=3.10 10:59:14 Downloading PyYAML-3.13.tar.gz (270 kB) 10:59:15 Collecting docker<4.0,>=3.6.0 10:59:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:59:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:59:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:59:15 Collecting docopt<0.7,>=0.6.1 10:59:15 Downloading docopt-0.6.2.tar.gz (25 kB) 10:59:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:59:16 Collecting texttable<0.10,>=0.9.0 10:59:16 Downloading texttable-0.9.1.tar.gz (11 kB) 10:59:16 Collecting jsonschema<3,>=2.5.1 10:59:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:59:17 Collecting cached-property<2,>=1.2.0 10:59:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:59:17 Collecting websocket-client<1.0,>=0.32.0 10:59:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:59:17 Collecting docker-pycreds>=0.4.0 10:59:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:59:17 Collecting idna<2.8,>=2.5 10:59:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:59:17 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) 10:59:17 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) 10:59:17 Collecting urllib3<1.25,>=1.21.1 10:59:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:59:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:59:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:59:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:59:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:59:17 Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, texttable, jsonschema, cached-property, docker-compose 10:59:17 Running setup.py install for dockerpty: started 10:59:18 Running setup.py install for dockerpty: finished with status 'done' 10:59:18 Running setup.py install for PyYAML: started 10:59:19 Running setup.py install for PyYAML: finished with status 'done' 10:59:19 Attempting uninstall: idna 10:59:19 Found existing installation: idna 2.9 10:59:19 Uninstalling idna-2.9: 10:59:19 Successfully uninstalled idna-2.9 10:59:19 Attempting uninstall: urllib3 10:59:19 Found existing installation: urllib3 1.25.9 10:59:19 Uninstalling urllib3-1.25.9: 10:59:19 Successfully uninstalled urllib3-1.25.9 10:59:19 Attempting uninstall: requests 10:59:19 Found existing installation: requests 2.23.0 10:59:19 Uninstalling requests-2.23.0: 10:59:19 Successfully uninstalled requests-2.23.0 10:59:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 10:59:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 10:59:20 Running setup.py install for docopt: started 10:59:20 Running setup.py install for docopt: finished with status 'done' 10:59:20 Running setup.py install for texttable: started 10:59:20 Running setup.py install for texttable: finished with status 'done' 10:59:21 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 10:59:24 Removing intermediate container 8f54b484ca7d 10:59:24 ---> f1b321d43d45 10:59:24 Step 21/26 : RUN apk --no-cache add curl 10:59:24 ---> Running in 36844842306e 10:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:59:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:59:25 (2/3) Installing libcurl (7.69.1-r3) 10:59:26 (3/3) Installing curl (7.69.1-r3) 10:59:26 Executing busybox-1.31.1-r19.trigger 10:59:26 OK: 72 MiB in 58 packages 10:59:26 Removing intermediate container 36844842306e 10:59:26 ---> ae18d4ea3a9f 10:59:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:59:26 ---> Running in 9a529e18983c 10:59:27 Removing intermediate container 9a529e18983c 10:59:27 ---> 64156a820b58 10:59:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:59:27 ---> Running in 7e55ab8fb296 10:59:27 Removing intermediate container 7e55ab8fb296 10:59:27 ---> fd8e3f9eeb97 10:59:27 Step 24/26 : LABEL arch=x86_64 10:59:27 ---> Running in 4d19521c3c41 10:59:27 Removing intermediate container 4d19521c3c41 10:59:27 ---> e3fb92538d6b 10:59:27 Step 25/26 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 10:59:28 ---> Running in f5292d4693c7 10:59:28 Removing intermediate container f5292d4693c7 10:59:28 ---> a2c8fb8ae2f2 10:59:28 Step 26/26 : LABEL version=0.0.0 10:59:28 ---> Running in 47aebff29041 10:59:28 Removing intermediate container 47aebff29041 10:59:28 ---> b801b66dc166 10:59:28 10:59:28 Successfully built b801b66dc166 10:59:28 Successfully tagged docker-sys-mgmt-agent-go:latest 10:59:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:59:28 $ docker stop --time=1 ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 10:59:30 $ docker rm -f ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:31 + docker images 10:59:31 + grep docker 10:59:31 docker-sys-mgmt-agent-go latest b801b66dc166 3 seconds ago 313MB 10:59:31 docker-security-secretstore-setup-go latest f55b6e2747cf 31 seconds ago 24.6MB 10:59:31 docker-core-command-go latest ac18d5e2d7ad 34 seconds ago 16.9MB 10:59:31 docker-support-scheduler-go latest 1afcc699bc4e 35 seconds ago 17MB 10:59:31 docker-security-bootstrapper-go latest 99e13760493b 2 minutes ago 23.8MB 10:59:31 docker-core-data-go latest 3072fdbf65d7 2 minutes ago 22.3MB 10:59:31 docker-core-metadata-go latest 768acd6cd70d 2 minutes ago 18.8MB 10:59:31 docker-support-notifications-go latest f06181f5b2d1 2 minutes ago 17.5MB 10:59:31 docker-security-proxy-setup-go latest 0cc0fe0802c2 2 minutes ago 24.4MB 10:59:31 docker 20.10.0 aefe523efa57 7 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 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 63.5% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.775s coverage: 68.9% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 37.0% of statements 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.550s coverage: 84.0% of statements 10:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements 10:59:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.458s coverage: 47.0% of statements 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:59:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:59:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:59:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.248s coverage: 90.4% of statements 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:59:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:59:48 Still waiting to schedule task 10:59:48 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.014s coverage: 29.1% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 100.0% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:59:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 10:59:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 10:59:50 GO111MODULE=on go vet ./... 11:01:12 gofmt -l . 11:01:12 [ "`gofmt -l .`" = "" ] 11:01:12 ./bin/test-go-mod-tidy.sh 11:01:12 ./bin/test-attribution-txt.sh [Pipeline] sh 11:01:13 + ls -al . 11:01:13 total 712 11:01:13 drwxrwxr-x 9 1001 1001 4096 Feb 4 11:01 . 11:01:13 drwxr-xr-x 4 root root 4096 Feb 4 10:56 .. 11:01:13 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:55 .dockerignore 11:01:13 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:55 .git 11:01:13 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:55 .github 11:01:13 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:55 .gitignore 11:01:13 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:55 .sonarcloud.properties 11:01:13 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:55 Attribution.txt 11:01:13 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:55 CONTRIBUTING.md 11:01:13 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:55 Dockerfile.build 11:01:13 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:55 Jenkinsfile 11:01:13 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:55 LICENSE 11:01:13 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:55 Makefile 11:01:13 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:55 README.md 11:01:13 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:55 SECURITY.md 11:01:13 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION 11:01:13 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:55 ZMQWindows.md 11:01:13 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:55 bin 11:01:13 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:55 cmd 11:01:13 -rw-r--r-- 1 root root 580808 Feb 4 10:59 coverage.out 11:01:13 -rw-r--r-- 1 root root 1054 Feb 4 11:01 go.mod 11:01:13 -rw-r--r-- 1 root root 19401 Feb 4 11:01 go.sum 11:01:13 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:55 internal 11:01:13 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:55 openapi 11:01:13 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:55 snap 11:01:13 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:55 version.go [Pipeline] sh 11:01:14 + '[' -e coverage.out ] 11:01:14 + chown 1001:1001 coverage.out [Pipeline] stash 11:01:14 Warning: overwriting stash ‘coverage-report’ 11:01:15 Stashed 1 file(s) [Pipeline] sh 11:01:16 + make build 11:01: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 11:01:28 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 11:01:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:01:54 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 11:01:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:02:00 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 11:02:05 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 11:02:09 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 11:02:13 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 11:02:17 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 11:02:20 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 11:02:24 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 11:02:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 11:02:33 $ docker stop --time=1 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 11:02:35 $ docker rm -f 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:38 11:02:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:02:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:38 latest: Pulling from edgex-devops/edgex-compose-arm64 11:02:38 29e5d40040c1: Pulling fs layer 11:02:38 1ce36da41761: Pulling fs layer 11:02:38 25b303627fd3: Pulling fs layer 11:02:38 29e5d40040c1: Verifying Checksum 11:02:38 29e5d40040c1: Download complete 11:02:39 1ce36da41761: Verifying Checksum 11:02:39 1ce36da41761: Download complete 11:02:39 29e5d40040c1: Pull complete 11:02:41 1ce36da41761: Pull complete 11:02:41 25b303627fd3: Verifying Checksum 11:02:41 25b303627fd3: Download complete 11:02:51 25b303627fd3: Pull complete 11:02:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 11:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 11:02:51 prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container 11:02:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 11:02:54 $ docker top a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:55 + grep parallel 11:02:55 + docker-compose build --help 11:02:59 --parallel Build images in parallel. [Pipeline] } 11:02:59 $ docker stop --time=1 a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 11:03:01 $ docker rm -f a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:03:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:03:02 . [Pipeline] withDockerContainer 11:03:02 prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container 11:03: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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 11:03:04 $ docker top 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:05 + docker-compose -f ./docker-compose-build.yml build --parallel 11:03:09 Building docker-core-command-go ... 11:03:09 Building docker-core-data-go ... 11:03:09 Building docker-core-metadata-go ... 11:03:09 Building docker-security-bootstrapper-go ... 11:03:09 Building docker-security-proxy-setup-go ... 11:03:09 Building docker-security-secretstore-setup-go ... 11:03:09 Building docker-support-notifications-go ... 11:03:09 Building docker-support-scheduler-go ... 11:03:09 Building docker-sys-mgmt-agent-go ... 11:03:09 Building docker-security-secretstore-setup-go 11:03:09 Building docker-sys-mgmt-agent-go 11:03:09 Building docker-core-metadata-go 11:03:09 Building docker-support-notifications-go 11:03:09 Building docker-security-bootstrapper-go 11:03:50 Running on prd-ubuntu18.04-docker-8c-8g-24987 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws 11:03:51 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 11:03:53 using credential edgex-jenkins-ssh 11:03:53 Cloning the remote Git repository 11:03:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:03:53 > git init /w/workspace/edgex-go/8 # timeout=10 11:03:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:03:53 > git --version # timeout=10 11:03:53 > git --version # 'git version 2.17.1' 11:03:53 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:04:16 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 11:04:17 Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 11:04:17 Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) 11:04:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:04:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:04:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:04:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:04:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:04:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:04:16 > git config core.sparsecheckout # timeout=10 11:04:16 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 11:04:17 > git remote # timeout=10 11:04:17 > git config --get remote.origin.url # timeout=10 11:04:17 using GIT_SSH to set credentials SSH Credentials for GitHub 11:04:17 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 11:04:17 > git rev-parse HEAD^{commit} # timeout=10 11:04:17 > git config core.sparsecheckout # timeout=10 11:04:17 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 11:04:20 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:21 + echo snap-build.sh 11:04:21 snap-build.sh 11:04:21 + SNAP_BASE_DIR=. 11:04:21 + '[' '!' -z /w/workspace/edgex-go/8 ']' 11:04:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 11:04:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 11:04:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 11:04:21 + cd /w/workspace/edgex-go/8 11:04:21 + sudo apt-get remove -qy --purge lxd lxd-client 11:04:21 Reading package lists... 11:04:22 Building dependency tree... 11:04:22 Reading state information... 11:04:22 The following packages were automatically installed and are no longer required: 11:04:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 11:04:22 uidmap xdelta3 11:04:22 Use 'sudo apt autoremove' to remove them. 11:04:22 The following packages will be REMOVED: 11:04:22 lxd* lxd-client* 11:04:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 11:04:22 After this operation, 31.7 MB disk space will be freed. 11:04:23 (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.) 11:04:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 11:04:24 Removing lxd dnsmasq configuration 11:04:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 11:04:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 11:04:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 11:04: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 ... 189852 files and directories currently installed.) 11:04:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 11:04:26 Processing triggers for systemd (237-3ubuntu10.42) ... 11:04:26 Processing triggers for ureadahead (0.100.0-21) ... 11:04:28 + sudo snap remove --purge lxd 11:04:28 snap "lxd" is not installed 11:04:28 + sudo groupadd --force --system lxd 11:04:28 ++ whoami 11:04:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 11:04:28 + newgrp - lxd 11:04:28 + sudo snap install lxd 11:04:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:04:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:04:31 ---> 06398964b6d1 11:04:31 Step 3/31 : WORKDIR /edgex-go 11:04:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:04:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:04:31 ---> 06398964b6d1 11:04:31 Step 3/23 : WORKDIR /edgex-go 11:04:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:04:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 11:04:31 ---> 06398964b6d1 11:04:31 Step 3/26 : WORKDIR /edgex-go 11:04:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:04:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 11:04:31 ---> 06398964b6d1 11:04:31 Step 3/24 : WORKDIR /edgex-go 11:04:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:04:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:04:31 ---> 06398964b6d1 11:04:31 Step 3/22 : WORKDIR /edgex-go 11:04:31 ---> Running in f2ed956f3e36 11:04:31 ---> Running in 047585da34bd 11:04:31 ---> Running in cdedeadf411d 11:04:31 ---> Running in 53f1318f915d 11:04:31 ---> Running in 28cbabc14c87 11:04:31 Removing intermediate container 53f1318f915d 11:04:31 ---> cb9ffd1fdf7b 11:04:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:31 Removing intermediate container cdedeadf411d 11:04:31 Removing intermediate container f2ed956f3e36 11:04:31 ---> 13e8b1dcf90e 11:04:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 7efee7453dd7 11:04:31 11:04:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:31 Removing intermediate container 28cbabc14c87 11:04:31 ---> 54219e7c2732 11:04:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:31 Removing intermediate container 047585da34bd 11:04:31 ---> 896cc6b07026 11:04:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:31 ---> Running in e16ae9db074e 11:04:31 ---> Running in 629712d91eaa 11:04:31 ---> Running in f271f76afb40 11:04:31 ---> Running in 36df736c37fc 11:04:31 ---> Running in 4d5a58f4fd78 11:04:31 Removing intermediate container e16ae9db074e 11:04:31 ---> 219aff2cffda 11:04:31 Step 5/23 : RUN apk add --update --no-cache make git 11:04:31 ---> Running in 34f69163197a 11:04:31 Removing intermediate container 629712d91eaa 11:04:31 ---> 2e21f966311e 11:04:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:04:31 ---> Running in 5cd4b9e7ec80 11:04:31 Removing intermediate container 36df736c37fc 11:04:31 ---> 93a8dd9531c1 11:04:31 Step 5/31 : RUN apk add --update --no-cache make git 11:04:31 Removing intermediate container 4d5a58f4fd78 11:04:31 ---> 0d99df0b0091 11:04:31 Step 5/24 : RUN apk add --update --no-cache make git 11:04:31 Removing intermediate container f271f76afb40 11:04:31 ---> bcd85a5ad784 11:04:31 Step 5/26 : RUN apk add --update --no-cache make bash git 11:04:31 ---> Running in d01772774148 11:04:31 ---> Running in 24c253fcf6ea 11:04:31 ---> Running in 1bdb59ef02dc 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:31 OK: 217 MiB in 51 packages 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:04:31 OK: 217 MiB in 51 packages 11:04:31 OK: 217 MiB in 51 packages 11:04:31 OK: 217 MiB in 51 packages 11:04:31 OK: 217 MiB in 51 packages 11:04:31 Removing intermediate container 34f69163197a 11:04:31 ---> 281af1b0dda1 11:04:31 Step 6/23 : COPY go.mod . 11:04:32 Removing intermediate container 5cd4b9e7ec80 11:04:32 ---> 3e54fe1b12d1 11:04:32 Step 6/22 : COPY go.mod . 11:04:32 ---> 635d9d3fe4fe 11:04:32 Step 7/23 : RUN go mod download 11:04:33 Removing intermediate container d01772774148 11:04:33 Removing intermediate container 24c253fcf6ea 11:04:33 ---> 8752dd863a24 11:04:33 Step 6/24 : COPY go.mod . 11:04:33 ---> 4589ea28858e 11:04:33 Step 6/31 : COPY go.mod . 11:04:33 ---> Running in 54a7a6dd89da 11:04:33 Removing intermediate container 1bdb59ef02dc 11:04:33 ---> 28b5ca659fab 11:04:33 Step 6/26 : COPY go.mod . 11:04:33 ---> 3f7e9905d266 11:04:33 Step 7/22 : RUN go mod download 11:04:34 ---> Running in 51aa7a6fc1cc 11:04:34 ---> adf74f454b3d 11:04:34 Step 7/26 : RUN go mod download 11:04:34 ---> 1d52244dc6da 11:04:34 Step 7/24 : RUN go mod download 11:04:34 ---> b32971189609 11:04:34 Step 7/31 : RUN go mod download 11:04:34 ---> Running in 5ce5dbe1a6c4 11:04:34 ---> Running in e330adf6c737 11:04:34 ---> Running in 3501eadded4b 11:04:36 2021-02-04T11:04:34Z INFO Waiting for automatic snapd restart... 11:04:36 Removing intermediate container 54a7a6dd89da 11:04:36 ---> 574c6b9c4172 11:04:36 Step 8/23 : COPY . . 11:04:38 Removing intermediate container 51aa7a6fc1cc 11:04:38 ---> 3498a0152766 11:04:38 Step 8/22 : COPY . . 11:04:39 Removing intermediate container 5ce5dbe1a6c4 11:04:39 ---> 646fdcd881ff 11:04:39 Step 8/26 : COPY . . 11:04:40 Removing intermediate container e330adf6c737 11:04:40 ---> 7bc2b59d61c8 11:04:40 Step 8/24 : COPY . . 11:04:40 Removing intermediate container 3501eadded4b 11:04:40 ---> 06acdd9876b2 11:04:40 Step 8/31 : COPY . . 11:04:48 lxd 4.10 from Canonical* installed 11:04:48 + sudo lxd init --auto 11:04:56 + sudo snap install --classic snapcraft 11:05:05 snapcraft 4.4.4 from Canonical* installed 11:05:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 11:05:05 + patch --verbose -p1 11:05:05 Hmm... Looks like a unified diff to me... 11:05:05 The text leading up to this was: 11:05:05 -------------------------- 11:05:05 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 11:05:05 |From: Tony Espy 11:05:05 |Date: Wed, 16 Dec 2020 16:34:55 -0500 11:05:05 |Subject: [PATCH] optimize snap build for pipeline CI check 11:05:05 | 11:05:05 |This patch is used by the EdgeX CI pipeline builds to 11:05:05 |optimize the snap CI check run for pull requests. When 11:05:05 |applied, it essentially strips out everything (apps and 11:05:05 |parts) from the snapcraft.yaml file except those required 11:05:05 |to build edgex-go, as the whole idea of the CI check is to 11:05:05 |catch changes to edgex-go that break the snap build. 11:05:05 | 11:05:05 |In general, anyone updating snapcraft.yaml will also need 11:05:05 |to update this patch file, otherwise it may fail to apply, 11:05:05 |resulting in a failed snap build CI check in the associated 11:05:05 |pull request. 11:05:05 | 11:05:05 |Note - in addition to applying this patch, the pipeline also 11:05:05 |only primes the snap (e.g. `snapcraft prime`), as there's no 11:05:05 |need to build the finally binary .snap file (and it won't 11:05:05 |work with the patch applied). This further reduces the build 11:05:05 |time. 11:05:05 |--- 11:05:05 | snap/snapcraft.yaml | 461 +------------------------------------------- 11:05:05 | 1 file changed, 2 insertions(+), 459 deletions(-) 11:05:05 | 11:05:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 11:05:05 |index 1e537489..faf42425 100644 11:05:05 |--- a/snap/snapcraft.yaml 11:05:05 |+++ b/snap/snapcraft.yaml 11:05:05 -------------------------- 11:05:05 patching file snap/snapcraft.yaml 11:05:05 Using Plan A... 11:05:05 Hunk #1 succeeded at 73. 11:05:05 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 11:05:05 Hunk #3 succeeded at 214 (offset -1 lines). 11:05:05 Hunk #4 succeeded at 222 (offset -1 lines). 11:05:05 Hunk #5 succeeded at 229 (offset -1 lines). 11:05:05 Hunk #6 succeeded at 256 (offset -1 lines). 11:05:05 Hunk #7 succeeded at 290 (offset -1 lines). 11:05:05 Hunk #8 succeeded at 342. 11:05:05 Hmm... Ignoring the trailing garbage. 11:05:05 done 11:05:05 + sudo snapcraft prime --use-lxd 11:05:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 11:05:05 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 11:05:05 - README.md 11:05:05 - snapcraft.yaml.orig 11:05:05 11:05:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:05:06 Launching a container. 11:05:07 ---> 6cb2f4049818 11:05:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:05:07 ---> 1790637ea201 11:05:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:05:07 ---> 095df5de04cf 11:05:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:05:07 ---> 5dff50cc856f 11:05:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 11:05:07 ---> 9946ede337e5 11:05:07 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:05:07 ---> Running in fe6d6c00c15e 11:05:07 ---> Running in 10dbe6132c0f 11:05:07 ---> Running in 27962e1f2270 11:05:07 ---> Running in 894b6e8d2601 11:05:07 ---> Running in c733db5ff149 11:05:07 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 11:05:07 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 11:05:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:05:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:05: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 11:05:18 Waiting for container to be ready 11:05:18 To start your first instance, try: lxc launch ubuntu:18.04 11:05:18 11:05:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 11:05:21 Waiting for network to be ready... 11:05:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:05:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:05:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:05:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:05:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:05:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:05:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:05:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:05:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:05:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:05:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:05:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:05:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:05:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:05:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:05:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:05:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:05:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:05:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:05:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:05:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:05:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:05:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:05:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:05:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:05:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:05:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:05:27 Fetched 23.9 MB in 5s (4499 kB/s) 11:05:27 Reading package lists... 11:05:27 Reading package lists... 11:05:28 Building dependency tree... 11:05:28 Reading state information... 11:05:28 The following additional packages will be installed: 11:05:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:05:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:05:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:05:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 11:05:28 Suggested packages: 11:05:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 11:05:28 Recommended packages: 11:05:28 gnupg libsasl2-modules 11:05:28 The following NEW packages will be installed: 11:05:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:05:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:05:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:05:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 11:05:28 The following packages will be upgraded: 11:05:28 gpg gpg-agent gpgconf libudev1 11:05:28 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 11:05:28 Need to get 3533 kB of archives. 11:05:28 After this operation, 13.3 MB of additional disk space will be used. 11:05:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 11:05:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 11:05:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 11:05:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 11:05:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 11:05:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 11:05:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 11:05:28 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 11:05:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 11:05:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 11:05:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 11:05:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 11:05:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 11:05:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 11:05:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 11:05:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 11:05:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 11:05:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 11:05:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 11:05:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 11:05:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 11:05:29 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 11:05:29 debconf: delaying package configuration, since apt-utils is not installed 11:05:29 Fetched 3533 kB in 1s (3480 kB/s) 11:05:29 (Reading database ... 12511 files and directories currently installed.) 11:05:29 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 11:05:29 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:05:29 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 11:05:29 Selecting previously unselected package udev. 11:05:29 (Reading database ... 12511 files and directories currently installed.) 11:05:29 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 11:05:29 Unpacking udev (237-3ubuntu10.44) ... 11:05:30 Selecting previously unselected package libfuse2:amd64. 11:05:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 11:05:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:05:30 Selecting previously unselected package fuse. 11:05:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 11:05:30 Unpacking fuse (2.9.7-1ubuntu1) ... 11:05:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:30 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:05:30 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:30 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:05:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:30 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:05:30 Selecting previously unselected package libksba8:amd64. 11:05:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 11:05:30 Unpacking libksba8:amd64 (1.3.5-2) ... 11:05:30 Selecting previously unselected package libroken18-heimdal:amd64. 11:05:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libasn1-8-heimdal:amd64. 11:05:31 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libheimbase1-heimdal:amd64. 11:05:31 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libhcrypto4-heimdal:amd64. 11:05:31 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libwind0-heimdal:amd64. 11:05:31 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 11:05:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 11:05:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 11:05:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 11:05:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:05:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:31 Selecting previously unselected package libsasl2-modules-db:amd64. 11:05:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:05:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:05:31 Selecting previously unselected package libsasl2-2:amd64. 11:05:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:05:32 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:05:32 Selecting previously unselected package libldap-common. 11:05:32 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 11:05:32 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:05:32 Selecting previously unselected package libldap-2.4-2:amd64. 11:05:32 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 11:05:32 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:05:32 Selecting previously unselected package dirmngr. 11:05:32 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:32 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 11:05:32 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:05:32 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 11:05:32 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:05:32 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:05:32 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:05:32 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 11:05:32 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:32 Setting up libksba8:amd64 (1.3.5-2) ... 11:05:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:05:32 Setting up udev (237-3ubuntu10.44) ... 11:05:33 invoke-rc.d: policy-rc.d denied execution of start. 11:05:33 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Processing triggers for systemd (237-3ubuntu10) ... 11:05:33 Setting up fuse (2.9.7-1ubuntu1) ... 11:05:33 Setting up gpg (2.2.4-1ubuntu1.3) ... 11:05:33 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:05:33 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:05:33 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 11:05:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:05:34 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 11:05:34 settings in the [Install] section, and DefaultInstance for template units). 11:05:34 This means they are not meant to be enabled using systemctl. 11:05:34 Possible reasons for having this kind of units are: 11:05:34 1) A unit may be statically enabled by being symlinked from another unit's 11:05:34 .wants/ or .requires/ directory. 11:05:34 2) A unit's purpose may be to act as a helper for some other unit which has 11:05:34 a requirement dependency on it. 11:05:34 3) A unit may be started when needed via activation (socket, path, timer, 11:05:34 D-Bus, udev, scripted systemctl call, ...). 11:05:34 4) In case of template units, the unit is meant to be enabled with some 11:05:34 instance name specified. 11:05:34 Reading package lists... 11:05:34 Building dependency tree... 11:05:34 Reading state information... 11:05:34 The following additional packages will be installed: 11:05:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 11:05:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 11:05:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 11:05:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 11:05:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 11:05:34 Suggested packages: 11:05:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 11:05:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 11:05:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 11:05:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 11:05:34 systemd-container policykit-1 11:05:34 Recommended packages: 11:05:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 11:05:34 The following NEW packages will be installed: 11:05:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 11:05:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 11:05:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 11:05:34 multiarch-support openssh-client python3 python3-minimal python3.6 11:05:34 python3.6-minimal snapd squashfs-tools sudo 11:05:34 The following packages will be upgraded: 11:05:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 11:05:34 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 11:05:34 Need to get 35.2 MB of archives. 11:05:34 After this operation, 141 MB of additional disk space will be used. 11:05:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 11:05:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 11:05:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 11:05:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 11:05:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 11:05:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 11:05:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 11:05:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 11:05:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 11:05:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 11:05:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 11:05:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 11:05:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 11:05:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 11:05:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 11:05:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 11:05:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 11:05:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 11:05:35 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 11:05:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 11:05:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 11:05:35 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 11:05:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 11:05:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 11:05:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 11:05:35 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 11:05:35 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 11:05:35 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 11:05:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 11:05:35 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 11:05:37 debconf: delaying package configuration, since apt-utils is not installed 11:05:37 Fetched 35.2 MB in 2s (15.3 MB/s) 11:05:37 (Reading database ... 12757 files and directories currently installed.) 11:05:37 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 11:05:37 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:05:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 11:05:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:05:38 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 11:05:38 (Reading database ... 12757 files and directories currently installed.) 11:05:38 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 11:05:38 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 11:05:38 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 11:05:38 (Reading database ... 12757 files and directories currently installed.) 11:05:38 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 11:05:38 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 11:05:38 Setting up apt (1.6.12ubuntu0.2) ... 11:05:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 11:05:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 11:05:39 (Reading database ... 12764 files and directories currently installed.) 11:05:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:05:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:05:39 Selecting previously unselected package libpython3.6-minimal:amd64. 11:05:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:05:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:05:40 Selecting previously unselected package libexpat1:amd64. 11:05:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 11:05:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:05:40 Selecting previously unselected package python3.6-minimal. 11:05:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:05:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:05:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 11:05:40 Checking for services that may need to be restarted...done. 11:05:40 Checking for services that may need to be restarted...done. 11:05:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:05:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:05:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:05:41 Selecting previously unselected package python3-minimal. 11:05:41 (Reading database ... 13012 files and directories currently installed.) 11:05:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 11:05:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 11:05:41 Selecting previously unselected package mime-support. 11:05:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 11:05:41 Unpacking mime-support (3.60ubuntu1) ... 11:05:41 Selecting previously unselected package libmpdec2:amd64. 11:05:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 11:05:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:05:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 11:05:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:05:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:05:42 Selecting previously unselected package python3.6. 11:05:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:05:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:05:42 Selecting previously unselected package libpython3-stdlib:amd64. 11:05:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 11:05:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:05:42 Setting up python3-minimal (3.6.7-1~18.04) ... 11:05:42 Selecting previously unselected package python3. 11:05:42 (Reading database ... 13442 files and directories currently installed.) 11:05:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 11:05:42 Unpacking python3 (3.6.7-1~18.04) ... 11:05:42 Selecting previously unselected package multiarch-support. 11:05:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 11:05:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 11:05:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 11:05:42 Selecting previously unselected package liblzo2-2:amd64. 11:05:42 (Reading database ... 13479 files and directories currently installed.) 11:05:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 11:05:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 11:05:42 Selecting previously unselected package libbsd0:amd64. 11:05:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 11:05:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:05:42 Selecting previously unselected package sudo. 11:05:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 11:05:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 11:05:43 Selecting previously unselected package apparmor. 11:05:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 11:05:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 11:05:43 Selecting previously unselected package libedit2:amd64. 11:05:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 11:05:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 11:05:43 Selecting previously unselected package libkrb5support0:amd64. 11:05:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 11:05:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:05:43 Selecting previously unselected package libk5crypto3:amd64. 11:05:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 11:05:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:05:43 Selecting previously unselected package libkeyutils1:amd64. 11:05:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 11:05:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:05:43 Selecting previously unselected package libkrb5-3:amd64. 11:05:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 11:05:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:05:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:05:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 11:05:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:05:44 Selecting previously unselected package libssl1.0.0:amd64. 11:05:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 11:05:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:05:44 Selecting previously unselected package openssh-client. 11:05:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 11:05:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 11:05:44 Selecting previously unselected package squashfs-tools. 11:05:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 11:05:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:05:44 Selecting previously unselected package snapd. 11:05:44 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 11:05:44 Unpacking snapd (2.48+18.04) ... 11:05:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 11:05:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:05:47 Setting up mime-support (3.60ubuntu1) ... 11:05:48 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 11:05:48 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:05:48 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:05:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:05:48 Setting up systemd (237-3ubuntu10.44) ... 11:05:48 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 11:05:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:05:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:05:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 11:05:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:05:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:05:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:05:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:05:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:05:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:05:50 Setting up python3 (3.6.7-1~18.04) ... 11:05:50 running python rtupdate hooks for python3.6... 11:05:50 running python post-rtupdate hooks for python3.6... 11:05:50 Setting up apparmor (2.12-4ubuntu5.1) ... 11:05:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 11:05:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:05:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 11:05:52 Setting up snapd (2.48+18.04) ... 11:05:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 11:05:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 11:05:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 11:05:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 11:05:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:05:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:05:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 11:05:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 11:05:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 11:05:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 11:05:54 /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' 11:05:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:05:54 Processing triggers for systemd (237-3ubuntu10.44) ... 11:05:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:05:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:05:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:05:57 Reading package lists... 11:05:57 Reading package lists... 11:05:57 Building dependency tree... 11:05:57 Reading state information... 11:05:57 Calculating upgrade... 11:05:57 The following packages will be upgraded: 11:05:57 advancecomp base-files bash binutils binutils-common 11:05:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 11:05:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 11:05:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 11:05:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 11:05:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 11:05:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 11:05:57 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 11:05:57 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 11:05:57 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 11:05:57 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 11:05:57 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 11:05:57 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 11:05:57 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 11:05:57 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 11:05:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 11:05:57 Need to get 63.8 MB of archives. 11:05:57 After this operation, 5188 kB of additional disk space will be used. 11:05:57 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 11:05:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 11:05:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 11:05:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 11:05:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 11:05:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 11:05:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 11:05:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 11:05:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 11:05:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 11:05:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 11:05:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 11:05:58 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 11:05:58 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 11:05:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 11:05:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 11:05:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 11:05:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 11:05:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 11:05:58 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 11:05:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 11:05:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 11:05:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 11:05:58 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 11:05:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 11:05:58 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 11:05:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 11:05:58 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 11:05:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 11:05:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 11:05:58 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 11:05:58 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 11:05:58 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 11:05:59 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 11:05:59 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 11:05:59 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 11:05:59 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 11:05:59 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 11:05:59 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 11:05:59 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 11:05:59 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 11:05:59 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 11:05:59 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 11:05:59 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 11:05:59 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 11:05:59 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 11:05:59 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 11:05:59 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 11:05:59 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 11:05:59 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 11:05:59 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 11:05:59 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 11:05:59 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 11:05:59 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 11:05:59 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 11:05:59 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 11:05:59 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 11:05:59 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 11:05:59 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 11:05:59 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 11:05:59 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 11:05:59 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 11:05:59 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 11:05:59 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 11:05:59 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 11:05:59 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 11:05:59 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 11:05:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 11:05:59 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 11:05:59 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 11:05:59 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 11:05:59 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 11:05:59 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 11:05:59 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 11:05:59 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 11:05:59 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 11:05:59 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 11:05:59 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 11:05:59 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 11:05:59 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 11:05:59 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 11:05:59 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 11:05:59 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 11:06:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 11:06:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 11:06:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 11:06:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 11:06:00 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 11:06:00 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 11:06:00 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 11:06:00 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 11:06:00 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 11:06:00 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 11:06:00 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 11:06:01 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 11:06:01 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 11:06:01 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:06:01 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 11:06:01 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 11:06:01 debconf: delaying package configuration, since apt-utils is not installed 11:06:01 Fetched 63.8 MB in 4s (17.7 MB/s) 11:06:01 (Reading database ... 13912 files and directories currently installed.) 11:06:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 11:06:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:06:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 11:06:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:06:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 11:06:02 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 11:06:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:03 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:03 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:04 (Reading database ... 13911 files and directories currently installed.) 11:06:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 11:06:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 11:06:04 (Reading database ... 13911 files and directories currently installed.) 11:06:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:06:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:06:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:05 (Reading database ... 13911 files and directories currently installed.) 11:06:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 11:06:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:06:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 11:06:06 (Reading database ... 13911 files and directories currently installed.) 11:06:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 11:06:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 11:06:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 11:06:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 11:06:06 Setting up base-files (10.1ubuntu2.10) ... 11:06:06 Installing new version of config file /etc/issue ... 11:06:06 Installing new version of config file /etc/issue.net ... 11:06:06 Installing new version of config file /etc/lsb-release ... 11:06:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 11:06:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 11:06:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 11:06:06 Removing obsolete conffile /etc/default/motd-news ... 11:06:06 (Reading database ... 13912 files and directories currently installed.) 11:06:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 11:06:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 11:06:07 Setting up bash (4.4.18-2ubuntu1.2) ... 11:06:07 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 11:06:07 (Reading database ... 13912 files and directories currently installed.) 11:06:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 11:06:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 11:06:07 (Reading database ... 13912 files and directories currently installed.) 11:06:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 11:06:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 11:06:07 Setting up tar (1.29b-2ubuntu0.2) ... 11:06:07 (Reading database ... 13912 files and directories currently installed.) 11:06:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 11:06:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:06:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 11:06:08 (Reading database ... 13912 files and directories currently installed.) 11:06:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 11:06:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:06:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 11:06:08 (Reading database ... 13912 files and directories currently installed.) 11:06:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 11:06:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:06:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 11:06:08 (Reading database ... 13912 files and directories currently installed.) 11:06:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 11:06:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 11:06:08 Setting up grep (3.1-2build1) ... 11:06:08 (Reading database ... 13912 files and directories currently installed.) 11:06:08 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 11:06:08 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:06:08 Setting up login (1:4.5-1ubuntu2) ... 11:06:09 (Reading database ... 13912 files and directories currently installed.) 11:06:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 11:06:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:06:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 11:06:09 (Reading database ... 13912 files and directories currently installed.) 11:06:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 11:06:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:06:09 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 11:06:09 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:06:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 11:06:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:06:10 Setting up perl-base (5.26.1-6ubuntu0.5) ... 11:06:10 (Reading database ... 13912 files and directories currently installed.) 11:06:10 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 11:06:10 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:06:11 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:06:11 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:06:11 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:06:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:06:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 11:06:12 (Reading database ... 13912 files and directories currently installed.) 11:06:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 11:06:12 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 11:06:12 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 11:06:12 (Reading database ... 13912 files and directories currently installed.) 11:06:12 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:12 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:12 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:06:12 (Reading database ... 13912 files and directories currently installed.) 11:06:12 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:12 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:12 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:06:12 (Reading database ... 13912 files and directories currently installed.) 11:06:12 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:12 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:12 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:06:12 (Reading database ... 13912 files and directories currently installed.) 11:06:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:13 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:06:13 (Reading database ... 13912 files and directories currently installed.) 11:06:13 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 11:06:13 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:06:13 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 11:06:13 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:06:13 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 11:06:13 (Reading database ... 13912 files and directories currently installed.) 11:06:13 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 11:06:13 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:06:13 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 11:06:13 (Reading database ... 13912 files and directories currently installed.) 11:06:13 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:13 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:06:13 (Reading database ... 13912 files and directories currently installed.) 11:06:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:14 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:14 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 11:06:14 (Reading database ... 13912 files and directories currently installed.) 11:06:14 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:14 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 11:06:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 11:06:15 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 11:06:15 (Reading database ... 13912 files and directories currently installed.) 11:06:15 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 11:06:15 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:06:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 11:06:15 (Reading database ... 13912 files and directories currently installed.) 11:06:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 11:06:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:06:16 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 11:06:16 (Reading database ... 13914 files and directories currently installed.) 11:06:16 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 11:06:16 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 11:06:16 Setting up debconf (1.5.66ubuntu1) ... 11:06:16 (Reading database ... 13914 files and directories currently installed.) 11:06:16 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 11:06:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:06:16 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 11:06:16 (Reading database ... 13914 files and directories currently installed.) 11:06:16 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 11:06:16 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:06:16 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 11:06:17 (Reading database ... 13914 files and directories currently installed.) 11:06:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:06:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:06:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:06:17 (Reading database ... 13914 files and directories currently installed.) 11:06:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:06:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:06:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 11:06:17 (Reading database ... 13914 files and directories currently installed.) 11:06:17 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:06:17 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:06:17 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:06:18 (Reading database ... 13914 files and directories currently installed.) 11:06:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:06:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:06:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 11:06:18 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:06:18 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 11:06:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:06:18 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 11:06:18 (Reading database ... 13914 files and directories currently installed.) 11:06:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 11:06:18 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 11:06:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 11:06:19 (Reading database ... 13914 files and directories currently installed.) 11:06:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 11:06:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:06:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 11:06:19 (Reading database ... 13914 files and directories currently installed.) 11:06:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 11:06:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:06:19 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 11:06:19 (Reading database ... 13914 files and directories currently installed.) 11:06:19 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 11:06:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 11:06:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 11:06:20 (Reading database ... 13914 files and directories currently installed.) 11:06:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 11:06:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:06:20 Setting up passwd (1:4.5-1ubuntu2) ... 11:06:20 (Reading database ... 13914 files and directories currently installed.) 11:06:20 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 11:06:20 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:06:20 Setting up gpgv (2.2.4-1ubuntu1.3) ... 11:06:20 (Reading database ... 13914 files and directories currently installed.) 11:06:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 11:06:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 11:06:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 11:06:21 (Reading database ... 13914 files and directories currently installed.) 11:06:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 11:06:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 11:06:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 11:06:21 (Reading database ... 13914 files and directories currently installed.) 11:06:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 11:06:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 11:06:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 11:06:21 (Reading database ... 13914 files and directories currently installed.) 11:06:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 11:06:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 11:06:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 11:06:21 (Reading database ... 13914 files and directories currently installed.) 11:06:21 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 11:06:21 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 11:06:21 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 11:06:21 (Reading database ... 13914 files and directories currently installed.) 11:06:21 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 11:06:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 11:06:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 11:06:22 (Reading database ... 13915 files and directories currently installed.) 11:06:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:06:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:06:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:06:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:06:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:06:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:06:22 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 11:06:22 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 11:06:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 11:06:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 11:06:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 11:06:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 11:06:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 11:06:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 11:06:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 11:06:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 11:06:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 11:06:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 11:06:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 11:06:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 11:06:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 11:06:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 11:06:24 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 11:06:24 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 11:06:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 11:06:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 11:06:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 11:06:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 11:06:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:06:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:06:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:06:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:06:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:06:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:06:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:06:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:06:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:29 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 11:06:29 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 11:06:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:06:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:06:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:06:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:06:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 11:06:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:06:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 11:06:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:06:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:06:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 11:06:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:06:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:06:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:06:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:06:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 11:06:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 11:06:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 11:06:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 11:06:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 11:06:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 11:06:32 11:06:32 Current default time zone: 'Etc/UTC' 11:06:32 Local time is now: Thu Feb 4 11:06:32 UTC 2021. 11:06:32 Universal Time is now: Thu Feb 4 11:06:32 UTC 2021. 11:06:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 11:06:32 11:06:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 11:06:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 11:06:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 11:06:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 11:06:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 11:06:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 11:06:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 11:06:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 11:06:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 11:06:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 11:06:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 11:06:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:33 Setting up patch (2.7.6-2ubuntu1.1) ... 11:06:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 11:06:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 11:06:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 11:06:33 Installing new version of config file /etc/ssl/openssl.cnf ... 11:06:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 11:06:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 11:06:33 Setting up ca-certificates (20210119~18.04.1) ... 11:06:35 Updating certificates in /etc/ssl/certs... 11:06:35 23 added, 27 removed; done. 11:06:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 11:06:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:06:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 11:06:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 11:06:36 Setting up pkgbinarymangler (138.18.04.1) ... 11:06:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 11:06:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up perl (5.26.1-6ubuntu0.5) ... 11:06:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 11:06:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 11:06:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 11:06:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 11:06:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 11:06:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 11:06:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 11:06:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 11:06:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:06:36 Processing triggers for systemd (237-3ubuntu10.44) ... 11:06:37 Processing triggers for mime-support (3.60ubuntu1) ... 11:06:37 Processing triggers for ca-certificates (20210119~18.04.1) ... 11:06:37 Updating certificates in /etc/ssl/certs... 11:06:37 0 added, 0 removed; done. 11:06:37 Running hooks in /etc/ca-certificates/update.d... 11:06:37 done. 11:06:38 Reading package lists... 11:06:38 Building dependency tree... 11:06:38 Reading state information... 11:06:38 The following NEW packages will be installed: 11:06:38 apt-transport-https 11:06:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 11:06:38 Need to get 1696 B of archives. 11:06:38 After this operation, 153 kB of additional disk space will be used. 11:06:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 11:06:38 debconf: delaying package configuration, since apt-utils is not installed 11:06:38 Fetched 1696 B in 0s (37.4 kB/s) 11:06:38 Selecting previously unselected package apt-transport-https. 11:06:38 (Reading database ... 13920 files and directories currently installed.) 11:06:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 11:06:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 11:06:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 11:06:39 Waiting for network to be ready... 11:06:39 Removing intermediate container 894b6e8d2601 11:06:39 ---> c81376960df6 11:06:39 11:06:39 Step 10/24 : FROM alpine:3.12 11:06:39 3.12: Pulling from library/alpine 11:06:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:06:40 Status: Downloaded newer image for alpine:3.12 11:06:40 ---> afeebe901d6b 11:06:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 11:06:41 ---> Running in 016bfd12c8ba 11:06:44 Removing intermediate container c733db5ff149 11:06:44 ---> 151da8324130 11:06:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:06:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:44 ---> Running in 9f4cab2418b9 11:06:44 (1/5) Installing ca-certificates (20191127-r4) 11:06:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 11:06:44 (3/5) Installing libcurl (7.69.1-r3) 11:06:45 (4/5) Installing curl (7.69.1-r3) 11:06:45 (5/5) Installing dumb-init (1.2.2-r1) 11:06:45 Executing busybox-1.31.1-r19.trigger 11:06:45 Executing ca-certificates-20191127-r4.trigger 11:06:45 OK: 7 MiB in 19 packages 11:06:45 2021-02-04T11:06:42Z INFO Waiting for automatic snapd restart... 11:06:45 snapd 2.48.2 from Canonical* installed 11:06:45 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 11:06:46 "snapd" switched to the "latest/stable" channel 11:06:46 11:06:48 Removing intermediate container 016bfd12c8ba 11:06:48 ---> 521cc28217c9 11:06:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:06:48 ---> Running in 8f3a637617bc 11:06:49 Removing intermediate container 8f3a637617bc 11:06:49 ---> df249d0a594d 11:06:49 Step 13/24 : WORKDIR / 11:06:49 ---> Running in 6a0db2b99249 11:06:50 Removing intermediate container 6a0db2b99249 11:06:50 ---> c8b6ce2c22c2 11:06:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:06:50 core18 20201210 from Canonical* installed 11:06:50 "core18" switched to the "latest/stable" channel 11:06:50 11:06:51 ---> 18d7beb8ffa8 11:06:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:06:52 Removing intermediate container 9f4cab2418b9 11:06:52 ---> 7928a1535118 11:06:52 11:06:52 Step 11/26 : FROM docker:20.10.0 11:06:52 20.10.0: Pulling from library/docker 11:06:54 ---> a08ad2857b3b 11:06:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:06:54 snapcraft 4.4.4 from Canonical* installed 11:06:54 "snapcraft" switched to the "latest/stable" channel 11:06:54 11:06:56 ---> ad9a784cc34c 11:06:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:06:57 Removing intermediate container 27962e1f2270 11:06:57 ---> 2e1074fb3454 11:06:57 11:06:57 Step 10/31 : FROM alpine:3.12 11:06:57 ---> afeebe901d6b 11:06:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:06:57 ---> Running in 2f99d6c16a2d 11:06: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: 11:06:58 - README.md 11:06:58 - snapcraft.yaml.orig 11:06:58 11:06:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:06:58 ---> 075fc9f43540 11:06:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:06:58 Removing intermediate container 2f99d6c16a2d 11:06:58 ---> 90e1ddf0274e 11:06:58 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:06:59 ---> Running in ae085f2180e0 11:07:01 ---> 509b781a2ff9 11:07:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:07:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:03 (1/2) Installing dumb-init (1.2.2-r1) 11:07:03 (2/2) Installing su-exec (0.2-r1) 11:07:03 Executing busybox-1.31.1-r19.trigger 11:07:03 OK: 5 MiB in 16 packages 11:07:03 Removing intermediate container 10dbe6132c0f 11:07:03 ---> 67900755605e 11:07:03 11:07:03 Step 10/22 : FROM alpine:3.12 11:07:03 ---> afeebe901d6b 11:07:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:07:03 ---> d19b08d3e6be 11:07:03 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/ 11:07:03 ---> Running in f45690cd9e3b 11:07:03 ---> Running in 4a2c3b4391d7 11:07:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:07:04 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:07:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:07:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:07:05 Removing intermediate container ae085f2180e0 11:07:05 ---> e467b2e72758 11:07:05 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:07:05 Removing intermediate container fe6d6c00c15e 11:07:05 ---> 2bcc0909e3a4 11:07:05 11:07:05 Step 10/23 : FROM alpine:3.12 11:07:05 ---> afeebe901d6b 11:07:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:07:06 Reading package lists... 11:07:06 ---> Running in 67d5ab33ae03 11:07:06 ---> Running in b7ea21c124a5 11:07:06 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 11:07:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:07 Removing intermediate container b7ea21c124a5 11:07:07 ---> 95dc909e21fe 11:07:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:07:07 (1/2) Installing ca-certificates (20191127-r4) 11:07:07 (2/2) Installing dumb-init (1.2.2-r1) 11:07:07 Executing busybox-1.31.1-r19.trigger 11:07:07 Executing ca-certificates-20191127-r4.trigger 11:07:07 OK: 6 MiB in 16 packages 11:07:07 ---> Running in 8259dd9e2913 11:07:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:08 (1/1) Installing dumb-init (1.2.2-r1) 11:07:08 Executing busybox-1.31.1-r19.trigger 11:07:08 OK: 5 MiB in 15 packages 11:07:09 Removing intermediate container 8259dd9e2913 11:07:09 ---> ae951ee2ad39 11:07:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:07:09 Removing intermediate container f45690cd9e3b 11:07:09 ---> 2579140d993b 11:07:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 11:07:09 ---> Running in 35278c4600cd 11:07:10 ---> Running in 73ed19fe24aa 11:07:10 Removing intermediate container 4a2c3b4391d7 11:07:10 ---> 4f2c8c6f09d1 11:07:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:07:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:07:10 Status: Downloaded newer image for docker:20.10.0 11:07:10 ---> eeaf43b92773 11:07:10 Step 12/26 : RUN apk add --no-cache bash 11:07:10 Removing intermediate container 73ed19fe24aa 11:07:10 ---> 53ed77cca26b 11:07:10 Step 22/24 : LABEL arch=arm64 11:07:10 Removing intermediate container 67d5ab33ae03 11:07:10 ---> c6f48b753a07 11:07:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:07:10 ---> Running in 4bb4f1844def 11:07:11 ---> Running in 6a8aff305baa 11:07:11 ---> Running in 2594c09fc8a0 11:07:11 ---> Running in 957abce646c7 11:07:11 Removing intermediate container 4bb4f1844def 11:07:11 ---> 3d37ced515c0 11:07:11 Step 13/22 : ENV APP_PORT=48060 11:07:12 ---> Running in 3ee9b4007734 11:07:12 Removing intermediate container 6a8aff305baa 11:07:12 ---> 262f894f93d4 11:07:12 Step 23/24 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:07:12 Removing intermediate container 2594c09fc8a0 11:07:12 ---> cf5fcc37b42d 11:07:12 Step 13/23 : ENV APP_PORT=48081 11:07:12 ---> Running in d686068a02e4 11:07:12 ---> Running in 7357761e8350 11:07:12 Removing intermediate container 3ee9b4007734 11:07:12 ---> fb8e4a951f73 11:07:12 Step 14/22 : EXPOSE $APP_PORT 11:07:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:12 ---> Running in ca87103f139e 11:07:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:07:13 Reading package lists... 11:07:13 Building dependency tree... 11:07:13 Reading state information... 11:07:13 Suggested packages: 11:07:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:07:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 11:07:13 Recommended packages: 11:07:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 11:07:13 The following NEW packages will be installed: 11:07:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 11:07:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 11:07:13 pkg-config zip 11:07:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 11:07:13 Need to get 7655 kB of archives. 11:07:13 After this operation, 43.7 MB of additional disk space will be used. 11:07: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] 11:07:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 11:07:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:07:13 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 11:07:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 11:07:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 11:07:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 11:07:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 11:07:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:13 Removing intermediate container d686068a02e4 11:07:13 ---> 27896b52c2f6 11:07:13 Step 24/24 : LABEL version=0.0.0 11:07:13 Removing intermediate container 35278c4600cd 11:07:13 ---> d75e2201ccd9 11:07:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:07:13 Removing intermediate container 7357761e8350 11:07:13 ---> 68a4e9826e8f 11:07:13 Step 14/23 : EXPOSE $APP_PORT 11:07:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 11:07:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:07:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 11:07:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 11:07:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 11:07:13 ---> Running in 6c7dfc6ab0d4 11:07:13 ---> Running in cc0dc28e8507 11:07:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 11:07:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 11:07:13 debconf: delaying package configuration, since apt-utils is not installed 11:07:13 Fetched 7655 kB in 1s (10.6 MB/s) 11:07:13 ---> Running in b2f409ec2121 11:07:13 Removing intermediate container ca87103f139e 11:07:13 ---> c68e9a1abe1b 11:07:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:07:13 (1/2) Installing readline (8.0.4-r0) 11:07:13 (2/2) Installing bash (5.0.17-r0) 11:07:13 Executing bash-5.0.17-r0.post-install 11:07:13 Executing busybox-1.31.1-r19.trigger 11:07:13 OK: 12 MiB in 22 packages 11:07:13 Selecting previously unselected package libglib2.0-0:amd64. 11:07:13 (Reading database ... 13924 files and directories currently installed.) 11:07:13 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 11:07:13 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:07:13 Selecting previously unselected package libpsl5:amd64. 11:07:13 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 11:07:13 Removing intermediate container cc0dc28e8507 11:07:13 ---> f7174749f7d9 11:07:13 11:07:14 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 11:07:14 Selecting previously unselected package libnghttp2-14:amd64. 11:07:14 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 11:07:14 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:07:14 Selecting previously unselected package librtmp1:amd64. 11:07:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 11:07:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:07:14 Removing intermediate container 6c7dfc6ab0d4 11:07:14 ---> ce26e63d4088 11:07:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:07:14 Removing intermediate container b2f409ec2121 11:07:14 ---> 28b494022521 11:07:14 Step 15/23 : WORKDIR / 11:07:14 Selecting previously unselected package libcurl3-gnutls:amd64. 11:07:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 11:07:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:07:14 Selecting previously unselected package liberror-perl. 11:07:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 11:07:14 Unpacking liberror-perl (0.17025-1) ... 11:07:14 Selecting previously unselected package git-man. 11:07:14 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:07:14 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:07:14 Selecting previously unselected package git. 11:07:14 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 11:07:14 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:07:14 ---> Running in 1b19efb4cd7a 11:07:14 Successfully built f7174749f7d9 11:07:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 11:07:14  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 11:07:14 ---> 8238a63dff5b 11:07:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:07:15 ---> febf998d2b60 11:07:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:07:15 ---> Running in 2fcdfc87c070 11:07:15 Selecting previously unselected package libnorm1:amd64. 11:07:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 11:07:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:07:15 Selecting previously unselected package libpgm-5.2-0:amd64. 11:07:15 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 11:07:15 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:07:15 Selecting previously unselected package libsodium23:amd64. 11:07:15 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 11:07:15 Unpacking libsodium23:amd64 (1.0.16-2) ... 11:07:15 Selecting previously unselected package libzmq5:amd64. 11:07:15 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 11:07:15 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:07:15 Selecting previously unselected package libzmq3-dev:amd64. 11:07:15 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 11:07:15 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:07:16 Removing intermediate container 1b19efb4cd7a 11:07:16 ---> 84d6212289f6 11:07:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:07:16 Removing intermediate container 957abce646c7 11:07:16 ---> 0c0cccff9348 11:07:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 11:07:16 Selecting previously unselected package pkg-config. 11:07:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 11:07:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 11:07:16 Selecting previously unselected package zip. 11:07:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 11:07:16 Unpacking zip (3.0-11build1) ... 11:07:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:07:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:07:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:07:16 Setting up liberror-perl (0.17025-1) ... 11:07:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 11:07:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:07:16 No schema files found: doing nothing. 11:07:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:07:16 Setting up zip (3.0-11build1) ... 11:07:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:07:16 Setting up libsodium23:amd64 (1.0.16-2) ... 11:07:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 11:07:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:07:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:07:16 ---> Running in 87a2b3af373b 11:07:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:07:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:07:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:07:17 ---> 8e2acf2bcce3 11:07:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:07:17 ---> a8d013342337 11:07:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:07:17 Removing intermediate container 87a2b3af373b 11:07:17 ---> fa2a79f96c51 11:07:17 Step 14/26 : ENV APP_PORT=48090 11:07:18 ---> Running in fdd772da3f8b 11:07:18 ---> 71a962c5b25d 11:07:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:07:19 ---> Running in 7a29ba182edb 11:07:19 Removing intermediate container fdd772da3f8b 11:07:19 ---> 12a16ca6030e 11:07:19 Step 15/26 : EXPOSE $APP_PORT 11:07:19 ---> 199cac210758 11:07:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:07:19 ---> Running in 50bc0c347783 11:07:20 Removing intermediate container 7a29ba182edb 11:07:20 ---> fd5e20c4e9aa 11:07:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 2fcdfc87c070 11:07:20 ---> e57a9674b6af 11:07:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:07:20 11:07:21 ---> Running in 91891f28d718 11:07:21 Removing intermediate container 50bc0c347783 11:07:21 ---> ab749cb4d366 11:07:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:07:21 ---> b2edabfe0466 11:07:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:07:21 ---> ebf4b066fd86 11:07:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:07:21 ---> Running in 011b41e6c690 11:07:21 Removing intermediate container 91891f28d718 11:07:21 ---> d4eaaff76f19 11:07:21 Step 20/22 : LABEL arch=arm64 11:07:22 ---> Running in d0da7511f4f5 11:07:22 Removing intermediate container 011b41e6c690 11:07:22 ---> bb2cbf9e7acc 11:07:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:07:22 ---> Running in 652c188b82b0 11:07:22 ---> 95070f185fdc 11:07:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:07:22 Removing intermediate container d0da7511f4f5 11:07:23 ---> e74f3cec636f 11:07:23 Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:07:23 ---> bfb6ff81925e 11:07:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:07:23 ---> Running in 3450f4a2475c 11:07:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:07:23 git set to automatically installed. 11:07:23 git-man set to automatically installed. 11:07:23 libcurl3-gnutls set to automatically installed. 11:07:23 liberror-perl set to automatically installed. 11:07:23 libglib2.0-0 set to automatically installed. 11:07:23 libnghttp2-14 set to automatically installed. 11:07:23 libnorm1 set to automatically installed. 11:07:23 libpgm-5.2-0 set to automatically installed. 11:07:23 libpsl5 set to automatically installed. 11:07:23 librtmp1 set to automatically installed. 11:07:23 libsodium23 set to automatically installed. 11:07:23 libzmq3-dev set to automatically installed. 11:07:23 libzmq5 set to automatically installed. 11:07:23 pkg-config set to automatically installed. 11:07:23 zip set to automatically installed. 11:07:23 Removing intermediate container 652c188b82b0 11:07:23 ---> 012c9f69c695 11:07:23 Step 21/23 : LABEL arch=arm64 11:07:24 ---> Running in a5542215c9ea 11:07:24 ---> 0a1a2a56f85e 11:07:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:07:24 Removing intermediate container 3450f4a2475c 11:07:24 ---> 147c6b9bcb7e 11:07:24 Step 22/22 : LABEL version=0.0.0 11:07:24 ---> 5db2c8764ca8 11:07:24 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 11:07:24 ---> Running in 47ac3835c4f2 11:07:25 Removing intermediate container a5542215c9ea 11:07:25 ---> e6fee2e4d844 11:07:25 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:07:25 snapd is not logged in, snap install commands will use sudo 11:07:25 ---> 481f0feb190c 11:07:25 Step 19/26 : RUN apk --no-cache add py3-pip 11:07:26 ---> Running in 220a1595b98c 11:07:26 Removing intermediate container 47ac3835c4f2 11:07:26 ---> 0e1a490be64e 11:07:26 11:07:26 ---> Running in 01f546a2e562 11:07:26 Successfully built 0e1a490be64e 11:07:26 ---> ad6d52fa3c96 11:07:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:07:26 Successfully tagged docker-support-notifications-go-arm64:latest 11:07:26 Building docker-core-data-go 11:07:27  Building docker-support-notifications-go ... done Removing intermediate container 220a1595b98c 11:07:27 ---> 4c8118ab3dfa 11:07:27 Step 23/23 : LABEL version=0.0.0 11:07:27 ---> Running in 90021897dbc6 11:07:28 ---> 1f4c2f4cf563 11:07:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:07:28 Removing intermediate container 90021897dbc6 11:07:28 ---> dfc16fb365ba 11:07:28 11:07:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:28 Successfully built dfc16fb365ba 11:07:28 Successfully tagged docker-core-metadata-go-arm64:latest 11:07:28  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 11:07:28 ---> Running in 7d603e013088 11:07:29 (1/33) Installing libbz2 (1.0.8-r1) 11:07:29 (2/33) Installing expat (2.2.9-r1) 11:07:29 (3/33) Installing libffi (3.3-r2) 11:07:29 (4/33) Installing gdbm (1.13-r1) 11:07:29 (5/33) Installing xz-libs (5.2.5-r0) 11:07:29 (6/33) Installing sqlite-libs (3.32.1-r0) 11:07:29 (7/33) Installing python3 (3.8.5-r0) 11:07:30 Removing intermediate container 7d603e013088 11:07:30 ---> 0645281ff592 11:07:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:07:31 (8/33) Installing py3-appdirs (1.4.4-r1) 11:07:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 11:07:31 (10/33) Installing py3-parsing (2.4.7-r0) 11:07:31 (11/33) Installing py3-six (1.15.0-r0) 11:07:31 (12/33) Installing py3-packaging (20.4-r0) 11:07:31 (13/33) Installing py3-setuptools (47.0.0-r0) 11:07:31 (14/33) Installing py3-chardet (3.0.4-r4) 11:07:31 (15/33) Installing py3-idna (2.9-r0) 11:07:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 11:07:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 11:07:31 (18/33) Installing py3-requests (2.23.0-r0) 11:07:31 (19/33) Installing py3-msgpack (1.0.0-r0) 11:07:31 (20/33) Installing py3-lockfile (0.12.2-r3) 11:07:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 11:07:31 (22/33) Installing py3-colorama (0.4.3-r0) 11:07:31 (23/33) Installing py3-distlib (0.3.0-r0) 11:07:31 (24/33) Installing py3-distro (1.5.0-r1) 11:07:31 (25/33) Installing py3-webencodings (0.5.1-r3) 11:07:31 (26/33) Installing py3-html5lib (1.0.1-r4) 11:07:31 (27/33) Installing py3-pytoml (0.1.21-r0) 11:07:31 (28/33) Installing py3-pep517 (0.8.2-r0) 11:07:31 (29/33) Installing py3-progress (1.5-r0) 11:07:31 (30/33) Installing py3-toml (0.10.1-r0) 11:07:31 (31/33) Installing py3-retrying (1.3.3-r0) 11:07:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 11:07:31 (33/33) Installing py3-pip (20.1.1-r0) 11:07:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:07:31 snap "core18" has no updates available 11:07:32 Executing busybox-1.31.1-r19.trigger 11:07:32 OK: 71 MiB in 55 packages 11:07:32 ---> f1618c52610c 11:07:32 Step 26/31 : RUN chmod +x /entrypoint.sh 11:07:32 Pulling config-common 11:07:33 Pulling go-build-helper 11:07:34 ---> Running in 973b82a70c14 11:07:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:07:37 ---> 06398964b6d1 11:07:37 Step 3/23 : WORKDIR /edgex-go 11:07:37 ---> Using cache 11:07:37 ---> 896cc6b07026 11:07:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:37 ---> Using cache 11:07:37 ---> bcd85a5ad784 11:07:37 Step 5/23 : RUN apk add --update --no-cache make git 11:07:38 ---> Running in ee9a155dc96c 11:07:39 Removing intermediate container 973b82a70c14 11:07:39 ---> d8fe16826bf4 11:07:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:07:40 ---> Running in 093f7f58a6de 11:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:41 Removing intermediate container 01f546a2e562 11:07:41 ---> 669859757e13 11:07:41 Step 20/26 : RUN pip install docker-compose==1.23.2 11:07:41 Removing intermediate container 093f7f58a6de 11:07:41 ---> 0a7dd2dd78ec 11:07:41 Step 28/31 : CMD ["gate"] 11:07:41 ---> Running in f2c736aa1070 11:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:42 ---> Running in ff59fe825c36 11:07:43 OK: 217 MiB in 51 packages 11:07:43 Removing intermediate container ff59fe825c36 11:07:43 ---> 75f183b1ca6f 11:07:43 Step 29/31 : LABEL arch=arm64 11:07:43 ---> Running in bcbd328d87f5 11:07:44 Removing intermediate container bcbd328d87f5 11:07:44 ---> 30079bfa8b73 11:07:44 Step 30/31 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:07:44 Removing intermediate container ee9a155dc96c 11:07:44 ---> bcbfad72dbff 11:07:44 Step 6/23 : COPY go.mod . 11:07:44 ---> Running in 4876aebee6d9 11:07:46 Removing intermediate container 4876aebee6d9 11:07:46 ---> f7a25ad6882b 11:07:46 Step 31/31 : LABEL version=0.0.0 11:07:46 ---> 6c77a0ea4862 11:07:46 Step 7/23 : RUN go mod download 11:07:46 ---> Running in 0a5ba85673b0 11:07:47 ---> Running in cff484b2c890 11:07:47 Removing intermediate container 0a5ba85673b0 11:07:47 ---> d806e9d2058b 11:07:47 11:07:48 Collecting docker-compose==1.23.2 11:07:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:07:48 Successfully built d806e9d2058b 11:07:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 11:07:48  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 11:07:49 Collecting jsonschema<3,>=2.5.1 11:07:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:07:50 Collecting docker<4.0,>=3.6.0 11:07:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:07:51 Removing intermediate container cff484b2c890 11:07:51 ---> 38571b719ba4 11:07:51 Step 8/23 : COPY . . 11:07:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:07:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:07:53 Collecting cached-property<2,>=1.2.0 11:07:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:07:54 Collecting PyYAML<4,>=3.10 11:07:54 Downloading PyYAML-3.13.tar.gz (270 kB) 11:07:58 Collecting dockerpty<0.5,>=0.4.1 11:07:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:08:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:08:00 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:08:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:08:00 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:08:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:08:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:08:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:08:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:08:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:08:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:08:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:08:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:08:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:08:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:08:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:08:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:08:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:08:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:08:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:08:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:08:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:08:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:08:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:08:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:08:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:08:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:08:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:08:00 Fetched 23.9 MB in 0s (0 B/s) 11:08:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 11:08:00 Fetched 96.5 kB in 0s (0 B/s) 11:08:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 11:08:00 Fetched 279 kB in 0s (0 B/s) 11:08:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 11:08:00 Fetched 122 kB in 0s (0 B/s) 11:08:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 11:08:00 Fetched 77.8 kB in 0s (0 B/s) 11:08:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 11:08:00 Fetched 8848 B in 0s (0 B/s) 11:08:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 11:08:00 Fetched 47.8 kB in 0s (0 B/s) 11:08:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 11:08:00 Fetched 45.6 kB in 0s (0 B/s) 11:08:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 11:08:00 Fetched 15.0 kB in 0s (0 B/s) 11:08:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 11:08:00 Fetched 214 kB in 0s (0 B/s) 11:08:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 11:08:00 Fetched 155 kB in 0s (0 B/s) 11:08:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 11:08:00 Fetched 50.6 kB in 0s (0 B/s) 11:08:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 11:08:00 Fetched 14.8 kB in 0s (0 B/s) 11:08:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 11:08:00 Fetched 41.8 kB in 0s (0 B/s) 11:08:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 11:08:00 Fetched 499 kB in 0s (0 B/s) 11:08:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 11:08:00 Fetched 111 kB in 0s (0 B/s) 11:08:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 11:08:00 Fetched 240 kB in 0s (0 B/s) 11:08:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 11:08:00 Fetched 29.3 kB in 0s (0 B/s) 11:08:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 11:08:00 Fetched 85.5 kB in 0s (0 B/s) 11:08:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 11:08:00 Fetched 24.5 kB in 0s (0 B/s) 11:08:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 11:08:00 Fetched 49.2 kB in 0s (0 B/s) 11:08:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 11:08:00 Fetched 54.2 kB in 0s (0 B/s) 11:08:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 11:08:00 Fetched 30.8 kB in 0s (0 B/s) 11:08:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 11:08:00 Fetched 17.0 kB in 0s (0 B/s) 11:08:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 11:08:00 Fetched 85.9 kB in 0s (0 B/s) 11:08:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 11:08:00 Fetched 8720 B in 0s (0 B/s) 11:08:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 11:08:00 Fetched 137 kB in 0s (0 B/s) 11:08:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 11:08:00 Fetched 119 kB in 0s (0 B/s) 11:08:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 11:08:00 Fetched 109 kB in 0s (0 B/s) 11:08:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 11:08:00 Fetched 11.1 kB in 0s (0 B/s) 11:08:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 11:08:00 Fetched 645 kB in 0s (0 B/s) 11:08:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 11:08:00 Fetched 41.3 kB in 0s (0 B/s) 11:08:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 11:08:00 Fetched 17.9 kB in 0s (0 B/s) 11:08:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 11:08:00 Fetched 368 kB in 0s (0 B/s) 11:08:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 11:08:00 Fetched 187 kB in 0s (0 B/s) 11:08:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 11:08:00 Fetched 175 kB in 0s (0 B/s) 11:08:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 11:08:00 Fetched 206 kB in 0s (0 B/s) 11:08:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 11:08:00 Fetched 1301 kB in 0s (0 B/s) 11:08:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 11:08:00 Fetched 36.2 kB in 0s (0 B/s) 11:08:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 11:08:00 Fetched 159 kB in 0s (0 B/s) 11:08:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 11:08:00 Fetched 107 kB in 0s (0 B/s) 11:08:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 11:08:00 Fetched 48.7 kB in 0s (0 B/s) 11:08:00 Pulling static-packages 11:08:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 11:08:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:08:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:08:00 ---> 06398964b6d1 11:08:00 Step 3/23 : WORKDIR /edgex-go 11:08:00 ---> Using cache 11:08:00 ---> 896cc6b07026 11:08:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:08:00 ---> Using cache 11:08:00 ---> bcd85a5ad784 11:08:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:08:01 Collecting docopt<0.7,>=0.6.1 11:08:01 Downloading docopt-0.6.2.tar.gz (25 kB) 11:08:01 'go115' has dependencies that need to be staged: go-build-helper static-packages 11:08:01 Skipping pull go-build-helper (already ran) 11:08:01 Skipping pull static-packages (already ran) 11:08:01 Building go-build-helper 11:08:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:08:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:08:03 ---> 06398964b6d1 11:08:03 Step 3/21 : WORKDIR /edgex-go 11:08:03 ---> Using cache 11:08:03 ---> 896cc6b07026 11:08:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:08:03 ---> Using cache 11:08:03 ---> bcd85a5ad784 11:08:03 Step 5/21 : RUN apk add --update --no-cache make git 11:08:03 ---> Using cache 11:08:03 ---> bcbfad72dbff 11:08:03 Step 6/21 : COPY go.mod . 11:08:03 ---> Using cache 11:08:03 ---> 6c77a0ea4862 11:08:03 Step 7/21 : RUN go mod download 11:08:03 ---> Using cache 11:08:03 ---> 38571b719ba4 11:08:03 Step 8/21 : COPY . . 11:08:06 Building static-packages 11:08:06 Collecting texttable<0.10,>=0.9.0 11:08:06 Downloading texttable-0.9.1.tar.gz (11 kB) 11:08:07 ---> Running in 394423c79589 11:08:08 Staging go-build-helper 11:08:09 Collecting websocket-client<1.0,>=0.32.0 11:08:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:08:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 11:08:09 Collecting docker-pycreds>=0.4.0 11:08:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:08:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:08:09 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) 11:08:09 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) 11:08:09 Staging static-packages 11:08:10 Collecting idna<2.8,>=2.5 11:08:10 OK: 217 MiB in 51 packages 11:08:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:08:11 Pulling go115 11:08:11 Collecting urllib3<1.25,>=1.21.1 11:08:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:08:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:08:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:08:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:08:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:08:12 'edgex-go' has dependencies that need to be staged: go115 11:08:12 Skipping pull go115 (already ran) 11:08:12 Building go115 11:08:12 % Total % Received % Xferd Average Speed Time Time Time Current 11:08:12 Dload Upload Total Spent Left Speed 11:08:13 Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, texttable, docker-compose 11:08:13 Removing intermediate container 394423c79589 11:08:13 ---> d331295e206b 11:08:13 Step 6/23 : COPY go.mod . 11:08:13 Attempting uninstall: idna 11:08:13 Found existing installation: idna 2.9 11:08:13 Uninstalling idna-2.9: 11:08:13 ---> fb4e049ed36f 11:08:13 Step 9/23 : RUN make cmd/core-command/core-command 11:08:14 Successfully uninstalled idna-2.9 11:08:14 ---> Running in b6f0728ad714 11:08:14 Attempting uninstall: urllib3 11:08:14 Found existing installation: urllib3 1.25.9 11:08:14 Uninstalling urllib3-1.25.9: 11:08:14 Successfully uninstalled urllib3-1.25.9 11:08:14 ---> 1b0a5da02fb0 11:08:14 Step 7/23 : RUN go mod download 11:08:15 ---> Running in 7f4aa2c84e94 11:08:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 567k 0 0 2512k 0 0:00:47 --:--:-- 0:00:47 2501k 31 115M 31 36.7M 0 0 29.9M 0 0:00:03 0:00:01 0:00:02 29.9M 63 115M 63 73.7M 0 0 33.1M 0 0:00:03 0:00:02 0:00:01 33.1M 93 115M 93 107M 0 0 33.3M 0 0:00:03 0:00:03 --:--:-- 33.3M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 11:08:15 Attempting uninstall: requests 11:08:15 Found existing installation: requests 2.23.0 11:08:15 Uninstalling requests-2.23.0: 11:08:15 Successfully uninstalled requests-2.23.0 11:08:16 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 11:08:16 go1.15.2.linux-amd64.tar.gz: OK 11:08:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:08:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:08:17 ---> 06398964b6d1 11:08:17 Step 3/22 : WORKDIR /edgex-go 11:08:17 ---> Using cache 11:08:17 ---> 896cc6b07026 11:08:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:08:17 ---> Using cache 11:08:17 ---> bcd85a5ad784 11:08:17 Step 5/22 : RUN apk add --update --no-cache make git 11:08:17 ---> Using cache 11:08:17 ---> bcbfad72dbff 11:08:17 Step 6/22 : COPY go.mod . 11:08:17 ---> Using cache 11:08:17 ---> 6c77a0ea4862 11:08:17 Step 7/22 : RUN go mod download 11:08:17 ---> Using cache 11:08:17 ---> 38571b719ba4 11:08:17 Step 8/22 : COPY . . 11:08:17 ---> Using cache 11:08:17 ---> fb4e049ed36f 11:08:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:08:17 Running setup.py install for PyYAML: started 11:08:18 ---> Running in 6e401d56913a 11:08:20 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 11:08:20 Removing intermediate container 7f4aa2c84e94 11:08:20 ---> c2841bde0ff8 11:08:20 Step 8/23 : COPY . . 11:08:21 Running setup.py install for PyYAML: finished with status 'done' 11:08:21 Running setup.py install for dockerpty: started 11:08:22 Staging go115 11:08:23 Running setup.py install for dockerpty: finished with status 'done' 11:08:23 Running setup.py install for docopt: started 11:08:26 Running setup.py install for docopt: finished with status 'done' 11:08:26 Running setup.py install for texttable: started 11:08:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:08:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:08:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:08:28 Fetched 0 B in 0s (0 B/s) 11:08:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:08:28 Fetched 224 kB in 0s (0 B/s) 11:08:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:08:28 Fetched 157 kB in 0s (0 B/s) 11:08:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:08:28 Fetched 221 kB in 0s (0 B/s) 11:08:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:08:28 Fetched 143 kB in 0s (0 B/s) 11:08:28 Pulling edgex-go 11:08:29 Running setup.py install for texttable: finished with status 'done' 11:08:29 ---> 695dc41ac848 11:08:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:08:29 ---> Running in b727dd0e9e74 11:08:29 Pulling version 11:08:30 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 11:08:30 Building config-common 11:08:31 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 11:08:33 Skipping build go-build-helper (already ran) 11:08:33 Skipping build static-packages (already ran) 11:08:33 Skipping build go115 (already ran) 11:08:33 Building edgex-go 11:08:34 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 11:08:35 go: downloading github.com/gorilla/mux v1.8.0 11:08:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 11:08:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 11:08:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 11:08:35 go: downloading github.com/imdario/mergo v0.3.11 11:08:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 11:08:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:08:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 11:08:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 11:08:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 11:08:35 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 11:08:35 go: downloading github.com/x448/float16 v0.8.4 11:08:35 go: downloading github.com/pelletier/go-toml v1.2.0 11:08:35 go: downloading github.com/go-kit/kit v0.8.0 11:08:35 go: downloading github.com/pkg/errors v0.8.1 11:08:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 11:08:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 11:08:35 go: downloading gopkg.in/yaml.v2 v2.4.0 11:08:35 go: downloading github.com/pebbe/zmq4 v1.2.2 11:08:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 11:08:35 go: downloading github.com/google/uuid v1.2.0 11:08:35 go: downloading github.com/hashicorp/consul/api v1.1.0 11:08:35 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 11:08:35 go: downloading github.com/BurntSushi/toml v0.3.1 11:08:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:08:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 11:08:35 go: downloading github.com/go-playground/universal-translator v0.17.0 11:08:35 go: downloading github.com/leodido/go-urn v1.2.0 11:08:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:08:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:08:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:08:35 go: downloading github.com/mitchellh/copystructure v1.0.0 11:08:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:08:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:08:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:08:35 go: downloading github.com/hashicorp/serf v0.8.2 11:08:36 go: downloading github.com/go-playground/locales v0.13.0 11:08:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:08:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:08:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 11:08:37 Removing intermediate container f2c736aa1070 11:08:37 ---> dd99cdf4eb08 11:08:37 Step 21/26 : RUN apk --no-cache add curl 11:08:37 ---> Running in 21d480295b47 11:08:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:08:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:08:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 11:08:41 (2/3) Installing libcurl (7.69.1-r3) 11:08:41 (3/3) Installing curl (7.69.1-r3) 11:08:41 Executing busybox-1.31.1-r19.trigger 11:08:41 OK: 71 MiB in 58 packages 11:08:44 Removing intermediate container 21d480295b47 11:08:44 ---> 4923e21a453d 11:08:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 11:08:44 ---> 98ae5e8028b4 11:08:44 Step 9/23 : RUN make cmd/core-data/core-data 11:08:44 ---> Running in 51a753a6ea69 11:08:44 ---> Running in a779533fe7b8 11:08:44 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 11:08:45 Removing intermediate container 51a753a6ea69 11:08:45 ---> 0a7aa8bd1f15 11:08:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:08:45 ---> Running in 16f2af2681d0 11:08:46 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 11:08:46 Removing intermediate container 16f2af2681d0 11:08:46 ---> a65ce0c3a8e3 11:08:46 Step 24/26 : LABEL arch=arm64 11:08:46 ---> Running in 1d21740199b7 11:08:47 Removing intermediate container 1d21740199b7 11:08:47 ---> 46b45f965fbf 11:08:47 Step 25/26 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:08:47 ---> Running in e0c802284ce4 11:08:48 Removing intermediate container e0c802284ce4 11:08:48 ---> ca6378a2b51f 11:08:48 Step 26/26 : LABEL version=0.0.0 11:08:48 ---> Running in dda4545bfd04 11:08:48 Removing intermediate container dda4545bfd04 11:08:48 ---> 3e7987e7d0cb 11:08:48 11:08:49 Successfully built 3e7987e7d0cb 11:08:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 11:08:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:08:50 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 11:08:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:08:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:08:52 go: downloading github.com/stretchr/testify v1.7.0 11:08:52 go: downloading github.com/pmezard/go-difflib v1.0.0 11:08:52 go: downloading github.com/davecgh/go-spew v1.1.1 11:08:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 11:08:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:08:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 11:08:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 11:08:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 11:08:57 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 11:08:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 11:08:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:08:59 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 11:09:00 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 11:09:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:09:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:09:01 go: downloading github.com/lib/pq v1.9.0 11:09:05 Building version 11:09:07 Staging config-common 11:09:09 Skipping stage go-build-helper (already ran) 11:09:09 Skipping stage static-packages (already ran) 11:09:09 Skipping stage go115 (already ran) 11:09:09 Staging edgex-go 11:09:10 Staging version 11:09:11 Priming config-common 11:09:12 Priming go-build-helper 11:09:14 Priming static-packages 11:09:16 Priming go115 11:09:17 Priming edgex-go 11:09:19 Priming version 11:09:19 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:09:45  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:09:54 Removing intermediate container b6f0728ad714 11:09:54 ---> d2fa7818bbfb 11:09:54 11:09:54 Step 10/23 : FROM alpine:3.12 11:09:54 ---> afeebe901d6b 11:09:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:09:54 ---> Using cache 11:09:54 ---> c6f48b753a07 11:09:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:09:54 ---> Using cache 11:09:54 ---> cf5fcc37b42d 11:09:54 Step 13/23 : ENV APP_PORT=48082 11:09:54 ---> Running in 52dee9765564 11:09:54 Removing intermediate container b727dd0e9e74 11:09:54 ---> c0c242140204 11:09:54 11:09:54 Step 10/21 : FROM alpine:3.12 11:09:54 ---> afeebe901d6b 11:09:54 Step 11/21 : RUN apk add --update --no-cache curl 11:09:54 ---> Running in 119de0b0c0b6 11:09:55 Removing intermediate container 52dee9765564 11:09:55 ---> 683e53fd5b09 11:09:55 Step 14/23 : EXPOSE $APP_PORT 11:09:55 ---> Running in 41e07ea52eb3 11:09:56 Removing intermediate container 41e07ea52eb3 11:09:56 ---> eeb2628792b1 11:09:56 Step 15/23 : WORKDIR / 11:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:57 ---> Running in e265b99cf054 11:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:57 (1/4) Installing ca-certificates (20191127-r4) 11:09:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:09:57 (3/4) Installing libcurl (7.69.1-r3) 11:09:57 (4/4) Installing curl (7.69.1-r3) 11:09:57 Executing busybox-1.31.1-r19.trigger 11:09:57 Executing ca-certificates-20191127-r4.trigger 11:09:57 Removing intermediate container e265b99cf054 11:09:57 ---> ab7af4420369 11:09:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:57 OK: 7 MiB in 18 packages 11:09:59 Removing intermediate container 6e401d56913a 11:09:59 ---> 5d798147f438 11:09:59 11:09:59 Step 10/22 : FROM alpine:3.12 11:09:59 ---> afeebe901d6b 11:09:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:09:59 ---> Using cache 11:09:59 ---> c6f48b753a07 11:09:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:09:59 ---> Using cache 11:09:59 ---> cf5fcc37b42d 11:09:59 Step 13/22 : ENV APP_PORT=48085 11:09:59 ---> Running in 5566662ed729 11:09:59 ---> 8c643d7d5b6d 11:09:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:10:00 Removing intermediate container 5566662ed729 11:10:00 ---> 2442651137c2 11:10:00 Step 14/22 : EXPOSE $APP_PORT 11:10:00 Removing intermediate container 119de0b0c0b6 11:10:00 ---> 2f351f47c074 11:10:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:10:00 ---> Running in 6fddc2a9714e 11:10:01 ---> Running in 91b9346e3bfb 11:10:01 Removing intermediate container 6fddc2a9714e 11:10:01 ---> 698c1a27abe9 11:10:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:10:02 ---> e56b0bf1e04d 11:10:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:10:02 Removing intermediate container 91b9346e3bfb 11:10:02 ---> 1c97fbda07b8 11:10:02 Step 13/21 : WORKDIR /edgex 11:10:03 ---> Running in 18a06275c5e1 11:10:03 ---> 155dc5d05c41 11:10:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:10:04 Removing intermediate container 18a06275c5e1 11:10:04 ---> 1a47ef36778b 11:10:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:10:04 ---> 94284f717988 11:10:04 Step 19/23 : ENTRYPOINT ["/core-command"] 11:10:04 ---> Running in 4e3b7175edc5 11:10:05 ---> 981c5b0dbd9f 11:10:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:10:05 ---> 1e508bbfda9a 11:10:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:10:05 Removing intermediate container 4e3b7175edc5 11:10:05 ---> 98aa214f2b4c 11:10:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:05 ---> Running in d6fffb66b654 11:10:06 ---> 84bb7c01a477 11:10:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:10:06 Removing intermediate container d6fffb66b654 11:10:06 ---> 2ebcf18d13f0 11:10:06 Step 21/23 : LABEL arch=arm64 11:10:06 ---> Running in 509582557c65 11:10:06 ---> 09f61c689daa 11:10:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:10:06 ---> Running in 7f5dd1b4eabe 11:10:07 Removing intermediate container 509582557c65 11:10:07 ---> c12b6afacdcc 11:10:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:07 Removing intermediate container 7f5dd1b4eabe 11:10:07 ---> 0c9bf13161ef 11:10:07 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:10:07 ---> Running in 169b4a0590ad 11:10:07 ---> Running in 551fe60b7aeb 11:10:08 Removing intermediate container 169b4a0590ad 11:10:08 ---> 038d702f76cd 11:10:08 Step 20/22 : LABEL arch=arm64 11:10:08 Removing intermediate container 551fe60b7aeb 11:10:08 ---> 7d9548bd9d4a 11:10:08 Step 23/23 : LABEL version=0.0.0 11:10:08 ---> 6e9953231aa5 11:10:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:10:08 ---> Running in 13f6466c2d0e 11:10:08 ---> Running in a4c983688390 11:10:08 ---> Running in 036d36fd2dfb 11:10:09 Removing intermediate container 13f6466c2d0e 11:10:09 ---> 75a3cf2cb803 11:10:09 Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:10:09 Removing intermediate container a4c983688390 11:10:09 ---> 0a486f513ca3 11:10:09 11:10:09 Removing intermediate container 036d36fd2dfb 11:10:09 ---> 1162aa0b9042 11:10:09 Step 18/21 : CMD ["--init=true"] 11:10:09 ---> Running in 703873e78143 11:10:09 ---> Running in 79838efef712 11:10:09 Successfully built 0a486f513ca3 11:10:09 Successfully tagged docker-core-command-go-arm64:latest 11:10:10  Building docker-core-command-go ... done Removing intermediate container 703873e78143 11:10:10 ---> 621ce1513b12 11:10:10 Step 22/22 : LABEL version=0.0.0 11:10:10 Removing intermediate container 79838efef712 11:10:10 ---> 131eb3892c6a 11:10:10 Step 19/21 : LABEL arch=arm64 11:10:10 ---> Running in 37f5e44ad2d0 11:10:10 ---> Running in 89e252205c1a 11:10:11 Removing intermediate container 37f5e44ad2d0 11:10:11 ---> 7f444bf2faff 11:10:11 11:10:11 Removing intermediate container 89e252205c1a 11:10:11 ---> 92788328fa80 11:10:11 Step 20/21 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:10:11 Successfully built 7f444bf2faff 11:10:11 Successfully tagged docker-support-scheduler-go-arm64:latest 11:10:11  Building docker-support-scheduler-go ... done  ---> Running in 1583af23d101 11:10:11 Removing intermediate container 1583af23d101 11:10:11 ---> c888dbbe8a97 11:10:11 Step 21/21 : LABEL version=0.0.0 11:10:12 ---> Running in 46cd36153d98 11:10:12 Removing intermediate container 46cd36153d98 11:10:12 ---> 7dc63677d989 11:10:12 11:10:13 Successfully built 7dc63677d989 11:10:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 11:10:18  Building docker-security-proxy-setup-go ... done Removing intermediate container a779533fe7b8 11:10:18 ---> ebbe750bc74b 11:10:18 11:10:18 Step 10/23 : FROM alpine:3.12 11:10:18 ---> afeebe901d6b 11:10:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:10:18 ---> Running in c6cfc7d498c0 11:10:18 Removing intermediate container c6cfc7d498c0 11:10:18 ---> a4fb4e17ddda 11:10:18 Step 12/23 : ENV APP_PORT=48080 11:10:18 ---> Running in c7f0d1ea0262 11:10:19 Removing intermediate container c7f0d1ea0262 11:10:19 ---> 2e654510dc47 11:10:19 Step 13/23 : EXPOSE $APP_PORT 11:10:19 ---> Running in 10a0499105f1 11:10:19 Removing intermediate container 10a0499105f1 11:10:19 ---> 8c3b7096e44e 11:10:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:19 ---> Running in 39da4d70fe47 11:10:22 Removing intermediate container 39da4d70fe47 11:10:22 ---> cb5659ea7060 11:10:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:10:22 ---> Running in d6632ddf44ef 11:10:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:24 (1/6) Installing dumb-init (1.2.2-r1) 11:10:24 (2/6) Installing libgcc (9.3.0-r2) 11:10:24 (3/6) Installing libsodium (1.0.18-r0) 11:10:24 (4/6) Installing libstdc++ (9.3.0-r2) 11:10:25 (5/6) Installing libzmq (4.3.3-r0) 11:10:25 (6/6) Installing zeromq (4.3.3-r0) 11:10:25 Executing busybox-1.31.1-r19.trigger 11:10:25 OK: 8 MiB in 20 packages 11:10:26 Removing intermediate container d6632ddf44ef 11:10:26 ---> 0444f709eaa5 11:10:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:10:27 ---> 188494540f6b 11:10:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:10:28 ---> 62585be175ce 11:10:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:10:29 ---> 85ccce2db768 11:10:29 Step 19/23 : ENTRYPOINT ["/core-data"] 11:10:29 ---> Running in e96bdb2cdeaf 11:10:30 Removing intermediate container e96bdb2cdeaf 11:10:30 ---> 15a822ea15d9 11:10:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:30 ---> Running in 266332f80e74 11:10:31 Removing intermediate container 266332f80e74 11:10:31 ---> 2c9c8847728f 11:10:31 Step 21/23 : LABEL arch=arm64 11:10:31 ---> Running in 3aa40e4ab01c 11:10:31 Removing intermediate container 3aa40e4ab01c 11:10:31 ---> 305706fe2a4b 11:10:31 Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 11:10:31 ---> Running in fa3d7e1cf994 11:10:32 Removing intermediate container fa3d7e1cf994 11:10:32 ---> bd659c9283da 11:10:32 Step 23/23 : LABEL version=0.0.0 11:10:32 ---> Running in 917ccceeae80 11:10:32 Removing intermediate container 917ccceeae80 11:10:32 ---> be8aaa30f914 11:10:32 11:10:33 Successfully built be8aaa30f914 11:10:33 Successfully tagged docker-core-data-go-arm64:latest 11:10:33  Building docker-core-data-go ... done  [Pipeline] } 11:10:33 $ docker stop --time=1 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 11:10:35 $ docker rm -f 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 [Pipeline] // withDockerContainer [Pipeline] sh 11:10:36 + docker images 11:10:36 + grep docker 11:10:36 docker-core-data-go-arm64 latest be8aaa30f914 4 seconds ago 21MB 11:10:36 docker-security-proxy-setup-go-arm64 latest 7dc63677d989 24 seconds ago 23.2MB 11:10:36 docker-support-scheduler-go-arm64 latest 7f444bf2faff 26 seconds ago 16.1MB 11:10:36 docker-core-command-go-arm64 latest 0a486f513ca3 28 seconds ago 16MB 11:10:36 docker-sys-mgmt-agent-go-arm64 latest 3e7987e7d0cb About a minute ago 300MB 11:10:36 docker-security-bootstrapper-go-arm64 latest d806e9d2058b 2 minutes ago 22.6MB 11:10:36 docker-core-metadata-go-arm64 latest dfc16fb365ba 3 minutes ago 17.7MB 11:10:36 docker-support-notifications-go-arm64 latest 0e1a490be64e 3 minutes ago 16.7MB 11:10:36 docker-security-secretstore-setup-go-arm64 latest f7174749f7d9 3 minutes ago 23.4MB 11:10:36 docker 20.10.0 eeaf43b92773 7 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 11:10:39 provisioning config files... 11:10:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config6487242240283651174tmp [Pipeline] { [Pipeline] sh 11:10:39 + set +x 11:10:39 + curl -s https://codecov.io/bash 11:10:39 + bash -s -- 11:10:40 11:10:40 _____ _ 11:10:40 / ____| | | 11:10:40 | | ___ __| | ___ ___ _____ __ 11:10:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:10:40 | |___| (_) | (_| | __/ (_| (_) \ V / 11:10:40 \_____\___/ \__,_|\___|\___\___/ \_/ 11:10:40 Bash-20210129-7c25fce 11:10:40 11:10:40 11:10:40 ==> git version 2.24.3 found 11:10:40 ==> 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 11:10:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:10:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:10:40 ==> Jenkins CI detected. 11:10:40 project root: . 11:10:40 --> token set from env 11:10:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:10:40 ==> Running gcov in . (disable via -X gcov) 11:10:40 ==> Python coveragepy not found 11:10:40 ==> Searching for coverage reports in: 11:10:40 + . 11:10:40 -> Found 1 reports 11:10:40 ==> Detecting git/mercurial file structure 11:10:40 ==> Reading reports 11:10:40 + ./coverage.out bytes=580808 11:10:40 ==> Appending adjustments 11:10:40 https://docs.codecov.io/docs/fixing-reports 11:10:43 + Found adjustments 11:10:43 ==> Gzipping contents 11:10:43 88K /tmp/codecov.SglUkV.gz 11:10:43 ==> Uploading reports 11:10:43 url: https://codecov.io 11:10:43 query: branch=PR-3116&commit=8990d2bdda0219ec7ffade784f01aa1108ef8598&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= 11:10:43 -> Pinging Codecov 11:10:43 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=8990d2bdda0219ec7ffade784f01aa1108ef8598&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= 11:10:44 -> Uploading to 11:10:44 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/8990d2bdda0219ec7ffade784f01aa1108ef8598/06005366-49d3-4d9d-b63f-87992f2c1877.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111044Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=02f0fba25229f9956e4b8aef137d7cd957445c1d8a7f2f7796c5184dda8ab3ba 11:10:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:44 Dload Upload Total Spent Left Speed 11:10:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87650 0 0 100 87650 0 179k --:--:-- --:--:-- --:--:-- 179k 100 87650 0 0 100 87650 0 179k --:--:-- --:--:-- --:--:-- 179k 11:10:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8990d2bdda0219ec7ffade784f01aa1108ef8598 [Pipeline] } 11:10:44 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 11:10:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:10:49 ---> package-listing.sh 11:10:49 ++ facter osfamily 11:10:49 ++ tr '[:upper:]' '[:lower:]' 11:10:49 + OS_FAMILY=redhat 11:10:49 + workspace=/w/workspace/edgex-go/8 11:10:49 + START_PACKAGES=/tmp/packages_start.txt 11:10:49 + END_PACKAGES=/tmp/packages_end.txt 11:10:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:10:49 + PACKAGES=/tmp/packages_start.txt 11:10:49 + '[' /w/workspace/edgex-go/8 ']' 11:10:49 + PACKAGES=/tmp/packages_end.txt 11:10:49 + case "${OS_FAMILY}" in 11:10:49 + rpm -qa 11:10:49 + sort 11:10:54 + '[' -f /tmp/packages_start.txt ']' 11:10:54 + '[' -f /tmp/packages_end.txt ']' 11:10:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:10:54 + '[' /w/workspace/edgex-go/8 ']' 11:10:54 + mkdir -p /w/workspace/edgex-go/8/archives/ 11:10:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 11:10:54 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:10:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:55 11:10:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:10:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:56 alpine: Pulling from edgex-lftools-log-publisher 11:10:56 df20fa9351a1: Pulling fs layer 11:10:56 36b3adc4ff6f: Pulling fs layer 11:10:56 8ad3a11d3b57: Pulling fs layer 11:10:56 46f8f816bc3b: Pulling fs layer 11:10:56 93b61091891f: Pulling fs layer 11:10:56 93b9cdb0e59b: Pulling fs layer 11:10:56 5e14af77c1be: Pulling fs layer 11:10:56 01666e4c0597: Pulling fs layer 11:10:56 aa168da1d23b: Pulling fs layer 11:10:56 46f8f816bc3b: Waiting 11:10:56 5e14af77c1be: Waiting 11:10:56 93b61091891f: Waiting 11:10:56 01666e4c0597: Waiting 11:10:56 93b9cdb0e59b: Waiting 11:10:56 aa168da1d23b: Waiting 11:10:56 36b3adc4ff6f: Verifying Checksum 11:10:56 36b3adc4ff6f: Download complete 11:10:56 46f8f816bc3b: Verifying Checksum 11:10:56 46f8f816bc3b: Download complete 11:10:57 93b61091891f: Verifying Checksum 11:10:57 93b61091891f: Download complete 11:10:57 df20fa9351a1: Download complete 11:10:57 93b9cdb0e59b: Verifying Checksum 11:10:57 93b9cdb0e59b: Download complete 11:10:57 5e14af77c1be: Verifying Checksum 11:10:57 5e14af77c1be: Download complete 11:10:57 01666e4c0597: Verifying Checksum 11:10:57 01666e4c0597: Download complete 11:10:57 df20fa9351a1: Pull complete 11:10:57 36b3adc4ff6f: Pull complete 11:10:58 8ad3a11d3b57: Verifying Checksum 11:10:58 8ad3a11d3b57: Download complete 11:10:58 8ad3a11d3b57: Pull complete 11:10:59 46f8f816bc3b: Pull complete 11:10:59 93b61091891f: Pull complete 11:10:59 93b9cdb0e59b: Pull complete 11:11:00 5e14af77c1be: Pull complete 11:11:00 aa168da1d23b: Verifying Checksum 11:11:00 aa168da1d23b: Download complete 11:11:01 01666e4c0597: Pull complete 11:11:09 aa168da1d23b: Pull complete 11:11:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:11:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:11:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:11:10 prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container 11:11:10 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-lftools-log-publisher:alpine cat 11:11:14 $ docker top 8b60cc1fcdde98f2c4213babdb9a5e4f8a73eb0f7402dc5101eb702a4f1f9d0c -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:15 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:15 + mkdir -p /var/log/sa [Pipeline] sh 11:11:15 + ls /var/log/sa-host 11:11:15 + sadf -c /var/log/sa-host/sa04 11:11:15 file_magic: OK 11:11:15 HZ: Using current value: 100 11:11:15 file_header: OK 11:11:15 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 11:11:15 Statistics: 11:11:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:11:15 File successfully converted to sysstat format version 12.2.1 11:11:15 + sadf -c /var/log/sa-host/sa23 11:11:15 file_magic: OK 11:11:15 HZ: Using current value: 100 11:11:15 file_header: OK 11:11:15 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 11:11:15 Statistics: 11:11:15 Hnuu...uuuununununu... 11:11:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:16 provisioning config files... 11:11:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7166787294219134668tmp [Pipeline] { [Pipeline] echo 11:11:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:16 ---> create-netrc.sh [Pipeline] } 11:11:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:11:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:11:17 ---> python-tools-install.sh [Pipeline] echo 11:11:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:17 ---> sudo-logs.sh 11:11:17 Archiving 'sudo' log.. [Pipeline] echo 11:11:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:17 ---> job-cost.sh 11:11:17 lf-activate-venv: SKIPPING 11:11:17 INFO: No Stack... 11:11:19 INFO: Retrieving Pricing Info for: v1-standard-2 11:11:19 INFO: Archiving Costs [Pipeline] echo 11:11:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:11:20 ---> logs-deploy.sh 11:11:20 lf-activate-venv: SKIPPING 11:11:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/8 11:11:20 INFO: archiving workspace using pattern(s): 11:11:21 Archives upload complete. 11:11:21 INFO: archiving logs to Nexus