Pull request #3088 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than ae9f0359169742a05a1d011dca584020c68c9919 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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 ‘prd-centos7-docker-4c-2g-24246’ Running on prd-centos7-docker-4c-2g-24249 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" First time build. Skipping changelog. > git rev-list --no-walk 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:01:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:01:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:01:52 ========================================================= 02:01:52 EdgeX Global Pipelines Version Info 02:01:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:01:53 ------------------- 02:01:53 stable info: 02:01:53 ------------------- 02:01:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:01:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:01:53 Message: update stable to v1.0.179 02:01:54 ------------------- 02:01:54 experimental info: 02:01:54 ------------------- 02:01:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:01:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:01:54 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:01:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:01:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:01:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo 02:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo 02:01:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo 02:01:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae9f0359169742a05a1d011dca584020c68c9919 [Pipeline] echo 02:01:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae9f035 [Pipeline] echo 02:01:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:01:57 provisioning config files... 02:01:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config2941980205950376107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:58 ---> docker-login.sh 02:01:58 nexus3.edgexfoundry.org:10001 02:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:58 Configure a credential helper to remove this warning. See 02:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:58 02:01:58 Login Succeeded 02:01:58 nexus3.edgexfoundry.org:10002 02:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:58 Configure a credential helper to remove this warning. See 02:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:58 02:01:58 Login Succeeded 02:01:58 nexus3.edgexfoundry.org:10003 02:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:58 Configure a credential helper to remove this warning. See 02:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:58 02:01:58 Login Succeeded 02:01:58 nexus3.edgexfoundry.org:10004 02:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:59 Configure a credential helper to remove this warning. See 02:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:59 02:01:59 Login Succeeded 02:01:59 docker.io 02:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:59 Configure a credential helper to remove this warning. See 02:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:59 02:01:59 Login Succeeded 02:01:59 ---> docker-login.sh ends [Pipeline] } 02:01:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:01:59 ++ 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 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/core-command/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo core-command,cmd/core-command/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/core-data/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo core-data,cmd/core-data/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/core-metadata/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo core-metadata,cmd/core-metadata/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/security-bootstrapper/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/security-proxy-setup/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/support-notifications/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo support-notifications,cmd/support-notifications/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/support-scheduler/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:01:59 + for file in '`ls cmd/**/Dockerfile`' 02:01:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:01:59 ++ cut -d/ -f2 02:01:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:01:59 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 02:02:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:02:00 02:02:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:02:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:02:01 latest: Pulling from edgex-devops/git-semver 02:02:01 31603596830f: Pulling fs layer 02:02:01 2a8b12db71e7: Pulling fs layer 02:02:01 6ca5941a6612: Pulling fs layer 02:02:01 ecc8261a40a4: Pulling fs layer 02:02:01 ecc8261a40a4: Waiting 02:02:01 2a8b12db71e7: Verifying Checksum 02:02:01 2a8b12db71e7: Download complete 02:02:01 31603596830f: Verifying Checksum 02:02:01 31603596830f: Download complete 02:02:01 ecc8261a40a4: Verifying Checksum 02:02:01 ecc8261a40a4: Download complete 02:02:01 6ca5941a6612: Verifying Checksum 02:02:01 6ca5941a6612: Download complete 02:02:01 31603596830f: Pull complete 02:02:01 2a8b12db71e7: Pull complete 02:02:02 6ca5941a6612: Pull complete 02:02:02 ecc8261a40a4: Pull complete 02:02:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:02:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:02:03 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:02:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:02:05 $ docker top ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:06 [ssh-agent] Looking for ssh-agent implementation... 02:02:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:06 $ docker exec ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent 02:02:06 SSH_AUTH_SOCK=/tmp/ssh-AQwXPcdImHoV/agent.12 02:02:06 SSH_AGENT_PID=17 02:02:06 Running ssh-add (command line suppressed) 02:02:06 Identity added: /w/workspace/edgex-go/11@tmp/private_key_603484950606309344.key (/w/workspace/edgex-go/11@tmp/private_key_603484950606309344.key) 02:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:06 + git tag --points-at HEAD [Pipeline] } 02:02:07 $ docker exec --env ******** --env ******** ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent -k 02:02:07 unset SSH_AUTH_SOCK; 02:02:07 unset SSH_AGENT_PID; 02:02:07 echo Agent pid 17 killed; 02:02:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:02:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:07 [ssh-agent] Looking for ssh-agent implementation... 02:02:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:07 $ docker exec ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent 02:02:07 SSH_AUTH_SOCK=/tmp/ssh-tvsT6YCPD6Ds/agent.46 02:02:07 SSH_AGENT_PID=52 02:02:07 Running ssh-add (command line suppressed) 02:02:07 Identity added: /w/workspace/edgex-go/11@tmp/private_key_817029996736315022.key (/w/workspace/edgex-go/11@tmp/private_key_817029996736315022.key) 02:02:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:08 + git semver init 02:02:08 # -> Open(): unable to determine branch for HEAD 02:02:08 # $GIT_DIR = /w/workspace/edgex-go/11/.git 02:02:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 02:02:08 # $SEMVER_REMOTE_NAME = origin 02:02:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:02:08 # $SEMVER_USER_NAME = edgex-jenkins 02:02:08 # $SEMVER_BRANCH = PR-3088 02:02:08 # $SEMVER_TEMP = /tmp/semver-315431334 02:02:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:02:26 # '/tmp/semver-315431334' -> '/w/workspace/edgex-go/11/.semver' 02:02:26 # -> Force: false 02:02:26 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 02:02:26 $ docker exec --env ******** --env ******** ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent -k 02:02:26 unset SSH_AUTH_SOCK; 02:02:26 unset SSH_AGENT_PID; 02:02:26 echo Agent pid 52 killed; 02:02:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:27 + git semver [Pipeline] } 02:02:27 $ docker stop --time=1 ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 02:02:28 $ docker rm -f ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:02:30 Stashed 1 file(s) [Pipeline] echo 02:02:30 [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 02:02:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:02:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:02:31 + sudo service docker restart 02:02:31 + true 02:02:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:02:32 ========================================================= 02:02:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:02:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:02:32 + 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 . 02:02:35 Sending build context to Docker daemon 327.4MB 02:02:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:02:35 Step 2/6 : FROM ${BASE} 02:02:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:02:35 188c0c94c7c5: Pulling fs layer 02:02:35 0ef7d3d256c8: Pulling fs layer 02:02:35 de9db76c5a1d: Pulling fs layer 02:02:35 bca2f99d35d6: Pulling fs layer 02:02:35 93359f2a8cfa: Pulling fs layer 02:02:35 7c6f9722023f: Pulling fs layer 02:02:35 a35cf1a2eb13: Pulling fs layer 02:02:35 7c6f9722023f: Waiting 02:02:35 a35cf1a2eb13: Waiting 02:02:35 93359f2a8cfa: Waiting 02:02:35 bca2f99d35d6: Waiting 02:02:35 de9db76c5a1d: Verifying Checksum 02:02:35 0ef7d3d256c8: Verifying Checksum 02:02:35 0ef7d3d256c8: Download complete 02:02:35 93359f2a8cfa: Verifying Checksum 02:02:35 7c6f9722023f: Verifying Checksum 02:02:35 7c6f9722023f: Download complete 02:02:35 188c0c94c7c5: Verifying Checksum 02:02:35 188c0c94c7c5: Download complete 02:02:36 188c0c94c7c5: Pull complete 02:02:36 0ef7d3d256c8: Pull complete 02:02:36 de9db76c5a1d: Pull complete 02:02:38 a35cf1a2eb13: Verifying Checksum 02:02:38 a35cf1a2eb13: Download complete 02:02:38 bca2f99d35d6: Verifying Checksum 02:02:38 bca2f99d35d6: Download complete 02:02:45 Still waiting to schedule task 02:02:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24247’ is offline 02:02:45 bca2f99d35d6: Pull complete 02:02:45 93359f2a8cfa: Pull complete 02:02:45 7c6f9722023f: Pull complete 02:02:49 a35cf1a2eb13: Pull complete 02:02:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:02:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:02:49 ---> a62c8e92a672 02:02:49 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 02:02:49 ---> Running in fdd6e7a19ad9 02:02:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:02:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:02:50 (1/12) Installing libmagic (5.38-r0) 02:02:51 (2/12) Installing file (5.38-r0) 02:02:51 (3/12) Installing libc-dev (0.7.2-r3) 02:02:51 (4/12) Installing g++ (9.3.0-r2) 02:02:55 (5/12) Installing fortify-headers (1.1-r0) 02:02:55 (6/12) Installing patch (2.7.6-r6) 02:02:55 (7/12) Installing build-base (0.5-r2) 02:02:55 (8/12) Installing libsodium (1.0.18-r0) 02:02:55 (9/12) Installing pkgconf (1.7.2-r0) 02:02:55 (10/12) Installing libsodium-dev (1.0.18-r0) 02:02:55 (11/12) Installing libzmq (4.3.3-r0) 02:02:56 (12/12) Installing zeromq-dev (4.3.3-r0) 02:02:56 Executing busybox-1.31.1-r19.trigger 02:02:56 OK: 233 MiB in 51 packages 02:03:00 Removing intermediate container fdd6e7a19ad9 02:03:00 ---> a59266c4182b 02:03:00 Step 4/6 : WORKDIR /edgex-go 02:03:00 ---> Running in 7eafe851e407 02:03:00 Removing intermediate container 7eafe851e407 02:03:00 ---> c4fc01265a04 02:03:00 Step 5/6 : COPY go.mod . 02:03:00 ---> 68a367a881a7 02:03:00 Step 6/6 : RUN go mod download 02:03:00 ---> Running in d8b455872226 02:03:22 Removing intermediate container d8b455872226 02:03:22 ---> ed962fe3077a 02:03:22 Successfully built ed962fe3077a 02:03:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:03:23 + docker inspect -f . ci-base-image-x86_64 02:03:23 . [Pipeline] withDockerContainer 02:03:23 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:03:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:03:24 $ docker top 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:24 + go version 02:03:24 go version go1.15.5 linux/amd64 [Pipeline] } 02:03:24 $ docker stop --time=1 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 02:03:26 $ docker rm -f 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:03:26 + docker inspect -f . ci-base-image-x86_64 02:03:26 . [Pipeline] withDockerContainer 02:03:27 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:03:27 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:03:27 $ docker top fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf -eo pid,comm [Pipeline] { [Pipeline] echo 02:03:28 ========================================================= 02:03:28 [edgeXBuildGoParallel] Running Tests and Build... 02:03:28 ========================================================= [Pipeline] sh 02:03:28 + make test 02:03:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:03:36 ? github.com/edgexfoundry/edgex-go [no test files] 02:03:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:03:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:03:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:03:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:03:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:04:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:04:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:04:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:04:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.0% of statements 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:04:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:04:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 02:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:04:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:04:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:04:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 02:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:04:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:04:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 02:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 02:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 02:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 02:04:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24250 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 02:04:35 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.068s coverage: 92.9% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.310s coverage: 84.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.655s coverage: 29.1% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:04:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 02:04:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:04:39 GO111MODULE=on go vet ./... 02:04:40 using credential edgex-jenkins-ssh 02:04:40 Cloning the remote Git repository 02:04:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:04:40 > git init /w/workspace/edgex-go/11 # timeout=10 02:04:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:04:40 > git --version # timeout=10 02:04:40 > git --version # 'git version 2.17.1' 02:04:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:04:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:04:57 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 02:04:57 Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 02:04:57 Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) 02:04:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:04:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:04:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:04:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:04:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:04:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:04:57 > git config core.sparsecheckout # timeout=10 02:04:57 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 02:04:57 > git remote # timeout=10 02:04:57 > git config --get remote.origin.url # timeout=10 02:04:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:04:57 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 02:04:57 > git rev-parse HEAD^{commit} # timeout=10 02:04:57 > git config core.sparsecheckout # timeout=10 02:04:57 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 02:05:02 Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:05:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:05:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:05:04 + sudo service docker restart 02:05:04 + true 02:05:06 gofmt -l . 02:05:06 [ "`gofmt -l .`" = "" ] 02:05:06 ./bin/test-go-mod-tidy.sh 02:05:06 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:05:07 provisioning config files... 02:05:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4890084268411208204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:07 + ls -al . 02:05:07 total 680 02:05:07 drwxrwxr-x 10 1001 1001 4096 Feb 1 02:05 . 02:05:07 drwxr-xr-x 4 root root 30 Feb 1 02:03 .. 02:05:07 -rw-rw-r-- 1 1001 1001 11 Feb 1 02:01 .dockerignore 02:05:07 drwxrwxr-x 8 1001 1001 179 Feb 1 02:01 .git 02:05:07 drwxrwxr-x 3 1001 1001 125 Feb 1 02:01 .github 02:05:07 -rw-rw-r-- 1 1001 1001 872 Feb 1 02:01 .gitignore 02:05:07 drwx------ 3 1001 1001 60 Feb 1 02:02 .semver 02:05:07 -rw-rw-r-- 1 1001 1001 166 Feb 1 02:01 .sonarcloud.properties 02:05:07 -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:01 Attribution.txt 02:05:07 -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:01 CONTRIBUTING.md 02:05:07 -rw-rw-r-- 1 1001 1001 931 Feb 1 02:01 Dockerfile.build 02:05:07 -rw-rw-r-- 1 1001 1001 863 Feb 1 02:01 Jenkinsfile 02:05:07 -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:01 LICENSE 02:05:07 -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:01 Makefile 02:05:07 -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:01 README.md 02:05:07 -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:01 SECURITY.md 02:05:07 -rw-rw-r-- 1 1001 1001 5 Feb 1 02:02 VERSION 02:05:07 -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:01 ZMQWindows.md 02:05:07 drwxrwxr-x 2 1001 1001 117 Feb 1 02:01 bin 02:05:07 drwxrwxr-x 15 1001 1001 4096 Feb 1 02:01 cmd 02:05:07 -rw-r--r-- 1 root root 574984 Feb 1 02:04 coverage.out 02:05:07 -rw-r--r-- 1 root root 1054 Feb 1 02:05 go.mod 02:05:07 -rw-r--r-- 1 root root 19289 Feb 1 02:05 go.sum 02:05:07 drwxrwxr-x 8 1001 1001 127 Feb 1 02:01 internal 02:05:07 drwxrwxr-x 4 1001 1001 26 Feb 1 02:01 openapi 02:05:07 drwxrwxr-x 4 1001 1001 71 Feb 1 02:01 snap 02:05:07 -rw-rw-r-- 1 1001 1001 168 Feb 1 02:01 version.go [Pipeline] sh 02:05:07 ---> docker-login.sh 02:05:07 nexus3.edgexfoundry.org:10001 02:05:08 + '[' -e coverage.out ] 02:05:08 + chown 1001:1001 coverage.out [Pipeline] stash 02:05:08 Stashed 1 file(s) [Pipeline] sh 02:05:08 + make build 02:05:08 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 02:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:09 Configure a credential helper to remove this warning. See 02:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:09 02:05:09 Login Succeeded 02:05:09 nexus3.edgexfoundry.org:10002 02:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:09 Configure a credential helper to remove this warning. See 02:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:09 02:05:09 Login Succeeded 02:05:09 nexus3.edgexfoundry.org:10003 02:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:10 Configure a credential helper to remove this warning. See 02:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:10 02:05:10 Login Succeeded 02:05:10 nexus3.edgexfoundry.org:10004 02:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:10 Configure a credential helper to remove this warning. See 02:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:10 02:05:10 Login Succeeded 02:05:10 docker.io 02:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:05:11 Configure a credential helper to remove this warning. See 02:05:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:05:11 02:05:11 Login Succeeded 02:05:11 ---> docker-login.sh ends [Pipeline] } 02:05:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:05:12 ========================================================= 02:05:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:05:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:05:12 + 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 . 02:05:12 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 02:05:15 Sending build context to Docker daemon 166MB 02:05:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:05:15 Step 2/6 : FROM ${BASE} 02:05:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:05:15 5f621e34cdf4: Pulling fs layer 02:05:15 a4357932f1b6: Pulling fs layer 02:05:15 18c013af1878: Pulling fs layer 02:05:15 00ac8860ef70: Pulling fs layer 02:05:15 63d7cb157983: Pulling fs layer 02:05:15 b116817d02f9: Pulling fs layer 02:05:15 745a02a5169b: Pulling fs layer 02:05:15 00ac8860ef70: Waiting 02:05:15 63d7cb157983: Waiting 02:05:15 b116817d02f9: Waiting 02:05:15 745a02a5169b: Waiting 02:05:15 18c013af1878: Verifying Checksum 02:05:15 18c013af1878: Download complete 02:05:15 a4357932f1b6: Download complete 02:05:15 63d7cb157983: Verifying Checksum 02:05:15 63d7cb157983: Download complete 02:05:15 b116817d02f9: Verifying Checksum 02:05:15 b116817d02f9: Download complete 02:05:15 5f621e34cdf4: Verifying Checksum 02:05:15 5f621e34cdf4: Download complete 02:05:16 5f621e34cdf4: Pull complete 02:05:16 a4357932f1b6: Pull complete 02:05:17 18c013af1878: Pull complete 02:05:18 745a02a5169b: Verifying Checksum 02:05:18 745a02a5169b: Download complete 02:05:19 00ac8860ef70: Download complete 02:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:05:21 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 02:05:22 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 02:05:23 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 02:05:24 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 02:05:26 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 02:05:27 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 02:05:28 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 02:05:29 00ac8860ef70: Pull complete 02:05: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 02:05:29 63d7cb157983: Pull complete 02:05:30 b116817d02f9: Pull complete 02:05:30 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 02:05:32 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] } 02:05:33 $ docker stop --time=1 fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf 02:05:34 745a02a5169b: Pull complete 02:05:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:05:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:05:34 ---> b7e6874047d6 02:05:34 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 02:05:35 $ docker rm -f fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:05:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:05:37 02:05:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:05:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:05:38 latest: Pulling from edgex-devops/edgex-compose 02:05:38 cbdbe7a5bc2a: Pulling fs layer 02:05:38 ca9280d653b3: Pulling fs layer 02:05:38 7e9c9ca2126c: Pulling fs layer 02:05:38 cbdbe7a5bc2a: Download complete 02:05:38 cbdbe7a5bc2a: Pull complete 02:05:39 ca9280d653b3: Verifying Checksum 02:05:39 ca9280d653b3: Download complete 02:05:39 7e9c9ca2126c: Verifying Checksum 02:05:39 7e9c9ca2126c: Download complete 02:05:39 ---> Running in 99053a7f1d26 02:05:39 ca9280d653b3: Pull complete 02:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:05:42 (1/12) Installing libmagic (5.38-r0) 02:05:42 (2/12) Installing file (5.38-r0) 02:05:42 (3/12) Installing libc-dev (0.7.2-r3) 02:05:42 (4/12) Installing g++ (9.3.0-r2) 02:05:46 7e9c9ca2126c: Pull complete 02:05:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:05:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:05:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:05:46 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:05:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:05:48 (5/12) Installing fortify-headers (1.1-r0) 02:05:48 (6/12) Installing patch (2.7.6-r6) 02:05:48 (7/12) Installing build-base (0.5-r2) 02:05:48 (8/12) Installing libsodium (1.0.18-r0) 02:05:48 (9/12) Installing pkgconf (1.7.2-r0) 02:05:48 (10/12) Installing libsodium-dev (1.0.18-r0) 02:05:48 (11/12) Installing libzmq (4.3.3-r0) 02:05:48 (12/12) Installing zeromq-dev (4.3.3-r0) 02:05:48 Executing busybox-1.31.1-r19.trigger 02:05:48 OK: 217 MiB in 51 packages 02:05:50 $ docker top c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:50 + docker-compose build --help 02:05:50 + grep parallel 02:05:51 --parallel Build images in parallel. [Pipeline] } 02:05:51 $ docker stop --time=1 c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 02:05:52 Removing intermediate container 99053a7f1d26 02:05:52 ---> d9993a2be67d 02:05:52 Step 4/6 : WORKDIR /edgex-go 02:05:52 ---> Running in 7ce9d026e5a6 02:05:52 Removing intermediate container 7ce9d026e5a6 02:05:52 ---> 087ed2519b59 02:05:52 Step 5/6 : COPY go.mod . 02:05:53 $ docker rm -f c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 02:05:53 ---> a2ba08ecb46c 02:05:53 Step 6/6 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:05:53 ---> Running in 8fda32d44820 02:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:05:53 . [Pipeline] withDockerContainer 02:05:53 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:05:53 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:05:54 $ docker top 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:55 + docker-compose -f ./docker-compose-build.yml build --parallel 02:05:56 Building docker-core-command-go ... 02:05:56 Building docker-core-data-go ... 02:05:56 Building docker-core-metadata-go ... 02:05:56 Building docker-security-bootstrapper-go ... 02:05:56 Building docker-security-proxy-setup-go ... 02:05:56 Building docker-security-secretstore-setup-go ... 02:05:56 Building docker-support-notifications-go ... 02:05:56 Building docker-support-scheduler-go ... 02:05:56 Building docker-sys-mgmt-agent-go ... 02:05:56 Building docker-security-secretstore-setup-go 02:05:56 Building docker-core-command-go 02:05:56 Building docker-support-scheduler-go 02:05:56 Building docker-support-notifications-go 02:05:56 Building docker-core-metadata-go 02:06:20 Removing intermediate container 8fda32d44820 02:06:20 ---> f09f962b395a 02:06:20 Successfully built f09f962b395a 02:06:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:06:20 + docker inspect -f . ci-base-image-arm64 02:06:20 . [Pipeline] withDockerContainer 02:06:20 prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container 02:06:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:06:22 $ docker top e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:23 + go version 02:06:23 go version go1.15.5 linux/arm64 [Pipeline] } 02:06:23 $ docker stop --time=1 e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 02:06:25 $ docker rm -f e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:06:26 + docker inspect -f . ci-base-image-arm64 02:06:26 . [Pipeline] withDockerContainer 02:06:26 prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container 02:06:26 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:06:28 $ docker top 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f -eo pid,comm [Pipeline] { [Pipeline] echo 02:06:28 ========================================================= 02:06:28 [edgeXBuildGoParallel] Running Tests and Build... 02:06:28 ========================================================= [Pipeline] sh 02:06:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:06:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:06:28 ---> ed962fe3077a 02:06:28 Step 3/22 : WORKDIR /edgex-go 02:06:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:06:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:06:28 ---> ed962fe3077a 02:06:28 Step 3/24 : WORKDIR /edgex-go 02:06:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:06:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:06:28 ---> ed962fe3077a 02:06:28 Step 3/23 : WORKDIR /edgex-go 02:06:29 + make test 02:06:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:06:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:06:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:06:29 ---> ed962fe3077a 02:06:29 Step 3/23 : WORKDIR /edgex-go 02:06:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:06:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:06:29 ---> ed962fe3077a 02:06:29 Step 3/22 : WORKDIR /edgex-go 02:06:29 ---> Running in 7a0fea09755b 02:06:29 ---> Running in 1b54f92012eb 02:06:29 ---> Running in ad3797b5caa2 02:06:29 ---> Running in 7c4e8b0886ca 02:06:30 ---> Running in c37fca5fa1f3 02:06:30 Removing intermediate container 1b54f92012eb 02:06:30 ---> fe5d2fd5dad2 02:06:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 Removing intermediate container ad3797b5caa2 02:06:30 ---> d1c9e096a7a8 02:06:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 Removing intermediate container 7c4e8b0886ca 02:06:30 ---> 4e84e03b6eb9 02:06:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 Removing intermediate container 7a0fea09755b 02:06:30 ---> 20873b238b50 02:06:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 Removing intermediate container c37fca5fa1f3 02:06:30 ---> 4ae2381da75d 02:06:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 ---> Running in f9a172cb5ea7 02:06:30 ---> Running in 4eba5e10872f 02:06:30 ---> Running in 258e7b5fa5ad 02:06:30 ---> Running in c83e727617d7 02:06:30 ---> Running in d6bd4e83cbe6 02:06:33 Removing intermediate container f9a172cb5ea7 02:06:33 ---> 12dc2c383b72 02:06:33 Step 5/23 : RUN apk add --update --no-cache make git 02:06:33 Removing intermediate container d6bd4e83cbe6 02:06:33 ---> 7d2bce98f076 02:06:33 Step 5/22 : RUN apk add --update --no-cache make git 02:06:33 Removing intermediate container 4eba5e10872f 02:06:33 ---> 909d3fcda6c0 02:06:33 Step 5/24 : RUN apk add --update --no-cache make git 02:06:33 ---> Running in 394aed5809fc 02:06:33 ---> Running in 6fe18914c1ab 02:06:34 ---> Running in 569c96bfbff6 02:06:34 Removing intermediate container 258e7b5fa5ad 02:06:34 ---> f883fdd38043 02:06:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:06:34 Removing intermediate container c83e727617d7 02:06:34 ---> ed6db0806220 02:06:34 Step 5/23 : RUN apk add --update --no-cache make git 02:06:34 ---> Running in 129b280bd001 02:06:34 ---> Running in 9bfbbcb5e5b6 02:06:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:36 OK: 233 MiB in 51 packages 02:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:06:36 OK: 233 MiB in 51 packages 02:06:36 OK: 233 MiB in 51 packages 02:06:36 OK: 233 MiB in 51 packages 02:06:36 OK: 233 MiB in 51 packages 02:06:36 Removing intermediate container 394aed5809fc 02:06:36 ---> 61712081ba26 02:06:36 Step 6/23 : COPY go.mod . 02:06:37 ---> 2f202b27b596 02:06:37 Step 7/23 : RUN go mod download 02:06:37 ---> Running in 11f8eb1aacd8 02:06:37 Removing intermediate container 6fe18914c1ab 02:06:37 ---> 00b553d77967 02:06:37 Step 6/22 : COPY go.mod . 02:06:37 Removing intermediate container 569c96bfbff6 02:06:37 ---> 148d77c99bba 02:06:37 Step 6/24 : COPY go.mod . 02:06:37 Removing intermediate container 129b280bd001 02:06:37 ---> ccc353bb0e51 02:06:37 Step 6/22 : COPY go.mod . 02:06:37 Removing intermediate container 9bfbbcb5e5b6 02:06:37 ---> b977640005ab 02:06:37 Step 6/23 : COPY go.mod . 02:06:37 ---> 8ed5f058a127 02:06:37 Step 7/22 : RUN go mod download 02:06:37 ---> 7d73c6ac3165 02:06:37 Step 7/24 : RUN go mod download 02:06:37 ---> Running in ddf9b762574a 02:06:37 ---> 9ba38f0e7fef 02:06:37 Step 7/22 : RUN go mod download 02:06:38 ---> Running in 5a4be15bbd67 02:06:38 ---> Running in 6268ddb7f608 02:06:38 ---> 3e7004b99d28 02:06:38 Step 7/23 : RUN go mod download 02:06:38 ---> Running in df00d9adada3 02:06:39 Removing intermediate container 11f8eb1aacd8 02:06:39 ---> af39c5f3a1e9 02:06:39 Step 8/23 : COPY . . 02:06:40 Removing intermediate container ddf9b762574a 02:06:40 ---> 4f79882a4501 02:06:40 Step 8/22 : COPY . . 02:06:45 Removing intermediate container 5a4be15bbd67 02:06:45 ---> 8e975f7eaee1 02:06:45 Step 8/24 : COPY . . 02:06:46 Removing intermediate container 6268ddb7f608 02:06:46 ---> c54c3b94b7e8 02:06:46 Step 8/22 : COPY . . 02:06:46 Removing intermediate container df00d9adada3 02:06:46 ---> be88d30dd320 02:06:46 Step 8/23 : COPY . . 02:06:51 ? github.com/edgexfoundry/edgex-go [no test files] 02:07:19 ---> af01c1e71e04 02:07:19 Step 9/23 : RUN make cmd/core-command/core-command 02:07:21 ---> Running in 7cf326919671 02:07:23 ---> 7dcbf3854d54 02:07:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:07:23 ---> fb931f971769 02:07:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:07:23 ---> d03965ebf05b 02:07:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:07:23 ---> Running in 5fd8384fc949 02:07:23 ---> Running in 8cf6da4cef2a 02:07:23 ---> Running in 595b5b741bab 02:07:23 ---> bbe25fa3737a 02:07:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:07:24 ---> Running in 9b811b7e5263 02:07:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:07:24 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 02:07:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:07:25 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 02:07:25 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 02:07:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:07:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:07:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:07:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:07:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:07:53 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 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:07:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:07:58 Removing intermediate container 9b811b7e5263 02:07:58 ---> 5fd5ff748b1b 02:07:58 02:07:58 Step 10/22 : FROM alpine:3.12 02:07:58 Removing intermediate container 595b5b741bab 02:07:58 ---> 56d9d44b090a 02:07:58 02:07:58 Step 10/24 : FROM alpine:3.12 02:07:58 3.12: Pulling from library/alpine 02:07:58 3.12: Pulling from library/alpine 02:07:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:07:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:07:59 Status: Downloaded newer image for alpine:3.12 02:07:59 ---> 389fef711851 02:07:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:07:59 Status: Downloaded newer image for alpine:3.12 02:07:59 ---> 389fef711851 02:07:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:08:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:08:05 ---> Running in d8f2ba578cb9 02:08:05 ---> Running in 19369d014c50 02:08:05 Removing intermediate container 5fd8384fc949 02:08:05 ---> c2e090eb688d 02:08:05 02:08:05 Step 10/22 : FROM alpine:3.12 02:08:05 ---> 389fef711851 02:08:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:08:05 Removing intermediate container 7cf326919671 02:08:05 ---> a7b12b5d9d71 02:08:05 02:08:05 Step 10/23 : FROM alpine:3.12 02:08:05 ---> 389fef711851 02:08:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:08:05 ---> Running in ccd6c9d83399 02:08:05 ---> Running in e8f3c8a13e0b 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:06 (1/5) Installing ca-certificates (20191127-r4) 02:08:06 (1/2) Installing ca-certificates (20191127-r4) 02:08:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:08:06 (2/2) Installing dumb-init (1.2.2-r1) 02:08:06 (3/5) Installing libcurl (7.69.1-r3) 02:08:06 Executing busybox-1.31.1-r19.trigger 02:08:06 (4/5) Installing curl (7.69.1-r3) 02:08:06 Executing ca-certificates-20191127-r4.trigger 02:08:06 (5/5) Installing dumb-init (1.2.2-r1) 02:08:06 Executing busybox-1.31.1-r19.trigger 02:08:06 Executing ca-certificates-20191127-r4.trigger 02:08:06 (1/1) Installing dumb-init (1.2.2-r1) 02:08:07 Executing busybox-1.31.1-r19.trigger 02:08:07 OK: 6 MiB in 15 packages 02:08:07 OK: 6 MiB in 16 packages 02:08:07 (1/1) Installing dumb-init (1.2.2-r1) 02:08:07 Executing busybox-1.31.1-r19.trigger 02:08:07 OK: 7 MiB in 19 packages 02:08:07 OK: 6 MiB in 15 packages 02:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.296s coverage: 46.0% of statements 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:08:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 02:08:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements 02:08:08 Removing intermediate container 8cf6da4cef2a 02:08:08 ---> ca0816df9bcd 02:08:08 02:08:08 Step 10/23 : FROM alpine:3.12 02:08:08 ---> 389fef711851 02:08:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:08:08 ---> Running in b732dcf60e5e 02:08:09 Removing intermediate container e8f3c8a13e0b 02:08:09 ---> acdaa11ceacb 02:08:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:08:09 Removing intermediate container ccd6c9d83399 02:08:09 ---> fdd9087cde06 02:08:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:08:10 ---> Running in c3e7ca23067d 02:08:10 Removing intermediate container d8f2ba578cb9 02:08:10 ---> c92fa3811009 02:08:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:08:10 Removing intermediate container 19369d014c50 02:08:10 ---> dcad4d39945b 02:08:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:08:10 ---> Running in 195e1ae64781 02:08:10 ---> Running in 830ce607202f 02:08:10 ---> Running in 2163f7003e6f 02:08:10 Removing intermediate container c3e7ca23067d 02:08:10 ---> 43b3afb0baab 02:08:10 Step 13/23 : ENV APP_PORT=48082 02:08:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:11 ---> Running in fc0fbadfbc63 02:08:11 Removing intermediate container 195e1ae64781 02:08:11 ---> 2d710d596ee4 02:08:11 Step 13/22 : ENV APP_PORT=48085 02:08:11 Removing intermediate container 830ce607202f 02:08:11 ---> 62a9a6113530 02:08:11 Step 13/22 : ENV APP_PORT=48060 02:08:11 ---> Running in eca4aef794ba 02:08:11 (1/1) Installing dumb-init (1.2.2-r1) 02:08:11 Executing busybox-1.31.1-r19.trigger 02:08:11 OK: 6 MiB in 15 packages 02:08:11 Removing intermediate container 2163f7003e6f 02:08:11 ---> fd23e2ca051a 02:08:11 Step 13/24 : WORKDIR / 02:08:11 ---> Running in 3cb995b68e95 02:08:11 Removing intermediate container fc0fbadfbc63 02:08:11 ---> a7638bf5e9f0 02:08:11 Step 14/23 : EXPOSE $APP_PORT 02:08:11 ---> Running in 0e2806688113 02:08:11 Removing intermediate container eca4aef794ba 02:08:11 ---> c62737e22d36 02:08:11 Step 14/22 : EXPOSE $APP_PORT 02:08:11 ---> Running in e9e8f98e3ac3 02:08:12 ---> Running in 64482938a40e 02:08:12 Removing intermediate container 3cb995b68e95 02:08:12 ---> d3f6cb78e783 02:08:12 Step 14/22 : EXPOSE $APP_PORT 02:08:12 ---> Running in 67e3be73a5fd 02:08:12 Removing intermediate container 0e2806688113 02:08:12 ---> 6fe3c9ad26e3 02:08:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:08:12 Removing intermediate container e9e8f98e3ac3 02:08:12 ---> 7d740ffde016 02:08:12 Step 15/23 : WORKDIR / 02:08:12 Removing intermediate container b732dcf60e5e 02:08:12 ---> 50807f45d7e2 02:08:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:08:12 ---> Running in 4df5fb2ff4f1 02:08:12 Removing intermediate container 64482938a40e 02:08:12 ---> 17c5b17bcc86 02:08:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:08:13 Removing intermediate container 67e3be73a5fd 02:08:13 ---> 731985d19403 02:08:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:08:13 ---> Running in 43c14b35bcbd 02:08:13 ---> e9a836a870c8 02:08:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:08:13 Removing intermediate container 4df5fb2ff4f1 02:08:13 ---> f5eca868d4d1 02:08:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:08:13 Removing intermediate container 43c14b35bcbd 02:08:13 ---> 45a4b2a5f833 02:08:13 Step 13/23 : ENV APP_PORT=48081 02:08:13 ---> 68bc0fc6d475 02:08:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:08:13 ---> bf92e7723311 02:08:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:08:13 ---> 8e2e98f98aaf 02:08:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:08:13 ---> Running in 1145c0d7124f 02:08:13 ---> db5c45d459a8 02:08:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:08:14 ---> 641217986b5e 02:08:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:08:14 Removing intermediate container 1145c0d7124f 02:08:14 ---> ef2dc68e23b1 02:08:14 Step 14/23 : EXPOSE $APP_PORT 02:08:14 ---> Running in 4bca987493f8 02:08:14 ---> e5c15cceb281 02:08:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:08:14 ---> 7de103006d4d 02:08:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:08:15 ---> 77e2743e21b6 02:08:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:08:15 Removing intermediate container 4bca987493f8 02:08:15 ---> 06748ef35736 02:08:15 Step 15/23 : WORKDIR / 02:08:15 ---> 6a7b77295324 02:08:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:08:15 ---> 8122ccaac121 02:08:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:08:15 ---> 62083b4c7aee 02:08:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:08:15 ---> Running in 6648b466ae26 02:08:15 ---> Running in c19baa136fbb 02:08:15 ---> Running in cad036b8ecaa 02:08:15 ---> 7d8f00303fd5 02:08:15 Step 19/23 : ENTRYPOINT ["/core-command"] 02:08:15 ---> Running in b619b94013ad 02:08:15 Removing intermediate container 6648b466ae26 02:08:15 ---> 7fa6e6ea3668 02:08:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:08:15 Removing intermediate container c19baa136fbb 02:08:15 ---> f8eb76acf2e7 02:08:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:08:15 ---> 070e277c7db2 02:08:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:08:15 Removing intermediate container cad036b8ecaa 02:08:15 ---> 1722902fe65a 02:08:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:08:15 ---> Running in 0955a223eed8 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 65.8% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:08:16 ---> Running in fad061e1d707 02:08:16 Removing intermediate container b619b94013ad 02:08:16 ---> c37b0fc06464 02:08:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:08:16 ---> 7d801eacb4f8 02:08:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:08:16 ---> eb3cd635957b 02:08:16 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/ 02:08:16 ---> Running in 342fb8fc50f4 02:08:16 Removing intermediate container 0955a223eed8 02:08:16 ---> 5f6e585c0ad6 02:08:16 Step 20/22 : LABEL arch=x86_64 02:08:16 Removing intermediate container fad061e1d707 02:08:16 ---> f3a75390f62a 02:08:16 Step 20/22 : LABEL arch=x86_64 02:08:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.697s coverage: 82.3% of statements 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:08:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:08:16 ---> Running in c7dc0e6157a9 02:08:16 ---> Running in 0045ec440aeb 02:08:16 Removing intermediate container 342fb8fc50f4 02:08:16 ---> 5f493bdb7797 02:08:16 Step 21/23 : LABEL arch=x86_64 02:08:16 ---> Running in 060869d46ba6 02:08:17 ---> 2741dcf26b5a 02:08:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:08:17 ---> Running in 927c58547b35 02:08:17 Removing intermediate container 0045ec440aeb 02:08:17 ---> 6b5e6df1f816 02:08:17 Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:08:17 Removing intermediate container 060869d46ba6 02:08:17 ---> 912586076050 02:08:17 Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:08:17 ---> Running in 33f4d1e4be2c 02:08:17 ---> Running in 26e0b87ffa0e 02:08:17 Removing intermediate container 927c58547b35 02:08:17 ---> 7b0d8d699ac1 02:08:17 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:08:17 ---> cf8b048b0192 02:08:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:08:17 ---> Running in cd9f71779124 02:08:17 ---> Running in 337a019037c3 02:08:17 Removing intermediate container 33f4d1e4be2c 02:08:17 ---> e1d2f4aa6a50 02:08:17 Step 22/22 : LABEL version=0.0.0 02:08:17 Removing intermediate container 26e0b87ffa0e 02:08:17 ---> cffa35747693 02:08:17 Step 22/22 : LABEL version=0.0.0 02:08:17 ---> Running in 74867396d263 02:08:17 ---> Running in ebf10c29584c 02:08:17 Removing intermediate container cd9f71779124 02:08:17 ---> 244ed69af1a1 02:08:17 Step 23/23 : LABEL version=0.0.0 02:08:18 Removing intermediate container 337a019037c3 02:08:18 ---> 8bbd5379f60b 02:08:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:08:18 ---> Running in 7f46667083c5 02:08:18 ---> Running in ee6f8151c9ed 02:08:18 Removing intermediate container 74867396d263 02:08:18 ---> b3b3c11ae87c 02:08:18 02:08:18 Removing intermediate container c7dc0e6157a9 02:08:18 ---> eb81bb970db2 02:08:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:08:18 Removing intermediate container ebf10c29584c 02:08:18 ---> 3453a94fa464 02:08:18 02:08:18 Successfully built b3b3c11ae87c 02:08:18 Successfully built 3453a94fa464 02:08:18 Successfully tagged docker-support-scheduler-go:latest 02:08:18 ---> Running in ec6407778cd0 02:08:18 Successfully tagged docker-support-notifications-go:latest 02:08:19 Building docker-security-proxy-setup-go 02:08:19 Building docker-security-bootstrapper-go 02:08:19 Removing intermediate container ee6f8151c9ed 02:08:19 ---> fe58ac4b2d20 02:08:19 Step 21/23 : LABEL arch=x86_64 02:08:19  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 7f46667083c5 02:08:19 ---> 84f4efceb3bc 02:08:19 02:08:19 ---> Running in e988d6cf2e5e 02:08:19 Successfully built 84f4efceb3bc 02:08:19 Successfully tagged docker-core-command-go:latest 02:08:19  Building docker-core-command-go ... done Building docker-core-data-go 02:08:19 Removing intermediate container ec6407778cd0 02:08:19 ---> ed4d80e50793 02:08:19 Step 22/24 : LABEL arch=x86_64 02:08:19 ---> Running in 0d331881fa10 02:08:19 Removing intermediate container e988d6cf2e5e 02:08:19 ---> 726b78c74e1d 02:08:19 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:08:19 ---> Running in 145e6f603197 02:08:19 Removing intermediate container 0d331881fa10 02:08:19 ---> 89aa919eb772 02:08:19 Step 23/24 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:08:19 ---> Running in 265bccf4770e 02:08:19 Removing intermediate container 145e6f603197 02:08:19 ---> 4d02fdba4c60 02:08:19 Step 23/23 : LABEL version=0.0.0 02:08:19 ---> Running in 31c47ee1d464 02:08:19 Removing intermediate container 265bccf4770e 02:08:19 ---> 00d6560ea6d5 02:08:19 Step 24/24 : LABEL version=0.0.0 02:08:20 ---> Running in 10c70067343e 02:08:20 Removing intermediate container 31c47ee1d464 02:08:20 ---> 549f75c91cb0 02:08:20 02:08:20 Successfully built 549f75c91cb0 02:08:20 Successfully tagged docker-core-metadata-go:latest 02:08:20 Building docker-sys-mgmt-agent-go 02:08:20  Building docker-core-metadata-go ... done Removing intermediate container 10c70067343e 02:08:20 ---> 8dc28ee4ba8d 02:08:20 02:08:20 Successfully built 8dc28ee4ba8d 02:08:20 Successfully tagged docker-security-secretstore-setup-go:latest 02:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:08:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements 02:08:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:08:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements 02:08:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 02:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.204s coverage: 92.8% of statements 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:08:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 02:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 02:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements 02:08:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 02:08:47  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:08:47 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:08:47 ---> ed962fe3077a 02:08:47 Step 3/31 : WORKDIR /edgex-go 02:08:47 ---> Using cache 02:08:47 ---> 4ae2381da75d 02:08:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:47 ---> Using cache 02:08:47 ---> 7d2bce98f076 02:08:47 Step 5/31 : RUN apk add --update --no-cache make git 02:08:47 ---> Using cache 02:08:47 ---> 00b553d77967 02:08:47 Step 6/31 : COPY go.mod . 02:08:47 ---> Using cache 02:08:47 ---> 8ed5f058a127 02:08:47 Step 7/31 : RUN go mod download 02:08:47 ---> Using cache 02:08:47 ---> 4f79882a4501 02:08:47 Step 8/31 : COPY . . 02:08:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:08:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:08:47 ---> ed962fe3077a 02:08:47 Step 3/21 : WORKDIR /edgex-go 02:08:47 ---> Using cache 02:08:47 ---> 4ae2381da75d 02:08:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:47 ---> Using cache 02:08:47 ---> 7d2bce98f076 02:08:47 Step 5/21 : RUN apk add --update --no-cache make git 02:08:47 ---> Using cache 02:08:47 ---> 00b553d77967 02:08:47 Step 6/21 : COPY go.mod . 02:08:47 ---> Using cache 02:08:47 ---> 8ed5f058a127 02:08:47 Step 7/21 : RUN go mod download 02:08:47 ---> Using cache 02:08:47 ---> 4f79882a4501 02:08:47 Step 8/21 : COPY . . 02:08:47 ---> Using cache 02:08:47 ---> 7dcbf3854d54 02:08:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:08:47 ---> Using cache 02:08:47 ---> 7dcbf3854d54 02:08:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:08:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:08:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:08:47 ---> ed962fe3077a 02:08:47 Step 3/23 : WORKDIR /edgex-go 02:08:47 ---> Using cache 02:08:47 ---> 4ae2381da75d 02:08:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:47 ---> Using cache 02:08:47 ---> 7d2bce98f076 02:08:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:08:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:08:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:08:47 ---> ed962fe3077a 02:08:47 Step 3/26 : WORKDIR /edgex-go 02:08:47 ---> Using cache 02:08:47 ---> 4ae2381da75d 02:08:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:47 ---> Using cache 02:08:47 ---> 7d2bce98f076 02:08:47 Step 5/26 : RUN apk add --update --no-cache make bash git 02:08:47 ---> Running in 07415772b361 02:08:47 ---> Running in aebb9dd87298 02:08:47 ---> Running in 6ef9a6758257 02:08:47 ---> Running in 43a74ce12a83 02:08:47 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 02:08:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:08:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:08:49 OK: 233 MiB in 51 packages 02:08:49 OK: 233 MiB in 51 packages 02:08:50 Removing intermediate container 6ef9a6758257 02:08:50 ---> daa09a42b14b 02:08:50 Step 6/26 : COPY go.mod . 02:08:50 Removing intermediate container aebb9dd87298 02:08:50 ---> 5b396df26dd7 02:08:50 Step 6/23 : COPY go.mod . 02:08:51 ---> f4ae1b6944a3 02:08:51 Step 7/26 : RUN go mod download 02:08:51 ---> Running in 07f5ef8e63fc 02:08:51 ---> 774b5f873f1c 02:08:51 Step 7/23 : RUN go mod download 02:08:51 ---> Running in ea10fb89fba8 02:08:54 Removing intermediate container 07f5ef8e63fc 02:08:54 ---> 8ad3be270ce9 02:08:54 Step 8/26 : COPY . . 02:08:54 Removing intermediate container ea10fb89fba8 02:08:54 ---> 415e06b941c5 02:08:54 Step 8/23 : COPY . . 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.117s coverage: 92.9% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 63.5% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.741s coverage: 68.9% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:09:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.339s coverage: 37.0% of statements 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.630s coverage: 84.0% of statements 02:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.124s coverage: 100.0% of statements 02:09:06 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 02:09:06 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 02:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.367s coverage: 47.1% of statements 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:09:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 02:09:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.345s coverage: 29.1% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.200s coverage: 100.0% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:09:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:09:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 02:09:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 02:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 02:09:16 GO111MODULE=on go vet ./... 02:09:21 Removing intermediate container 07415772b361 02:09:21 Removing intermediate container 43a74ce12a83 02:09:21 ---> 62a39d3eacea 02:09:21 ---> 75afe82afc21 02:09:21 02:09:21 02:09:21 Step 10/21 : FROM alpine:3.12Step 10/31 : FROM alpine:3.12 02:09:21 ---> 389fef711851 02:09:21 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:09:21 02:09:21 ---> 389fef711851 02:09:21 Step 11/21 : RUN apk add --update --no-cache curl 02:09:21 ---> aeb2fda0921d 02:09:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:09:21 ---> 18e9b7b84171 02:09:21 Step 9/23 : RUN make cmd/core-data/core-data 02:09:21 ---> Running in 5268f4d23f89 02:09:21 ---> Running in 7f57c782adb1 02:09:21 ---> Running in 6ae2f225f4d7 02:09:21 ---> Running in 0784b9ced72c 02:09:21 Removing intermediate container 6ae2f225f4d7 02:09:21 ---> 2d78e6c94a0b 02:09:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:09:21 ---> Running in af46268f309f 02:09:21 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 02:09:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:21 (1/4) Installing ca-certificates (20191127-r4) 02:09:21 (1/2) Installing dumb-init (1.2.2-r1) 02:09:21 (2/2) Installing su-exec (0.2-r1) 02:09:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:09:21 Executing busybox-1.31.1-r19.trigger 02:09:21 (3/4) Installing libcurl (7.69.1-r3) 02:09:21 (4/4) Installing curl (7.69.1-r3) 02:09:21 OK: 6 MiB in 16 packages 02:09:21 Executing busybox-1.31.1-r19.trigger 02:09:21 Executing ca-certificates-20191127-r4.trigger 02:09:21 OK: 7 MiB in 18 packages 02:09:24 Removing intermediate container af46268f309f 02:09:24 ---> d4396584508c 02:09:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:09:24 ---> Running in 31a2805ef095 02:09:24 Removing intermediate container 0784b9ced72c 02:09:24 ---> 9a6a83b44966 02:09:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:09:24 ---> Running in d6ed47522356 02:09:25 Removing intermediate container 31a2805ef095 02:09:25 ---> 4fa2bdf9616e 02:09:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:09:25 ---> Running in e306891dbdd9 02:09:25 Removing intermediate container d6ed47522356 02:09:25 ---> b91b96e54614 02:09:25 Step 13/21 : WORKDIR /edgex 02:09:25 ---> Running in 802df9fdc626 02:09:25 Removing intermediate container e306891dbdd9 02:09:25 ---> d82310b06eb3 02:09:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:09:25 ---> Running in ff8d2a636ab3 02:09:26 Removing intermediate container 802df9fdc626 02:09:26 ---> 85fc3862b660 02:09:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:09:26 ---> d5f650bf8f27 02:09:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:09:27 ---> f8b3593b85cc 02:09:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:09:27 Removing intermediate container ff8d2a636ab3 02:09:27 ---> f5eee14d06d4 02:09:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:09:27 ---> Running in 5cecd61682a1 02:09:28 Removing intermediate container 5cecd61682a1 02:09:28 ---> 999e32a65154 02:09:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:09:28 ---> 72e5a04a61c2 02:09:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:09:28 ---> Running in 3d143aefd7ce 02:09:28 ---> e3cd9b921391 02:09:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:09:29 ---> Running in 2744d76f745d 02:09:29 Removing intermediate container 3d143aefd7ce 02:09:29 ---> a7d02643be4f 02:09:29 Step 18/21 : CMD ["--init=true"] 02:09:29 ---> Running in ada8a9ba3d24 02:09:29 Removing intermediate container ada8a9ba3d24 02:09:29 ---> 46e48d443f1b 02:09:29 Step 19/21 : LABEL arch=x86_64 02:09:29 ---> Running in 15e6ca9c7eb8 02:09:30 Removing intermediate container 15e6ca9c7eb8 02:09:30 ---> 1b7aede47c5d 02:09:30 Step 20/21 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:09:30 ---> Running in 33baa18f5734 02:09:30 Removing intermediate container 33baa18f5734 02:09:30 ---> 33e94f4e8c19 02:09:30 Step 21/21 : LABEL version=0.0.0 02:09:30 ---> Running in 82d579b777cd 02:09:32 Removing intermediate container 82d579b777cd 02:09:32 ---> 8c486b725bb2 02:09:32 02:09:32 Removing intermediate container 2744d76f745d 02:09:32 ---> 474e1c26e7c1 02:09:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:09:32 Successfully built 8c486b725bb2 02:09:32 Successfully tagged docker-security-proxy-setup-go:latest 02:09:32  Building docker-security-proxy-setup-go ... done  ---> 399bf606e98f 02:09:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:09:34 ---> 45c1c009adbd 02:09:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:09:35 ---> c9dc2457c7e0 02:09:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:09:36 ---> e20fc7a56a06 02:09:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:09:37 ---> 021ec2c4836a 02:09:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:09:37 ---> Running in adfd0f07a636 02:09:37 Removing intermediate container adfd0f07a636 02:09:37 ---> cd08df54249c 02:09:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:09:38 ---> 576650c1da06 02:09:38 Step 26/31 : RUN chmod +x /entrypoint.sh 02:09:38 ---> Running in fd5f7c5bcf0e 02:09:40 Removing intermediate container 5268f4d23f89 02:09:40 ---> a919479e8ccb 02:09:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:09:40 ---> Running in 7392bebbba6b 02:09:40 Removing intermediate container fd5f7c5bcf0e 02:09:40 ---> 047bbdcfddbc 02:09:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:09:40 ---> Running in c2fe617e390f 02:09:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:09:40 Removing intermediate container c2fe617e390f 02:09:40 ---> 962cf5789ecd 02:09:40 Step 28/31 : CMD ["gate"] 02:09:41 ---> Running in 945cbf3feebd 02:09:41 Removing intermediate container 945cbf3feebd 02:09:41 ---> 601ead4ee670 02:09:41 Step 29/31 : LABEL arch=x86_64 02:09:43 ---> Running in e3f225a1cb85 02:09:43 Removing intermediate container 7f57c782adb1 02:09:43 ---> 87407f5073b7 02:09:43 02:09:43 Step 10/23 : FROM alpine:3.12 02:09:43 ---> 389fef711851 02:09:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:09:43 ---> Running in 0785d124b222 02:09:43 Removing intermediate container e3f225a1cb85 02:09:43 ---> c51260dfc118 02:09:43 Step 30/31 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:09:43 Removing intermediate container 7392bebbba6b 02:09:43 ---> 89300f748d17 02:09:43 02:09:43 Step 11/26 : FROM docker:20.10.0 02:09:43 20.10.0: Pulling from library/docker 02:09:44 ---> Running in c1241230128b 02:09:44 Removing intermediate container 0785d124b222 02:09:44 ---> 27e5c6c01ba9 02:09:44 Step 12/23 : ENV APP_PORT=48080 02:09:44 ---> Running in b45ec1c5c2f2 02:09:44 Removing intermediate container c1241230128b 02:09:44 ---> 00c1b88498a4 02:09:44 Step 31/31 : LABEL version=0.0.0 02:09:44 Removing intermediate container b45ec1c5c2f2 02:09:44 ---> c15b1ae88531 02:09:44 Step 13/23 : EXPOSE $APP_PORT 02:09:44 ---> Running in 8581179b4622 02:09:44 ---> Running in 50f0aa6b2f47 02:09:45 Removing intermediate container 8581179b4622 02:09:45 ---> a23c5e69a744 02:09:45 02:09:45 Successfully built a23c5e69a744 02:09:45 Successfully tagged docker-security-bootstrapper-go:latest 02:09:45 Removing intermediate container 50f0aa6b2f47 02:09:45 ---> ae7c3f7ba648 02:09:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:46  Building docker-security-bootstrapper-go ... done  ---> Running in f7e0c52c9e9c 02:09:47 Removing intermediate container f7e0c52c9e9c 02:09:47 ---> f0f0f18fb67b 02:09:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:09:47 ---> Running in 811fb0a8a876 02:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:09:49 Status: Downloaded newer image for docker:20.10.0 02:09:49 ---> aefe523efa57 02:09:49 Step 12/26 : RUN apk add --no-cache bash 02:09:49 (1/6) Installing dumb-init (1.2.2-r1) 02:09:49 (2/6) Installing libgcc (9.3.0-r2) 02:09:49 ---> Running in f2ac93fa6d19 02:09:50 (3/6) Installing libsodium (1.0.18-r0) 02:09:50 (4/6) Installing libstdc++ (9.3.0-r2) 02:09:50 (5/6) Installing libzmq (4.3.3-r0) 02:09:50 (6/6) Installing zeromq (4.3.3-r0) 02:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:50 Executing busybox-1.31.1-r19.trigger 02:09:50 OK: 8 MiB in 20 packages 02:09:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:50 (1/2) Installing readline (8.0.4-r0) 02:09:51 (2/2) Installing bash (5.0.17-r0) 02:09:51 Executing bash-5.0.17-r0.post-install 02:09:51 Executing busybox-1.31.1-r19.trigger 02:09:51 OK: 12 MiB in 22 packages 02:09:51 Removing intermediate container 811fb0a8a876 02:09:51 ---> 03ac7f2f6095 02:09:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:09:51 Removing intermediate container f2ac93fa6d19 02:09:51 ---> ad32d1d3ea51 02:09:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:09:51 ---> Running in ad88974a947f 02:09:51 ---> 65a0efec0360 02:09:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:09:51 Removing intermediate container ad88974a947f 02:09:51 ---> 3abdacf61976 02:09:51 Step 14/26 : ENV APP_PORT=48090 02:09:51 ---> Running in 65d9c68e0273 02:09:52 Removing intermediate container 65d9c68e0273 02:09:52 ---> 23555a042a01 02:09:52 Step 15/26 : EXPOSE $APP_PORT 02:09:52 ---> Running in fcd27babd39f 02:09:52 ---> 98405b19fb3e 02:09:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:09:52 Removing intermediate container fcd27babd39f 02:09:52 ---> fb16e72005fa 02:09:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:09:52 ---> b4f8b46c267a 02:09:52 Step 19/23 : ENTRYPOINT ["/core-data"] 02:09:52 ---> Running in a8b38764eab3 02:09:52 Removing intermediate container a8b38764eab3 02:09:52 ---> 4db1e0127b84 02:09:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:09:53 ---> Running in 8e8ce79ba9c8 02:09:53 ---> 81d7af0f3ec7 02:09:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:09:53 Removing intermediate container 8e8ce79ba9c8 02:09:53 ---> 53170a9b62c1 02:09:53 Step 21/23 : LABEL arch=x86_64 02:09:53 ---> Running in a5a203b959d4 02:09:53 ---> 8bac81558e0a 02:09:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:09:53 Removing intermediate container a5a203b959d4 02:09:53 ---> 993a53129834 02:09:53 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:09:53 ---> Running in cefad9f4d0ec 02:09:53 ---> fd3b550604a6 02:09:53 Step 19/26 : RUN apk --no-cache add py3-pip 02:09:53 ---> Running in 63ad6d3f4435 02:09:54 Removing intermediate container cefad9f4d0ec 02:09:54 ---> d0318f60ccfc 02:09:54 Step 23/23 : LABEL version=0.0.0 02:09:54 ---> Running in 2f52945e27e5 02:09:54 Removing intermediate container 2f52945e27e5 02:09:54 ---> 936ddd72e7b8 02:09:54 02:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:09:54 Successfully built 936ddd72e7b8 02:09:54 Successfully tagged docker-core-data-go:latest 02:09:54  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:09:54 (1/33) Installing libbz2 (1.0.8-r1) 02:09:54 (2/33) Installing expat (2.2.9-r1) 02:09:54 (3/33) Installing libffi (3.3-r2) 02:09:54 (4/33) Installing gdbm (1.13-r1) 02:09:54 (5/33) Installing xz-libs (5.2.5-r0) 02:09:54 (6/33) Installing sqlite-libs (3.32.1-r0) 02:09:54 (7/33) Installing python3 (3.8.5-r0) 02:09:56 (8/33) Installing py3-appdirs (1.4.4-r1) 02:09:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:09:56 (10/33) Installing py3-parsing (2.4.7-r0) 02:09:56 (11/33) Installing py3-six (1.15.0-r0) 02:09:56 (12/33) Installing py3-packaging (20.4-r0) 02:09:56 (13/33) Installing py3-setuptools (47.0.0-r0) 02:09:56 (14/33) Installing py3-chardet (3.0.4-r4) 02:09:56 (15/33) Installing py3-idna (2.9-r0) 02:09:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:09:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:09:56 (18/33) Installing py3-requests (2.23.0-r0) 02:09:56 (19/33) Installing py3-msgpack (1.0.0-r0) 02:09:56 (20/33) Installing py3-lockfile (0.12.2-r3) 02:09:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:09:56 (22/33) Installing py3-colorama (0.4.3-r0) 02:09:56 (23/33) Installing py3-distlib (0.3.0-r0) 02:09:56 (24/33) Installing py3-distro (1.5.0-r1) 02:09:56 (25/33) Installing py3-webencodings (0.5.1-r3) 02:09:56 (26/33) Installing py3-html5lib (1.0.1-r4) 02:09:56 (27/33) Installing py3-pytoml (0.1.21-r0) 02:09:56 (28/33) Installing py3-pep517 (0.8.2-r0) 02:09:56 (29/33) Installing py3-progress (1.5-r0) 02:09:56 (30/33) Installing py3-toml (0.10.1-r0) 02:09:56 (31/33) Installing py3-retrying (1.3.3-r0) 02:09:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:09:56 (33/33) Installing py3-pip (20.1.1-r0) 02:09:56 Executing busybox-1.31.1-r19.trigger 02:09:56 OK: 71 MiB in 55 packages 02:10:06 Removing intermediate container 63ad6d3f4435 02:10:06 ---> fc1bb92712bf 02:10:06 Step 20/26 : RUN pip install docker-compose==1.23.2 02:10:06 ---> Running in d7e3c065df1a 02:10:06 Collecting docker-compose==1.23.2 02:10:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:10:06 Collecting docker<4.0,>=3.6.0 02:10:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:10:07 Collecting websocket-client<1.0,>=0.32.0 02:10:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:10:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:10:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:10:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:10:07 Collecting cached-property<2,>=1.2.0 02:10:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:10:07 Collecting docopt<0.7,>=0.6.1 02:10:07 Downloading docopt-0.6.2.tar.gz (25 kB) 02:10:08 Collecting texttable<0.10,>=0.9.0 02:10:08 Downloading texttable-0.9.1.tar.gz (11 kB) 02:10:08 Collecting PyYAML<4,>=3.10 02:10:08 Downloading PyYAML-3.13.tar.gz (270 kB) 02:10:09 Collecting dockerpty<0.5,>=0.4.1 02:10:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:10:10 Collecting jsonschema<3,>=2.5.1 02:10:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:10:10 Collecting docker-pycreds>=0.4.0 02:10:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:10:10 Collecting idna<2.8,>=2.5 02:10:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:10:10 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) 02:10:10 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) 02:10:10 Collecting urllib3<1.25,>=1.21.1 02:10:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:10:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:10:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:10:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:10:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:10:10 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, docopt, texttable, PyYAML, dockerpty, jsonschema, docker-compose 02:10:10 Attempting uninstall: idna 02:10:10 Found existing installation: idna 2.9 02:10:10 Uninstalling idna-2.9: 02:10:10 Successfully uninstalled idna-2.9 02:10:11 Attempting uninstall: urllib3 02:10:11 Found existing installation: urllib3 1.25.9 02:10:11 Uninstalling urllib3-1.25.9: 02:10:11 Successfully uninstalled urllib3-1.25.9 02:10:11 Attempting uninstall: requests 02:10:11 Found existing installation: requests 2.23.0 02:10:11 Uninstalling requests-2.23.0: 02:10:11 Successfully uninstalled requests-2.23.0 02:10:11 Running setup.py install for docopt: started 02:10:12 Running setup.py install for docopt: finished with status 'done' 02:10:12 Running setup.py install for texttable: started 02:10:12 Running setup.py install for texttable: finished with status 'done' 02:10:12 Running setup.py install for PyYAML: started 02:10:13 Running setup.py install for PyYAML: finished with status 'done' 02:10:13 Running setup.py install for dockerpty: started 02:10:13 Running setup.py install for dockerpty: finished with status 'done' 02:10:13 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 02:10:17 Removing intermediate container d7e3c065df1a 02:10:17 ---> cc696d35f6d9 02:10:17 Step 21/26 : RUN apk --no-cache add curl 02:10:17 ---> Running in a6bc8864ec6a 02:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:10:17 (2/3) Installing libcurl (7.69.1-r3) 02:10:17 (3/3) Installing curl (7.69.1-r3) 02:10:17 Executing busybox-1.31.1-r19.trigger 02:10:17 OK: 72 MiB in 58 packages 02:10:18 Removing intermediate container a6bc8864ec6a 02:10:18 ---> 21209384472f 02:10:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:10:18 ---> Running in f2d40c3d91fc 02:10:18 Removing intermediate container f2d40c3d91fc 02:10:18 ---> e9b7265eda34 02:10:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:10:18 ---> Running in 559bbcbf85d6 02:10:18 Removing intermediate container 559bbcbf85d6 02:10:18 ---> 3d98dd3f428c 02:10:18 Step 24/26 : LABEL arch=x86_64 02:10:18 ---> Running in 94fa151ad029 02:10:18 Removing intermediate container 94fa151ad029 02:10:18 ---> b09e7dbf014d 02:10:18 Step 25/26 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:10:18 ---> Running in fcfee0a8ab66 02:10:19 Removing intermediate container fcfee0a8ab66 02:10:19 ---> 396092dc4862 02:10:19 Step 26/26 : LABEL version=0.0.0 02:10:19 ---> Running in 2ec1bd40516a 02:10:19 Removing intermediate container 2ec1bd40516a 02:10:19 ---> b0c9ef47c934 02:10:19 02:10:19 Successfully built b0c9ef47c934 02:10:19 Successfully tagged docker-sys-mgmt-agent-go:latest 02:10:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:10:20 $ docker stop --time=1 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 02:10:22 $ docker rm -f 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 [Pipeline] // withDockerContainer [Pipeline] sh 02:10:22 + docker images 02:10:22 + grep docker 02:10:23 docker-sys-mgmt-agent-go latest b0c9ef47c934 4 seconds ago 313MB 02:10:23 docker-core-data-go latest 936ddd72e7b8 29 seconds ago 22.3MB 02:10:23 docker-security-bootstrapper-go latest a23c5e69a744 39 seconds ago 23.8MB 02:10:23 docker-security-proxy-setup-go latest 8c486b725bb2 52 seconds ago 24.4MB 02:10:23 docker-security-secretstore-setup-go latest 8dc28ee4ba8d 2 minutes ago 24.6MB 02:10:23 docker-core-metadata-go latest 549f75c91cb0 2 minutes ago 18.8MB 02:10:23 docker-core-command-go latest 84f4efceb3bc 2 minutes ago 16.9MB 02:10:23 docker-support-notifications-go latest 3453a94fa464 2 minutes ago 16.9MB 02:10:23 docker-support-scheduler-go latest b3b3c11ae87c 2 minutes ago 17MB 02:10:23 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 02:10:38 gofmt -l . 02:10:38 [ "`gofmt -l .`" = "" ] 02:10:38 ./bin/test-go-mod-tidy.sh 02:10:38 ./bin/test-attribution-txt.sh [Pipeline] sh 02:10:38 + ls -al . 02:10:38 total 708 02:10:38 drwxrwxr-x 9 1001 1001 4096 Feb 1 02:10 . 02:10:38 drwxr-xr-x 4 root root 4096 Feb 1 02:06 .. 02:10:38 -rw-rw-r-- 1 1001 1001 11 Feb 1 02:04 .dockerignore 02:10:38 drwxrwxr-x 8 1001 1001 4096 Feb 1 02:05 .git 02:10:38 drwxrwxr-x 3 1001 1001 4096 Feb 1 02:04 .github 02:10:38 -rw-rw-r-- 1 1001 1001 872 Feb 1 02:04 .gitignore 02:10:38 -rw-rw-r-- 1 1001 1001 166 Feb 1 02:04 .sonarcloud.properties 02:10:38 -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:04 Attribution.txt 02:10:38 -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:04 CONTRIBUTING.md 02:10:38 -rw-rw-r-- 1 1001 1001 931 Feb 1 02:04 Dockerfile.build 02:10:38 -rw-rw-r-- 1 1001 1001 863 Feb 1 02:04 Jenkinsfile 02:10:38 -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:04 LICENSE 02:10:38 -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:04 Makefile 02:10:38 -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:04 README.md 02:10:38 -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:04 SECURITY.md 02:10:38 -rw-rw-r-- 1 1001 1001 5 Feb 1 02:02 VERSION 02:10:38 -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:04 ZMQWindows.md 02:10:38 drwxrwxr-x 2 1001 1001 4096 Feb 1 02:04 bin 02:10:38 drwxrwxr-x 15 1001 1001 4096 Feb 1 02:04 cmd 02:10:38 -rw-r--r-- 1 root root 574984 Feb 1 02:09 coverage.out 02:10:38 -rw-r--r-- 1 root root 1054 Feb 1 02:10 go.mod 02:10:38 -rw-r--r-- 1 root root 19289 Feb 1 02:10 go.sum 02:10:38 drwxrwxr-x 8 1001 1001 4096 Feb 1 02:04 internal 02:10:38 drwxrwxr-x 4 1001 1001 4096 Feb 1 02:04 openapi 02:10:38 drwxrwxr-x 4 1001 1001 4096 Feb 1 02:04 snap 02:10:38 -rw-rw-r-- 1 1001 1001 168 Feb 1 02:04 version.go [Pipeline] sh 02:10:39 Still waiting to schedule task 02:10:39 ‘prd-ubuntu18.04-docker-8c-8g-24252’ is offline 02:10:39 + '[' -e coverage.out ] 02:10:39 + chown 1001:1001 coverage.out [Pipeline] stash 02:10:39 Warning: overwriting stash ‘coverage-report’ 02:10:40 Stashed 1 file(s) [Pipeline] sh 02:10:41 + make build 02:10:41 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 02:10:54 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 02:11: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 02:11:19 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 02:11:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:11:25 Running on prd-ubuntu18.04-docker-8c-8g-24253 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 02:11:25 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 02:11:25 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 02:11:27 using credential edgex-jenkins-ssh 02:11:27 Cloning the remote Git repository 02:11:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:11:27 > git init /w/workspace/edgex-go/11 # timeout=10 02:11:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:11:27 > git --version # timeout=10 02:11:27 > git --version # 'git version 2.17.1' 02:11:27 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:31 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 02:11:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:11:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:11:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:11:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:11:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:11:35 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 02:11:35 Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 02:11:35 Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) 02:11:36 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 02:11:35 > git config core.sparsecheckout # timeout=10 02:11:35 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 02:11:35 > git remote # timeout=10 02:11:35 > git config --get remote.origin.url # timeout=10 02:11:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:11:35 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 02:11:35 > git rev-parse HEAD^{commit} # timeout=10 02:11:35 > git config core.sparsecheckout # timeout=10 02:11:35 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 02:11:39 Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" 02:11:39 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:11:40 + echo snap-build.sh 02:11:40 snap-build.sh 02:11:40 + SNAP_BASE_DIR=. 02:11:40 + '[' '!' -z /w/workspace/edgex-go/11 ']' 02:11:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 02:11:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 02:11:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 02:11:40 + cd /w/workspace/edgex-go/11 02:11:40 + sudo apt-get remove -qy --purge lxd lxd-client 02:11:40 Reading package lists... 02:11:40 Building dependency tree... 02:11:40 Reading state information... 02:11:40 The following packages were automatically installed and are no longer required: 02:11:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:11:40 uidmap xdelta3 02:11:40 Use 'sudo apt autoremove' to remove them. 02:11:40 The following packages will be REMOVED: 02:11:40 lxd* lxd-client* 02:11:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:11:40 After this operation, 31.7 MB disk space will be freed. 02:11:42 (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.) 02:11:42 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:11:42 Removing lxd dnsmasq configuration 02:11:42 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:11:43 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:11:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:11:44 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:11:44 (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.) 02:11:44 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:11:45 Processing triggers for systemd (237-3ubuntu10.42) ... 02:11:45 Processing triggers for ureadahead (0.100.0-21) ... 02:11:46 + sudo snap remove --purge lxd 02:11:46 snap "lxd" is not installed 02:11:46 + sudo groupadd --force --system lxd 02:11:46 ++ whoami 02:11:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:11:46 + newgrp - lxd 02:11:46 + sudo snap install lxd 02:11:47 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 02:11:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:11:54 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 02:11:55 2021-02-01T02:11:52Z INFO Waiting for automatic snapd restart... [Pipeline] } 02:12:00 $ docker stop --time=1 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f 02:12:02 $ docker rm -f 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:12:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:12:04 02:12:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:12:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:12:05 latest: Pulling from edgex-devops/edgex-compose-arm64 02:12:05 29e5d40040c1: Pulling fs layer 02:12:05 1ce36da41761: Pulling fs layer 02:12:05 25b303627fd3: Pulling fs layer 02:12:06 29e5d40040c1: Verifying Checksum 02:12:06 29e5d40040c1: Download complete 02:12:07 1ce36da41761: Verifying Checksum 02:12:07 1ce36da41761: Download complete 02:12:07 29e5d40040c1: Pull complete 02:12:08 1ce36da41761: Pull complete 02:12:08 25b303627fd3: Verifying Checksum 02:12:08 25b303627fd3: Download complete 02:12:10 lxd 4.10 from Canonical* installed 02:12:10 + sudo lxd init --auto 02:12:18 25b303627fd3: Pull complete 02:12:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:12:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:12:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:12:19 prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container 02:12:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:12:20 + sudo snap install --classic snapcraft 02:12:22 $ docker top 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:23 + docker-compose build --help 02:12:23 + grep parallel 02:12:24 snapcraft 4.4.4 from Canonical* installed 02:12:24 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:12:24 + patch --verbose -p1 02:12:24 Hmm... Looks like a unified diff to me... 02:12:24 The text leading up to this was: 02:12:24 -------------------------- 02:12:24 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:12:24 |From: Tony Espy 02:12:24 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:12:24 |Subject: [PATCH] optimize snap build for pipeline CI check 02:12:24 | 02:12:24 |This patch is used by the EdgeX CI pipeline builds to 02:12:24 |optimize the snap CI check run for pull requests. When 02:12:24 |applied, it essentially strips out everything (apps and 02:12:24 |parts) from the snapcraft.yaml file except those required 02:12:24 |to build edgex-go, as the whole idea of the CI check is to 02:12:24 |catch changes to edgex-go that break the snap build. 02:12:24 | 02:12:24 |In general, anyone updating snapcraft.yaml will also need 02:12:24 |to update this patch file, otherwise it may fail to apply, 02:12:24 |resulting in a failed snap build CI check in the associated 02:12:24 |pull request. 02:12:24 | 02:12:24 |Note - in addition to applying this patch, the pipeline also 02:12:24 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:12:24 |need to build the finally binary .snap file (and it won't 02:12:24 |work with the patch applied). This further reduces the build 02:12:24 |time. 02:12:24 |--- 02:12:24 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:12:24 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:12:24 | 02:12:24 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:12:24 |index 1e537489..faf42425 100644 02:12:24 |--- a/snap/snapcraft.yaml 02:12:24 |+++ b/snap/snapcraft.yaml 02:12:24 -------------------------- 02:12:24 patching file snap/snapcraft.yaml 02:12:24 Using Plan A... 02:12:24 Hunk #1 succeeded at 73. 02:12:24 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 02:12:24 Hunk #3 succeeded at 214 (offset -1 lines). 02:12:24 Hunk #4 succeeded at 222 (offset -1 lines). 02:12:24 Hunk #5 succeeded at 229 (offset -1 lines). 02:12:24 Hunk #6 succeeded at 256 (offset -1 lines). 02:12:24 Hunk #7 succeeded at 290 (offset -1 lines). 02:12:24 Hunk #8 succeeded at 342. 02:12:24 Hmm... Ignoring the trailing garbage. 02:12:24 done 02:12:24 + sudo snapcraft prime --use-lxd 02:12:25 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:12:25 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: 02:12:25 - README.md 02:12:25 - snapcraft.yaml.orig 02:12:25 02:12:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:12:25 Launching a container. 02:12:26 --parallel Build images in parallel. [Pipeline] } 02:12:27 $ docker stop --time=1 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a 02:12:29 $ docker rm -f 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:12:29 . [Pipeline] withDockerContainer 02:12:30 prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container 02:12:30 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:12:31 $ docker top 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:32 + docker-compose -f ./docker-compose-build.yml build --parallel 02:12:35 Building docker-core-command-go ... 02:12:35 Building docker-core-data-go ... 02:12:35 Building docker-core-metadata-go ... 02:12:35 Building docker-security-bootstrapper-go ... 02:12:35 Building docker-security-proxy-setup-go ... 02:12:35 Building docker-security-secretstore-setup-go ... 02:12:35 Building docker-support-notifications-go ... 02:12:35 Building docker-support-scheduler-go ... 02:12:35 Building docker-sys-mgmt-agent-go ... 02:12:35 Building docker-support-scheduler-go 02:12:35 Building docker-security-bootstrapper-go 02:12:35 Building docker-core-command-go 02:12:35 Building docker-support-notifications-go 02:12:35 Building docker-core-metadata-go 02:12:38 Waiting for container to be ready 02:12:38 To start your first instance, try: lxc launch ubuntu:18.04 02:12:38 02:12:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:12:40 Waiting for network to be ready... 02:12:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:12:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:12:41 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:12:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:12:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:12:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:12:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:12:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:12:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:12:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:12:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:12:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:12:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:12:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:12:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:12:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:12:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:12:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:12:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:12:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:12:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:12:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:12:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:12:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:12:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:12:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 02:12:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:12:45 Fetched 23.9 MB in 4s (5991 kB/s) 02:12:45 Reading package lists... 02:12:46 Reading package lists... 02:12:46 Building dependency tree... 02:12:46 Reading state information... 02:12:46 The following additional packages will be installed: 02:12:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:12:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:12:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:12:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:12:46 Suggested packages: 02:12:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:12:46 Recommended packages: 02:12:46 gnupg libsasl2-modules 02:12:46 The following NEW packages will be installed: 02:12:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:12:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:12:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:12:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:12:46 The following packages will be upgraded: 02:12:46 gpg gpg-agent gpgconf libudev1 02:12:46 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 02:12:46 Need to get 3533 kB of archives. 02:12:46 After this operation, 13.3 MB of additional disk space will be used. 02:12:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:12:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 02:12:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 02:12:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:12:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:12:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:12:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:12:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:12:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:12:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:12:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:12:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:12:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:12:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:12:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:12:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:12:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:12:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:12:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:12:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:12:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:12:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:12:47 debconf: delaying package configuration, since apt-utils is not installed 02:12:47 Fetched 3533 kB in 1s (3157 kB/s) 02:12:47 (Reading database ... 12511 files and directories currently installed.) 02:12:47 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 02:12:47 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:12:47 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 02:12:47 Selecting previously unselected package udev. 02:12:47 (Reading database ... 12511 files and directories currently installed.) 02:12:47 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 02:12:48 Unpacking udev (237-3ubuntu10.44) ... 02:12:48 Selecting previously unselected package libfuse2:amd64. 02:12:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:12:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:12:48 Selecting previously unselected package fuse. 02:12:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:12:48 Unpacking fuse (2.9.7-1ubuntu1) ... 02:12:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:12:48 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:12:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:12:48 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:12:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:12:48 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:12:49 Selecting previously unselected package libksba8:amd64. 02:12:49 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:12:49 Unpacking libksba8:amd64 (1.3.5-2) ... 02:12:49 Selecting previously unselected package libroken18-heimdal:amd64. 02:12:49 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:49 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:12:49 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:49 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:12:49 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:12:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:49 Selecting previously unselected package libwind0-heimdal:amd64. 02:12:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:12:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:50 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:12:50 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:50 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:50 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:12:50 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:50 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:50 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:12:50 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:12:50 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:50 Selecting previously unselected package libsasl2-modules-db:amd64. 02:12:50 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:12:50 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:12:50 Selecting previously unselected package libsasl2-2:amd64. 02:12:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:12:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:12:50 Selecting previously unselected package libldap-common. 02:12:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:12:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:12:50 Selecting previously unselected package libldap-2.4-2:amd64. 02:12:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:12:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:12:50 Selecting previously unselected package dirmngr. 02:12:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:12:50 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:12:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:12:50 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:12:51 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:12:51 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:12:51 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:12:51 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:12:51 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libksba8:amd64 (1.3.5-2) ... 02:12:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:12:51 Setting up udev (237-3ubuntu10.44) ... 02:12:51 invoke-rc.d: policy-rc.d denied execution of start. 02:12:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Processing triggers for systemd (237-3ubuntu10) ... 02:12:51 Setting up fuse (2.9.7-1ubuntu1) ... 02:12:51 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:12:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:12:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:12:51 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:12:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:12:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:12:52 settings in the [Install] section, and DefaultInstance for template units). 02:12:52 This means they are not meant to be enabled using systemctl. 02:12:52 Possible reasons for having this kind of units are: 02:12:52 1) A unit may be statically enabled by being symlinked from another unit's 02:12:52 .wants/ or .requires/ directory. 02:12:52 2) A unit's purpose may be to act as a helper for some other unit which has 02:12:52 a requirement dependency on it. 02:12:52 3) A unit may be started when needed via activation (socket, path, timer, 02:12:52 D-Bus, udev, scripted systemctl call, ...). 02:12:52 4) In case of template units, the unit is meant to be enabled with some 02:12:52 instance name specified. 02:12:52 Reading package lists... 02:12:52 Building dependency tree... 02:12:52 Reading state information... 02:12:52 The following additional packages will be installed: 02:12:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:12:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:12:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:12:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:12:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:12:52 Suggested packages: 02:12:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:12:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:12:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:12:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:12:52 systemd-container policykit-1 02:12:52 Recommended packages: 02:12:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:12:52 The following NEW packages will be installed: 02:12:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:12:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:12:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:12:52 multiarch-support openssh-client python3 python3-minimal python3.6 02:12:52 python3.6-minimal snapd squashfs-tools sudo 02:12:52 The following packages will be upgraded: 02:12:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:12:52 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 02:12:52 Need to get 35.2 MB of archives. 02:12:52 After this operation, 141 MB of additional disk space will be used. 02:12:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:12:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:12:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 02:12:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:12:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:12:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:12:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:12:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:12:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:12:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:12:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:12:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:12:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:12:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:12:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:12:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:12:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:12:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:12:54 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 02:12:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:12:54 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:12:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:12:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:12:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:12:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:12:54 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:12:54 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:12:54 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:12:54 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:12:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:12:55 debconf: delaying package configuration, since apt-utils is not installed 02:12:55 Fetched 35.2 MB in 2s (15.1 MB/s) 02:12:55 (Reading database ... 12757 files and directories currently installed.) 02:12:55 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 02:12:55 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:12:56 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 02:12:56 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:12:56 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 02:12:56 (Reading database ... 12757 files and directories currently installed.) 02:12:56 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:12:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:12:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:12:56 (Reading database ... 12757 files and directories currently installed.) 02:12:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:12:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:12:57 Setting up apt (1.6.12ubuntu0.2) ... 02:12:57 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:12:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:12:57 (Reading database ... 12764 files and directories currently installed.) 02:12:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:12:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:12:57 Selecting previously unselected package libpython3.6-minimal:amd64. 02:12:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:12:58 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:12:58 Selecting previously unselected package libexpat1:amd64. 02:12:58 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:12:58 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:12:58 Selecting previously unselected package python3.6-minimal. 02:12:58 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:12:58 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:12:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:12:58 Checking for services that may need to be restarted...done. 02:12:58 Checking for services that may need to be restarted...done. 02:12:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:12:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:12:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:12:59 Selecting previously unselected package python3-minimal. 02:12:59 (Reading database ... 13012 files and directories currently installed.) 02:12:59 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:12:59 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:12:59 Selecting previously unselected package mime-support. 02:12:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:12:59 Unpacking mime-support (3.60ubuntu1) ... 02:12:59 Selecting previously unselected package libmpdec2:amd64. 02:12:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:12:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:12:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:12:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:12:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:12:59 Selecting previously unselected package python3.6. 02:12:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:12:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:13:00 Selecting previously unselected package libpython3-stdlib:amd64. 02:13:00 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:13:00 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:13:00 Setting up python3-minimal (3.6.7-1~18.04) ... 02:13:00 Selecting previously unselected package python3. 02:13:00 (Reading database ... 13442 files and directories currently installed.) 02:13:00 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:13:00 Unpacking python3 (3.6.7-1~18.04) ... 02:13:00 Selecting previously unselected package multiarch-support. 02:13:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:13:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:13:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:13:00 Selecting previously unselected package liblzo2-2:amd64. 02:13:00 (Reading database ... 13479 files and directories currently installed.) 02:13:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:13:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:13:00 Selecting previously unselected package libbsd0:amd64. 02:13:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:13:01 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:13:01 Selecting previously unselected package sudo. 02:13:01 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:13:01 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:13:01 Selecting previously unselected package apparmor. 02:13:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:13:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:13:01 Selecting previously unselected package libedit2:amd64. 02:13:01 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:13:01 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:13:01 Selecting previously unselected package libkrb5support0:amd64. 02:13:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:13:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:13:01 Selecting previously unselected package libk5crypto3:amd64. 02:13:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:13:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:13:01 Selecting previously unselected package libkeyutils1:amd64. 02:13:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:13:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:13:02 Selecting previously unselected package libkrb5-3:amd64. 02:13:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:13:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:13:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:13:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:13:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:13:02 Selecting previously unselected package libssl1.0.0:amd64. 02:13:02 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:13:02 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:13:02 Selecting previously unselected package openssh-client. 02:13:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:13:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:13:02 Selecting previously unselected package squashfs-tools. 02:13:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:13:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:13:02 Selecting previously unselected package snapd. 02:13:02 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:13:02 Unpacking snapd (2.48+18.04) ... 02:13:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:13:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:13:04 Setting up mime-support (3.60ubuntu1) ... 02:13:04 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:13:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:13:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:13:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:13:05 Setting up systemd (237-3ubuntu10.44) ... 02:13:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:13:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:13:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:13:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:13:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:13:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:13:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:13:07 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:13:07 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:13:07 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:13:07 Setting up python3 (3.6.7-1~18.04) ... 02:13:07 running python rtupdate hooks for python3.6... 02:13:07 running python post-rtupdate hooks for python3.6... 02:13:07 Setting up apparmor (2.12-4ubuntu5.1) ... 02:13:08 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:13:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:13:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:13:08 Setting up snapd (2.48+18.04) ... 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:13:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:13:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:13:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:13:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:13:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:13:10 /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' 02:13:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:13:10 Processing triggers for systemd (237-3ubuntu10.44) ... 02:13:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:13:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:13:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:13:12 Reading package lists... 02:13:12 Reading package lists... 02:13:12 Building dependency tree... 02:13:12 Reading state information... 02:13:13 Calculating upgrade... 02:13:13 The following packages will be upgraded: 02:13:13 advancecomp base-files bash binutils binutils-common 02:13:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:13:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:13:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:13:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:13:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:13:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:13:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 02:13:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 02:13:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 02:13:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 02:13:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 02:13:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 02:13:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 02:13:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:13:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:13:13 Need to get 63.8 MB of archives. 02:13:13 After this operation, 5205 kB of additional disk space will be used. 02:13:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:13:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 02:13:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:13:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:13:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:13:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:13:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:13:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:13:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:13:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:13:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:13:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:13:14 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:13:14 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:13:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:13:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:13:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:13:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:13:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:13:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:13:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:13:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:13:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:13:14 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:13:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:13:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:13:14 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:13:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:13:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:13:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:13:14 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:13:14 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:13:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:13:14 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:13:14 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:13:14 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:13:14 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:13:14 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:13:14 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:13:14 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:13:14 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 02:13:14 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:13:14 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:13:14 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:13:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:13:14 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:13:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:13:14 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:13:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:13:14 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:13:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:13:14 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:13:14 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:13:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:13:14 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:13:14 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:13:14 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:13:14 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:13:14 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:13:14 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:13:14 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:13:14 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:13:14 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:13:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:13:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:13:14 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:13:14 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:13:14 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:13:14 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:13:14 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:13:14 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:13:14 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:13:14 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:13:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:13:14 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:13:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:13:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:13:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:13:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:13:14 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:13:14 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:13:14 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:13:14 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] 02:13:14 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:13:14 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:13:14 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:13:14 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:13:14 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:13:15 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:13:15 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:13:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:13:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:13:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:13:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:13:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:13:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:13:16 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:13:16 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:13:16 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:13:16 debconf: delaying package configuration, since apt-utils is not installed 02:13:16 Fetched 63.8 MB in 4s (18.0 MB/s) 02:13:16 (Reading database ... 13912 files and directories currently installed.) 02:13:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:13:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:13:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:13:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:13:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 02:13:17 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 02:13:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:19 (Reading database ... 13911 files and directories currently installed.) 02:13:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:13:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:13:19 (Reading database ... 13911 files and directories currently installed.) 02:13:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:13:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:13:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:19 (Reading database ... 13911 files and directories currently installed.) 02:13:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:13:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:13:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:13:20 (Reading database ... 13911 files and directories currently installed.) 02:13:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:13:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:13:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:13:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:13:21 Setting up base-files (10.1ubuntu2.10) ... 02:13:21 Installing new version of config file /etc/issue ... 02:13:21 Installing new version of config file /etc/issue.net ... 02:13:21 Installing new version of config file /etc/lsb-release ... 02:13:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:13:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:13:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:13:21 Removing obsolete conffile /etc/default/motd-news ... 02:13:21 (Reading database ... 13912 files and directories currently installed.) 02:13:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:13:21 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:13:21 Setting up bash (4.4.18-2ubuntu1.2) ... 02:13:21 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 02:13:22 (Reading database ... 13912 files and directories currently installed.) 02:13:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:13:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:13:22 (Reading database ... 13912 files and directories currently installed.) 02:13:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:13:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:13:22 Setting up tar (1.29b-2ubuntu0.2) ... 02:13:22 (Reading database ... 13912 files and directories currently installed.) 02:13:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:13:22 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:13:22 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:13:22 (Reading database ... 13912 files and directories currently installed.) 02:13:22 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:13:22 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:13:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:13:23 (Reading database ... 13912 files and directories currently installed.) 02:13:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:13:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:13:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:13:23 (Reading database ... 13912 files and directories currently installed.) 02:13:23 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:13:23 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:13:23 Setting up grep (3.1-2build1) ... 02:13:23 (Reading database ... 13912 files and directories currently installed.) 02:13:23 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:13:23 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:13:23 Setting up login (1:4.5-1ubuntu2) ... 02:13:23 (Reading database ... 13912 files and directories currently installed.) 02:13:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:13:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:13:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:13:24 (Reading database ... 13912 files and directories currently installed.) 02:13:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:13:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:13:24 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:13:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:13:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:13:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:13:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:13:25 (Reading database ... 13912 files and directories currently installed.) 02:13:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:13:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:13:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:13:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:13:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:13:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:13:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:13:27 (Reading database ... 13912 files and directories currently installed.) 02:13:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:13:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:13:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:13:27 (Reading database ... 13912 files and directories currently installed.) 02:13:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:27 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:13:27 (Reading database ... 13912 files and directories currently installed.) 02:13:27 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:27 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:13:27 (Reading database ... 13912 files and directories currently installed.) 02:13:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:13:27 (Reading database ... 13912 files and directories currently installed.) 02:13:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:13:28 (Reading database ... 13912 files and directories currently installed.) 02:13:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:13:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:13:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:13:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:13:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:13:28 (Reading database ... 13912 files and directories currently installed.) 02:13:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:13:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:13:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:13:29 (Reading database ... 13912 files and directories currently installed.) 02:13:29 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:29 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:13:29 (Reading database ... 13912 files and directories currently installed.) 02:13:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:13:29 (Reading database ... 13912 files and directories currently installed.) 02:13:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:13:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:13:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:13:30 (Reading database ... 13912 files and directories currently installed.) 02:13:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:13:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:13:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:13:30 (Reading database ... 13912 files and directories currently installed.) 02:13:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:13:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:13:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:13:31 (Reading database ... 13914 files and directories currently installed.) 02:13:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:13:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:13:31 Setting up debconf (1.5.66ubuntu1) ... 02:13:31 (Reading database ... 13914 files and directories currently installed.) 02:13:31 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:13:31 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:13:31 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:13:31 (Reading database ... 13914 files and directories currently installed.) 02:13:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:13:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:13:32 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:13:32 (Reading database ... 13914 files and directories currently installed.) 02:13:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:13:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:13:32 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:13:32 (Reading database ... 13914 files and directories currently installed.) 02:13:32 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:13:32 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:13:32 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:13:32 (Reading database ... 13914 files and directories currently installed.) 02:13:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:13:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:13:33 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:13:33 (Reading database ... 13914 files and directories currently installed.) 02:13:33 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:13:33 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:13:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 02:13:33 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 02:13:33 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:13:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:13:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:13:33 (Reading database ... 13914 files and directories currently installed.) 02:13:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:13:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:13:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:13:33 (Reading database ... 13914 files and directories currently installed.) 02:13:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:13:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:13:34 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:13:34 (Reading database ... 13914 files and directories currently installed.) 02:13:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:13:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:13:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:13:34 (Reading database ... 13914 files and directories currently installed.) 02:13:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:13:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:13:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:13:34 (Reading database ... 13914 files and directories currently installed.) 02:13:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:13:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:13:34 Setting up passwd (1:4.5-1ubuntu2) ... 02:13:35 (Reading database ... 13914 files and directories currently installed.) 02:13:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:13:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:13:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:13:35 (Reading database ... 13914 files and directories currently installed.) 02:13:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:13:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:13:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:13:35 (Reading database ... 13914 files and directories currently installed.) 02:13:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:13:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:13:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:13:35 (Reading database ... 13914 files and directories currently installed.) 02:13:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:13:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:13:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:13:36 (Reading database ... 13914 files and directories currently installed.) 02:13:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:13:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:13:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:13:36 (Reading database ... 13914 files and directories currently installed.) 02:13:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:13:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:13:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:13:36 (Reading database ... 13914 files and directories currently installed.) 02:13:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:13:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:13:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:13:36 (Reading database ... 13915 files and directories currently installed.) 02:13:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:13:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:13:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:13:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:13:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:13:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:13:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:13:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:13:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:13:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:13:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:13:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:13:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:13:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:13:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:13:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:13:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:13:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:13:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:13:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:13:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:13:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:13:38 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:13:38 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:13:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:13:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:13:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:13:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:13:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:13:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:13:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:13:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:13:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:13:39 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:13:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:13:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:13:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:43 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:43 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:44 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:13:44 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:13:44 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:13:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:13:44 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:13:44 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:13:44 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:13:44 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:13:44 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:13:44 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:13:44 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:13:44 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:13:44 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:13:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:13:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:13:45 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:13:45 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:45 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:13:45 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:45 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:45 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:45 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:13:45 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:13:45 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:13:45 02:13:45 Current default time zone: 'Etc/UTC' 02:13:45 Local time is now: Mon Feb 1 02:13:45 UTC 2021. 02:13:45 Universal Time is now: Mon Feb 1 02:13:45 UTC 2021. 02:13:45 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:13:45 02:13:45 Setting up systemd-sysv (237-3ubuntu10.44) ... 02:13:45 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:45 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 02:13:45 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:13:45 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:13:45 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:13:45 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:13:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:13:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:13:46 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:13:46 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:46 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:13:46 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:46 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:13:46 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:46 Setting up patch (2.7.6-2ubuntu1.1) ... 02:13:46 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:13:46 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:13:46 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:13:46 Installing new version of config file /etc/ssl/openssl.cnf ... 02:13:46 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:13:46 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:13:46 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:13:48 Updating certificates in /etc/ssl/certs... 02:13:49 22 added, 17 removed; done. 02:13:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:13:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:13:49 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:13:49 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:13:49 Setting up pkgbinarymangler (138.18.04.1) ... 02:13:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:13:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up perl (5.26.1-6ubuntu0.5) ... 02:13:49 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:13:49 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:13:49 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:13:49 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:13:49 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:13:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:13:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:13:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:13:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:13:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:13:50 Processing triggers for systemd (237-3ubuntu10.44) ... 02:13:50 Processing triggers for mime-support (3.60ubuntu1) ... 02:13:50 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:13:50 Updating certificates in /etc/ssl/certs... 02:13:50 0 added, 0 removed; done. 02:13:50 Running hooks in /etc/ca-certificates/update.d... 02:13:50 done. 02:13:51 Reading package lists... 02:13:51 Building dependency tree... 02:13:51 Reading state information... 02:13:51 The following NEW packages will be installed: 02:13:51 apt-transport-https 02:13:51 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:13:51 Need to get 1696 B of archives. 02:13:51 After this operation, 153 kB of additional disk space will be used. 02:13:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:13:52 debconf: delaying package configuration, since apt-utils is not installed 02:13:52 Fetched 1696 B in 0s (21.5 kB/s) 02:13:52 Selecting previously unselected package apt-transport-https. 02:13:52 (Reading database ... 13929 files and directories currently installed.) 02:13:52 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:13:52 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:13:52 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:13:52 Waiting for network to be ready... 02:13:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:13:57 ---> f09f962b395a 02:13:57 Step 3/23 : WORKDIR /edgex-go 02:13:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:13:57 ---> f09f962b395a 02:13:57 Step 3/22 : WORKDIR /edgex-go 02:13:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:13:57 ---> f09f962b395a 02:13:57 Step 3/31 : WORKDIR /edgex-go 02:13:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:13:57 ---> f09f962b395a 02:13:57 Step 3/22 : WORKDIR /edgex-go 02:13:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:13:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:13:57 ---> f09f962b395a 02:13:57 Step 3/23 : WORKDIR /edgex-go 02:13:57 ---> Running in bb964241d030 02:13:57 ---> Running in 91d8c3e8c399 02:13:57 ---> Running in 85ffec159f5c 02:13:57 ---> Running in 7cad583f3cf8 02:13:57 ---> Running in 8a821c4d5e0d 02:13:57 Removing intermediate container bb964241d030 02:13:57 ---> ad6c7003cb98 02:13:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:57 Removing intermediate container 8a821c4d5e0d 02:13:57 ---> 0089d4144a6d 02:13:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:57 Removing intermediate container 7cad583f3cf8 02:13:57 ---> b4dca4d81219 02:13:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:57 Removing intermediate container 85ffec159f5c 02:13:57 ---> 8658a7de5d3b 02:13:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:57 Removing intermediate container 91d8c3e8c399 02:13:57 ---> 26eabf0f3a6f 02:13:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:57 ---> Running in 22f9b0343c79 02:13:57 ---> Running in f2b577058d6f 02:13:57 ---> Running in 3c167b13213e 02:13:57 ---> Running in a72f924e50a2 02:13:57 ---> Running in 1d807e6dd86e 02:13:57 Removing intermediate container f2b577058d6f 02:13:57 ---> 48243aa90c5c 02:13:57 Step 5/31 : RUN apk add --update --no-cache make git 02:13:57 Removing intermediate container 22f9b0343c79 02:13:57 ---> 16ee066aa3c8 02:13:57 Step 5/23 : RUN apk add --update --no-cache make git 02:13:57 ---> Running in c99d368476d5 02:13:57 ---> Running in a3c04c0c5325 02:13:57 Removing intermediate container 3c167b13213e 02:13:57 ---> 43d5efd35b1a 02:13:57 Step 5/22 : RUN apk add --update --no-cache make git 02:13:57 Removing intermediate container a72f924e50a2 02:13:57 ---> fcf89d1bae1b 02:13:57 Removing intermediate container 1d807e6dd86e 02:13:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:13:57 ---> 32bcac192b06 02:13:57 Step 5/23 : RUN apk add --update --no-cache make git 02:13:57 ---> Running in 85f2f7404003 02:13:57 ---> Running in 7ad0ef2fe837 02:13:57 ---> Running in 84e3903a40cc 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:13:58 2021-02-01T02:13:55Z INFO Waiting for automatic snapd restart... 02:13:58 snapd 2.48.2 from Canonical* installed 02:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:59 "snapd" switched to the "latest/stable" channel 02:13:59 02:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:13:59 OK: 217 MiB in 51 packages 02:14:00 OK: 217 MiB in 51 packages 02:14:00 OK: 217 MiB in 51 packages 02:14:00 OK: 217 MiB in 51 packages 02:14:00 OK: 217 MiB in 51 packages 02:14:01 Removing intermediate container c99d368476d5 02:14:01 ---> c3729c9f6488 02:14:01 Step 6/31 : COPY go.mod . 02:14:01 Removing intermediate container a3c04c0c5325 02:14:01 ---> 922b5d7f2948 02:14:01 Step 6/23 : COPY go.mod . 02:14:01 Removing intermediate container 85f2f7404003 02:14:01 ---> c38cebe144a2 02:14:01 Step 6/22 : COPY go.mod . 02:14:02 core18 20201210 from Canonical* installed 02:14:02 ---> 03b05a58e082 02:14:02 Step 7/31 : RUN go mod download 02:14:02 "core18" switched to the "latest/stable" channel 02:14:02 02:14:02 Removing intermediate container 7ad0ef2fe837 02:14:02 ---> ce7eb8923b72 02:14:02 Step 6/23 : COPY go.mod . 02:14:02 ---> Running in 2fa3a387f67c 02:14:02 Removing intermediate container 84e3903a40cc 02:14:02 ---> 7fbcbc4d4294 02:14:02 Step 6/22 : COPY go.mod . 02:14:02 ---> 16e35cb6117d 02:14:02 Step 7/23 : RUN go mod download 02:14:03 ---> fb175ce885b1 02:14:03 Step 7/22 : RUN go mod download 02:14:03 ---> Running in 339c8c107009 02:14:03 ---> Running in 9acfa6384990 02:14:03 ---> c5e2c74724d1 02:14:03 Step 7/23 : RUN go mod download 02:14:03 ---> 95148b3d0b24 02:14:03 Step 7/22 : RUN go mod download 02:14:03 ---> Running in fa1021134aaa 02:14:04 ---> Running in 2ff615c10882 02:14:05 snapcraft 4.4.4 from Canonical* installed 02:14:05 "snapcraft" switched to the "latest/stable" channel 02:14:05 02:14:06 Removing intermediate container 2fa3a387f67c 02:14:06 ---> 79e6e6d67865 02:14:06 Step 8/31 : COPY . . 02:14:07 Removing intermediate container 9acfa6384990 02:14:07 ---> e88f343f8707 02:14:07 Step 8/22 : COPY . . 02:14:08 Removing intermediate container 339c8c107009 02:14:08 ---> cf9e4089e91c 02:14:08 Step 8/23 : COPY . . 02:14:08 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:14:08 - README.md 02:14:08 - snapcraft.yaml.orig 02:14:08 02:14:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:14:08 Removing intermediate container fa1021134aaa 02:14:08 ---> 63cfb60a4bfb 02:14:08 Step 8/23 : COPY . . 02:14:09 Removing intermediate container 2ff615c10882 02:14:09 ---> e565bbaa5036 02:14:09 Step 8/22 : COPY . . 02:14:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:14:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:14:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:14:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:14:15 Fetched 88.7 kB in 1s (158 kB/s) 02:14:16 Reading package lists... 02:14:17 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 02:14:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:14:23 Reading package lists... 02:14:23 Building dependency tree... 02:14:23 Reading state information... 02:14:23 Suggested packages: 02:14:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:14:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:14:23 Recommended packages: 02:14:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:14:23 The following NEW packages will be installed: 02:14:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:14:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:14:23 pkg-config zip 02:14:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:14:23 Need to get 7655 kB of archives. 02:14:23 After this operation, 43.7 MB of additional disk space will be used. 02:14:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:14:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:14:23 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:14:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:14:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:14:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:14:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:14:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:14:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:14:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:14:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:14:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:14:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:14:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:14:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:14:24 debconf: delaying package configuration, since apt-utils is not installed 02:14:24 Fetched 7655 kB in 1s (10.4 MB/s) 02:14:24 Selecting previously unselected package libglib2.0-0:amd64. 02:14:24 (Reading database ... 13933 files and directories currently installed.) 02:14:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:14:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:14:24 Selecting previously unselected package libpsl5:amd64. 02:14:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:14:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:14:24 Selecting previously unselected package libnghttp2-14:amd64. 02:14:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:14:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:14:24 Selecting previously unselected package librtmp1:amd64. 02:14:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:14:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:14:25 Selecting previously unselected package libcurl3-gnutls:amd64. 02:14:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:14:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:14:25 Selecting previously unselected package liberror-perl. 02:14:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:14:25 Unpacking liberror-perl (0.17025-1) ... 02:14:25 Selecting previously unselected package git-man. 02:14:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:14:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:14:25 Selecting previously unselected package git. 02:14:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:14:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:14:26 Selecting previously unselected package libnorm1:amd64. 02:14:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:14:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:14:26 Selecting previously unselected package libpgm-5.2-0:amd64. 02:14:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:14:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:14:26 Selecting previously unselected package libsodium23:amd64. 02:14:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:14:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:14:26 Selecting previously unselected package libzmq5:amd64. 02:14:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:14:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:14:26 Selecting previously unselected package libzmq3-dev:amd64. 02:14:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:14:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:14:26 Selecting previously unselected package pkg-config. 02:14:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:14:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:14:26 Selecting previously unselected package zip. 02:14:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:14:26 Unpacking zip (3.0-11build1) ... 02:14:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:14:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:14:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:14:26 Setting up liberror-perl (0.17025-1) ... 02:14:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:14:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:14:27 No schema files found: doing nothing. 02:14:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:14:27 Setting up zip (3.0-11build1) ... 02:14:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:14:27 Setting up libsodium23:amd64 (1.0.16-2) ... 02:14:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:14:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:14:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:14:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:14:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:14:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:14:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:14:33 git set to automatically installed. 02:14:33 git-man set to automatically installed. 02:14:33 libcurl3-gnutls set to automatically installed. 02:14:33 liberror-perl set to automatically installed. 02:14:33 libglib2.0-0 set to automatically installed. 02:14:33 libnghttp2-14 set to automatically installed. 02:14:33 libnorm1 set to automatically installed. 02:14:33 libpgm-5.2-0 set to automatically installed. 02:14:33 libpsl5 set to automatically installed. 02:14:33 librtmp1 set to automatically installed. 02:14:33 libsodium23 set to automatically installed. 02:14:33 libzmq3-dev set to automatically installed. 02:14:33 libzmq5 set to automatically installed. 02:14:33 pkg-config set to automatically installed. 02:14:33 zip set to automatically installed. 02:14:35 snapd is not logged in, snap install commands will use sudo 02:14:36 ---> 5fb720f9939e 02:14:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:14:36 ---> 509abba861a0 02:14:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 02:14:36 ---> Running in 94aee3153806 02:14:36 ---> 3049be954420 02:14:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:14:36 ---> Running in bce4fee6b0d9 02:14:36 ---> 50aeb251f8c5 02:14:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:14:36 ---> ba2e653f7211 02:14:36 Step 9/23 : RUN make cmd/core-command/core-command 02:14:36 ---> Running in 555eef68185a 02:14:36 ---> Running in da28831638cc 02:14:36 ---> Running in fe2c04c3fd07 02:14:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:14:36 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 02:14: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 02:14:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:14:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:14:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:14:42 snap "core18" has no updates available 02:14:43 Pulling config-common 02:14:44 Pulling go-build-helper 02:15:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:15:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:15:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:15:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 02:15:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:15:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:15:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:15:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:15:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:15:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:15:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:15:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 02:15:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 02:15:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 02:15:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 02:15:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 02:15:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 02:15:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 02:15:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:15:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 02:15:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 02:15:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 02:15:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 02:15:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 02:15:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 02:15:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 02:15:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 02:15:11 Fetched 23.9 MB in 0s (0 B/s) 02:15:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:15:11 Fetched 96.5 kB in 0s (0 B/s) 02:15:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:15:11 Fetched 279 kB in 0s (0 B/s) 02:15:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:15:11 Fetched 122 kB in 0s (0 B/s) 02:15:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:15:11 Fetched 77.8 kB in 0s (0 B/s) 02:15:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:15:11 Fetched 8848 B in 0s (0 B/s) 02:15:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:15:11 Fetched 47.8 kB in 0s (0 B/s) 02:15:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:15:11 Fetched 45.6 kB in 0s (0 B/s) 02:15:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:15:11 Fetched 15.0 kB in 0s (0 B/s) 02:15:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:15:11 Fetched 214 kB in 0s (0 B/s) 02:15:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 02:15:11 Fetched 155 kB in 0s (0 B/s) 02:15:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:15:11 Fetched 50.6 kB in 0s (0 B/s) 02:15:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:15:11 Fetched 14.8 kB in 0s (0 B/s) 02:15:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:15:11 Fetched 41.8 kB in 0s (0 B/s) 02:15:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:15:11 Fetched 499 kB in 0s (0 B/s) 02:15:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:15:11 Fetched 111 kB in 0s (0 B/s) 02:15:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:15:11 Fetched 240 kB in 0s (0 B/s) 02:15:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:15:11 Fetched 29.3 kB in 0s (0 B/s) 02:15:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:15:11 Fetched 85.5 kB in 0s (0 B/s) 02:15:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:15:11 Fetched 24.5 kB in 0s (0 B/s) 02:15:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:15:11 Fetched 49.2 kB in 0s (0 B/s) 02:15:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:15:11 Fetched 54.2 kB in 0s (0 B/s) 02:15:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:15:11 Fetched 30.8 kB in 0s (0 B/s) 02:15:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 02:15:11 Fetched 17.0 kB in 0s (0 B/s) 02:15:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:15:11 Fetched 85.9 kB in 0s (0 B/s) 02:15:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:15:11 Fetched 8720 B in 0s (0 B/s) 02:15:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:15:11 Fetched 137 kB in 0s (0 B/s) 02:15:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:15:11 Fetched 119 kB in 0s (0 B/s) 02:15:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:15:11 Fetched 109 kB in 0s (0 B/s) 02:15:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:15:11 Fetched 11.1 kB in 0s (0 B/s) 02:15:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:15:11 Fetched 645 kB in 0s (0 B/s) 02:15:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:15:11 Fetched 41.3 kB in 0s (0 B/s) 02:15:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:15:11 Fetched 17.9 kB in 0s (0 B/s) 02:15:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:15:11 Fetched 368 kB in 0s (0 B/s) 02:15:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:15:11 Fetched 187 kB in 0s (0 B/s) 02:15:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:15:11 Fetched 175 kB in 0s (0 B/s) 02:15:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:15:11 Fetched 206 kB in 0s (0 B/s) 02:15:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 02:15:11 Fetched 1301 kB in 0s (0 B/s) 02:15:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:15:11 Fetched 36.2 kB in 0s (0 B/s) 02:15:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:15:11 Fetched 159 kB in 0s (0 B/s) 02:15:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:15:11 Fetched 107 kB in 0s (0 B/s) 02:15:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:15:11 Fetched 48.7 kB in 0s (0 B/s) 02:15:11 Pulling static-packages 02:15:12 'go115' has dependencies that need to be staged: go-build-helper static-packages 02:15:12 Skipping pull go-build-helper (already ran) 02:15:12 Skipping pull static-packages (already ran) 02:15:12 Building go-build-helper 02:15:15 Building static-packages 02:15:17 Staging go-build-helper 02:15:18 Staging static-packages 02:15:19 Pulling go115 02:15:20 'edgex-go' has dependencies that need to be staged: go115 02:15:20 Skipping pull go115 (already ran) 02:15:20 Building go115 02:15:20 % Total % Received % Xferd Average Speed Time Time Time Current 02:15:20 Dload Upload Total Spent Left Speed 02:15:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.2M 0 0 18.0M 0 0:00:06 --:--:-- 0:00:06 17.9M 32 115M 32 37.6M 0 0 21.2M 0 0:00:05 0:00:01 0:00:04 21.2M 55 115M 55 63.9M 0 0 23.0M 0 0:00:05 0:00:02 0:00:03 23.0M 78 115M 78 90.8M 0 0 24.0M 0 0:00:04 0:00:03 0:00:01 24.0M 100 115M 100 115M 0 0 24.6M 0 0:00:04 0:00:04 --:--:-- 24.6M 02:15:25 go1.15.2.linux-amd64.tar.gz: OK 02:15:29 Staging go115 02:15:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:15:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:15:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:15:34 Fetched 0 B in 0s (0 B/s) 02:15:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:15:34 Fetched 224 kB in 0s (0 B/s) 02:15:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:15:34 Fetched 157 kB in 0s (0 B/s) 02:15:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:15:34 Fetched 221 kB in 0s (0 B/s) 02:15:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:15:34 Fetched 143 kB in 0s (0 B/s) 02:15:34 Pulling edgex-go 02:15:35 Pulling version 02:15:36 Building config-common 02:15:38 Skipping build go-build-helper (already ran) 02:15:38 Skipping build static-packages (already ran) 02:15:38 Skipping build go115 (already ran) 02:15:38 Building edgex-go 02:15:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:15:40 go: downloading github.com/gorilla/mux v1.8.0 02:15:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:15:40 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:15:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 02:15:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 02:15:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:15:40 go: downloading github.com/google/uuid v1.2.0 02:15:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 02:15:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 02:15:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 02:15:40 go: downloading github.com/imdario/mergo v0.3.11 02:15:40 go: downloading github.com/pkg/errors v0.8.1 02:15:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:15:40 go: downloading github.com/go-kit/kit v0.8.0 02:15:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 02:15:40 go: downloading github.com/pebbe/zmq4 v1.2.2 02:15:40 go: downloading github.com/x448/float16 v0.8.4 02:15:40 go: downloading github.com/BurntSushi/toml v0.3.1 02:15:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 02:15:40 go: downloading gopkg.in/yaml.v2 v2.4.0 02:15:40 go: downloading github.com/hashicorp/consul/api v1.1.0 02:15:40 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:15:40 go: downloading github.com/pelletier/go-toml v1.2.0 02:15:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:15:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:15:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:15:40 go: downloading github.com/go-playground/universal-translator v0.17.0 02:15:40 go: downloading github.com/leodido/go-urn v1.2.0 02:15:40 go: downloading github.com/hashicorp/serf v0.8.2 02:15:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:15:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:15:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:15:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:15:40 go: downloading github.com/mitchellh/copystructure v1.0.0 02:15:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:15:40 go: downloading github.com/go-playground/locales v0.13.0 02:15:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:15:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:15:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:15:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:15:47 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 02:15:51 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 02:15:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:15:53 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 02:15:54 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 02:15:54 go: downloading github.com/stretchr/testify v1.7.0 02:15:54 go: downloading github.com/davecgh/go-spew v1.1.1 02:15:54 go: downloading github.com/pmezard/go-difflib v1.0.0 02:15:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:15:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:15:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:15:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:15:58 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 02:15:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 02:15:58 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 02:15:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:16:00 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 02:16:01 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 02:16:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:16:02 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 02:16:02 go: downloading github.com/lib/pq v1.9.0 02:16:05 Building version 02:16:07 Staging config-common 02:16:08 Skipping stage go-build-helper (already ran) 02:16:08 Skipping stage static-packages (already ran) 02:16:08 Skipping stage go115 (already ran) 02:16:08 Staging edgex-go 02:16:08 Staging version 02:16:09 Priming config-common 02:16:10 Priming go-build-helper 02:16:11 Priming static-packages 02:16:13 Removing intermediate container da28831638cc 02:16:13 ---> 8174d865658f 02:16:13 02:16:13 Step 10/22 : FROM alpine:3.12 02:16:13 3.12: Pulling from library/alpine 02:16:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:16:13 Status: Downloaded newer image for alpine:3.12 02:16:13 ---> afeebe901d6b 02:16:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:16:13 ---> Running in 33f7b0816c57 02:16:14 Priming go115 02:16:14 Priming edgex-go 02:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:16 Priming version 02:16:16 (1/2) Installing ca-certificates (20191127-r4) 02:16:16 (2/2) Installing dumb-init (1.2.2-r1) 02:16:16 Executing busybox-1.31.1-r19.trigger 02:16:16 Executing ca-certificates-20191127-r4.trigger 02:16:16 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 02:16:17 OK: 6 MiB in 16 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:16:20 Removing intermediate container 33f7b0816c57 02:16:20 ---> 7dd6710b82c1 02:16:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:16:20 ---> Running in 3ffca99151a5 02:16:21 Removing intermediate container 3ffca99151a5 02:16:21 ---> 5e758e293624 02:16:21 Step 13/22 : ENV APP_PORT=48060 02:16:21 ---> Running in 466f76f0f770 02:16:22 Removing intermediate container 466f76f0f770 02:16:22 ---> 2ea006345d50 02:16:22 Step 14/22 : EXPOSE $APP_PORT 02:16:23 ---> Running in a1f82b0263e1 02:16:24 Removing intermediate container a1f82b0263e1 02:16:24 ---> 4768d6e35902 02:16:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:24 Removing intermediate container bce4fee6b0d9 02:16:24 ---> d56b062778f9 02:16:24 02:16:24 Step 10/31 : FROM alpine:3.12 02:16:24 ---> afeebe901d6b 02:16:24 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:16:25 ---> Running in 3bf92b4297ec 02:16:25 ---> 4d53a490ef3f 02:16:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:16:26 Removing intermediate container 3bf92b4297ec 02:16:26 ---> fb1377a8da9f 02:16:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:16:26 ---> Running in 8a1b6fc74099 02:16:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:29 ---> 9fb099921fcd 02:16:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:16:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:30 Removing intermediate container fe2c04c3fd07 02:16:30 ---> 54aecfcb5c84 02:16:30 02:16:30 Step 10/23 : FROM alpine:3.12 02:16:30 ---> afeebe901d6b 02:16:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:16:30 Removing intermediate container 94aee3153806 02:16:30 ---> 261219a1ab8b 02:16:30 02:16:30 Step 10/22 : FROM alpine:3.12 02:16:30 ---> afeebe901d6b 02:16:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:16:30 (1/2) Installing dumb-init (1.2.2-r1) 02:16:30 (2/2) Installing su-exec (0.2-r1) 02:16:30 Executing busybox-1.31.1-r19.trigger 02:16:30 OK: 5 MiB in 16 packages 02:16:30 ---> 5fe465283565 02:16:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:16:30 ---> Running in 45dedbbed939 02:16:30 ---> Running in 286605a65d85 02:16:30 ---> Running in c8b3010aee2d 02:16:31 Removing intermediate container c8b3010aee2d 02:16:31 ---> 6379ef0c8e7d 02:16:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:31 ---> Running in d283663dbae9 02:16:32 Removing intermediate container 8a1b6fc74099 02:16:32 ---> 76cdbb505d46 02:16:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:32 ---> Running in 7007dc9adc12 02:16:32 Removing intermediate container d283663dbae9 02:16:32 ---> 239558fbeb78 02:16:32 Step 20/22 : LABEL arch=arm64 02:16:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:33 ---> Running in a80730ffddf3 02:16:33 (1/1) Installing dumb-init (1.2.2-r1) 02:16:33 Executing busybox-1.31.1-r19.trigger 02:16:33 OK: 5 MiB in 15 packages 02:16:33 (1/1) Installing dumb-init (1.2.2-r1) 02:16:33 Executing busybox-1.31.1-r19.trigger 02:16:33 OK: 5 MiB in 15 packages 02:16:33 Removing intermediate container 7007dc9adc12 02:16:33 ---> fdb06bee6399 02:16:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:16:34 ---> Running in 21343035f2fc 02:16:34 Removing intermediate container a80730ffddf3 02:16:34 ---> 4664bfafa8ce 02:16:34 Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:16:34 Removing intermediate container 555eef68185a 02:16:34 ---> 7bd6697ad07f 02:16:34 02:16:34 Step 10/23 : FROM alpine:3.12 02:16:34 ---> afeebe901d6b 02:16:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:16:35 ---> Running in 73264df92a65 02:16:35 ---> Running in 786dc0e5ebec 02:16:35 Removing intermediate container 21343035f2fc 02:16:35 ---> af7c70025bfb 02:16:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:16:35 ---> Running in 614ff6da6ae0 02:16:35 Removing intermediate container 45dedbbed939 02:16:35 ---> 0c783ccc77d0 02:16:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:16:35 Removing intermediate container 73264df92a65 02:16:35 ---> 902b7bf2a66b 02:16:35 Step 22/22 : LABEL version=0.0.0 02:16:35 Removing intermediate container 286605a65d85 02:16:35 ---> 2864f3c90acb 02:16:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:16:35 ---> Running in 5476ba4411ba 02:16:36 ---> Running in 01906f7b29e5 02:16:36 ---> Running in 9a3603d8390c 02:16:36 Removing intermediate container 5476ba4411ba 02:16:36 ---> 33726d3ca540 02:16:36 Step 13/22 : ENV APP_PORT=48085 02:16:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:36 Removing intermediate container 9a3603d8390c 02:16:36 ---> ce92df68874b 02:16:36 Step 13/23 : ENV APP_PORT=48082 02:16:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:36 Removing intermediate container 01906f7b29e5 02:16:36 ---> 727653d56292 02:16:36 02:16:36 ---> Running in 42c72fbaf400 02:16:36 ---> Running in 5c5d2e189237 02:16:37 (1/1) Installing dumb-init (1.2.2-r1) 02:16:37 Executing busybox-1.31.1-r19.trigger 02:16:37 OK: 5 MiB in 15 packages 02:16:37 Successfully built 727653d56292 02:16:37 Successfully tagged docker-support-notifications-go-arm64:latest 02:16:37 Building docker-security-proxy-setup-go 02:16:37 Removing intermediate container 42c72fbaf400 02:16:37  Building docker-support-notifications-go ... done  ---> 053f9e07c571 02:16:37 Step 14/22 : EXPOSE $APP_PORT 02:16:38 Removing intermediate container 5c5d2e189237 02:16:38 ---> 193ba01c0c4c 02:16:38 Step 14/23 : EXPOSE $APP_PORT 02:16:38 ---> Running in 8d9bf9798a6a 02:16:38 ---> Running in 2e8631afd1fd 02:16:38 Removing intermediate container 614ff6da6ae0 02:16:38 ---> c193a6155590 02:16:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:16:38 Removing intermediate container 8d9bf9798a6a 02:16:38 ---> e0e18a42c0e9 02:16:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:38 ---> Running in cd8f0e6ad473 02:16:38 Removing intermediate container 2e8631afd1fd 02:16:38 ---> 7bb1cb7bd0aa 02:16:38 Step 15/23 : WORKDIR / 02:16:39 Removing intermediate container 786dc0e5ebec 02:16:39 ---> 6414d3de17d8 02:16:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:16:39 ---> Running in f28de3f95c23 02:16:39 ---> Running in a23821813359 02:16:39 Removing intermediate container cd8f0e6ad473 02:16:39 ---> 659893055f0a 02:16:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:16:40 ---> 859b9439abf4 02:16:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:16:41 Removing intermediate container f28de3f95c23 02:16:41 ---> afefe7217181 02:16:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:41 Removing intermediate container a23821813359 02:16:41 ---> 9c18f71df836 02:16:41 Step 13/23 : ENV APP_PORT=48081 02:16:41 ---> Running in a06c9389e38c 02:16:41 ---> ed2a8b986c3c 02:16:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:16:42 ---> Running in 605a92783e01 02:16:43 Removing intermediate container a06c9389e38c 02:16:43 ---> df2777b11851 02:16:43 Step 14/23 : EXPOSE $APP_PORT 02:16:43 ---> c5837fed39a3 02:16:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:16:43 ---> 70a404da5fe3 02:16:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:16:43 ---> Running in f1fba2c1a592 02:16:44 Removing intermediate container f1fba2c1a592 02:16:44 ---> 72204cfe780c 02:16:44 Step 15/23 : WORKDIR / 02:16:44 ---> b14602bbe4fe 02:16:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:16:45 ---> Running in f7af95b5b2e9 02:16:45 ---> 886cb994ae46 02:16:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:16:45 ---> Running in 35f87181e260 02:16:45 Removing intermediate container f7af95b5b2e9 02:16:45 ---> a3c6ebe507d9 02:16:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:45 Removing intermediate container 35f87181e260 02:16:45 ---> 4363aa26883d 02:16:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:46 ---> 27bb192a8824 02:16:46 Step 19/23 : ENTRYPOINT ["/core-command"] 02:16:46 ---> Running in c03367459783 02:16:47 ---> Running in 1bda427a382d 02:16:47 Removing intermediate container 605a92783e01 02:16:47 ---> d9cdef236611 02:16:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:47 ---> 459fd533e5fa 02:16:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:16:47 Removing intermediate container c03367459783 02:16:47 ---> 72a8abcd5961 02:16:47 Step 20/22 : LABEL arch=arm64 02:16:48 Removing intermediate container 1bda427a382d 02:16:48 ---> d826027caab4 02:16:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:48 ---> Running in ec91ef523d48 02:16:49 ---> Running in e4c4cbd3aef7 02:16:49 ---> 8895b480031f 02:16:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:16:49 Removing intermediate container ec91ef523d48 02:16:49 ---> 9628a21761cc 02:16:49 Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:16:49 ---> 3046d3525f21 02:16:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:16:50 ---> Running in c4be085a8b7f 02:16:50 Removing intermediate container e4c4cbd3aef7 02:16:50 ---> 0589a2716d8e 02:16:50 Step 21/23 : LABEL arch=arm64 02:16:50 ---> Running in 26f77e56d1e8 02:16:51 ---> e501148ace76 02:16:51 ---> 9452d876a9a4 02:16:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:16:51 02:16:51 Removing intermediate container c4be085a8b7f 02:16:51 ---> abdb05467894 02:16:51 Step 22/22 : LABEL version=0.0.0 02:16:51 ---> Running in 53ae93af7f96 02:16:51 Removing intermediate container 26f77e56d1e8 02:16:51 ---> 9a868abacb76 02:16:51 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:16:51 ---> Running in 34500f7a2537 02:16:52 ---> Running in b8349195ff22 02:16:52 ---> 8f3cd109264d 02:16:52 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:16:52 Removing intermediate container 53ae93af7f96 02:16:52 ---> ef7f591007b5 02:16:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:53 Removing intermediate container 34500f7a2537 02:16:53 ---> 42ae81f1c097 02:16:53 02:16:53 ---> Running in a05573673da1 02:16:53 Removing intermediate container b8349195ff22 02:16:53 ---> 3ac57d0e57fc 02:16:53 Step 23/23 : LABEL version=0.0.0 02:16:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:16:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:16:53 ---> f09f962b395a 02:16:53 Step 3/21 : WORKDIR /edgex-go 02:16:53 ---> Using cache 02:16:53 ---> 26eabf0f3a6f 02:16:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:53 ---> Using cache 02:16:53 ---> 32bcac192b06 02:16:53 Step 5/21 : RUN apk add --update --no-cache make git 02:16:53 ---> Using cache 02:16:53 ---> ce7eb8923b72 02:16:53 Step 6/21 : COPY go.mod . 02:16:53 ---> Using cache 02:16:53 ---> c5e2c74724d1 02:16:53 Step 7/21 : RUN go mod download 02:16:53 ---> Using cache 02:16:53 ---> 63cfb60a4bfb 02:16:53 Step 8/21 : COPY . . 02:16:53 Successfully built 42ae81f1c097 02:16:53 Successfully tagged docker-support-scheduler-go-arm64:latest 02:16:53  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 02:16:53 ---> Using cache 02:16:53 ---> ba2e653f7211 02:16:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:16:53 ---> Running in 9ae7848dd99d 02:16:54 ---> 9a839d6198ce 02:16:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:16:54 ---> Running in 3bfad0ce5b09 02:16:54 Removing intermediate container a05573673da1 02:16:54 ---> 4c83cf972f82 02:16:54 Step 21/23 : LABEL arch=arm64 02:16:54 ---> Running in 5e5cc70fd279 02:16:54 Removing intermediate container 9ae7848dd99d 02:16:54 ---> f9ec6571614d 02:16:54 02:16:55 Successfully built f9ec6571614d 02:16:55 Successfully tagged docker-core-command-go-arm64:latest 02:16:55  Building docker-core-command-go ... done Building docker-core-data-go 02:16:55 Removing intermediate container 5e5cc70fd279 02:16:55 ---> b711d2ba653a 02:16:55 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:16: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 02:16:56 ---> ee3b13123dbf 02:16:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:16:56 ---> Running in 0a0ef43dd4a1 02:16:57 ---> Running in f6bcac8b7279 02:16:57 Removing intermediate container 0a0ef43dd4a1 02:16:57 ---> 6777ad145a40 02:16:57 Step 23/23 : LABEL version=0.0.0 02:16:57 ---> Running in 906f9144fd19 02:16:58 Removing intermediate container f6bcac8b7279 02:16:58 ---> 964e0fcde82a 02:16:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:16:59 Removing intermediate container 906f9144fd19 02:16:59 ---> 16b11118ec3e 02:16:59 02:16:59 Successfully built 16b11118ec3e 02:16:59 Successfully tagged docker-core-metadata-go-arm64:latest 02:16:59  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 02:16:59 ---> 4b25434db04a 02:16:59 Step 26/31 : RUN chmod +x /entrypoint.sh 02:17:00 ---> Running in f3c53a8d18de 02:17:06 Removing intermediate container f3c53a8d18de 02:17:06 ---> 935e86ceb2e5 02:17:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:17:06 ---> Running in c1bf21d76612 02:17:07 Removing intermediate container c1bf21d76612 02:17:07 ---> c3a972dbd595 02:17:07 Step 28/31 : CMD ["gate"] 02:17:08 ---> Running in 19bc8f541e51 02:17:09 Removing intermediate container 19bc8f541e51 02:17:09 ---> 39d13d3bc51b 02:17:09 Step 29/31 : LABEL arch=arm64 02:17:10 ---> Running in 315a630d9755 02:17:11 Removing intermediate container 315a630d9755 02:17:11 ---> 3f7daf998611 02:17:11 Step 30/31 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:17:12 ---> Running in aa258b66aad1 02:17:13 Removing intermediate container aa258b66aad1 02:17:13 ---> b76fcfd1ec6b 02:17:13 Step 31/31 : LABEL version=0.0.0 02:17:13 ---> Running in 3facd29a967e 02:17:14 Removing intermediate container 3facd29a967e 02:17:14 ---> 2503447f4a24 02:17:14 02:17:15 Successfully built 2503447f4a24 02:17:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:17:30  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:17:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:17:30 ---> f09f962b395a 02:17:30 Step 3/24 : WORKDIR /edgex-go 02:17:30 ---> Using cache 02:17:30 ---> 26eabf0f3a6f 02:17:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:30 ---> Using cache 02:17:30 ---> 32bcac192b06 02:17:30 Step 5/24 : RUN apk add --update --no-cache make git 02:17:30 ---> Using cache 02:17:30 ---> ce7eb8923b72 02:17:30 Step 6/24 : COPY go.mod . 02:17:30 ---> Using cache 02:17:30 ---> c5e2c74724d1 02:17:30 Step 7/24 : RUN go mod download 02:17:30 ---> Using cache 02:17:30 ---> 63cfb60a4bfb 02:17:30 Step 8/24 : COPY . . 02:17:30 ---> Using cache 02:17:30 ---> ba2e653f7211 02:17:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:17:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:17:33 ---> f09f962b395a 02:17:33 Step 3/23 : WORKDIR /edgex-go 02:17:33 ---> Using cache 02:17:33 ---> 26eabf0f3a6f 02:17:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:33 ---> Using cache 02:17:33 ---> 32bcac192b06 02:17:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:17:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:17:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:17:35 ---> f09f962b395a 02:17:35 Step 3/26 : WORKDIR /edgex-go 02:17:35 ---> Using cache 02:17:35 ---> 26eabf0f3a6f 02:17:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:35 ---> Using cache 02:17:35 ---> 32bcac192b06 02:17:35 Step 5/26 : RUN apk add --update --no-cache make bash git 02:17:35 ---> Running in cd8d09736b74 02:17:35 ---> Running in 57e0455c1f16 02:17:35 ---> Running in 2be66eec01eb 02:17:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:17:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:39 OK: 217 MiB in 51 packages 02:17:39 OK: 217 MiB in 51 packages 02:17:39 Removing intermediate container 3bfad0ce5b09 02:17:39 ---> 711625c3d7a2 02:17:39 02:17:39 Step 10/21 : FROM alpine:3.12 02:17:39 ---> afeebe901d6b 02:17:39 Step 11/21 : RUN apk add --update --no-cache curl 02:17:40 ---> Running in 71db292dd074 02:17:41 Removing intermediate container 57e0455c1f16 02:17:41 ---> 1abc82826e7d 02:17:41 Step 6/23 : COPY go.mod . 02:17:41 Removing intermediate container 2be66eec01eb 02:17:41 ---> 3113884d0e53 02:17:41 Step 6/26 : COPY go.mod . 02:17:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:17:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:17:42 ---> 96e8cd1e3836 02:17:42 Step 7/23 : RUN go mod download 02:17:43 ---> 2754f6602b22 02:17:43 Step 7/26 : RUN go mod download 02:17:43 ---> Running in 9786d9c14317 02:17:43 ---> Running in f36e28fc3d28 02:17:43 (1/4) Installing ca-certificates (20191127-r4) 02:17:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:17:43 (3/4) Installing libcurl (7.69.1-r3) 02:17:43 (4/4) Installing curl (7.69.1-r3) 02:17:43 Executing busybox-1.31.1-r19.trigger 02:17:43 Executing ca-certificates-20191127-r4.trigger 02:17:43 OK: 7 MiB in 18 packages 02:17:46 Removing intermediate container 71db292dd074 02:17:46 ---> 979a2b5a2268 02:17:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:17:46 ---> Running in 67dbdaa7e584 02:17:47 Removing intermediate container 67dbdaa7e584 02:17:47 ---> 766a9ff6b198 02:17:47 Step 13/21 : WORKDIR /edgex 02:17:48 ---> Running in a82113a2913b 02:17:48 Removing intermediate container 9786d9c14317 02:17:48 ---> 00b5a8d7ead2 02:17:48 Step 8/23 : COPY . . 02:17:48 Removing intermediate container f36e28fc3d28 02:17:48 ---> 8cead5d68c15 02:17:48 Step 8/26 : COPY . . 02:17:49 Removing intermediate container a82113a2913b 02:17:49 ---> 1a6adfe52f4b 02:17:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:17:51 ---> 48ab7567f2e8 02:17:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:17:56 ---> aeef86063fd5 02:17:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:17:58 ---> 72205ec20378 02:17:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:17:59 ---> Running in 19085dd65dac 02:18:01 Removing intermediate container 19085dd65dac 02:18:01 ---> f14f8eb43dec 02:18:01 Step 18/21 : CMD ["--init=true"] 02:18:01 ---> Running in cf05fd316dec 02:18:03 Removing intermediate container cf05fd316dec 02:18:03 ---> baae32073db3 02:18:03 Step 19/21 : LABEL arch=arm64 02:18:03 ---> Running in a88dcfd07e20 02:18:05 Removing intermediate container a88dcfd07e20 02:18:05 ---> d463858732e5 02:18:05 Step 20/21 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:18:05 ---> Running in 71c46fdab7b1 02:18:07 Removing intermediate container 71c46fdab7b1 02:18:07 ---> 31675d95acde 02:18:07 Step 21/21 : LABEL version=0.0.0 02:18:07 ---> Running in eb873331d584 02:18:08 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 02:18:08 Removing intermediate container eb873331d584 02:18:08 ---> 9f6574c75b4b 02:18:08 02:18:09 Successfully built 9f6574c75b4b 02:18:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:18:10  Building docker-security-proxy-setup-go ... done  ---> af573cb1b6cc 02:18:10 Step 9/23 : RUN make cmd/core-data/core-data 02:18:10 ---> 83a541365838 02:18:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:18:10 ---> Running in 3c2625abc220 02:18:11 ---> Running in 76fe140f45d0 02:18:12 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 02:18:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:18:18 Removing intermediate container cd8d09736b74 02:18:18 ---> bb2dee3fc539 02:18:18 02:18:18 Step 10/24 : FROM alpine:3.12 02:18:18 ---> afeebe901d6b 02:18:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:18:18 ---> Running in 650d0f4e17ca 02:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:18:20 (1/5) Installing ca-certificates (20191127-r4) 02:18:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:18:20 (3/5) Installing libcurl (7.69.1-r3) 02:18:20 (4/5) Installing curl (7.69.1-r3) 02:18:20 (5/5) Installing dumb-init (1.2.2-r1) 02:18:20 Executing busybox-1.31.1-r19.trigger 02:18:20 Executing ca-certificates-20191127-r4.trigger 02:18:21 OK: 7 MiB in 19 packages 02:18:24 Removing intermediate container 650d0f4e17ca 02:18:24 ---> 0eae4f7febf2 02:18:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:18:24 ---> Running in b7a83311b8b4 02:18:24 Removing intermediate container b7a83311b8b4 02:18:24 ---> 9032b14045c0 02:18:24 Step 13/24 : WORKDIR / 02:18:24 ---> Running in c662bea30a74 02:18:25 Removing intermediate container c662bea30a74 02:18:25 ---> 57bf72a24eb4 02:18:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:18:26 ---> 445aaac73854 02:18:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:18:27 ---> 2a21b0774c29 02:18:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:18:28 ---> 04c1fc7aec95 02:18:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:18:30 ---> 4e3b75106add 02:18:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:18:31 ---> 7ebf434e01ee 02:18:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:18:32 ---> bff020a40c48 02:18:32 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/ 02:18:33 ---> Running in a3a0df68aea0 02:18:36 Removing intermediate container a3a0df68aea0 02:18:36 ---> b0bb46cd4e41 02:18:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:18:36 ---> Running in 751f1131eb89 02:18:37 Removing intermediate container 751f1131eb89 02:18:37 ---> 80035a08c548 02:18:37 Step 22/24 : LABEL arch=arm64 02:18:37 ---> Running in 3173541040d4 02:18:37 Removing intermediate container 3173541040d4 02:18:37 ---> e477a76e395b 02:18:37 Step 23/24 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:18:38 ---> Running in 8dfd7af1ef18 02:18:39 Removing intermediate container 8dfd7af1ef18 02:18:39 ---> 517705eeacad 02:18:39 Step 24/24 : LABEL version=0.0.0 02:18:39 ---> Running in 6d3d4a888638 02:18:39 Removing intermediate container 6d3d4a888638 02:18:39 ---> 00d7e3165c16 02:18:39 02:18:40 Successfully built 00d7e3165c16 02:18:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:19:02  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76fe140f45d0 02:19:02 ---> e0c16008687a 02:19:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:19:02 ---> Running in 4e83c15a1225 02:19:03 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 02:19:07 Removing intermediate container 4e83c15a1225 02:19:07 ---> 4ea6a7e4420d 02:19:07 02:19:07 Step 11/26 : FROM docker:20.10.0 02:19:07 20.10.0: Pulling from library/docker 02:19:15 Removing intermediate container 3c2625abc220 02:19:15 ---> a3fb9178c2ae 02:19:15 02:19:15 Step 10/23 : FROM alpine:3.12 02:19:15 ---> afeebe901d6b 02:19:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:19:15 ---> Running in 182b786499cf 02:19:15 Removing intermediate container 182b786499cf 02:19:15 ---> fc76736d54b8 02:19:15 Step 12/23 : ENV APP_PORT=48080 02:19:15 ---> Running in d85b36c7a37a 02:19:16 Removing intermediate container d85b36c7a37a 02:19:16 ---> 3edc2acb0beb 02:19:16 Step 13/23 : EXPOSE $APP_PORT 02:19:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:19:16 Status: Downloaded newer image for docker:20.10.0 02:19:16 ---> eeaf43b92773 02:19:16 Step 12/26 : RUN apk add --no-cache bash 02:19:16 ---> Running in 053154cd13e9 02:19:16 ---> Running in ca1317e370e1 02:19:17 Removing intermediate container 053154cd13e9 02:19:17 ---> fbbc6b74ad16 02:19:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:17 ---> Running in ad8211d1c05a 02:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:18 (1/2) Installing readline (8.0.4-r0) 02:19:18 (2/2) Installing bash (5.0.17-r0) 02:19:18 Executing bash-5.0.17-r0.post-install 02:19:18 Executing busybox-1.31.1-r19.trigger 02:19:18 OK: 12 MiB in 22 packages 02:19:19 Removing intermediate container ad8211d1c05a 02:19:19 ---> c865e648b450 02:19:19 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:19:19 ---> Running in 44f3f5f97cab 02:19:20 Removing intermediate container ca1317e370e1 02:19:20 ---> 99e85c3e2109 02:19:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:19:20 ---> Running in a296b8fc8e69 02:19:20 Removing intermediate container a296b8fc8e69 02:19:20 ---> 2bffada95538 02:19:20 Step 14/26 : ENV APP_PORT=48090 02:19:21 ---> Running in 51f40232c9ab 02:19:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:21 Removing intermediate container 51f40232c9ab 02:19:21 ---> e8f5908e10bb 02:19:21 Step 15/26 : EXPOSE $APP_PORT 02:19:21 ---> Running in cfb77ec2828e 02:19:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:22 Removing intermediate container cfb77ec2828e 02:19:22 ---> bfc41ca23385 02:19:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:19:22 (1/6) Installing dumb-init (1.2.2-r1) 02:19:22 (2/6) Installing libgcc (9.3.0-r2) 02:19:22 (3/6) Installing libsodium (1.0.18-r0) 02:19:22 (4/6) Installing libstdc++ (9.3.0-r2) 02:19:22 (5/6) Installing libzmq (4.3.3-r0) 02:19:23 ---> cd17cbd6f99a 02:19:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:19:23 (6/6) Installing zeromq (4.3.3-r0) 02:19:23 Executing busybox-1.31.1-r19.trigger 02:19:23 OK: 8 MiB in 20 packages 02:19:24 ---> 4a95fbfa55c4 02:19:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:19:24 Removing intermediate container 44f3f5f97cab 02:19:24 ---> 0296e21a99b8 02:19:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:19:25 ---> 59b7e8045bb5 02:19:25 Step 19/26 : RUN apk --no-cache add py3-pip 02:19:25 ---> Running in d0e5383df95f 02:19:25 ---> 968fdc8c289a 02:19:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:19:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:27 ---> 3bd35b3ff26b 02:19:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:19:27 (1/33) Installing libbz2 (1.0.8-r1) 02:19:27 (2/33) Installing expat (2.2.9-r1) 02:19:27 (3/33) Installing libffi (3.3-r2) 02:19:27 (4/33) Installing gdbm (1.13-r1) 02:19:27 (5/33) Installing xz-libs (5.2.5-r0) 02:19:27 (6/33) Installing sqlite-libs (3.32.1-r0) 02:19:27 (7/33) Installing python3 (3.8.5-r0) 02:19:27 ---> c58beb0c5ec4 02:19:27 Step 19/23 : ENTRYPOINT ["/core-data"] 02:19:27 ---> Running in b53b0d7a206f 02:19:28 Removing intermediate container b53b0d7a206f 02:19:28 ---> 2764b751d876 02:19:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:19:28 ---> Running in afc429e78d61 02:19:29 Removing intermediate container afc429e78d61 02:19:29 ---> 805042c05d4c 02:19:29 Step 21/23 : LABEL arch=arm64 02:19:29 ---> Running in 165fb0b54307 02:19:30 Removing intermediate container 165fb0b54307 02:19:30 ---> 2ff4f4f7ddf2 02:19:30 Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:19:30 (8/33) Installing py3-appdirs (1.4.4-r1) 02:19:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:19:30 (10/33) Installing py3-parsing (2.4.7-r0) 02:19:30 ---> Running in 805912e67453 02:19:30 (11/33) Installing py3-six (1.15.0-r0) 02:19:30 (12/33) Installing py3-packaging (20.4-r0) 02:19:30 (13/33) Installing py3-setuptools (47.0.0-r0) 02:19:30 (14/33) Installing py3-chardet (3.0.4-r4) 02:19:30 (15/33) Installing py3-idna (2.9-r0) 02:19:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:19:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:19:30 (18/33) Installing py3-requests (2.23.0-r0) 02:19:30 (19/33) Installing py3-msgpack (1.0.0-r0) 02:19:30 (20/33) Installing py3-lockfile (0.12.2-r3) 02:19:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:19:30 Removing intermediate container 805912e67453 02:19:30 ---> 75bfdacf4cb3 02:19:30 Step 23/23 : LABEL version=0.0.0 02:19:30 (22/33) Installing py3-colorama (0.4.3-r0) 02:19:30 (23/33) Installing py3-distlib (0.3.0-r0) 02:19:30 (24/33) Installing py3-distro (1.5.0-r1) 02:19:30 (25/33) Installing py3-webencodings (0.5.1-r3) 02:19:30 (26/33) Installing py3-html5lib (1.0.1-r4) 02:19:30 (27/33) Installing py3-pytoml (0.1.21-r0) 02:19:30 ---> Running in e823ccc674e2 02:19:30 (28/33) Installing py3-pep517 (0.8.2-r0) 02:19:30 (29/33) Installing py3-progress (1.5-r0) 02:19:30 (30/33) Installing py3-toml (0.10.1-r0) 02:19:30 (31/33) Installing py3-retrying (1.3.3-r0) 02:19:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:19:30 (33/33) Installing py3-pip (20.1.1-r0) 02:19:31 Executing busybox-1.31.1-r19.trigger 02:19:31 OK: 71 MiB in 55 packages 02:19:31 Removing intermediate container e823ccc674e2 02:19:31 ---> 0a40e50ba3dc 02:19:31 02:19:31 Successfully built 0a40e50ba3dc 02:19:31 Successfully tagged docker-core-data-go-arm64:latest 02:19:37  Building docker-core-data-go ... done Removing intermediate container d0e5383df95f 02:19:37 ---> d92b05ea9c78 02:19:37 Step 20/26 : RUN pip install docker-compose==1.23.2 02:19:37 ---> Running in ea75bda293d1 02:19:42 Collecting docker-compose==1.23.2 02:19:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:19:42 Collecting websocket-client<1.0,>=0.32.0 02:19:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:19:43 Collecting docker<4.0,>=3.6.0 02:19:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:19:44 Collecting texttable<0.10,>=0.9.0 02:19:44 Downloading texttable-0.9.1.tar.gz (11 kB) 02:19:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:19:46 Collecting docopt<0.7,>=0.6.1 02:19:46 Downloading docopt-0.6.2.tar.gz (25 kB) 02:19:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:19:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:19:48 Collecting dockerpty<0.5,>=0.4.1 02:19:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:19:50 Collecting cached-property<2,>=1.2.0 02:19:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:19:51 Collecting jsonschema<3,>=2.5.1 02:19:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:19:52 Collecting PyYAML<4,>=3.10 02:19:52 Downloading PyYAML-3.13.tar.gz (270 kB) 02:19:54 Collecting docker-pycreds>=0.4.0 02:19:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:19:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 02:19:55 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) 02:19:55 Collecting idna<2.8,>=2.5 02:19:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:19:56 Collecting urllib3<1.25,>=1.21.1 02:19:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:19:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:19:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:19:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:19:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:19:57 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, dockerpty, cached-property, jsonschema, PyYAML, docker-compose 02:19:57 Attempting uninstall: idna 02:19:57 Found existing installation: idna 2.9 02:19:57 Uninstalling idna-2.9: 02:19:57 Successfully uninstalled idna-2.9 02:19:57 Attempting uninstall: urllib3 02:19:57 Found existing installation: urllib3 1.25.9 02:19:57 Uninstalling urllib3-1.25.9: 02:19:57 Successfully uninstalled urllib3-1.25.9 02:19:58 Attempting uninstall: requests 02:19:58 Found existing installation: requests 2.23.0 02:19:58 Uninstalling requests-2.23.0: 02:19:58 Successfully uninstalled requests-2.23.0 02:20:00 Running setup.py install for texttable: started 02:20:01 Running setup.py install for texttable: finished with status 'done' 02:20:01 Running setup.py install for docopt: started 02:20:03 Running setup.py install for docopt: finished with status 'done' 02:20:03 Running setup.py install for dockerpty: started 02:20:05 Running setup.py install for dockerpty: finished with status 'done' 02:20:05 Running setup.py install for PyYAML: started 02:20:07 Running setup.py install for PyYAML: finished with status 'done' 02:20:08 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 02:20:12 Removing intermediate container ea75bda293d1 02:20:12 ---> a48fe8048587 02:20:12 Step 21/26 : RUN apk --no-cache add curl 02:20:12 ---> Running in d1169d1a799f 02:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:20:14 (2/3) Installing libcurl (7.69.1-r3) 02:20:14 (3/3) Installing curl (7.69.1-r3) 02:20:14 Executing busybox-1.31.1-r19.trigger 02:20:14 OK: 71 MiB in 58 packages 02:20:15 Removing intermediate container d1169d1a799f 02:20:15 ---> 972729f2ab1c 02:20:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:20:15 ---> Running in 38214e0a084d 02:20:15 Removing intermediate container 38214e0a084d 02:20:15 ---> 93b8ae6aff14 02:20:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:15 ---> Running in df0651a80efb 02:20:16 Removing intermediate container df0651a80efb 02:20:16 ---> b7a6f23fa553 02:20:16 Step 24/26 : LABEL arch=arm64 02:20:16 ---> Running in 9de4ee341f22 02:20:16 Removing intermediate container 9de4ee341f22 02:20:16 ---> 7c4e513c1620 02:20:16 Step 25/26 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 02:20:17 ---> Running in 8046766ee10a 02:20:17 Removing intermediate container 8046766ee10a 02:20:17 ---> 0b3bd70036bd 02:20:17 Step 26/26 : LABEL version=0.0.0 02:20:17 ---> Running in 122c351b4aa6 02:20:18 Removing intermediate container 122c351b4aa6 02:20:18 ---> 1218e10a5813 02:20:18 02:20:18 Successfully built 1218e10a5813 02:20:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:20:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:20:19 $ docker stop --time=1 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 02:20:21 $ docker rm -f 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 [Pipeline] // withDockerContainer [Pipeline] sh 02:20:21 + docker images 02:20:21 + grep docker 02:20:22 docker-sys-mgmt-agent-go-arm64 latest 1218e10a5813 4 seconds ago 300MB 02:20:22 docker-core-data-go-arm64 latest 0a40e50ba3dc 50 seconds ago 21MB 02:20:22 docker-security-secretstore-setup-go-arm64 latest 00d7e3165c16 About a minute ago 23.4MB 02:20:22 docker-security-proxy-setup-go-arm64 latest 9f6574c75b4b 2 minutes ago 23.2MB 02:20:22 docker-security-bootstrapper-go-arm64 latest 2503447f4a24 3 minutes ago 22.6MB 02:20:22 docker-core-metadata-go-arm64 latest 16b11118ec3e 3 minutes ago 17.7MB 02:20:22 docker-core-command-go-arm64 latest f9ec6571614d 3 minutes ago 16MB 02:20:22 docker-support-scheduler-go-arm64 latest 42ae81f1c097 3 minutes ago 16.1MB 02:20:22 docker-support-notifications-go-arm64 latest 727653d56292 3 minutes ago 16MB 02:20:22 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 02:20:24 provisioning config files... 02:20:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config4319095007420371871tmp [Pipeline] { [Pipeline] sh 02:20:25 + set +x 02:20:25 + curl -s https://codecov.io/bash 02:20:25 + bash -s -- 02:20:25 02:20:25 _____ _ 02:20:25 / ____| | | 02:20:25 | | ___ __| | ___ ___ _____ __ 02:20:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:20:25 | |___| (_) | (_| | __/ (_| (_) \ V / 02:20:25 \_____\___/ \__,_|\___|\___\___/ \_/ 02:20:25 Bash-20210129-7c25fce 02:20:25 02:20:25 02:20:25 ==> git version 2.24.3 found 02:20:25 ==> 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 02:20:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:20:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:20:25 ==> Jenkins CI detected. 02:20:25 project root: . 02:20:25 --> token set from env 02:20:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:20:25 ==> Running gcov in . (disable via -X gcov) 02:20:25 ==> Python coveragepy not found 02:20:25 ==> Searching for coverage reports in: 02:20:25 + . 02:20:25 -> Found 1 reports 02:20:25 ==> Detecting git/mercurial file structure 02:20:25 ==> Reading reports 02:20:25 + ./coverage.out bytes=574984 02:20:25 ==> Appending adjustments 02:20:25 https://docs.codecov.io/docs/fixing-reports 02:20:29 + Found adjustments 02:20:29 ==> Gzipping contents 02:20:29 88K /tmp/codecov.fSkcGD.gz 02:20:29 ==> Uploading reports 02:20:29 url: https://codecov.io 02:20:29 query: branch=PR-3088&commit=ae9f0359169742a05a1d011dca584020c68c9919&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 02:20:29 -> Pinging Codecov 02:20:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3088&commit=ae9f0359169742a05a1d011dca584020c68c9919&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 02:20:29 -> Uploading to 02:20:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/ae9f0359169742a05a1d011dca584020c68c9919/1198c099-d4b0-41a4-a20f-0bff3c1e3490.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T022029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81ea46ae57f4017ac5b61c4db592e14f12a82f659c9f34dfe9028906cde08559 02:20:29 % Total % Received % Xferd Average Speed Time Time Time Current 02:20:29 Dload Upload Total Spent Left Speed 02:20:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 86999 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86999 0 0 100 86999 0 146k --:--:-- --:--:-- --:--:-- 146k 02:20:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae9f0359169742a05a1d011dca584020c68c9919 [Pipeline] } 02:20:29 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 02:20:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:20:33 ---> package-listing.sh 02:20:33 ++ facter osfamily 02:20:33 ++ tr '[:upper:]' '[:lower:]' 02:20:33 + OS_FAMILY=redhat 02:20:33 + workspace=/w/workspace/edgex-go/11 02:20:33 + START_PACKAGES=/tmp/packages_start.txt 02:20:33 + END_PACKAGES=/tmp/packages_end.txt 02:20:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:20:33 + PACKAGES=/tmp/packages_start.txt 02:20:33 + '[' /w/workspace/edgex-go/11 ']' 02:20:33 + PACKAGES=/tmp/packages_end.txt 02:20:33 + case "${OS_FAMILY}" in 02:20:33 + rpm -qa 02:20:33 + sort 02:20:39 + '[' -f /tmp/packages_start.txt ']' 02:20:39 + '[' -f /tmp/packages_end.txt ']' 02:20:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:20:39 + '[' /w/workspace/edgex-go/11 ']' 02:20:39 + mkdir -p /w/workspace/edgex-go/11/archives/ 02:20:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 02:20:39 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:20:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:20:40 02:20:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:20:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:20:40 alpine: Pulling from edgex-lftools-log-publisher 02:20:40 df20fa9351a1: Pulling fs layer 02:20:40 36b3adc4ff6f: Pulling fs layer 02:20:40 8ad3a11d3b57: Pulling fs layer 02:20:40 46f8f816bc3b: Pulling fs layer 02:20:40 93b61091891f: Pulling fs layer 02:20:40 93b9cdb0e59b: Pulling fs layer 02:20:40 5e14af77c1be: Pulling fs layer 02:20:40 01666e4c0597: Pulling fs layer 02:20:40 aa168da1d23b: Pulling fs layer 02:20:40 46f8f816bc3b: Waiting 02:20:40 93b61091891f: Waiting 02:20:40 93b9cdb0e59b: Waiting 02:20:40 5e14af77c1be: Waiting 02:20:40 01666e4c0597: Waiting 02:20:40 aa168da1d23b: Waiting 02:20:40 36b3adc4ff6f: Verifying Checksum 02:20:40 36b3adc4ff6f: Download complete 02:20:41 46f8f816bc3b: Verifying Checksum 02:20:41 46f8f816bc3b: Download complete 02:20:41 df20fa9351a1: Verifying Checksum 02:20:41 df20fa9351a1: Download complete 02:20:41 93b9cdb0e59b: Verifying Checksum 02:20:41 93b9cdb0e59b: Download complete 02:20:41 5e14af77c1be: Verifying Checksum 02:20:41 5e14af77c1be: Download complete 02:20:41 01666e4c0597: Download complete 02:20:41 93b61091891f: Verifying Checksum 02:20:41 93b61091891f: Download complete 02:20:41 df20fa9351a1: Pull complete 02:20:41 36b3adc4ff6f: Pull complete 02:20:42 8ad3a11d3b57: Verifying Checksum 02:20:42 8ad3a11d3b57: Download complete 02:20:43 8ad3a11d3b57: Pull complete 02:20:43 46f8f816bc3b: Pull complete 02:20:43 93b61091891f: Pull complete 02:20:43 93b9cdb0e59b: Pull complete 02:20:43 5e14af77c1be: Pull complete 02:20:44 01666e4c0597: Pull complete 02:20:45 aa168da1d23b: Verifying Checksum 02:20:45 aa168da1d23b: Download complete 02:20:53 aa168da1d23b: Pull complete 02:20:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:20:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:20:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:20:54 prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container 02:20:54 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:20:57 $ docker top 40c8c5909b546d4ccfd8ffe2934061b092fe4d06ce060469112ad726b418a65a -eo pid,comm [Pipeline] { [Pipeline] sh 02:20:58 + touch /tmp/pre-build-complete [Pipeline] sh 02:20:58 + mkdir -p /var/log/sa [Pipeline] sh 02:20:59 + ls /var/log/sa-host 02:20:59 + sadf -c /var/log/sa-host/sa01 02:20:59 file_magic: OK 02:20:59 HZ: Using current value: 100 02:20:59 file_header: OK 02:20:59 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 02:20:59 Statistics: 02:20:59 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... 02:20:59 File successfully converted to sysstat format version 12.2.1 02:20:59 + sadf -c /var/log/sa-host/sa23 02:20:59 file_magic: OK 02:20:59 HZ: Using current value: 100 02:20:59 file_header: OK 02:20:59 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 02:20:59 Statistics: 02:20:59 Hnuu...uuuununununu... 02:20:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:20:59 provisioning config files... 02:20:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config7544085994601601096tmp [Pipeline] { [Pipeline] echo 02:20:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:20:59 ---> create-netrc.sh [Pipeline] } 02:20:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:21:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:21:00 ---> python-tools-install.sh [Pipeline] echo 02:21:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:21:00 ---> sudo-logs.sh 02:21:00 Archiving 'sudo' log.. [Pipeline] echo 02:21:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:21:01 ---> job-cost.sh 02:21:01 lf-activate-venv: SKIPPING 02:21:01 INFO: No Stack... 02:21:02 INFO: Retrieving Pricing Info for: v1-standard-2 02:21:03 INFO: Archiving Costs [Pipeline] echo 02:21:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:21:03 ---> logs-deploy.sh 02:21:03 lf-activate-venv: SKIPPING 02:21:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/11 02:21:03 INFO: archiving workspace using pattern(s): 02:21:04 Archives upload complete. 02:21:04 INFO: archiving logs to Nexus