Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40dfc27572c9b2551adc8939acdf15ccbe93c30+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (cbee4b6966e167955e8f19dfc3c4adc8229ff122) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26171 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 Merge succeeded, producing a601625a0e18b4dc7bd3d87b643542def38a2dc5 Checking out Revision a601625a0e18b4dc7bd3d87b643542def38a2dc5 (PR-3109) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a601625a0e18b4dc7bd3d87b643542def38a2dc5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:59 ========================================================= 00:32:59 EdgeX Global Pipelines Version Info 00:32:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:33:04 ------------------- 00:33:04 stable info: 00:33:04 ------------------- 00:33:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:33:04 Message: update stable to v1.0.179 00:33:05 ------------------- 00:33:05 experimental info: 00:33:05 ------------------- 00:33:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:33:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:33:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:33:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a601625a0e18b4dc7bd3d87b643542def38a2dc5 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a601625 [Pipeline] echo 00:33:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:33:08 provisioning config files... 00:33:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config7505621516473573171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:09 ---> docker-login.sh 00:33:09 nexus3.edgexfoundry.org:10001 00:33:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:10 Configure a credential helper to remove this warning. See 00:33:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:10 00:33:10 Login Succeeded 00:33:10 nexus3.edgexfoundry.org:10002 00:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:11 Configure a credential helper to remove this warning. See 00:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:11 00:33:11 Login Succeeded 00:33:11 nexus3.edgexfoundry.org:10003 00:33:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:14 Configure a credential helper to remove this warning. See 00:33:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:14 00:33:14 Login Succeeded 00:33:14 nexus3.edgexfoundry.org:10004 00:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:15 Configure a credential helper to remove this warning. See 00:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:15 00:33:15 Login Succeeded 00:33:15 docker.io 00:33:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:16 Configure a credential helper to remove this warning. See 00:33:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:16 00:33:16 Login Succeeded 00:33:16 ---> docker-login.sh ends [Pipeline] } 00:33:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/core-command/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo core-command,cmd/core-command/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/core-data/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo core-data,cmd/core-data/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/core-metadata/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo core-metadata,cmd/core-metadata/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/security-bootstrapper/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/security-proxy-setup/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ cut -d/ -f2 00:33:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:33:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ cut -d/ -f2 00:33:17 ++ dirname cmd/support-notifications/Dockerfile 00:33:17 + echo support-notifications,cmd/support-notifications/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/support-scheduler/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:33:17 + for file in '`ls cmd/**/Dockerfile`' 00:33:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:33:17 ++ cut -d/ -f2 00:33:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:33:17 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:33:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:18 00:33:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:33:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:20 latest: Pulling from edgex-devops/git-semver 00:33:20 31603596830f: Pulling fs layer 00:33:20 2a8b12db71e7: Pulling fs layer 00:33:20 6ca5941a6612: Pulling fs layer 00:33:20 ecc8261a40a4: Pulling fs layer 00:33:20 ecc8261a40a4: Waiting 00:33:20 2a8b12db71e7: Verifying Checksum 00:33:20 2a8b12db71e7: Download complete 00:33:20 31603596830f: Verifying Checksum 00:33:20 31603596830f: Download complete 00:33:22 31603596830f: Pull complete 00:33:22 ecc8261a40a4: Verifying Checksum 00:33:22 ecc8261a40a4: Download complete 00:33:23 2a8b12db71e7: Pull complete 00:33:23 6ca5941a6612: Verifying Checksum 00:33:23 6ca5941a6612: Download complete 00:33:24 6ca5941a6612: Pull complete 00:33:24 ecc8261a40a4: Pull complete 00:33:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:25 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 00:33:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:30 $ docker top e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:31 [ssh-agent] Looking for ssh-agent implementation... 00:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:32 $ docker exec e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent 00:33:32 SSH_AUTH_SOCK=/tmp/ssh-vFkUM6HMFFmv/agent.13 00:33:32 SSH_AGENT_PID=18 00:33:33 Running ssh-add (command line suppressed) 00:33:33 Identity added: /w/workspace/edgex-go/25@tmp/private_key_6885152357842112514.key (/w/workspace/edgex-go/25@tmp/private_key_6885152357842112514.key) 00:33:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:34 + git tag --points-at HEAD [Pipeline] } 00:33:34 $ docker exec --env ******** --env ******** e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent -k 00:33:35 unset SSH_AUTH_SOCK; 00:33:35 unset SSH_AGENT_PID; 00:33:35 echo Agent pid 18 killed; 00:33:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:35 [ssh-agent] Looking for ssh-agent implementation... 00:33:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:36 $ docker exec e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent 00:33:37 SSH_AUTH_SOCK=/tmp/ssh-LQargA22NeR2/agent.47 00:33:37 SSH_AGENT_PID=52 00:33:37 Running ssh-add (command line suppressed) 00:33:38 Identity added: /w/workspace/edgex-go/25@tmp/private_key_2926339738977079713.key (/w/workspace/edgex-go/25@tmp/private_key_2926339738977079713.key) 00:33:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:39 + git semver init 00:33:39 # -> Open(): unable to determine branch for HEAD 00:33:39 # $GIT_DIR = /w/workspace/edgex-go/25/.git 00:33:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/25 00:33:39 # $SEMVER_REMOTE_NAME = origin 00:33:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:39 # $SEMVER_USER_NAME = edgex-jenkins 00:33:39 # $SEMVER_BRANCH = PR-3109 00:33:39 # $SEMVER_TEMP = /tmp/semver-371988167 00:33:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:50 # '/tmp/semver-371988167' -> '/w/workspace/edgex-go/25/.semver' 00:34:50 # -> Force: false 00:34:50 # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } 00:34:50 $ docker exec --env ******** --env ******** e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent -k 00:34:50 unset SSH_AUTH_SOCK; 00:34:50 unset SSH_AGENT_PID; 00:34:50 echo Agent pid 52 killed; 00:34:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:51 + git semver [Pipeline] } 00:34:51 $ docker stop --time=1 e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b 00:34:54 $ docker rm -f e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b [Pipeline] // withDockerContainer [Pipeline] sh 00:34:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:56 Stashed 1 file(s) [Pipeline] echo 00:34:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:59 + sudo service docker restart 00:34:59 + true 00:34:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:35:01 ========================================================= 00:35:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:35:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:35:12 Still waiting to schedule task 00:35:12 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26180’ is offline 00:35:18 Sending build context to Docker daemon 327.8MB 00:35:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:18 Step 2/6 : FROM ${BASE} 00:35:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:35:18 188c0c94c7c5: Pulling fs layer 00:35:18 0ef7d3d256c8: Pulling fs layer 00:35:18 de9db76c5a1d: Pulling fs layer 00:35:18 bca2f99d35d6: Pulling fs layer 00:35:18 93359f2a8cfa: Pulling fs layer 00:35:18 7c6f9722023f: Pulling fs layer 00:35:18 a35cf1a2eb13: Pulling fs layer 00:35:18 93359f2a8cfa: Waiting 00:35:18 7c6f9722023f: Waiting 00:35:18 a35cf1a2eb13: Waiting 00:35:18 bca2f99d35d6: Waiting 00:35:18 de9db76c5a1d: Verifying Checksum 00:35:18 de9db76c5a1d: Download complete 00:35:18 0ef7d3d256c8: Verifying Checksum 00:35:18 0ef7d3d256c8: Download complete 00:35:18 93359f2a8cfa: Verifying Checksum 00:35:18 93359f2a8cfa: Download complete 00:35:18 7c6f9722023f: Verifying Checksum 00:35:18 7c6f9722023f: Download complete 00:35:18 188c0c94c7c5: Verifying Checksum 00:35:18 188c0c94c7c5: Download complete 00:35:19 188c0c94c7c5: Pull complete 00:35:20 0ef7d3d256c8: Pull complete 00:35:22 de9db76c5a1d: Pull complete 00:35:26 a35cf1a2eb13: Verifying Checksum 00:35:26 a35cf1a2eb13: Download complete 00:35:29 bca2f99d35d6: Verifying Checksum 00:35:29 bca2f99d35d6: Download complete 00:35:43 bca2f99d35d6: Pull complete 00:35:44 93359f2a8cfa: Pull complete 00:35:44 7c6f9722023f: Pull complete 00:35:54 a35cf1a2eb13: Pull complete 00:35:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:54 ---> a62c8e92a672 00:35:54 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:54 ---> Running in c346f8f16580 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 (1/12) Installing libmagic (5.38-r0) 00:36:00 (2/12) Installing file (5.38-r0) 00:36:00 (3/12) Installing libc-dev (0.7.2-r3) 00:36:00 (4/12) Installing g++ (9.3.0-r2) 00:36:14 (5/12) Installing fortify-headers (1.1-r0) 00:36:14 (6/12) Installing patch (2.7.6-r6) 00:36:14 (7/12) Installing build-base (0.5-r2) 00:36:14 (8/12) Installing libsodium (1.0.18-r0) 00:36:15 (9/12) Installing pkgconf (1.7.2-r0) 00:36:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:15 (11/12) Installing libzmq (4.3.3-r0) 00:36:15 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:15 Executing busybox-1.31.1-r19.trigger 00:36:15 OK: 233 MiB in 51 packages 00:36:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26181 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 00:36:18 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 00:36:22 Removing intermediate container c346f8f16580 00:36:22 ---> 28ed0a3a5b21 00:36:22 Step 4/6 : WORKDIR /edgex-go 00:36:22 ---> Running in 528ece5a8b80 00:36:23 Removing intermediate container 528ece5a8b80 00:36:23 ---> ee530b868222 00:36:23 Step 5/6 : COPY go.mod . 00:36:24 ---> 6a5a91346f4e 00:36:24 Step 6/6 : RUN go mod download 00:36:25 using credential edgex-jenkins-ssh 00:36:25 Cloning the remote Git repository 00:36:25 ---> Running in 130090013dfa 00:36:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:25 > git init /w/workspace/edgex-go/25 # timeout=10 00:36:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:25 > git --version # timeout=10 00:36:25 > git --version # 'git version 2.17.1' 00:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:51 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 00:36:52 Merge succeeded, producing 02e77e952b54ad9790f1d6378b7c2c1592af9f89 00:36:52 Checking out Revision 02e77e952b54ad9790f1d6378b7c2c1592af9f89 (PR-3109) 00:36:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:51 > git config core.sparsecheckout # timeout=10 00:36:51 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 00:36:51 > git remote # timeout=10 00:36:51 > git config --get remote.origin.url # timeout=10 00:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:51 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:36:52 > git rev-parse HEAD^{commit} # timeout=10 00:36:52 > git config core.sparsecheckout # timeout=10 00:36:52 > git checkout -f 02e77e952b54ad9790f1d6378b7c2c1592af9f89 # timeout=10 00:36:56 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:36:56 > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:58 + sudo service docker restart 00:36:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:01 provisioning config files... 00:37:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config7060378270913525605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:02 ---> docker-login.sh 00:37:02 nexus3.edgexfoundry.org:10001 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10002 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10003 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10004 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:05 Configure a credential helper to remove this warning. See 00:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:05 00:37:05 Login Succeeded 00:37:05 docker.io 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 ---> docker-login.sh ends [Pipeline] } 00:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:06 ========================================================= 00:37:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:06 Removing intermediate container 130090013dfa 00:37:06 ---> e5df249cc6d0 00:37:06 Successfully built e5df249cc6d0 00:37:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:37:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:07 + docker inspect -f . ci-base-image-x86_64 00:37:07 . [Pipeline] withDockerContainer 00:37:08 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 00:37:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:37:08 Sending build context to Docker daemon 166.3MB 00:37:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:09 Step 2/6 : FROM ${BASE} 00:37:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:09 5f621e34cdf4: Pulling fs layer 00:37:09 a4357932f1b6: Pulling fs layer 00:37:09 18c013af1878: Pulling fs layer 00:37:09 00ac8860ef70: Pulling fs layer 00:37:09 63d7cb157983: Pulling fs layer 00:37:09 b116817d02f9: Pulling fs layer 00:37:09 745a02a5169b: Pulling fs layer 00:37:09 00ac8860ef70: Waiting 00:37:09 63d7cb157983: Waiting 00:37:09 b116817d02f9: Waiting 00:37:09 745a02a5169b: Waiting 00:37:09 18c013af1878: Download complete 00:37:09 a4357932f1b6: Verifying Checksum 00:37:09 a4357932f1b6: Download complete 00:37:09 63d7cb157983: Download complete 00:37:09 b116817d02f9: Verifying Checksum 00:37:09 b116817d02f9: Download complete 00:37:09 5f621e34cdf4: Verifying Checksum 00:37:09 5f621e34cdf4: Download complete 00:37:10 5f621e34cdf4: Pull complete 00:37:10 a4357932f1b6: Pull complete 00:37:10 18c013af1878: Pull complete 00:37:10 $ docker top bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:11 + go version 00:37:11 go version go1.15.5 linux/amd64 00:37:11 745a02a5169b: Verifying Checksum 00:37:11 745a02a5169b: Download complete [Pipeline] } 00:37:11 $ docker stop --time=1 bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d 00:37:13 00ac8860ef70: Verifying Checksum 00:37:13 00ac8860ef70: Download complete 00:37:14 $ docker rm -f bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:15 + docker inspect -f . ci-base-image-x86_64 00:37:15 . [Pipeline] withDockerContainer 00:37:15 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 00:37:15 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:37:19 $ docker top 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:19 ========================================================= 00:37:19 [edgeXBuildGoParallel] Running Tests and Build... 00:37:19 ========================================================= [Pipeline] sh 00:37:22 + make test 00:37:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:25 00ac8860ef70: Pull complete 00:37:25 63d7cb157983: Pull complete 00:37:25 b116817d02f9: Pull complete 00:37:28 745a02a5169b: Pull complete 00:37:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:28 ---> b7e6874047d6 00:37:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:32 ---> Running in b741a3a52d87 00:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:34 (1/12) Installing libmagic (5.38-r0) 00:37:35 (2/12) Installing file (5.38-r0) 00:37:35 (3/12) Installing libc-dev (0.7.2-r3) 00:37:35 (4/12) Installing g++ (9.3.0-r2) 00:37:40 (5/12) Installing fortify-headers (1.1-r0) 00:37:40 (6/12) Installing patch (2.7.6-r6) 00:37:40 (7/12) Installing build-base (0.5-r2) 00:37:40 (8/12) Installing libsodium (1.0.18-r0) 00:37:40 (9/12) Installing pkgconf (1.7.2-r0) 00:37:40 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:40 (11/12) Installing libzmq (4.3.3-r0) 00:37:40 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:40 Executing busybox-1.31.1-r19.trigger 00:37:40 OK: 217 MiB in 51 packages 00:37:41 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:45 Removing intermediate container b741a3a52d87 00:37:45 ---> 88fdd732227e 00:37:45 Step 4/6 : WORKDIR /edgex-go 00:37:45 ---> Running in d742e662efdc 00:37:46 Removing intermediate container d742e662efdc 00:37:46 ---> 30320c8f8b5d 00:37:46 Step 5/6 : COPY go.mod . 00:37:46 ---> 0f22ceee356f 00:37:46 Step 6/6 : RUN go mod download 00:37:47 ---> Running in 47dbed8b8357 00:38:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:19 Removing intermediate container 47dbed8b8357 00:38:19 ---> 692eaf44fd57 00:38:19 Successfully built 692eaf44fd57 00:38:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:19 + docker inspect -f . ci-base-image-arm64 00:38:19 . [Pipeline] withDockerContainer 00:38:20 prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container 00:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:22 $ docker top 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:23 + go version 00:38:23 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:23 $ docker stop --time=1 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 00:38:25 $ docker rm -f 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 [Pipeline] // withDockerContainer 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:26 + docker inspect -f . ci-base-image-arm64 00:38:26 . [Pipeline] withDockerContainer 00:38:26 prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container 00:38: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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:28 $ docker top f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:28 ========================================================= 00:38:28 [edgeXBuildGoParallel] Running Tests and Build... 00:38:28 ========================================================= [Pipeline] sh 00:38:29 + make test 00:38:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.287s coverage: 27.1% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 65.8% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.3% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.590s coverage: 28.6% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.639s coverage: 92.8% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.121s coverage: 0.1% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.463s coverage: 96.3% of statements 00:38:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 00:38:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.124s coverage: 94.4% of statements 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.265s coverage: 92.9% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.050s coverage: 77.8% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.141s coverage: 91.4% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.5% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.480s coverage: 68.9% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 37.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.480s coverage: 84.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 47.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 89.4% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.920s coverage: 29.1% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.135s coverage: 100.0% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.129s coverage: 32.1% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.328s coverage: 100.0% of statements 00:39:14 GO111MODULE=on go vet ./... 00:39:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:12 gofmt -l . 00:40:12 [ "`gofmt -l .`" = "" ] 00:40:12 ./bin/test-go-mod-tidy.sh 00:40:13 ./bin/test-attribution-txt.sh 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] sh 00:40:16 + ls -al . 00:40:16 total 700 00:40:16 drwxrwxr-x 10 1001 1001 4096 Feb 12 00:40 . 00:40:16 drwxr-xr-x 4 root root 30 Feb 12 00:37 .. 00:40:16 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:32 .dockerignore 00:40:16 drwxrwxr-x 8 1001 1001 179 Feb 12 00:32 .git 00:40:16 drwxrwxr-x 3 1001 1001 125 Feb 12 00:32 .github 00:40:16 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:32 .gitignore 00:40:16 drwx------ 3 1001 1001 60 Feb 12 00:34 .semver 00:40:16 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:32 .sonarcloud.properties 00:40:16 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:32 Attribution.txt 00:40:16 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:32 CONTRIBUTING.md 00:40:16 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:32 Dockerfile.build 00:40:16 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:32 Jenkinsfile 00:40:16 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:32 LICENSE 00:40:16 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:32 Makefile 00:40:16 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:32 README.md 00:40:16 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:32 SECURITY.md 00:40:16 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:34 VERSION 00:40:16 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:32 ZMQWindows.md 00:40:16 drwxrwxr-x 2 1001 1001 117 Feb 12 00:32 bin 00:40:16 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:32 cmd 00:40:16 -rw-r--r-- 1 root root 595676 Feb 12 00:39 coverage.out 00:40:16 -rw-r--r-- 1 root root 1054 Feb 12 00:40 go.mod 00:40:16 -rw-r--r-- 1 root root 19518 Feb 12 00:40 go.sum 00:40:16 drwxrwxr-x 8 1001 1001 127 Feb 12 00:32 internal 00:40:16 drwxrwxr-x 4 1001 1001 26 Feb 12 00:32 openapi 00:40:16 drwxrwxr-x 4 1001 1001 71 Feb 12 00:32 snap 00:40:16 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:32 version.go [Pipeline] sh 00:40:17 + '[' -e coverage.out ] 00:40:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:18 Stashed 1 file(s) [Pipeline] sh 00:40:19 + make build 00:40:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.466s coverage: 45.9% of statements 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 65.8% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.744s coverage: 82.3% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.305s coverage: 28.6% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.430s coverage: 92.8% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 00:40:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:41:03 $ docker stop --time=1 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 00:41:05 $ docker rm -f 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:09 00:41:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 00:41:10 latest: Pulling from edgex-devops/edgex-compose 00:41:10 cbdbe7a5bc2a: Pulling fs layer 00:41:10 ca9280d653b3: Pulling fs layer 00:41:10 7e9c9ca2126c: Pulling fs layer 00:41:11 cbdbe7a5bc2a: Verifying Checksum 00:41:11 cbdbe7a5bc2a: Download complete 00:41:13 cbdbe7a5bc2a: Pull complete 00:41:13 ca9280d653b3: Verifying Checksum 00:41:13 ca9280d653b3: Download complete 00:41:16 ca9280d653b3: Pull complete 00:41:17 7e9c9ca2126c: Verifying Checksum 00:41:17 7e9c9ca2126c: Download complete 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.634s coverage: 63.5% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.890s coverage: 68.9% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.317s coverage: 37.0% of statements 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.606s coverage: 84.0% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.109s coverage: 100.0% of statements 00:41:33 7e9c9ca2126c: Pull complete 00:41:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:41:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.318s coverage: 89.4% of statements 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:35 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 00:41:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:38 $ docker top 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:41 + docker-compose build --help 00:41:41 + grep parallel 00:41:42 --parallel Build images in parallel. [Pipeline] } 00:41:43 $ docker stop --time=1 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c 00:41:44 $ docker rm -f 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:45 . 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.670s coverage: 29.1% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 100.0% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:41:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [Pipeline] withDockerContainer 00:41:46 GO111MODULE=on go vet ./... 00:41:46 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 00:41:46 $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:50 $ docker top 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:53 Building docker-core-command-go ... 00:41:53 Building docker-core-data-go ... 00:41:53 Building docker-core-metadata-go ... 00:41:53 Building docker-security-bootstrapper-go ... 00:41:53 Building docker-security-proxy-setup-go ... 00:41:53 Building docker-security-secretstore-setup-go ... 00:41:53 Building docker-support-notifications-go ... 00:41:53 Building docker-support-scheduler-go ... 00:41:53 Building docker-sys-mgmt-agent-go ... 00:41:53 Building docker-sys-mgmt-agent-go 00:41:53 Building docker-core-data-go 00:41:53 Building docker-security-bootstrapper-go 00:41:53 Building docker-support-scheduler-go 00:41:53 Building docker-support-notifications-go 00:43:08 gofmt -l . 00:43:08 [ "`gofmt -l .`" = "" ] 00:43:08 ./bin/test-go-mod-tidy.sh 00:43:08 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:10 + ls -al . 00:43:10 total 728 00:43:10 drwxrwxr-x 9 1001 1001 4096 Feb 12 00:43 . 00:43:10 drwxr-xr-x 4 root root 4096 Feb 12 00:38 .. 00:43:10 -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore 00:43:10 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git 00:43:10 drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github 00:43:10 -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore 00:43:10 -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties 00:43:10 -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt 00:43:10 -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md 00:43:10 -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build 00:43:10 -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile 00:43:10 -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE 00:43:10 -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile 00:43:10 -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md 00:43:10 -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md 00:43:10 -rw-rw-r-- 1 1001 1001 5 Feb 12 00:34 VERSION 00:43:10 -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md 00:43:10 drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin 00:43:10 drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd 00:43:10 -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out 00:43:10 -rw-r--r-- 1 root root 1054 Feb 12 00:43 go.mod 00:43:10 -rw-r--r-- 1 root root 19518 Feb 12 00:43 go.sum 00:43:10 drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal 00:43:10 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi 00:43:10 drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap 00:43:10 -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh 00:43:11 + '[' -e coverage.out ] 00:43:11 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:11 Warning: overwriting stash ‘coverage-report’ 00:43:12 Stashed 1 file(s) [Pipeline] sh 00:43:12 + make build 00:43: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 00:43:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:17 ---> e5df249cc6d0 00:43:17 Step 3/26 : WORKDIR /edgex-go 00:43:17 ---> e5df249cc6d0 00:43:17 Step 3/22 : WORKDIR /edgex-go 00:43:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:17 ---> e5df249cc6d0 00:43:17 Step 3/22 : WORKDIR /edgex-go 00:43:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:17 ---> e5df249cc6d0 00:43:17 Step 3/23 : WORKDIR /edgex-go 00:43:17 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:43:17 ---> e5df249cc6d0 00:43:17 Step 3/30 : WORKDIR /edgex-go 00:43:17 ---> Running in ab6623b5138e 00:43:17 ---> Running in d7b84a159f30 00:43:17 ---> Running in 3cd6459f9b52 00:43:17 ---> Running in ec15e87c705f 00:43:17 ---> Running in f9d08ab5abac 00:43:17 Removing intermediate container d7b84a159f30 00:43:17 ---> 15d9cdb6a7fd 00:43:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 Removing intermediate container ab6623b5138e 00:43:17 ---> a66e7dd6af1f 00:43:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 Removing intermediate container ec15e87c705f 00:43:17 ---> 46ac27c07732 00:43:17 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 Removing intermediate container f9d08ab5abac 00:43:17 ---> 873520fb4572 00:43:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 Removing intermediate container 3cd6459f9b52 00:43:17 ---> 345ca86642d2 00:43:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 ---> Running in 3d55290677d3 00:43:17 ---> Running in dae9c067b048 00:43:17 ---> Running in a9cf0a25d03b 00:43:17 ---> Running in 55b5e30b215b 00:43:17 ---> Running in ee1cb647bc72 00:43:21 Removing intermediate container dae9c067b048 00:43:21 ---> 048ba345bf34 00:43:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:21 Removing intermediate container a9cf0a25d03b 00:43:21 ---> 5fee86953834 00:43:21 Step 5/30 : RUN apk add --update --no-cache make git 00:43:21 ---> Running in 8f6764d027b7 00:43:21 ---> Running in f7bd872b659f 00:43:21 Removing intermediate container 55b5e30b215b 00:43:21 ---> df6a73115025 00:43:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:21 Removing intermediate container ee1cb647bc72 00:43:21 ---> 1e5d2c6d10c1 00:43:21 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:21 Removing intermediate container 3d55290677d3 00:43:21 ---> b143cc075675 00:43:21 Step 5/22 : RUN apk add --update --no-cache make git 00:43:22 ---> Running in 64704cb89b78 00:43:22 ---> Running in 7f54ac0e7962 00:43:22 ---> Running in ecc1ae369c36 00:43:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:26 OK: 233 MiB in 51 packages 00:43:26 OK: 233 MiB in 51 packages 00:43:27 OK: 233 MiB in 51 packages 00:43:27 OK: 233 MiB in 51 packages 00:43:27 OK: 233 MiB in 51 packages 00:43:30 Removing intermediate container f7bd872b659f 00:43:30 ---> c4f1118de1f8 00:43:30 Step 6/30 : COPY go.mod . 00:43:30 Removing intermediate container 64704cb89b78 00:43:30 Removing intermediate container 8f6764d027b7 00:43:30 ---> ba67e2761ad5 00:43:30 Step 6/23 : COPY go.mod . 00:43:30 ---> 8e91dcf36df8 00:43:30 Step 6/22 : COPY go.mod . 00:43:30 Removing intermediate container ecc1ae369c36 00:43:30 ---> faefeae0e54a 00:43:30 Step 6/22 : COPY go.mod . 00:43:31 ---> 34c294235650 00:43:31 Step 7/30 : RUN go mod download 00:43:31 Removing intermediate container 7f54ac0e7962 00:43:31 ---> 2281694d601c 00:43:31 Step 6/26 : COPY go.mod . 00:43:31 ---> ffd93c09f52c 00:43:31 Step 7/23 : RUN go mod download 00:43:31 ---> bcbd4751ce9e 00:43:31 Step 7/22 : RUN go mod download 00:43:32 ---> 1134a7fee034 00:43:32 Step 7/22 : RUN go mod download 00:43:32 ---> Running in 4b31e8bfaa93 00:43:32 ---> Running in eccf70969c0e 00:43:32 ---> Running in 640b713e2d8e 00:43:32 ---> Running in 7ffca573e9e3 00:43:32 ---> e66b37b0fede 00:43:32 Step 7/26 : RUN go mod download 00:43:33 ---> Running in a935546415ff 00:43:41 Removing intermediate container 640b713e2d8e 00:43:41 ---> a68141f52b57 00:43:41 Step 8/23 : COPY . . 00:43:41 Removing intermediate container eccf70969c0e 00:43:41 ---> e2663fc816da 00:43:41 Step 8/22 : COPY . . 00:43:41 Removing intermediate container 4b31e8bfaa93 00:43:41 ---> 7540ae3e00da 00:43:41 Step 8/30 : COPY . . 00:43:42 Removing intermediate container a935546415ff 00:43:42 ---> 19b610f6cf14 00:43:42 Step 8/26 : COPY . . 00:43:42 Removing intermediate container 7ffca573e9e3 00:43:42 ---> ea7457049354 00:43:42 Step 8/22 : COPY . . 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:38 $ docker stop --time=1 f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b 00:44:40 $ docker rm -f f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:43 00:44:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:44 29e5d40040c1: Pulling fs layer 00:44:44 1ce36da41761: Pulling fs layer 00:44:44 25b303627fd3: Pulling fs layer 00:44:44 29e5d40040c1: Verifying Checksum 00:44:44 29e5d40040c1: Download complete 00:44:45 29e5d40040c1: Pull complete 00:44:45 1ce36da41761: Verifying Checksum 00:44:45 1ce36da41761: Download complete 00:44:46 1ce36da41761: Pull complete 00:44:47 25b303627fd3: Verifying Checksum 00:44:47 25b303627fd3: Download complete 00:44:57 25b303627fd3: Pull complete 00:44:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:58 prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container 00:44:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:01 $ docker top b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:02 + docker-compose build --help 00:45:02 + grep parallel 00:45:08 --parallel Build images in parallel. [Pipeline] } 00:45:08 $ docker stop --time=1 b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 00:45:10 $ docker rm -f b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:10 . [Pipeline] withDockerContainer 00:45:11 prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container 00:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:12 $ docker top 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:13 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:20 Building docker-core-command-go ... 00:45:20 Building docker-core-data-go ... 00:45:20 Building docker-core-metadata-go ... 00:45:20 Building docker-security-bootstrapper-go ... 00:45:20 Building docker-security-proxy-setup-go ... 00:45:20 Building docker-security-secretstore-setup-go ... 00:45:20 Building docker-support-notifications-go ... 00:45:20 Building docker-support-scheduler-go ... 00:45:20 Building docker-sys-mgmt-agent-go ... 00:45:20 Building docker-core-command-go 00:45:20 Building docker-support-scheduler-go 00:45:20 Building docker-security-bootstrapper-go 00:45:20 Building docker-support-notifications-go 00:45:20 Building docker-security-secretstore-setup-go 00:46:21 ---> 5bc79157758f 00:46:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:21 ---> f48933b42f0e 00:46:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:21 ---> eb66e39d2bdf 00:46:21 Step 9/23 : RUN make cmd/core-data/core-data 00:46:21 ---> Running in 3bd65014897f 00:46:21 ---> Running in e534cfabcd4d 00:46:21 ---> Running in c2d850eccfcb 00:46:21 ---> a815f4bfe4ba 00:46:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:21 ---> 815edc7039a3 00:46:21 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:21 ---> Running in 1a0e12299441 00:46:21 ---> Running in 47db8633b2d1 00:46:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46: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 00:46: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 00:46:42 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 692eaf44fd57 00:46:42 Step 3/30 : WORKDIR /edgex-go 00:46:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 692eaf44fd57 00:46:42 Step 3/22 : WORKDIR /edgex-go 00:46:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 692eaf44fd57 00:46:42 Step 3/22 : WORKDIR /edgex-go 00:46:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 692eaf44fd57 00:46:42 Step 3/24 : WORKDIR /edgex-go 00:46:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:42 ---> 692eaf44fd57 00:46:42 Step 3/23 : WORKDIR /edgex-go 00:46:42 ---> Running in 796eb93c8a88 00:46:42 ---> Running in 77a340addd7c 00:46:42 ---> Running in ce6f81de0f7f 00:46:42 ---> Running in 41000fc7d40b 00:46:42 ---> Running in 22904b43fa28 00:46:42 Removing intermediate container ce6f81de0f7f 00:46:42 ---> c3d8321cee10 00:46:42 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 Removing intermediate container 41000fc7d40b 00:46:42 ---> 3f2718fc81bc 00:46:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 Removing intermediate container 77a340addd7c 00:46:42 ---> d30b80a8096f 00:46:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 Removing intermediate container 22904b43fa28 00:46:42 ---> f5b99469f25d 00:46:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 Removing intermediate container 796eb93c8a88 00:46:42 ---> 89138c702865 00:46:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 ---> Running in 39bf01841a5f 00:46:42 ---> Running in 9365d7af7248 00:46:42 ---> Running in b10724886499 00:46:42 ---> Running in 5962d66a509c 00:46:42 ---> Running in d9e148728e5d 00:46:43 Removing intermediate container 39bf01841a5f 00:46:43 ---> 1d098d9c4c05 00:46:43 Step 5/30 : RUN apk add --update --no-cache make git 00:46:43 ---> Running in 1b41816b8695 00:46:44 Removing intermediate container b10724886499 00:46:44 ---> 10a14ca009b2 00:46:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:44 ---> Running in 507c493b4893 00:46:44 Removing intermediate container d9e148728e5d 00:46:44 ---> 3c34b40629b5 00:46:44 Step 5/22 : RUN apk add --update --no-cache make git 00:46:45 Removing intermediate container 9365d7af7248 00:46:45 ---> 84dfa8964cfa 00:46:45 Step 5/23 : RUN apk add --update --no-cache make git 00:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:45 Removing intermediate container 5962d66a509c 00:46:45 ---> 444e28eaec6b 00:46:45 Step 5/24 : RUN apk add --update --no-cache make git 00:46:45 ---> Running in c50d616f47eb 00:46:45 ---> Running in d61f5b0aae3f 00:46:46 ---> Running in 5c6faf04317c 00:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:47 OK: 217 MiB in 51 packages 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:49 Removing intermediate container 1b41816b8695 00:46:49 ---> 970629d63459 00:46:49 Step 6/30 : COPY go.mod . 00:46:49 OK: 217 MiB in 51 packages 00:46:49 OK: 217 MiB in 51 packages 00:46:49 OK: 217 MiB in 51 packages 00:46:49 OK: 217 MiB in 51 packages 00:46:50 ---> 12b79daa7d62 00:46:50 Step 7/30 : RUN go mod download 00:46:50 ---> Running in 9a5f97452501 00:46:51 Removing intermediate container c50d616f47eb 00:46:51 ---> e5ef9d720797 00:46:51 Step 6/22 : COPY go.mod . 00:46:51 Removing intermediate container 507c493b4893 00:46:51 ---> 357564faa44d 00:46:51 Step 6/22 : COPY go.mod . 00:46:51 Removing intermediate container d61f5b0aae3f 00:46:51 ---> e02566a4c5b0 00:46:51 Step 6/23 : COPY go.mod . 00:46:51 Removing intermediate container 5c6faf04317c 00:46:51 ---> 809c0b4614a5 00:46:51 Step 6/24 : COPY go.mod . 00:46:52 ---> 68ae750659bc 00:46:52 Step 7/22 : RUN go mod download 00:46:53 ---> Running in dd7c0154e13a 00:46:53 ---> 8f51b424d3d1 00:46:53 ---> 43d6cf08ada3 00:46:53 Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download 00:46:53 00:46:53 ---> 038003d54957 00:46:53 Step 7/23 : RUN go mod download 00:46:53 ---> Running in b2485a06903b 00:46:53 ---> Running in 0ecbf464e00c 00:46:53 ---> Running in 617c711a9a1a 00:46:54 Removing intermediate container 9a5f97452501 00:46:54 ---> 109c8faf2455 00:46:54 Step 8/30 : COPY . . 00:46:59 Removing intermediate container b2485a06903b 00:46:59 ---> 6dec074ddb5f 00:46:59 Step 8/24 : COPY . . 00:46:59 Removing intermediate container dd7c0154e13a 00:46:59 ---> f95c38721139 00:46:59 Step 8/22 : COPY . . 00:46:59 Removing intermediate container 0ecbf464e00c 00:46:59 ---> d17c84b1f250 00:46:59 Step 8/22 : COPY . . 00:47:00 Removing intermediate container 617c711a9a1a 00:47:00 ---> aaef4e18476e 00:47:00 Step 8/23 : COPY . . 00:47:22 ---> 80afc7a65061 00:47:22 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:22 ---> Running in ee7bd5801900 00:47:22 ---> 97292cd5e7b5 00:47:22 Step 9/23 : RUN make cmd/core-command/core-command 00:47:22 ---> 132ba6e6822c 00:47:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:22 ---> 104aebee2a54 00:47:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:22 ---> 507ff8c2921f 00:47:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:22 ---> Running in ac445c75797a 00:47:22 ---> Running in 282586d695b7 00:47:22 ---> Running in be9ad8dd14cc 00:47:22 ---> Running in 402dd6239352 00:47:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47: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 00:47: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 00:47:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:30 Removing intermediate container 47db8633b2d1 00:47:30 ---> e83086a8869a 00:47:30 00:47:30 Step 10/30 : FROM alpine:3.12 00:47:30 3.12: Pulling from library/alpine 00:47:30 Removing intermediate container c2d850eccfcb 00:47:30 ---> 70aabcdf28c2 00:47:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:30 ---> Running in 4075ee7c3905 00:47:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:30 Removing intermediate container 1a0e12299441 00:47:30 ---> 84e6d79a04bc 00:47:30 00:47:30 Step 10/22 : FROM alpine:3.12 00:47:30 Removing intermediate container 3bd65014897f 00:47:30 ---> 6dbc365beb7c 00:47:30 00:47:30 Step 10/22 : FROM alpine:3.12 00:47:31 3.12: Pulling from library/alpine 00:47:31 3.12: Pulling from library/alpine 00:47:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:31 Status: Downloaded newer image for alpine:3.12 00:47:31 ---> 389fef711851 00:47:31 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:31 Status: Image is up to date for alpine:3.12 00:47:31 ---> 389fef711851 00:47:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:31 Status: Image is up to date for alpine:3.12 00:47:31 ---> 389fef711851 00:47:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:32 ---> Running in d3c56269df37 00:47:32 ---> Running in 6de6323c76da 00:47:32 ---> Running in d1d704aa0b7a 00:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:35 Removing intermediate container d1d704aa0b7a 00:47:35 ---> 6b0ca520cf2a 00:47:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:37 (1/2) Installing ca-certificates (20191127-r4) 00:47:37 (2/2) Installing dumb-init (1.2.2-r1) 00:47:37 Executing busybox-1.31.1-r19.trigger 00:47:37 Executing ca-certificates-20191127-r4.trigger 00:47:37 OK: 6 MiB in 16 packages 00:47:37 (1/1) Installing dumb-init (1.2.2-r1) 00:47:37 Executing busybox-1.31.1-r19.trigger 00:47:37 ---> Running in df1dd42a9dfe 00:47:37 OK: 6 MiB in 15 packages 00:47:38 Removing intermediate container e534cfabcd4d 00:47:38 ---> 573fa372bf54 00:47:38 00:47:38 Step 10/23 : FROM alpine:3.12 00:47:38 ---> 389fef711851 00:47:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:39 ---> Running in 9560358f8291 00:47:40 Removing intermediate container 9560358f8291 00:47:40 ---> c35f7345074a 00:47:40 Step 12/23 : ENV APP_PORT=48080 00:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:41 Removing intermediate container d3c56269df37 00:47:41 ---> ee10dc46b390 00:47:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:41 ---> Running in 7c6ac888e785 00:47:41 Removing intermediate container 6de6323c76da 00:47:41 ---> 025de67ae4a7 00:47:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:41 (1/2) Installing dumb-init (1.2.2-r1) 00:47:41 (2/2) Installing su-exec (0.2-r1) 00:47:41 Executing busybox-1.31.1-r19.trigger 00:47:41 OK: 6 MiB in 16 packages 00:47:41 ---> Running in 9faad53cc5a2 00:47:42 ---> Running in cd199706cf54 00:47:42 Removing intermediate container 7c6ac888e785 00:47:42 ---> 867ebbb647cb 00:47:42 Step 13/23 : EXPOSE $APP_PORT 00:47:43 Removing intermediate container 9faad53cc5a2 00:47:43 ---> 4088ee9e7f6f 00:47:43 Step 13/22 : ENV APP_PORT=48085 00:47:43 Removing intermediate container 4075ee7c3905 00:47:43 ---> 1a98b98c3f7a 00:47:43 00:47:43 Step 11/26 : FROM docker:20.10.0 00:47:43 ---> Running in b086a8166600 00:47:43 ---> Running in a9a467bfa955 00:47:43 Removing intermediate container cd199706cf54 00:47:43 ---> ccef5e19da4f 00:47:43 Step 13/22 : ENV APP_PORT=48060 00:47:43 20.10.0: Pulling from library/docker 00:47:44 ---> Running in 8fd3bb637ea0 00:47:44 Removing intermediate container df1dd42a9dfe 00:47:44 ---> 450fcfe710a6 00:47:44 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:44 Removing intermediate container b086a8166600 00:47:44 ---> bf6ec35471f0 00:47:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:44 Removing intermediate container a9a467bfa955 00:47:44 ---> 9801d755271f 00:47:44 Step 14/22 : EXPOSE $APP_PORT 00:47:44 ---> Running in 87f9047c458c 00:47:45 ---> Running in 939f85f64a02 00:47:45 ---> Running in 937c6ebbbbda 00:47:46 Removing intermediate container 8fd3bb637ea0 00:47:46 ---> ad2faf18eba6 00:47:46 Step 14/22 : EXPOSE $APP_PORT 00:47:46 ---> Running in 6affb0c41581 00:47:46 Removing intermediate container 87f9047c458c 00:47:46 ---> c2074115c147 00:47:46 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:46 Removing intermediate container 937c6ebbbbda 00:47:47 ---> 4ab9ade10180 00:47:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:47 ---> Running in 576f209f4031 00:47:47 Removing intermediate container 6affb0c41581 00:47:47 ---> 2db27993cfae 00:47:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:49 ---> 31d9005a0106 00:47:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:50 Removing intermediate container 576f209f4031 00:47:50 ---> 09727216d7f5 00:47:50 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:50 ---> 4c84d0686ee9 00:47:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:50 ---> Running in f98b3b0ab62e 00:47:50 ---> 3dc0e5cbc886 00:47:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:51 Removing intermediate container 939f85f64a02 00:47:51 ---> 456e963b3e2c 00:47:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:47:53 ---> dd6ad21870af 00:47:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:53 ---> Running in e0c706d08edc 00:47:53 ---> ea4c6d40bdd2 00:47:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:54 ---> Running in 6d77b42921c7 00:47:56 ---> b05546f36140 00:47:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:56 Removing intermediate container 6d77b42921c7 00:47:56 ---> 0057246f3791 00:47:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:57 ---> Running in 4bd44b09cd7e 00:47:57 ---> Running in 0ce24f4821df 00:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:58 Removing intermediate container f98b3b0ab62e 00:47:58 ---> f91939934f36 00:47:58 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:47:58 Removing intermediate container 4bd44b09cd7e 00:47:58 ---> d37601870b36 00:47:58 Step 20/22 : LABEL arch=x86_64 00:47:59 Removing intermediate container 0ce24f4821df 00:47:59 ---> a04fcddb6a0b 00:47:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:00 ---> Running in 1b7600b9d1a7 00:48:00 ---> Running in e563d3eff014 00:48:00 ---> Running in ec73a7f6ab7b 00:48:00 Removing intermediate container e563d3eff014 00:48:00 ---> 7871a94b0885 00:48:00 Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:48:00 Removing intermediate container 1b7600b9d1a7 00:48:00 ---> 05d7a22c50af 00:48:00 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:00 ---> Running in 815c61a4e1ec 00:48:01 Removing intermediate container ec73a7f6ab7b 00:48:01 ---> ba3628168aa9 00:48:01 Step 20/22 : LABEL arch=x86_64 00:48:02 ---> Running in bfb898f43b1b 00:48:03 (1/6) Installing dumb-init (1.2.2-r1) 00:48:03 Removing intermediate container 815c61a4e1ec 00:48:03 ---> 94ca7873e8a1 00:48:03 Step 22/22 : LABEL version=0.0.0 00:48:03 (2/6) Installing libgcc (9.3.0-r2) 00:48:03 ---> d68120790c24 00:48:03 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:03 ---> Running in f42318c39313 00:48:03 (3/6) Installing libsodium (1.0.18-r0) 00:48:03 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:04 ---> Running in 8b737467453a 00:48:04 Removing intermediate container bfb898f43b1b 00:48:04 ---> d5ff379aabc2 00:48:04 Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:48:04 (5/6) Installing libzmq (4.3.3-r0) 00:48:04 (6/6) Installing zeromq (4.3.3-r0) 00:48:04 ---> Running in 8d32a1944006 00:48:04 Executing busybox-1.31.1-r19.trigger 00:48:04 Removing intermediate container f42318c39313 00:48:04 ---> 8b18b2439792 00:48:04 00:48:05 OK: 8 MiB in 20 packages 00:48:05 Removing intermediate container 8d32a1944006 00:48:05 ---> 1fc84254801c 00:48:05 Step 22/22 : LABEL version=0.0.0 00:48:06 Successfully built 8b18b2439792 00:48:06 Successfully tagged docker-support-scheduler-go:latest 00:48:06  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:48:07 ---> Running in 2bd8552db18f 00:48:08 Removing intermediate container 2bd8552db18f 00:48:08 ---> 6ad980a905f0 00:48:08 00:48:09 Removing intermediate container e0c706d08edc 00:48:09 ---> aeadcddc7bc7 00:48:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:09 Successfully built 6ad980a905f0 00:48:10 Successfully tagged docker-support-notifications-go:latest 00:48:10  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:48:10 Removing intermediate container 8b737467453a 00:48:10 ---> 3703f69f53aa 00:48:10 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:10 ---> 3bf241a35174 00:48:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:15 ---> 0a05b619746a 00:48:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:17 ---> 6968c2604d51 00:48:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:19 ---> c3471b1fe998 00:48:19 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:19 Status: Downloaded newer image for docker:20.10.0 00:48:20 ---> aefe523efa57 00:48:20 Step 12/26 : RUN apk add --no-cache bash 00:48:20 ---> Running in 87bd793878b5 00:48:21 ---> f6efc808cbbb 00:48:21 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:21 ---> Running in fb73a06e79f9 00:48:25 Removing intermediate container 87bd793878b5 00:48:25 ---> a5480ce3298d 00:48:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:25 ---> 75d472efa0d8 00:48:25 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:26 ---> Running in 800b005e5fc3 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:28 (1/2) Installing readline (8.0.4-r0) 00:48:28 (2/2) Installing bash (5.0.17-r0) 00:48:28 Executing bash-5.0.17-r0.post-install 00:48:28 Executing busybox-1.31.1-r19.trigger 00:48:28 OK: 12 MiB in 22 packages 00:48:29 ---> ac1a6266bdab 00:48:29 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:48:29 Removing intermediate container 800b005e5fc3 00:48:29 ---> afb503b561fe 00:48:29 Step 21/23 : LABEL arch=x86_64 00:48:31 ---> Running in 0d029ad9492d 00:48:32 ---> Running in e0c98befd061 00:48:33 Removing intermediate container 0d029ad9492d 00:48:33 ---> cbe6aa3aa48a 00:48:33 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:48:33 Removing intermediate container fb73a06e79f9 00:48:33 ---> 23d83d81e40d 00:48:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:34 Removing intermediate container e0c98befd061 00:48:34 ---> 88d5cae9549f 00:48:34 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:34 ---> Running in ee1f54c747e4 00:48:34 ---> Running in fb944f7b6466 00:48:36 Removing intermediate container ee1f54c747e4 00:48:36 ---> 6c78772ab94f 00:48:36 Step 23/23 : LABEL version=0.0.0 00:48:37 Removing intermediate container fb944f7b6466 00:48:37 ---> ce44b3c41624 00:48:37 Step 14/26 : ENV APP_PORT=48090 00:48:37 ---> d6432eea1a71 00:48:37 Step 25/30 : RUN chmod +x /entrypoint.sh 00:48:37 ---> Running in e92de07ee1f2 00:48:37 ---> Running in ef2967318c0e 00:48:38 ---> Running in 84a27b4e7ab3 00:48:38 Removing intermediate container ef2967318c0e 00:48:38 ---> c36a330961be 00:48:38 Step 15/26 : EXPOSE $APP_PORT 00:48:38 Removing intermediate container e92de07ee1f2 00:48:38 ---> d3031049792b 00:48:38 00:48:39 ---> Running in e79fa55ff425 00:48:39 Successfully built d3031049792b 00:48:39 Successfully tagged docker-core-data-go:latest 00:48:39 Building docker-core-command-go 00:48:40  Building docker-core-data-go ... done Removing intermediate container e79fa55ff425 00:48:40 ---> 71a238fdf15f 00:48:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:44 ---> c3bd15e489b2 00:48:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:49 Removing intermediate container 84a27b4e7ab3 00:48:49 ---> 1b28a4b205df 00:48:49 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:54 ---> 2c1ef2e90123 00:48:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:54 ---> Running in a86d16dc7a90 00:48:57 Removing intermediate container a86d16dc7a90 00:48:57 ---> f6bd7674b875 00:48:57 Step 27/30 : CMD ["gate"] 00:48:58 ---> 251715378528 00:48:58 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:00 ---> Running in cd22c06cbecb 00:49:02 ---> Running in c9afeacccd4b 00:49:05 Removing intermediate container ac445c75797a 00:49:05 ---> 9f67cc947896 00:49:05 00:49:05 Step 10/24 : FROM alpine:3.12 00:49:05 Removing intermediate container ee7bd5801900 00:49:05 ---> 32eda754abae 00:49:05 00:49:05 Step 10/30 : FROM alpine:3.12 00:49:05 3.12: Pulling from library/alpine 00:49:05 3.12: Pulling from library/alpine 00:49:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:06 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:06 Status: Image is up to date for alpine:3.12 00:49:06 ---> afeebe901d6b 00:49:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curlStatus: Downloaded newer image for alpine:3.12 00:49:06 ---> afeebe901d6b 00:49:06 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:06 00:49:07 ---> Running in 64fcc0a3eb40 00:49:07 ---> Running in 44cdd603dcc4 00:49:07 Removing intermediate container cd22c06cbecb 00:49:07 ---> 0b626a574f86 00:49:07 Step 28/30 : LABEL arch=x86_64 00:49:08 Removing intermediate container 44cdd603dcc4 00:49:08 ---> f60a57c83f45 00:49:08 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:49:08 ---> Running in 335bedeb7fda 00:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:09 ---> Running in 8381c2f9a0c7 00:49:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:10 (1/5) Installing ca-certificates (20191127-r4) 00:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:10 (3/5) Installing libcurl (7.69.1-r3) 00:49:10 (4/5) Installing curl (7.69.1-r3) 00:49:10 (5/5) Installing dumb-init (1.2.2-r1) 00:49:10 Executing busybox-1.31.1-r19.trigger 00:49:10 Executing ca-certificates-20191127-r4.trigger 00:49:11 OK: 7 MiB in 19 packages 00:49:11 (1/2) Installing dumb-init (1.2.2-r1) 00:49:11 (2/2) Installing su-exec (0.2-r1) 00:49:11 Executing busybox-1.31.1-r19.trigger 00:49:11 OK: 5 MiB in 16 packages 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:12 (1/33) Installing libbz2 (1.0.8-r1) 00:49:12 (2/33) Installing expat (2.2.9-r1) 00:49:12 (3/33) Installing libffi (3.3-r2) 00:49:12 (4/33) Installing gdbm (1.13-r1) 00:49:13 Removing intermediate container 335bedeb7fda 00:49:13 ---> 92ecc3a08dd5 00:49:13 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:49:13 (5/33) Installing xz-libs (5.2.5-r0) 00:49:13 ---> Running in 4d552a9ed5c9 00:49:13 Removing intermediate container 64fcc0a3eb40 00:49:13 ---> a4dbfb2de02d 00:49:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:13 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:13 (7/33) Installing python3 (3.8.5-r0) 00:49:13 Removing intermediate container 8381c2f9a0c7 00:49:13 ---> f44d18784d7d 00:49:13 Step 29/30 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:13 ---> Running in 29d48006ae31 00:49:14 Removing intermediate container 4d552a9ed5c9 00:49:14 ---> 7e6fc43c1689 00:49:14 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:14 ---> Running in 2e203bf66fbc 00:49:15 Removing intermediate container 29d48006ae31 00:49:15 ---> 9f5559c9df36 00:49:15 Step 13/24 : WORKDIR / 00:49:16 ---> Running in 629d06035c07 00:49:16 Removing intermediate container 2e203bf66fbc 00:49:16 ---> 092104e96965 00:49:16 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:16 ---> Running in 496e5598b4a2 00:49:17 Removing intermediate container 629d06035c07 00:49:17 ---> b493e14d6265 00:49:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:18 Removing intermediate container 282586d695b7 00:49:18 ---> 8529330d13f4 00:49:18 00:49:18 Step 10/23 : FROM alpine:3.12 00:49:18 ---> afeebe901d6b 00:49:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:19 ---> 49a70ccf6872 00:49:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:19 ---> Running in 8302d372650f 00:49:20 Removing intermediate container 402dd6239352 00:49:20 ---> 41bbaf027ce0 00:49:20 00:49:20 Step 10/22 : FROM alpine:3.12 00:49:20 ---> afeebe901d6b 00:49:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:21 ---> ceea9f346d63 00:49:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:21 Removing intermediate container be9ad8dd14cc 00:49:21 ---> 933d617ca0b4 00:49:21 00:49:21 Step 10/22 : FROM alpine:3.12 00:49:21 ---> afeebe901d6b 00:49:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:21 ---> Running in b0b394070c6f 00:49:21 Removing intermediate container 496e5598b4a2 00:49:21 ---> 1555dd9187b6 00:49:21 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:49:21 ---> Running in 5ad34565568e 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 ---> Running in 88ed59eb6c8f 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:22 ---> 724ff4eb0396 00:49:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:22 (1/1) Installing dumb-init (1.2.2-r1) 00:49:22 Executing busybox-1.31.1-r19.trigger 00:49:22 OK: 5 MiB in 15 packages 00:49:22 ---> Running in e00ccbf8ad01 00:49:22 Removing intermediate container 88ed59eb6c8f 00:49:22 ---> 2582b0fea154 00:49:22 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:24 ---> 7e8de67330cf 00:49:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:24 ---> 375b6b1d01b5 00:49:24 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:24 (1/2) Installing ca-certificates (20191127-r4) 00:49:24 (2/2) Installing dumb-init (1.2.2-r1) 00:49:24 Removing intermediate container 8302d372650f 00:49:24 ---> 0a239880bac8 00:49:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:24 Executing busybox-1.31.1-r19.trigger 00:49:24 Executing ca-certificates-20191127-r4.trigger 00:49:24 (1/1) Installing dumb-init (1.2.2-r1) 00:49:24 Executing busybox-1.31.1-r19.trigger 00:49:24 OK: 5 MiB in 15 packages 00:49:24 ---> Running in 122c04d6d545 00:49:24 OK: 6 MiB in 16 packages 00:49:24 ---> Running in 5c6ab6c90ec6 00:49:25 Removing intermediate container 5c6ab6c90ec6 00:49:25 ---> 6971eea7a18b 00:49:25 Step 13/23 : ENV APP_PORT=48082 00:49:26 ---> Running in 88984c526d21 00:49:26 ---> d2b2e7e13a66 00:49:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:26 Removing intermediate container 5ad34565568e 00:49:26 ---> 88aba39391c0 00:49:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:26 ---> Running in 99d37175713d 00:49:26 Removing intermediate container 88984c526d21 00:49:26 ---> 00a4763e0ed7 00:49:26 Step 14/23 : EXPOSE $APP_PORT 00:49:27 Removing intermediate container b0b394070c6f 00:49:27 ---> fcb7281beb13 00:49:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:27 ---> Running in e5f067bacc53 00:49:27 ---> 81f8115e2ea0 00:49:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:27 ---> Running in 666ccd2b3475 00:49:27 Removing intermediate container 99d37175713d 00:49:27 ---> 4fe6dac05492 00:49:27 Step 13/22 : ENV APP_PORT=48085 00:49:27 ---> Running in 2ab6a1d1add7 00:49:27 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:27 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:27 (11/33) Installing py3-six (1.15.0-r0) 00:49:27 (12/33) Installing py3-packaging (20.4-r0) 00:49:27 ---> Running in 67a5a334235a 00:49:27 Removing intermediate container e5f067bacc53 00:49:27 ---> 415327d1cfde 00:49:27 Step 15/23 : WORKDIR / 00:49:27 Removing intermediate container 666ccd2b3475 00:49:27 ---> ab30763d32d5 00:49:27 Step 13/22 : ENV APP_PORT=48060 00:49:28 ---> Running in f2c478a258c1 00:49:28 Removing intermediate container 122c04d6d545 00:49:28 ---> 4b1a527fef2b 00:49:28 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:28 ---> Running in 8fe033b11b47 00:49:28 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:28 Removing intermediate container 67a5a334235a 00:49:28 ---> 2a57d32b2d4c 00:49:28 Step 14/22 : EXPOSE $APP_PORT 00:49:28 ---> Running in c979c3ccfd27 00:49:28 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:28 Removing intermediate container e00ccbf8ad01 00:49:28 ---> c4e1f8d5df0a 00:49:28 Step 30/30 : LABEL version=0.0.0 00:49:29 Removing intermediate container 8fe033b11b47 00:49:29 ---> 9e2b374b9c4d 00:49:29 Step 14/22 : EXPOSE $APP_PORT 00:49:29 Removing intermediate container f2c478a258c1 00:49:29 ---> a49e7db06156 00:49:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:29 (15/33) Installing py3-idna (2.9-r0) 00:49:29 ---> 471f0ad528d8 00:49:29 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:29 ---> Running in 80ddbf10d4bd 00:49:29 Removing intermediate container c979c3ccfd27 00:49:29 ---> e402c5beb1ab 00:49:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:30 ---> c51f4d11ce0b 00:49:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:30 Removing intermediate container 80ddbf10d4bd 00:49:30 ---> 9c7fd2999af1 00:49:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:30 Removing intermediate container 2ab6a1d1add7 00:49:30 ---> 49af7868e7f3 00:49:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:30 ---> b10f8c6e6bd0 00:49:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:30 ---> Running in e3c2b4eae0b0 00:49:31 ---> 311bdebbd1b6 00:49:31 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:31 ---> 908c5de5da8d 00:49:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:31 Removing intermediate container e3c2b4eae0b0 00:49:31 ---> 44ec43a4feaf 00:49:31 Step 22/24 : LABEL arch=arm64 00:49:31 (18/33) Installing py3-requests (2.23.0-r0) 00:49:32 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:32 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:32 ---> Running in 14def09c7665 00:49:32 ---> 7f5037576aa8 00:49:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:32 ---> af132361c7b4 00:49:32 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:32 ---> 2e9546dead3e 00:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:32 ---> 3525f668428f 00:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:32 Removing intermediate container 14def09c7665 00:49:32 ---> 77d514c79beb 00:49:32 Step 23/24 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:32 ---> Running in e5cdff4daa7d 00:49:33 ---> 30de53ff8933 00:49:33 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:33 ---> 957dd26b1afa 00:49:33 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:49:33 ---> Running in 0337dad8b1f0 00:49:33 ---> 595e1e2ece0d 00:49:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:33 ---> 8f16d543ca91 00:49:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:34 ---> Running in 0c658ca0a2c1 00:49:34 Removing intermediate container e5cdff4daa7d 00:49:34 ---> 6cd2e102d968 00:49:34 Step 24/24 : LABEL version=0.0.0 00:49:34 ---> Running in a09f152830d9 00:49:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:34 ---> Running in 1e3e6acd478f 00:49:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:34 ---> e5df249cc6d0 00:49:34 Step 3/24 : WORKDIR /edgex-go 00:49:34 ---> Using cache 00:49:34 ---> 873520fb4572 00:49:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:34 ---> Using cache 00:49:34 ---> df6a73115025 00:49:34 Step 5/24 : RUN apk add --update --no-cache make git 00:49:34 ---> Running in b91eb08aca58 00:49:34 ---> Running in 39d9413db10e 00:49:34 Removing intermediate container 0337dad8b1f0 00:49:34 ---> 2e7021414290 00:49:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:34 Removing intermediate container 0c658ca0a2c1 00:49:34 ---> c166c220ff5a 00:49:34 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:34 ---> Running in 8a1f157bea07 00:49:34 Removing intermediate container a09f152830d9 00:49:34 ---> df7027021728 00:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:34 Removing intermediate container b91eb08aca58 00:49:34 ---> a388b16627b1 00:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:34 Removing intermediate container 39d9413db10e 00:49:34 ---> cde6be1dd0b5 00:49:34 00:49:35 ---> Running in 9462b7f2fda4 00:49:35 ---> Running in 3d8f9a0545c0 00:49:35 Removing intermediate container 8a1f157bea07 00:49:35 ---> 2c08eaf8bb72 00:49:35 Step 21/23 : LABEL arch=arm64 00:49:35 ---> 57b185bb8477 00:49:35 Step 25/30 : RUN chmod +x /entrypoint.sh 00:49:35 Successfully built cde6be1dd0b5 00:49:35 ---> Running in 8d82e7726505 00:49:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:35  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:49:35 Removing intermediate container 3d8f9a0545c0 00:49:35 ---> 35ade11d0ee0 00:49:35 Step 20/22 : LABEL arch=arm64 00:49:35 ---> Running in 42c15946efc5 00:49:35 Removing intermediate container 9462b7f2fda4 00:49:35 ---> 5a983ab53688 00:49:35 Step 20/22 : LABEL arch=arm64 00:49:36 ---> Running in 175bac71d1a7 00:49:36 Removing intermediate container 8d82e7726505 00:49:36 ---> 45f2706e7f04 00:49:36 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:36 ---> Running in 4e5479ed474c 00:49:36 ---> Running in b671de89fa64 00:49:36 Removing intermediate container 175bac71d1a7 00:49:36 ---> 59b39c6da3f1 00:49:36 Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:37 ---> Running in 610c73177e37 00:49:37 Removing intermediate container 4e5479ed474c 00:49:37 ---> 1f9b33390ec0 00:49:37 Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:37 ---> e5df249cc6d0 00:49:37 Step 3/21 : WORKDIR /edgex-go 00:49:37 ---> Using cache 00:49:37 ---> 873520fb4572 00:49:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:37 ---> Using cache 00:49:37 ---> df6a73115025 00:49:37 Step 5/21 : RUN apk add --update --no-cache make git 00:49:37 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:37 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:37 Removing intermediate container b671de89fa64 00:49:37 ---> 6f996499176d 00:49:37 Step 23/23 : LABEL version=0.0.0 00:49:37 ---> Running in edc3c8901139 00:49:37 ---> Running in 90f7e9ac83aa 00:49:37 Removing intermediate container 610c73177e37 00:49:37 ---> 3b0a8663d07d 00:49:37 Step 22/22 : LABEL version=0.0.0 00:49:38 (24/33) Installing py3-distro (1.5.0-r1) 00:49:38 ---> Running in 452e9302df74 00:49:38 ---> Running in fe37e55a523f 00:49:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:38 ---> Running in 8e52148ae8fe 00:49:38 Removing intermediate container edc3c8901139 00:49:38 ---> bb4c2bed5f5d 00:49:38 Step 22/22 : LABEL version=0.0.0 00:49:39 Removing intermediate container 90f7e9ac83aa 00:49:39 ---> 7d1aa632c78e 00:49:39 00:49:39 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:39 ---> Running in aa24e7fd7301 00:49:39 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:39 (29/33) Installing py3-progress (1.5-r0) 00:49:39 (30/33) Installing py3-toml (0.10.1-r0) 00:49:39 Removing intermediate container 1e3e6acd478f 00:49:39 ---> c2870273ec35 00:49:39 00:49:40 Removing intermediate container 8e52148ae8fe 00:49:40 ---> e4757495179d 00:49:40 00:49:40 Successfully built 7d1aa632c78e 00:49:40 Successfully tagged docker-core-command-go-arm64:latest 00:49:40  Building docker-core-command-go ... done Building docker-core-metadata-go 00:49:40 Removing intermediate container 42c15946efc5 00:49:40 ---> 41d7a7f8fb7d 00:49:40 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:49:40 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:40 (33/33) Installing py3-pip (20.1.1-r0) 00:49:40 Removing intermediate container aa24e7fd7301 00:49:40 ---> cc8a02b77061 00:49:40 00:49:40 Successfully built e4757495179d 00:49:40 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:40  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:49:40 Executing busybox-1.31.1-r19.trigger 00:49:40 ---> Running in 87a6d8ce4510 00:49:40 OK: 71 MiB in 55 packages 00:49:40 Successfully built c2870273ec35 00:49:40 Successfully built cc8a02b77061 00:49:40 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:40  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:49:41 Removing intermediate container 87a6d8ce4510 00:49:41 ---> 2cc88f9bf1b8 00:49:41 Step 27/30 : CMD ["gate"] 00:49:41 ---> Running in ffd3159a3ee9 00:49:42 Removing intermediate container ffd3159a3ee9 00:49:42 ---> c01e29c2444b 00:49:42 Step 28/30 : LABEL arch=arm64 00:49:42 Successfully tagged docker-security-bootstrapper-go:latest 00:49:42  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 00:49:42 ---> Running in abc2437222f9 00:49:43 Removing intermediate container abc2437222f9 00:49:43 ---> c40fd6770748 00:49:43 Step 29/30 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:49:43 ---> Running in 5d3f7f2c7108 00:49:44 Removing intermediate container 5d3f7f2c7108 00:49:44 ---> 1116ca8516f0 00:49:44 Step 30/30 : LABEL version=0.0.0 00:49:44 ---> Running in 723b46230b30 00:49:45 Removing intermediate container 723b46230b30 00:49:45 ---> 5821575065dc 00:49:45 00:49:46 Successfully built 5821575065dc 00:49:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:50 OK: 233 MiB in 51 packages 00:49:50 OK: 233 MiB in 51 packages 00:49:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:57 ---> e5df249cc6d0 00:49:57 Step 3/23 : WORKDIR /edgex-go 00:49:57 ---> Using cache 00:49:57 ---> 873520fb4572 00:49:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:57 ---> Using cache 00:49:57 ---> df6a73115025 00:49:57 Step 5/23 : RUN apk add --update --no-cache make git 00:49:59 ---> Running in 404ccf9cf881 00:50:01 Removing intermediate container 452e9302df74 00:50:01 ---> a1fed10e0440 00:50:01 Step 6/21 : COPY go.mod . 00:50:02 Removing intermediate container fe37e55a523f 00:50:02 ---> 15af86f25cb4 00:50:02 Step 6/24 : COPY go.mod . 00:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:04 ---> 8ba3c07239a6 00:50:04 Step 7/24 : RUN go mod download 00:50:05 ---> 499c4dceaaf0 00:50:05 Step 7/21 : RUN go mod download 00:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:05 ---> Running in 756e10257422 00:50:05 ---> Running in 789d91f91754 00:50:06 OK: 233 MiB in 51 packages 00:50:13 Removing intermediate container 404ccf9cf881 00:50:13 ---> 04506c689a8e 00:50:13 Step 6/23 : COPY go.mod . 00:50:18 ---> a16c1d4933cd 00:50:18 Step 7/23 : RUN go mod download 00:50:21 ---> Running in 651e0243ba28 00:50:32 Removing intermediate container 756e10257422 00:50:32 ---> 1955296fbd49 00:50:32 Step 8/24 : COPY . . 00:50:32 Removing intermediate container 789d91f91754 00:50:32 ---> 78898e501b6a 00:50:32 Step 8/21 : COPY . . 00:50:33  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 692eaf44fd57 00:50:33 Step 3/26 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> d30b80a8096f 00:50:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 3c34b40629b5 00:50:33 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:33 ---> Running in 3587a8d4b48a 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 692eaf44fd57 00:50:33 Step 3/23 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> d30b80a8096f 00:50:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 3c34b40629b5 00:50:33 Step 5/23 : RUN apk add --update --no-cache make git 00:50:33 ---> Using cache 00:50:33 ---> e5ef9d720797 00:50:33 Step 6/23 : COPY go.mod . 00:50:33 ---> Using cache 00:50:33 ---> 68ae750659bc 00:50:33 Step 7/23 : RUN go mod download 00:50:33 ---> Using cache 00:50:33 ---> f95c38721139 00:50:33 Step 8/23 : COPY . . 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:33 ---> Using cache 00:50:33 ---> 104aebee2a54 00:50:33 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 692eaf44fd57 00:50:33 Step 3/23 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> d30b80a8096f 00:50:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 3c34b40629b5 00:50:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 692eaf44fd57 00:50:33 Step 3/21 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> d30b80a8096f 00:50:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 3c34b40629b5 00:50:33 Step 5/21 : RUN apk add --update --no-cache make git 00:50:33 ---> Using cache 00:50:33 ---> e5ef9d720797 00:50:33 Step 6/21 : COPY go.mod . 00:50:34 ---> Using cache 00:50:34 ---> 68ae750659bc 00:50:34 Step 7/21 : RUN go mod download 00:50:34 ---> Using cache 00:50:34 ---> f95c38721139 00:50:34 Step 8/21 : COPY . . 00:50:34 ---> Using cache 00:50:34 ---> 104aebee2a54 00:50:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:34 ---> Running in b3ed252656f9 00:50:34 ---> Running in 1267caf98dd2 00:50:34 ---> Running in 8392e3d05e81 00:50:34 OK: 217 MiB in 51 packages 00:50:36 Removing intermediate container 3587a8d4b48a 00:50:36 ---> bd377f3f2792 00:50:36 Step 6/26 : COPY go.mod . 00:50: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 00:50: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 00:50:36 Removing intermediate container 651e0243ba28 00:50:36 ---> 9df4c609b83a 00:50:36 Step 8/23 : COPY . . 00:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:37 ---> 6788ae95c635 00:50:37 Step 7/26 : RUN go mod download 00:50:37 ---> Running in ba8fd9fe4d73 00:50:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:38 OK: 217 MiB in 51 packages 00:50:40 Removing intermediate container b3ed252656f9 00:50:40 ---> 21057d78ef67 00:50:40 Step 6/23 : COPY go.mod . 00:50:42 ---> 3575e6b50dca 00:50:42 Step 7/23 : RUN go mod download 00:50:42 Removing intermediate container ba8fd9fe4d73 00:50:42 ---> 21f06fb2863e 00:50:42 Step 8/26 : COPY . . 00:50:42 ---> Running in 234e4c69d85a 00:50:50 Removing intermediate container 234e4c69d85a 00:50:50 ---> 0cf51f188e89 00:50:50 Step 8/23 : COPY . . 00:50:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:53 ---> e5df249cc6d0 00:50:53 Step 3/23 : WORKDIR /edgex-go 00:50:53 ---> Using cache 00:50:53 ---> 873520fb4572 00:50:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:53 ---> Using cache 00:50:53 ---> df6a73115025 00:50:53 Step 5/23 : RUN apk add --update --no-cache make git 00:50:53 ---> Using cache 00:50:53 ---> 04506c689a8e 00:50:53 Step 6/23 : COPY go.mod . 00:50:53 ---> Using cache 00:50:53 ---> a16c1d4933cd 00:50:53 Step 7/23 : RUN go mod download 00:50:53 ---> Using cache 00:50:53 ---> 9df4c609b83a 00:50:53 Step 8/23 : COPY . . 00:51:12 ---> 814acb5da276 00:51:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:12 ---> Running in 330ef42e7d27 00:51:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:16 ---> 73713200f241 00:51:16 Step 9/23 : RUN make cmd/core-data/core-data 00:51:16 ---> Running in d6ae4ed4c7ad 00:51:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:59 Removing intermediate container 8392e3d05e81 00:51:59 ---> 718f3ed6b91d 00:51:59 00:51:59 Step 10/21 : FROM alpine:3.12 00:51:59 ---> afeebe901d6b 00:51:59 Step 11/21 : RUN apk add --update --no-cache curl 00:51:59 ---> Running in f90ae4fe12ef 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:00 (1/4) Installing ca-certificates (20191127-r4) 00:52:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:00 (3/4) Installing libcurl (7.69.1-r3) 00:52:00 (4/4) Installing curl (7.69.1-r3) 00:52:00 Executing busybox-1.31.1-r19.trigger 00:52:00 Executing ca-certificates-20191127-r4.trigger 00:52:01 OK: 7 MiB in 18 packages 00:52:04 Removing intermediate container f90ae4fe12ef 00:52:04 ---> 657738a4e386 00:52:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:04 ---> Running in 65a6bbb137ce 00:52:04 Removing intermediate container 65a6bbb137ce 00:52:04 ---> 099cc9745c72 00:52:04 Step 13/21 : WORKDIR /edgex 00:52:05 ---> Running in fb6f9c740764 00:52:05 Removing intermediate container fb6f9c740764 00:52:05 ---> 93ea363c82df 00:52:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:07 ---> e2ea5de4b074 00:52:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:08 ---> 58a01bf513c2 00:52:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:10 ---> 30912ec7843c 00:52:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:10 ---> Running in 1be5532b6cc4 00:52:11 Removing intermediate container 1be5532b6cc4 00:52:11 ---> 126923bf1bf6 00:52:11 Step 18/21 : CMD ["--init=true"] 00:52:11 ---> Running in 51c2c7b921c9 00:52:12 Removing intermediate container 51c2c7b921c9 00:52:12 ---> 261aad433315 00:52:12 Step 19/21 : LABEL arch=arm64 00:52:12 ---> Running in 5b3c2c742099 00:52:13 Removing intermediate container 5b3c2c742099 00:52:13 ---> ec4be2a9b4d3 00:52:13 Step 20/21 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:52:13 ---> Running in 4ab707fc099b 00:52:14 Removing intermediate container 4ab707fc099b 00:52:14 ---> c3eb8dec11e0 00:52:14 Step 21/21 : LABEL version=0.0.0 00:52:15 ---> Running in 2f56ead9d606 00:52:16 Removing intermediate container 2f56ead9d606 00:52:16 ---> 402ea5ba3996 00:52:16 00:52:17 Successfully built 402ea5ba3996 00:52:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 1267caf98dd2 00:52:19 ---> 3b8fea4875dd 00:52:19 00:52:19 Step 10/23 : FROM alpine:3.12 00:52:19 ---> afeebe901d6b 00:52:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:19 ---> Using cache 00:52:19 ---> 88aba39391c0 00:52:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:19 ---> Using cache 00:52:19 ---> 4fe6dac05492 00:52:19 Step 13/23 : ENV APP_PORT=48081 00:52:19 ---> Running in d3087c3f7991 00:52:20 Removing intermediate container d3087c3f7991 00:52:20 ---> c240f7eda227 00:52:20 Step 14/23 : EXPOSE $APP_PORT 00:52:20 ---> Running in d4c5d331998c 00:52:21 Removing intermediate container d4c5d331998c 00:52:21 ---> 898eecffa9f3 00:52:21 Step 15/23 : WORKDIR / 00:52:21 ---> Running in 6c912735f0f6 00:52:22 Removing intermediate container 6c912735f0f6 00:52:22 ---> 18e26b8347cc 00:52:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:23 ---> 96b68fd3308d 00:52:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:25 ---> 399cb1b4c35d 00:52:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:26 ---> 55ddb59cc896 00:52:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:27 ---> Running in ae34f86cb45b 00:52:28 Removing intermediate container ae34f86cb45b 00:52:28 ---> fad4b218ea13 00:52:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:28 ---> Running in 64868515a6c6 00:52:29 Removing intermediate container 64868515a6c6 00:52:29 ---> a25641b11a75 00:52:29 Step 21/23 : LABEL arch=arm64 00:52:30 ---> Running in eb8d7bffd306 00:52:31 Removing intermediate container 330ef42e7d27 00:52:31 ---> fdaa90046b29 00:52:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:31 Removing intermediate container eb8d7bffd306 00:52:31 ---> dea1897bf50e 00:52:31 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:52:31 ---> Running in 8fe66737bf8e 00:52:31 ---> Running in 9d923fa31a21 00:52:31 Removing intermediate container 9d923fa31a21 00:52:31 ---> a219377a2bda 00:52:31 Step 23/23 : LABEL version=0.0.0 00:52:31 ---> Running in 47aa7c728a85 00:52:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:32 Removing intermediate container 47aa7c728a85 00:52:32 ---> 1036fa52ea60 00:52:32 00:52:33 Successfully built 1036fa52ea60 00:52:33 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:35  Building docker-core-metadata-go ... done Removing intermediate container 8fe66737bf8e 00:52:35 ---> 260c9cf65d56 00:52:35 00:52:35 Step 11/26 : FROM docker:20.10.0 00:52:35 20.10.0: Pulling from library/docker 00:52:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:45 Status: Downloaded newer image for docker:20.10.0 00:52:45 ---> eeaf43b92773 00:52:45 Step 12/26 : RUN apk add --no-cache bash 00:52:45 ---> Running in f48f0cc50b7f 00:52:46 Removing intermediate container d6ae4ed4c7ad 00:52:46 ---> 9eb9ed1e8d3f 00:52:46 00:52:46 Step 10/23 : FROM alpine:3.12 00:52:46 ---> afeebe901d6b 00:52:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:47 ---> Running in 9b06786ebfef 00:52:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:47 Removing intermediate container 9b06786ebfef 00:52:47 ---> cb488abc761a 00:52:47 Step 12/23 : ENV APP_PORT=48080 00:52:47 ---> Running in f0b6de97ee75 00:52:47 (1/2) Installing readline (8.0.4-r0) 00:52:47 (2/2) Installing bash (5.0.17-r0) 00:52:47 Executing bash-5.0.17-r0.post-install 00:52:47 Executing busybox-1.31.1-r19.trigger 00:52:47 OK: 12 MiB in 22 packages 00:52:48 Removing intermediate container f0b6de97ee75 00:52:48 ---> 78b93522857d 00:52:48 Step 13/23 : EXPOSE $APP_PORT 00:52:48 ---> Running in fd21a86bd58c 00:52:49 Removing intermediate container fd21a86bd58c 00:52:49 ---> 6cfa00474464 00:52:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:49 Removing intermediate container f48f0cc50b7f 00:52:49 ---> c10fa278c35d 00:52:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:49 ---> Running in 6d2e3eb1e879 00:52:49 ---> Running in eb14a329a54c 00:52:49 Removing intermediate container eb14a329a54c 00:52:49 ---> e9702f7b77b3 00:52:49 Step 14/26 : ENV APP_PORT=48090 00:52:49 ---> Running in 8ec4e859754f 00:52:50 Removing intermediate container c9afeacccd4b 00:52:50 ---> 5e210ac7e6b9 00:52:50 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:50 Removing intermediate container 8ec4e859754f 00:52:50 ---> 02f9a917fd54 00:52:50 Step 15/26 : EXPOSE $APP_PORT 00:52:50 ---> Running in 07a86b9e4988 00:52:51 Removing intermediate container 07a86b9e4988 00:52:51 ---> a72e102bb855 00:52:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:51 ---> Running in ab621b32ae2f 00:52:51 Removing intermediate container 6d2e3eb1e879 00:52:51 ---> c8d3b0028513 00:52:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:51 ---> Running in ec0bc380fba4 00:52:52 ---> b5b13bbf21f3 00:52:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:52 ---> 7c46fcd39618 00:52:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:53 ---> 4805d54c5bfc 00:52:53 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:53 ---> Running in 32a78fe7b020 00:52:54 (1/6) Installing dumb-init (1.2.2-r1) 00:52:54 (2/6) Installing libgcc (9.3.0-r2) 00:52:54 (3/6) Installing libsodium (1.0.18-r0) 00:52:54 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:55 (5/6) Installing libzmq (4.3.3-r0) 00:52:55 (6/6) Installing zeromq (4.3.3-r0) 00:52:55 Executing busybox-1.31.1-r19.trigger 00:52:55 OK: 8 MiB in 20 packages 00:52:55 (1/33) Installing libbz2 (1.0.8-r1) 00:52:55 (2/33) Installing expat (2.2.9-r1) 00:52:55 (3/33) Installing libffi (3.3-r2) 00:52:55 (4/33) Installing gdbm (1.13-r1) 00:52:55 (5/33) Installing xz-libs (5.2.5-r0) 00:52:55 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:55 (7/33) Installing python3 (3.8.5-r0) 00:52:57 Removing intermediate container ec0bc380fba4 00:52:57 ---> 753d2829ef96 00:52:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:57 (11/33) Installing py3-six (1.15.0-r0) 00:52:57 (12/33) Installing py3-packaging (20.4-r0) 00:52:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:57 (15/33) Installing py3-idna (2.9-r0) 00:52:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:57 (18/33) Installing py3-requests (2.23.0-r0) 00:52:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:57 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:57 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:57 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:57 (24/33) Installing py3-distro (1.5.0-r1) 00:52:57 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:57 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:58 (29/33) Installing py3-progress (1.5-r0) 00:52:58 (30/33) Installing py3-toml (0.10.1-r0) 00:52:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:58 (33/33) Installing py3-pip (20.1.1-r0) 00:52:58 Executing busybox-1.31.1-r19.trigger 00:52:58 OK: 71 MiB in 55 packages 00:52:58 ---> 73e6653eaf17 00:52:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:59 ---> 7e829b62f03f 00:52:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:00 ---> d41e03d47bbd 00:53:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:01 ---> Running in f4d0a02e1842 00:53:01 Removing intermediate container f4d0a02e1842 00:53:01 ---> 8ced70e14549 00:53:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:01 ---> Running in eac983d74bcd 00:53:02 Removing intermediate container eac983d74bcd 00:53:02 ---> 2a6881e6cfba 00:53:02 Step 21/23 : LABEL arch=arm64 00:53:02 ---> Running in 13696ad04688 00:53:03 Removing intermediate container 13696ad04688 00:53:03 ---> 87f01a637940 00:53:03 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:53:03 ---> Running in 29de77560812 00:53:03 Removing intermediate container 29de77560812 00:53:03 ---> 0c5aa7c945a2 00:53:03 Step 23/23 : LABEL version=0.0.0 00:53:03 Removing intermediate container 32a78fe7b020 00:53:03 ---> 6e8ed87379ac 00:53:03 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:04 ---> Running in d5261ae9d795 00:53:04 ---> Running in 34f3a7e2d1ec 00:53:04 Removing intermediate container d5261ae9d795 00:53:04 ---> bd7cb769e05d 00:53:04 00:53:05 Successfully built bd7cb769e05d 00:53:05 Successfully tagged docker-core-data-go-arm64:latest 00:53:09  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:53:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:10 Collecting PyYAML<4,>=3.10 00:53:10 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:14 Collecting dockerpty<0.5,>=0.4.1 00:53:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:16 Collecting docker<4.0,>=3.6.0 00:53:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:16 Collecting cached-property<2,>=1.2.0 00:53:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:17 Collecting jsonschema<3,>=2.5.1 00:53:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:19 Collecting docopt<0.7,>=0.6.1 00:53:19 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:21 ---> 275b0fde6749 00:53:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:53:21 ---> 9ed8ae11d547 00:53:21 Step 9/23 : RUN make cmd/core-command/core-command 00:53:21 ---> 08b4f994344d 00:53:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:53:21 ---> Running in 500b52e8000a 00:53:21 ---> Running in 86fec738c66f 00:53:21 ---> Running in 7d9ce5bcfa80 00:53:21 ---> ca3e3b2f4885 00:53:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:53:21 ---> Running in 97177191d556 00:53:21 Collecting texttable<0.10,>=0.9.0 00:53:21 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:23 Collecting websocket-client<1.0,>=0.32.0 00:53:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:24 Collecting docker-pycreds>=0.4.0 00:53:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:24 Collecting idna<2.8,>=2.5 00:53:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:24 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:53:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:53:25 Collecting urllib3<1.25,>=1.21.1 00:53:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:26 Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, texttable, docker-compose 00:53:26 Running setup.py install for PyYAML: started 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:53: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 00:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:53:29 Running setup.py install for PyYAML: finished with status 'done' 00:53:29 Running setup.py install for dockerpty: started 00:53:31 Running setup.py install for dockerpty: finished with status 'done' 00:53:31 Attempting uninstall: idna 00:53:31 Found existing installation: idna 2.9 00:53:31 Uninstalling idna-2.9: 00:53:31 Successfully uninstalled idna-2.9 00:53:31 Collecting docker-compose==1.23.2 00:53:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:31 Attempting uninstall: urllib3 00:53:31 Found existing installation: urllib3 1.25.9 00:53:31 Uninstalling urllib3-1.25.9: 00:53:32 Successfully uninstalled urllib3-1.25.9 00:53:32 Collecting PyYAML<4,>=3.10 00:53:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:32 Attempting uninstall: requests 00:53:32 Found existing installation: requests 2.23.0 00:53:32 Uninstalling requests-2.23.0: 00:53:32 Successfully uninstalled requests-2.23.0 00:53:34 Running setup.py install for docopt: started 00:53:36 Collecting websocket-client<1.0,>=0.32.0 00:53:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:36 Running setup.py install for docopt: finished with status 'done' 00:53:36 Running setup.py install for texttable: started 00:53:36 Collecting texttable<0.10,>=0.9.0 00:53:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:38 Running setup.py install for texttable: finished with status 'done' 00:53:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:38 Collecting cached-property<2,>=1.2.0 00:53:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:39 Collecting dockerpty<0.5,>=0.4.1 00:53:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:39 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:53:40 Collecting jsonschema<3,>=2.5.1 00:53:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:41 Collecting docker<4.0,>=3.6.0 00:53:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:41 Collecting docopt<0.7,>=0.6.1 00:53:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:43 Removing intermediate container 34f3a7e2d1ec 00:53:43 ---> 733c712ed7b6 00:53:43 Step 21/26 : RUN apk --no-cache add curl 00:53:43 ---> Running in cba299283b6f 00:53:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:44 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:53:44 Collecting urllib3<1.25,>=1.21.1 00:53:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:44 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:53:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:44 Collecting idna<2.8,>=2.5 00:53:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:45 Collecting docker-pycreds>=0.4.0 00:53:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:45 (2/3) Installing libcurl (7.69.1-r3) 00:53:45 (3/3) Installing curl (7.69.1-r3) 00:53:45 Executing busybox-1.31.1-r19.trigger 00:53:45 OK: 71 MiB in 58 packages 00:53:45 Installing collected packages: PyYAML, websocket-client, texttable, urllib3, idna, requests, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docopt, docker-compose 00:53:45 Running setup.py install for PyYAML: started 00:53:46 Removing intermediate container cba299283b6f 00:53:46 ---> 7a00ee5e54f2 00:53:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:46 ---> Running in 6117fce1180b 00:53:47 Removing intermediate container 6117fce1180b 00:53:47 ---> 79ccfa69de3c 00:53:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:47 ---> Running in 81d013ecc415 00:53:47 Removing intermediate container 81d013ecc415 00:53:47 ---> 383e6c1c1d53 00:53:47 Step 24/26 : LABEL arch=arm64 00:53:47 ---> Running in f78334b31b6f 00:53:48 Removing intermediate container f78334b31b6f 00:53:48 ---> 5f6165a12b80 00:53:48 Step 25/26 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:53:48 Running setup.py install for PyYAML: finished with status 'done' 00:53:48 Running setup.py install for texttable: started 00:53:48 ---> Running in 6e39741d9fef 00:53:49 Removing intermediate container 6e39741d9fef 00:53:49 ---> bf4c86ff82e2 00:53:49 Step 26/26 : LABEL version=0.0.0 00:53:49 ---> Running in bc629397f4c3 00:53:49 Running setup.py install for texttable: finished with status 'done' 00:53:49 Attempting uninstall: urllib3 00:53:49 Found existing installation: urllib3 1.25.9 00:53:49 Uninstalling urllib3-1.25.9: 00:53:49 Removing intermediate container bc629397f4c3 00:53:49 ---> 68c73655d073 00:53:49 00:53:49 Successfully built 68c73655d073 00:53:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:50 $ docker stop --time=1 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 00:53:51 Successfully uninstalled urllib3-1.25.9 00:53:52 $ docker rm -f 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:53 + docker images 00:53:53 + grep docker 00:53:53 docker-sys-mgmt-agent-go-arm64 latest 68c73655d073 4 seconds ago 300MB 00:53:53 docker-core-data-go-arm64 latest bd7cb769e05d 49 seconds ago 21MB 00:53:53 docker-core-metadata-go-arm64 latest 1036fa52ea60 About a minute ago 17.8MB 00:53:53 docker-security-proxy-setup-go-arm64 latest 402ea5ba3996 About a minute ago 23.2MB 00:53:53 docker-security-bootstrapper-go-arm64 latest 5821575065dc 4 minutes ago 17MB 00:53:53 docker-support-scheduler-go-arm64 latest e4757495179d 4 minutes ago 16.1MB 00:53:53 docker-support-notifications-go-arm64 latest cc8a02b77061 4 minutes ago 16.7MB 00:53:53 docker-core-command-go-arm64 latest 7d1aa632c78e 4 minutes ago 16MB 00:53:53 docker-security-secretstore-setup-go-arm64 latest cde6be1dd0b5 4 minutes ago 23.4MB 00:53:53 docker 20.10.0 eeaf43b92773 2 months 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] } 00:53:55 Attempting uninstall: idna 00:53:55 Found existing installation: idna 2.9 00:53:55 Uninstalling idna-2.9: 00:53:55 Successfully uninstalled idna-2.9 00:53:56 Attempting uninstall: requests 00:53:56 Found existing installation: requests 2.23.0 00:53:56 Uninstalling requests-2.23.0: 00:53:56 Successfully uninstalled requests-2.23.0 00:53:58 Running setup.py install for dockerpty: started 00:53:59 Running setup.py install for dockerpty: finished with status 'done' 00:54:00 Running setup.py install for docopt: started 00:54:01 Running setup.py install for docopt: finished with status 'done' 00:54:01 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:54:11 Removing intermediate container ab621b32ae2f 00:54:11 ---> 2b5839362cd1 00:54:11 Step 21/26 : RUN apk --no-cache add curl 00:54:11 ---> Running in 3061e89eb999 00:54:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:16 (2/3) Installing libcurl (7.69.1-r3) 00:54:16 (3/3) Installing curl (7.69.1-r3) 00:54:16 Executing busybox-1.31.1-r19.trigger 00:54:16 OK: 72 MiB in 58 packages 00:54:23 Removing intermediate container 3061e89eb999 00:54:23 ---> 92d67d73787b 00:54:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:23 ---> Running in 3703ab3d6013 00:54:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:54:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:54:26 Removing intermediate container 3703ab3d6013 00:54:26 ---> e5138186f1ce 00:54:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:26 ---> Running in a4569c7dfe86 00:54:26 Removing intermediate container a4569c7dfe86 00:54:26 ---> 78d995244a0e 00:54:26 Step 24/26 : LABEL arch=x86_64 00:54:27 ---> Running in 4fafc9edab8e 00:54:28 Removing intermediate container 4fafc9edab8e 00:54:28 ---> 7813ab9f1477 00:54:28 Step 25/26 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:54:28 ---> Running in d042fd08388f 00:54:29 Removing intermediate container d042fd08388f 00:54:29 ---> 73553cde19e7 00:54:29 Step 26/26 : LABEL version=0.0.0 00:54:30 ---> Running in 395aa4075cba 00:54:32 Removing intermediate container 395aa4075cba 00:54:32 ---> f99cdad26813 00:54:32 00:54:32 Successfully built f99cdad26813 00:54:33 Successfully tagged docker-sys-mgmt-agent-go:latest 00:54:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 500b52e8000a 00:54:34 ---> a3271193f44d 00:54:34 00:54:34 Step 10/23 : FROM alpine:3.12 00:54:34 ---> 389fef711851 00:54:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:34 ---> Using cache 00:54:34 ---> ee10dc46b390 00:54:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:34 ---> Using cache 00:54:34 ---> 4088ee9e7f6f 00:54:34 Step 13/23 : ENV APP_PORT=48082 00:54:36 ---> Running in a33065a615ba 00:54:41 Removing intermediate container 7d9ce5bcfa80 00:54:41 ---> f0bb8c959321 00:54:41 00:54:41 Step 10/24 : FROM alpine:3.12 00:54:41 Removing intermediate container 86fec738c66f 00:54:41 ---> f8065bceac76 00:54:41 00:54:41 Step 10/21 : FROM alpine:3.12 00:54:41 ---> 389fef711851 00:54:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:41 ---> 389fef711851 00:54:41 Step 11/21 : RUN apk add --update --no-cache curl 00:54:41 Removing intermediate container a33065a615ba 00:54:41 ---> 9b91b07f252e 00:54:41 Step 14/23 : EXPOSE $APP_PORT 00:54:41 Removing intermediate container 97177191d556 00:54:41 ---> 285bbf40fa69 00:54:41 00:54:41 Step 10/23 : FROM alpine:3.12 00:54:41 ---> 389fef711851 00:54:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:41 ---> Using cache 00:54:41 ---> ee10dc46b390 00:54:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:41 ---> Using cache 00:54:41 ---> 4088ee9e7f6f 00:54:41 Step 13/23 : ENV APP_PORT=48081 00:54:41 ---> Running in dc958759a0f9 00:54:41 ---> Running in 050ca2ec6ffc 00:54:41 ---> Running in d5362220ebf5 00:54:41 ---> Running in 4c8d1d1a1a82 00:54:42 Removing intermediate container d5362220ebf5 00:54:42 ---> ab767cb61998 00:54:42 Step 15/23 : WORKDIR / 00:54:42 Removing intermediate container 4c8d1d1a1a82 00:54:42 ---> 6b2c8edd2ed1 00:54:42 Step 14/23 : EXPOSE $APP_PORT 00:54:42 ---> Running in b16437f4e956 00:54:42 ---> Running in f452fb07b9bd 00:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:43 Removing intermediate container f452fb07b9bd 00:54:43 ---> 007b10cea1dc 00:54:43 Step 15/23 : WORKDIR / 00:54:43 Removing intermediate container b16437f4e956 00:54:43 ---> b2264136a60f 00:54:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:44 ---> Running in f75e168fc80f 00:54:44 (1/5) Installing ca-certificates (20191127-r4) 00:54:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:45 (3/5) Installing libcurl (7.69.1-r3) 00:54:45 (4/5) Installing curl (7.69.1-r3) 00:54:45 (5/5) Installing dumb-init (1.2.2-r1) 00:54:45 Executing busybox-1.31.1-r19.trigger 00:54:45 Executing ca-certificates-20191127-r4.trigger 00:54:45 (1/4) Installing ca-certificates (20191127-r4) 00:54:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:54:45 (3/4) Installing libcurl (7.69.1-r3) 00:54:45 OK: 7 MiB in 19 packages 00:54:45 (4/4) Installing curl (7.69.1-r3) 00:54:45 Executing busybox-1.31.1-r19.trigger 00:54:45 Executing ca-certificates-20191127-r4.trigger 00:54:45 OK: 7 MiB in 18 packages 00:54:45 ---> a6e97c785191 00:54:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:54:45 Removing intermediate container f75e168fc80f 00:54:45 ---> c7d52a1e6902 00:54:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:47 ---> d5dc47c348f4 00:54:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:54:48 ---> 08fbdd1ebd64 00:54:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:54:48 Removing intermediate container 050ca2ec6ffc 00:54:48 ---> 1b8026c9c1d2 00:54:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:49 Removing intermediate container dc958759a0f9 00:54:49 ---> 757166ccd642 00:54:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:50 ---> Running in 7462233e5eee 00:54:50 ---> Running in 0f9980612d78 00:54:51 ---> 65803cdc8f1a 00:54:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:54:51 ---> 9472f7ea2853 00:54:51 Step 19/23 : ENTRYPOINT ["/core-command"] 00:54:51 ---> Running in 24c8d074b34c 00:54:51 Removing intermediate container 0f9980612d78 00:54:51 ---> ab045b7ab40b 00:54:51 Step 13/21 : WORKDIR /edgex 00:54:51 Removing intermediate container 7462233e5eee 00:54:51 ---> a3b11ddcb971 00:54:51 Step 13/24 : WORKDIR / 00:54:52 ---> Running in efafb0a539cf 00:54:52 ---> Running in 2443500c0977 00:54:52 Removing intermediate container 2443500c0977 00:54:52 ---> bf8f25f81fc2 00:54:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:54:52 Removing intermediate container efafb0a539cf 00:54:52 ---> 2a8210df3ffb 00:54:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:54:52 Removing intermediate container 24c8d074b34c 00:54:52 ---> 6d69f7694b56 00:54:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:52 ---> e57dff47c299 00:54:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:54:53 ---> Running in 6931e81cd285 00:54:53 ---> Running in 452ededd2c80 00:54:54 ---> 5ba02403cf7c 00:54:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:54:54 ---> 7163d52b1ce2 00:54:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:54:55 Removing intermediate container 452ededd2c80 00:54:55 ---> a34e32d16a55 00:54:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:55 Removing intermediate container 6931e81cd285 00:54:55 ---> e87d08c53c36 00:54:55 Step 21/23 : LABEL arch=x86_64 00:54:55 ---> Running in 921246dfab43 00:54:55 ---> d083f43c140b 00:54:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:54:56 ---> ae409cfbb678 00:54:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:56 ---> Running in 4e4dc2564cce 00:54:56 Removing intermediate container 921246dfab43 00:54:56 ---> 548e1013f84a 00:54:56 Step 21/23 : LABEL arch=x86_64 00:54:56 Removing intermediate container 4e4dc2564cce 00:54:56 ---> 8a96fce8a168 00:54:56 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:54:56 ---> Running in 470791451dba 00:54:56 ---> 9063df9d9d4d 00:54:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:54:57 ---> d61cb5ca5ac2 00:54:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:57 ---> Running in c6cfd81f4dda 00:54:57 Removing intermediate container 470791451dba 00:54:57 ---> 60ef77dcaa5e 00:54:57 Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:54:57 ---> Running in 6140dca8fb96 00:54:57 ---> Running in 079591dfc6d7 00:54:57 Removing intermediate container c6cfd81f4dda 00:54:57 ---> be7698dcef98 00:54:57 Step 23/23 : LABEL version=0.0.0 00:54:57 Removing intermediate container 6140dca8fb96 00:54:57 ---> 24d6bdf5d4b2 00:54:57 Step 18/21 : CMD ["--init=true"] 00:54:58 Removing intermediate container 079591dfc6d7 00:54:58 ---> 943ac5ac943d 00:54:58 Step 23/23 : LABEL version=0.0.0 00:54:58 ---> c8c7f26717cd 00:54:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:58 ---> Running in 4be8398bb028 00:54:58 ---> Running in 1fa58485af25 00:54:58 ---> Running in 7906f8a653a0 00:54:58 Removing intermediate container 1fa58485af25 00:54:58 ---> 3f7f5760fa1d 00:54:58 Step 19/21 : LABEL arch=x86_64 00:54:59 Removing intermediate container 4be8398bb028 00:54:59 ---> 4bcf07a126f0 00:54:59 00:54:59 Removing intermediate container 7906f8a653a0 00:54:59 ---> b3bb2e3c1455 00:54:59 00:54:59 ---> Running in 2f24161d9ff4 00:54:59 ---> 386ccc46ce8d 00:54:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:59 Successfully built b3bb2e3c1455 00:54:59 Successfully built 4bcf07a126f0 00:54:59 Successfully tagged docker-core-metadata-go:latest 00:54:59  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 00:55:00  Building docker-core-command-go ... done Removing intermediate container 2f24161d9ff4 00:55:00 ---> c48f5892a60e 00:55:00 Step 20/21 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:55:00 ---> Running in 9964a4817b13 00:55:00 ---> 013c995fece6 00:55:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:55:00 ---> Running in 0400e80cad33 00:55:01 Removing intermediate container 9964a4817b13 00:55:01 ---> 01c5bf63d50e 00:55:01 Step 21/21 : LABEL version=0.0.0 00:55:01 ---> Running in 568047388c4c 00:55:02 Removing intermediate container 568047388c4c 00:55:02 ---> f454f3c0ab97 00:55:02 00:55:03 Successfully built f454f3c0ab97 00:55:03 Successfully tagged docker-security-proxy-setup-go:latest 00:55:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 0400e80cad33 00:55:06 ---> 32802983e93c 00:55:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:55:06 ---> Running in 027c9dbf740a 00:55:06 Removing intermediate container 027c9dbf740a 00:55:06 ---> 57ac0cd43635 00:55:06 Step 22/24 : LABEL arch=x86_64 00:55:06 ---> Running in 1b01883d83cb 00:55:08 Removing intermediate container 1b01883d83cb 00:55:08 ---> b1feda8bdb86 00:55:08 Step 23/24 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 00:55:08 ---> Running in 2f2a6f413eba 00:55:09 Removing intermediate container 2f2a6f413eba 00:55:09 ---> 8ef5d127c103 00:55:09 Step 24/24 : LABEL version=0.0.0 00:55:09 ---> Running in e160a0f0e2a5 00:55:09 Removing intermediate container e160a0f0e2a5 00:55:09 ---> 3afb782a38d1 00:55:09 00:55:10 Successfully built 3afb782a38d1 00:55:10 Successfully tagged docker-security-secretstore-setup-go:latest 00:55:11  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 00:55:11 $ docker stop --time=1 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 00:55:16 $ docker rm -f 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 [Pipeline] // withDockerContainer [Pipeline] sh 00:55:17 + docker images 00:55:17 + grep docker 00:55:18 docker-security-secretstore-setup-go latest 3afb782a38d1 9 seconds ago 24.6MB 00:55:18 docker-security-proxy-setup-go latest f454f3c0ab97 16 seconds ago 24.4MB 00:55:18 docker-core-command-go latest 4bcf07a126f0 20 seconds ago 16.9MB 00:55:18 docker-core-metadata-go latest b3bb2e3c1455 20 seconds ago 18.8MB 00:55:18 docker-sys-mgmt-agent-go latest f99cdad26813 48 seconds ago 313MB 00:55:18 docker-security-bootstrapper-go latest c2870273ec35 5 minutes ago 18MB 00:55:18 docker-core-data-go latest d3031049792b 6 minutes ago 22.3MB 00:55:18 docker-support-notifications-go latest 6ad980a905f0 7 minutes ago 17.6MB 00:55:18 docker-support-scheduler-go latest 8b18b2439792 7 minutes ago 17MB 00:55:18 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:55:35 Still waiting to schedule task 00:55:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:56:28 Running on prd-ubuntu18.04-docker-8c-8g-26186 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 00:56:28 Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout 00:56:30 using credential edgex-jenkins-ssh 00:56:30 Cloning the remote Git repository 00:56:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:56:30 > git init /w/workspace/edgex-go/25 # timeout=10 00:56:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:30 > git --version # timeout=10 00:56:30 > git --version # 'git version 2.17.1' 00:56:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:37 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 00:56:38 Merge succeeded, producing fb5363d37d9484710eaa4a9f9a896af1228de9db 00:56:38 Checking out Revision fb5363d37d9484710eaa4a9f9a896af1228de9db (PR-3109) 00:56:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:37 > git config core.sparsecheckout # timeout=10 00:56:37 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 00:56:38 > git remote # timeout=10 00:56:38 > git config --get remote.origin.url # timeout=10 00:56:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:38 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:56:38 > git rev-parse HEAD^{commit} # timeout=10 00:56:38 > git config core.sparsecheckout # timeout=10 00:56:38 > git checkout -f fb5363d37d9484710eaa4a9f9a896af1228de9db # timeout=10 00:56:41 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:56:41 > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:42 + echo snap-build.sh 00:56:42 snap-build.sh 00:56:42 + SNAP_BASE_DIR=. 00:56:42 + '[' '!' -z /w/workspace/edgex-go/25 ']' 00:56:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/25 00:56:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/25]' 00:56:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/25] 00:56:42 + cd /w/workspace/edgex-go/25 00:56:42 + sudo apt-get remove -qy --purge lxd lxd-client 00:56:42 Reading package lists... 00:56:43 Building dependency tree... 00:56:43 Reading state information... 00:56:43 The following packages were automatically installed and are no longer required: 00:56:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:56:43 uidmap xdelta3 00:56:43 Use 'sudo apt autoremove' to remove them. 00:56:43 The following packages will be REMOVED: 00:56:43 lxd* lxd-client* 00:56:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:56:43 After this operation, 31.7 MB disk space will be freed. 00:56: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 ... 190027 files and directories currently installed.) 00:56:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:45 Removing lxd dnsmasq configuration 00:56:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:56:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:56:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:56:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:56:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:48 Processing triggers for systemd (237-3ubuntu10.42) ... 00:56:48 Processing triggers for ureadahead (0.100.0-21) ... 00:56:49 + sudo snap remove --purge lxd 00:56:49 snap "lxd" is not installed 00:56:49 + sudo groupadd --force --system lxd 00:56:49 ++ whoami 00:56:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:56:49 + newgrp - lxd 00:56:49 + sudo snap install lxd 00:56:57 2021-02-12T00:56:55Z INFO Waiting for automatic snapd restart... 00:57:12 lxd 4.11 from Canonical* installed 00:57:12 + sudo lxd init --auto 00:57:22 + sudo snap install --classic snapcraft 00:57:26 snapcraft 4.5.1 from Canonical* installed 00:57:26 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:57:26 + patch --verbose -p1 00:57:26 Hmm... Looks like a unified diff to me... 00:57:26 The text leading up to this was: 00:57:26 -------------------------- 00:57:26 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:57:26 |From: Tony Espy 00:57:26 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:57:26 |Subject: [PATCH] optimize snap build for pipeline CI check 00:57:26 | 00:57:26 |This patch is used by the EdgeX CI pipeline builds to 00:57:26 |optimize the snap CI check run for pull requests. When 00:57:26 |applied, it essentially strips out everything (apps and 00:57:26 |parts) from the snapcraft.yaml file except those required 00:57:26 |to build edgex-go, as the whole idea of the CI check is to 00:57:26 |catch changes to edgex-go that break the snap build. 00:57:26 | 00:57:26 |In general, anyone updating snapcraft.yaml will also need 00:57:26 |to update this patch file, otherwise it may fail to apply, 00:57:26 |resulting in a failed snap build CI check in the associated 00:57:26 |pull request. 00:57:26 | 00:57:26 |Note - in addition to applying this patch, the pipeline also 00:57:26 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:57:26 |need to build the finally binary .snap file (and it won't 00:57:26 |work with the patch applied). This further reduces the build 00:57:26 |time. 00:57:26 |--- 00:57:26 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:57:26 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:57:26 | 00:57:26 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:57:26 |index 1e537489..faf42425 100644 00:57:26 |--- a/snap/snapcraft.yaml 00:57:26 |+++ b/snap/snapcraft.yaml 00:57:26 -------------------------- 00:57:26 patching file snap/snapcraft.yaml 00:57:26 Using Plan A... 00:57:26 Hunk #1 succeeded at 73. 00:57:26 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:57:26 Hunk #3 succeeded at 217 (offset 3 lines). 00:57:26 Hunk #4 succeeded at 225 (offset 3 lines). 00:57:26 Hunk #5 succeeded at 232 (offset 3 lines). 00:57:26 Hunk #6 succeeded at 259 (offset 3 lines). 00:57:26 Hunk #7 succeeded at 293 (offset 3 lines). 00:57:26 Hunk #8 succeeded at 352 (offset 11 lines). 00:57:26 Hmm... Ignoring the trailing garbage. 00:57:26 done 00:57:26 + sudo snapcraft prime --use-lxd 00:57:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:57:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:57:27 - README.md 00:57:27 - snapcraft.yaml.orig 00:57:27 00:57:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:57:28 Launching a container. 00:57:38 Waiting for container to be ready 00:57:38 To start your first instance, try: lxc launch ubuntu:18.04 00:57:38 00:57:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:57:42 Waiting for network to be ready... 00:57:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:57:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:57:42 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:57:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:57:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:57:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:57:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:57:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:57:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:57:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:57:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:57:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:57:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:57:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:57:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:57:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:57:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:57:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:57:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:57:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 00:57:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:57:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:57:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:57:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:57:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:57:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:57:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:57:46 Fetched 23.9 MB in 4s (6165 kB/s) 00:57:47 Reading package lists... 00:57:47 Reading package lists... 00:57:47 Building dependency tree... 00:57:47 Reading state information... 00:57:47 The following additional packages will be installed: 00:57:47 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:57:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:57:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:57:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:57:47 Suggested packages: 00:57:47 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:57:47 Recommended packages: 00:57:47 gnupg libsasl2-modules 00:57:47 The following NEW packages will be installed: 00:57:47 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:57:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:57:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:57:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:57:47 The following packages will be upgraded: 00:57:47 gpg gpg-agent gpgconf libudev1 00:57:48 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:57:48 Need to get 3532 kB of archives. 00:57:48 After this operation, 13.3 MB of additional disk space will be used. 00:57:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:57:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:57:48 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:57:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:57:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:57:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:57:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:57:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:57:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:57:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:57:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:57:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:57:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:57:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:57:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:57:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:57:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:57:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:57:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:57:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:57:48 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:57:48 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:57:49 debconf: delaying package configuration, since apt-utils is not installed 00:57:49 Fetched 3532 kB in 1s (3231 kB/s) 00:57:49 (Reading database ... 12511 files and directories currently installed.) 00:57:49 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:57:49 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:49 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:57:49 Selecting previously unselected package udev. 00:57:49 (Reading database ... 12511 files and directories currently installed.) 00:57:49 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:57:49 Unpacking udev (237-3ubuntu10.44) ... 00:57:49 Selecting previously unselected package libfuse2:amd64. 00:57:49 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:57:49 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:57:49 Selecting previously unselected package fuse. 00:57:49 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:57:49 Unpacking fuse (2.9.7-1ubuntu1) ... 00:57:49 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:49 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:50 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:50 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:50 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:50 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:57:50 Selecting previously unselected package libksba8:amd64. 00:57:50 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:57:50 Unpacking libksba8:amd64 (1.3.5-2) ... 00:57:50 Selecting previously unselected package libroken18-heimdal:amd64. 00:57:50 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:50 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:57:50 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:50 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:57:50 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:50 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:57:50 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:50 Selecting previously unselected package libwind0-heimdal:amd64. 00:57:50 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:50 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:57:50 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:50 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:51 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:57:51 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:51 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:51 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:57:51 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:51 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:51 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:57:51 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:57:51 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:51 Selecting previously unselected package libsasl2-modules-db:amd64. 00:57:51 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:57:51 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:51 Selecting previously unselected package libsasl2-2:amd64. 00:57:51 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:57:51 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:51 Selecting previously unselected package libldap-common. 00:57:51 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:57:51 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:57:51 Selecting previously unselected package libldap-2.4-2:amd64. 00:57:51 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:57:51 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:57:51 Selecting previously unselected package dirmngr. 00:57:51 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:57:51 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:57:51 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:57:51 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:57:51 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:57:51 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:51 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:57:51 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:57:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libksba8:amd64 (1.3.5-2) ... 00:57:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:52 Setting up udev (237-3ubuntu10.44) ... 00:57:52 invoke-rc.d: policy-rc.d denied execution of start. 00:57:52 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Processing triggers for systemd (237-3ubuntu10) ... 00:57:52 Setting up fuse (2.9.7-1ubuntu1) ... 00:57:52 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:57:52 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:57:52 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:57:53 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:57:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:57:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:57:53 settings in the [Install] section, and DefaultInstance for template units). 00:57:53 This means they are not meant to be enabled using systemctl. 00:57:53 Possible reasons for having this kind of units are: 00:57:53 1) A unit may be statically enabled by being symlinked from another unit's 00:57:53 .wants/ or .requires/ directory. 00:57:53 2) A unit's purpose may be to act as a helper for some other unit which has 00:57:53 a requirement dependency on it. 00:57:53 3) A unit may be started when needed via activation (socket, path, timer, 00:57:53 D-Bus, udev, scripted systemctl call, ...). 00:57:53 4) In case of template units, the unit is meant to be enabled with some 00:57:53 instance name specified. 00:57:53 Reading package lists... 00:57:54 Building dependency tree... 00:57:54 Reading state information... 00:57:54 The following additional packages will be installed: 00:57:54 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:57:54 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:57:54 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:57:54 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:57:54 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:57:54 Suggested packages: 00:57:54 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:57:54 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:57:54 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:57:54 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:57:54 systemd-container policykit-1 00:57:54 Recommended packages: 00:57:54 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:57:54 The following NEW packages will be installed: 00:57:54 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:57:54 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:57:54 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:57:54 multiarch-support openssh-client python3 python3-minimal python3.6 00:57:54 python3.6-minimal snapd squashfs-tools sudo 00:57:54 The following packages will be upgraded: 00:57:54 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:57:54 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:57:54 Need to get 35.2 MB of archives. 00:57:54 After this operation, 141 MB of additional disk space will be used. 00:57:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:57:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:57:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:57:54 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:57:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:57:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:57:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:57:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:57:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:57:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:57:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:57:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:57:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:57:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:57:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:57:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:57:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:57:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:57:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:57:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:57:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:57:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:57:55 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:57:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:57:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:57:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:57:55 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:57:55 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:57:55 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:57:55 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:57:55 debconf: delaying package configuration, since apt-utils is not installed 00:57:55 Fetched 35.2 MB in 1s (26.3 MB/s) 00:57:55 (Reading database ... 12757 files and directories currently installed.) 00:57:55 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:57:55 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:56 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:57:56 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:57:56 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:57:56 (Reading database ... 12757 files and directories currently installed.) 00:57:56 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:57:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:57:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:57:57 (Reading database ... 12757 files and directories currently installed.) 00:57:57 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:57:57 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:57:57 Setting up apt (1.6.12ubuntu0.2) ... 00:57:57 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:57:58 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:57:58 (Reading database ... 12764 files and directories currently installed.) 00:57:58 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:57:58 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:57:58 Selecting previously unselected package libpython3.6-minimal:amd64. 00:57:58 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:58 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:58 Selecting previously unselected package libexpat1:amd64. 00:57:58 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:57:58 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:57:58 Selecting previously unselected package python3.6-minimal. 00:57:58 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:58 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:57:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:57:58 Checking for services that may need to be restarted...done. 00:57:58 Checking for services that may need to be restarted...done. 00:57:59 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:57:59 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:57:59 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:57:59 Selecting previously unselected package python3-minimal. 00:57:59 (Reading database ... 13012 files and directories currently installed.) 00:57:59 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:57:59 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:57:59 Selecting previously unselected package mime-support. 00:57:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:57:59 Unpacking mime-support (3.60ubuntu1) ... 00:57:59 Selecting previously unselected package libmpdec2:amd64. 00:57:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:57:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:57:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:57:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:57:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:58:00 Selecting previously unselected package python3.6. 00:58:00 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:58:00 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:58:00 Selecting previously unselected package libpython3-stdlib:amd64. 00:58:00 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:58:00 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:00 Setting up python3-minimal (3.6.7-1~18.04) ... 00:58:00 Selecting previously unselected package python3. 00:58:00 (Reading database ... 13442 files and directories currently installed.) 00:58:00 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:58:00 Unpacking python3 (3.6.7-1~18.04) ... 00:58:00 Selecting previously unselected package multiarch-support. 00:58:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:58:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:58:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:58:00 Selecting previously unselected package liblzo2-2:amd64. 00:58:00 (Reading database ... 13479 files and directories currently installed.) 00:58:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:58:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:58:00 Selecting previously unselected package libbsd0:amd64. 00:58:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:58:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:00 Selecting previously unselected package sudo. 00:58:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:58:00 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:58:01 Selecting previously unselected package apparmor. 00:58:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:58:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:58:01 Selecting previously unselected package libedit2:amd64. 00:58:01 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:58:01 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:58:01 Selecting previously unselected package libkrb5support0:amd64. 00:58:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:58:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:01 Selecting previously unselected package libk5crypto3:amd64. 00:58:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:58:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:01 Selecting previously unselected package libkeyutils1:amd64. 00:58:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:58:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:02 Selecting previously unselected package libkrb5-3:amd64. 00:58:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:58:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:58:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:58:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:02 Selecting previously unselected package libssl1.0.0:amd64. 00:58:02 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:58:02 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:58:02 Selecting previously unselected package openssh-client. 00:58:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:58:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:02 Selecting previously unselected package squashfs-tools. 00:58:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:58:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:02 Selecting previously unselected package snapd. 00:58:02 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:58:03 Unpacking snapd (2.48.3+18.04) ... 00:58:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:58:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:58:05 Setting up mime-support (3.60ubuntu1) ... 00:58:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:58:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:05 Setting up systemd (237-3ubuntu10.44) ... 00:58:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:58:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:58:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:58:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:58:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:58:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:06 Setting up python3 (3.6.7-1~18.04) ... 00:58:06 running python rtupdate hooks for python3.6... 00:58:06 running python post-rtupdate hooks for python3.6... 00:58:06 Setting up apparmor (2.12-4ubuntu5.1) ... 00:58:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:58:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:09 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:09 Setting up snapd (2.48.3+18.04) ... 00:58:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:58:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:58:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:58:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:58:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:10 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:58:11 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:58:11 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:58:11 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:58:11 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:58:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:11 Processing triggers for systemd (237-3ubuntu10.44) ... 00:58:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:58:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:58:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:58:14 Reading package lists... 00:58:14 Reading package lists... 00:58:14 Building dependency tree... 00:58:14 Reading state information... 00:58:14 Calculating upgrade... 00:58:14 The following packages will be upgraded: 00:58:14 advancecomp base-files bash binutils binutils-common 00:58:14 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:58:14 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:58:14 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:58:14 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:58:14 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:58:14 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:58:14 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:58:14 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:58:14 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:58:14 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:58:14 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:58:14 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:58:14 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:58:14 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:58:14 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:58:14 Need to get 63.8 MB of archives. 00:58:14 After this operation, 5188 kB of additional disk space will be used. 00:58:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:58:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:58:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:58:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:58:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:58:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:58:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:58:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:58:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:58:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:58:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:58:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:58:15 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:58:15 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:58:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:58:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:58:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:58:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:58:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:58:15 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:58:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:58:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:58:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:58:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:58:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:58:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:58:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:58:15 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:58:15 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:58:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:58:15 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:58:15 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:58:15 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:58:15 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:58:15 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:58:15 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:58:15 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:58:15 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:58:15 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] 00:58:15 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:58:15 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:58:15 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] 00:58:15 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:58:15 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:58:15 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:58:15 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:58:15 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:58:15 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:58:15 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:58:15 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:58:15 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:58:15 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:58:15 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:58:15 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:58:15 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:58:15 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:58:15 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:58:15 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:58:15 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] 00:58:15 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:58:15 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:58:15 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:58:16 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:58:16 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:58:16 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:58:16 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:58:16 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:58:16 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:58:16 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:58:16 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:58:16 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:58:16 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:58:16 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:58:16 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:58:16 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:58:16 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:58:16 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:58:16 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:58:16 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:58:16 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:58:16 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:58:16 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:58:16 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] 00:58:16 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:58:16 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:58:16 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:58:16 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:58:16 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:58:16 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:58:16 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:58:16 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:58:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:58:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:58:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:58:17 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:58:17 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:58:17 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:58:17 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:58:17 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:58:17 debconf: delaying package configuration, since apt-utils is not installed 00:58:17 Fetched 63.8 MB in 3s (22.0 MB/s) 00:58:17 (Reading database ... 13912 files and directories currently installed.) 00:58:17 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:58:17 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:18 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:58:18 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:18 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:58:18 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:58:19 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:19 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:19 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:19 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:19 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:19 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:19 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:19 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:20 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:20 (Reading database ... 13911 files and directories currently installed.) 00:58:20 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:58:20 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:58:20 (Reading database ... 13911 files and directories currently installed.) 00:58:20 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:21 (Reading database ... 13911 files and directories currently installed.) 00:58:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:58:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:58:22 (Reading database ... 13911 files and directories currently installed.) 00:58:22 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:58:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:58:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:58:22 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:58:22 Setting up base-files (10.1ubuntu2.10) ... 00:58:22 Installing new version of config file /etc/issue ... 00:58:22 Installing new version of config file /etc/issue.net ... 00:58:22 Installing new version of config file /etc/lsb-release ... 00:58:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:58:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:58:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:58:23 Removing obsolete conffile /etc/default/motd-news ... 00:58:23 (Reading database ... 13912 files and directories currently installed.) 00:58:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:58:23 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:58:23 Setting up bash (4.4.18-2ubuntu1.2) ... 00:58:23 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:58:23 (Reading database ... 13912 files and directories currently installed.) 00:58:23 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:23 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:58:23 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:58:23 (Reading database ... 13912 files and directories currently installed.) 00:58:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:58:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:58:24 Setting up tar (1.29b-2ubuntu0.2) ... 00:58:24 (Reading database ... 13912 files and directories currently installed.) 00:58:24 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:58:24 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:24 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:58:24 (Reading database ... 13912 files and directories currently installed.) 00:58:24 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:24 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:24 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:24 (Reading database ... 13912 files and directories currently installed.) 00:58:24 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:58:25 (Reading database ... 13912 files and directories currently installed.) 00:58:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:58:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:58:25 Setting up grep (3.1-2build1) ... 00:58:25 (Reading database ... 13912 files and directories currently installed.) 00:58:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:58:25 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:58:25 Setting up login (1:4.5-1ubuntu2) ... 00:58:25 (Reading database ... 13912 files and directories currently installed.) 00:58:25 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:25 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:58:26 (Reading database ... 13912 files and directories currently installed.) 00:58:26 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:26 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:26 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:26 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:26 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:27 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:58:27 (Reading database ... 13912 files and directories currently installed.) 00:58:27 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:58:27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:28 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:58:28 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:58:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:58:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:58:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:58:29 (Reading database ... 13912 files and directories currently installed.) 00:58:29 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:58:29 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:58:29 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:58:29 (Reading database ... 13912 files and directories currently installed.) 00:58:29 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:29 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:29 (Reading database ... 13912 files and directories currently installed.) 00:58:29 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:29 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:29 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:29 (Reading database ... 13912 files and directories currently installed.) 00:58:29 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:30 (Reading database ... 13912 files and directories currently installed.) 00:58:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:30 (Reading database ... 13912 files and directories currently installed.) 00:58:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:30 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:30 (Reading database ... 13912 files and directories currently installed.) 00:58:30 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:30 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:30 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:31 (Reading database ... 13912 files and directories currently installed.) 00:58:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:31 (Reading database ... 13912 files and directories currently installed.) 00:58:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:58:31 (Reading database ... 13912 files and directories currently installed.) 00:58:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:31 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:31 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:58:32 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:58:32 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:58:32 (Reading database ... 13912 files and directories currently installed.) 00:58:32 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:58:32 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:58:33 (Reading database ... 13912 files and directories currently installed.) 00:58:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:58:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:33 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:58:33 (Reading database ... 13914 files and directories currently installed.) 00:58:33 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:58:33 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:58:33 Setting up debconf (1.5.66ubuntu1) ... 00:58:33 (Reading database ... 13914 files and directories currently installed.) 00:58:33 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:58:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:58:34 (Reading database ... 13914 files and directories currently installed.) 00:58:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:58:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:34 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:58:34 (Reading database ... 13914 files and directories currently installed.) 00:58:34 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:34 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:34 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:34 (Reading database ... 13914 files and directories currently installed.) 00:58:34 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:34 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:34 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:35 (Reading database ... 13914 files and directories currently installed.) 00:58:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:35 (Reading database ... 13914 files and directories currently installed.) 00:58:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:58:35 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:35 (Reading database ... 13914 files and directories currently installed.) 00:58:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:58:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:58:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:58:36 (Reading database ... 13914 files and directories currently installed.) 00:58:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:58:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:36 (Reading database ... 13914 files and directories currently installed.) 00:58:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:36 (Reading database ... 13914 files and directories currently installed.) 00:58:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:58:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:58:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:58:37 (Reading database ... 13914 files and directories currently installed.) 00:58:37 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:58:37 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:58:37 Setting up passwd (1:4.5-1ubuntu2) ... 00:58:37 (Reading database ... 13914 files and directories currently installed.) 00:58:37 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:58:37 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:58:37 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:58:38 (Reading database ... 13914 files and directories currently installed.) 00:58:38 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:58:38 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:58:38 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:58:38 (Reading database ... 13914 files and directories currently installed.) 00:58:38 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:58:38 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:58:38 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:58:38 (Reading database ... 13914 files and directories currently installed.) 00:58:38 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:58:38 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:58:38 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:58:38 (Reading database ... 13914 files and directories currently installed.) 00:58:38 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:58:38 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:58:39 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:58:39 (Reading database ... 13914 files and directories currently installed.) 00:58:39 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:58:39 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:58:39 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:58:39 (Reading database ... 13914 files and directories currently installed.) 00:58:39 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:58:39 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:58:39 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:58:39 (Reading database ... 13915 files and directories currently installed.) 00:58:39 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:58:39 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:58:39 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:58:39 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:58:39 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:58:39 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:58:40 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:58:40 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:58:40 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:58:40 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:58:40 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:58:40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:58:40 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:58:40 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:58:40 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:58:40 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:58:40 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:58:40 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:58:41 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:58:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:58:41 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:58:41 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:58:41 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:58:41 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:58:42 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:58:42 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:58:42 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:58:42 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:58:42 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:42 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:42 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:43 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:43 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:43 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:43 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:58:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:58:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:43 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:44 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:44 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:45 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:58:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:58:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:58:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:58:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:58:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:58:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:48 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:58:48 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:58:48 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:58:48 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:58:49 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:58:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:58:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:58:49 00:58:49 Current default time zone: 'Etc/UTC' 00:58:49 Local time is now: Fri Feb 12 00:58:49 UTC 2021. 00:58:49 Universal Time is now: Fri Feb 12 00:58:49 UTC 2021. 00:58:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:58:49 00:58:49 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:58:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:58:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:58:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:58:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:58:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:58:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:58:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:58:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:58:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:58:50 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:50 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:58:50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:50 Setting up patch (2.7.6-2ubuntu1.1) ... 00:58:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:58:50 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:58:50 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:58:50 Installing new version of config file /etc/ssl/openssl.cnf ... 00:58:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:58:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:58:50 Setting up ca-certificates (20210119~18.04.1) ... 00:58:52 Updating certificates in /etc/ssl/certs... 00:58:52 23 added, 27 removed; done. 00:58:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:58:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:58:53 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:58:53 Setting up pkgbinarymangler (138.18.04.1) ... 00:58:53 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:58:53 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up perl (5.26.1-6ubuntu0.5) ... 00:58:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:58:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:58:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:58:53 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:58:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:58:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:58:54 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:58:54 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:58:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:58:54 Processing triggers for systemd (237-3ubuntu10.44) ... 00:58:54 Processing triggers for mime-support (3.60ubuntu1) ... 00:58:54 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:58:54 Updating certificates in /etc/ssl/certs... 00:58:54 0 added, 0 removed; done. 00:58:54 Running hooks in /etc/ca-certificates/update.d... 00:58:54 done. 00:58:55 Reading package lists... 00:58:55 Building dependency tree... 00:58:55 Reading state information... 00:58:55 The following NEW packages will be installed: 00:58:55 apt-transport-https 00:58:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:58:55 Need to get 1696 B of archives. 00:58:55 After this operation, 153 kB of additional disk space will be used. 00:58:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:58:55 debconf: delaying package configuration, since apt-utils is not installed 00:58:55 Fetched 1696 B in 0s (29.9 kB/s) 00:58:55 Selecting previously unselected package apt-transport-https. 00:58:55 (Reading database ... 13920 files and directories currently installed.) 00:58:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:58:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:58:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:58:56 Waiting for network to be ready... 00:59:01 2021-02-12T00:58:59Z INFO Waiting for automatic snapd restart... 00:59:01 snapd 2.48.2.1 from Canonical* installed 00:59:01 "snapd" switched to the "latest/stable" channel 00:59:01 00:59:04 core18 20210128 from Canonical* installed 00:59:04 "core18" switched to the "latest/stable" channel 00:59:04 00:59:07 snapcraft 4.5.1 from Canonical* installed 00:59:07 "snapcraft" switched to the "latest/stable" channel 00:59:07 00:59:10 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:59:10 - README.md 00:59:10 - snapcraft.yaml.orig 00:59:10 00:59:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:59:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:18 Reading package lists... 00:59:18 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:59:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:25 Reading package lists... 00:59:25 Building dependency tree... 00:59:25 Reading state information... 00:59:25 Suggested packages: 00:59:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:59:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:59:25 Recommended packages: 00:59:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:59:25 The following NEW packages will be installed: 00:59:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:59:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:59:25 pkg-config zip 00:59:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:59:25 Need to get 7655 kB of archives. 00:59:25 After this operation, 43.7 MB of additional disk space will be used. 00:59:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:59:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:59:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:59:25 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:59:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:59:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:59:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:59:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:59:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:59:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:59:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:59:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:59:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:59:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:59:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:59:26 debconf: delaying package configuration, since apt-utils is not installed 00:59:26 Fetched 7655 kB in 1s (9428 kB/s) 00:59:26 Selecting previously unselected package libglib2.0-0:amd64. 00:59:26 (Reading database ... 13924 files and directories currently installed.) 00:59:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:59:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:59:26 Selecting previously unselected package libpsl5:amd64. 00:59:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:59:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:59:26 Selecting previously unselected package libnghttp2-14:amd64. 00:59:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:59:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:59:26 Selecting previously unselected package librtmp1:amd64. 00:59:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:59:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:59:26 Selecting previously unselected package libcurl3-gnutls:amd64. 00:59:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:59:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:59:26 Selecting previously unselected package liberror-perl. 00:59:26 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:59:26 Unpacking liberror-perl (0.17025-1) ... 00:59:26 Selecting previously unselected package git-man. 00:59:26 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:59:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:59:26 Selecting previously unselected package git. 00:59:26 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:59:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:59:27 Selecting previously unselected package libnorm1:amd64. 00:59:27 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:59:27 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:59:27 Selecting previously unselected package libpgm-5.2-0:amd64. 00:59:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:59:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:59:27 Selecting previously unselected package libsodium23:amd64. 00:59:27 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:59:27 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:59:28 Selecting previously unselected package libzmq5:amd64. 00:59:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:59:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:59:28 Selecting previously unselected package libzmq3-dev:amd64. 00:59:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:59:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:59:28 Selecting previously unselected package pkg-config. 00:59:28 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:59:28 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:59:28 Selecting previously unselected package zip. 00:59:28 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:59:28 Unpacking zip (3.0-11build1) ... 00:59:28 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:59:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:59:28 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:59:28 Setting up liberror-perl (0.17025-1) ... 00:59:28 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:59:28 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:59:28 No schema files found: doing nothing. 00:59:28 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:59:28 Setting up zip (3.0-11build1) ... 00:59:28 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:59:28 Setting up libsodium23:amd64 (1.0.16-2) ... 00:59:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:59:28 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:59:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:59:28 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:59:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:59:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:59:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:35 git set to automatically installed. 00:59:35 git-man set to automatically installed. 00:59:35 libcurl3-gnutls set to automatically installed. 00:59:35 liberror-perl set to automatically installed. 00:59:35 libglib2.0-0 set to automatically installed. 00:59:35 libnghttp2-14 set to automatically installed. 00:59:35 libnorm1 set to automatically installed. 00:59:35 libpgm-5.2-0 set to automatically installed. 00:59:35 libpsl5 set to automatically installed. 00:59:35 librtmp1 set to automatically installed. 00:59:35 libsodium23 set to automatically installed. 00:59:35 libzmq3-dev set to automatically installed. 00:59:35 libzmq5 set to automatically installed. 00:59:35 pkg-config set to automatically installed. 00:59:35 zip set to automatically installed. 00:59:37 snapd is not logged in, snap install commands will use sudo 00:59:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:44 snap "core18" has no updates available 00:59:44 Pulling config-common 00:59:45 + snapcraftctl pull 00:59:46 Pulling go-build-helper 00:59:46 + snapcraftctl pull 01:00:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:00:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:00:12 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:00:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 01:00:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:00:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:00:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:00:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:00:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:00:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:00:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:00:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 01:00:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:00:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:00:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 01:00:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 01:00:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 01:00:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 01:00:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:00:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 01:00:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 01:00:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:00:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:00:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:00:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:00:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 01:00:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 01:00:12 Fetched 23.9 MB in 0s (0 B/s) 01:00:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:00:12 Fetched 96.5 kB in 0s (0 B/s) 01:00:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:00:12 Fetched 279 kB in 0s (0 B/s) 01:00:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:00:12 Fetched 122 kB in 0s (0 B/s) 01:00:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:00:12 Fetched 77.8 kB in 0s (0 B/s) 01:00:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:00:12 Fetched 8848 B in 0s (0 B/s) 01:00:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:00:12 Fetched 47.8 kB in 0s (0 B/s) 01:00:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:00:12 Fetched 45.6 kB in 0s (0 B/s) 01:00:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:00:12 Fetched 15.0 kB in 0s (0 B/s) 01:00:12 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:00:12 Fetched 214 kB in 0s (0 B/s) 01:00:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 01:00:12 Fetched 155 kB in 0s (0 B/s) 01:00:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:00:12 Fetched 50.6 kB in 0s (0 B/s) 01:00:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:00:12 Fetched 14.8 kB in 0s (0 B/s) 01:00:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:00:12 Fetched 41.8 kB in 0s (0 B/s) 01:00:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:00:12 Fetched 499 kB in 0s (0 B/s) 01:00:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:00:12 Fetched 111 kB in 0s (0 B/s) 01:00:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:00:12 Fetched 240 kB in 0s (0 B/s) 01:00:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:00:12 Fetched 29.3 kB in 0s (0 B/s) 01:00:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:00:12 Fetched 85.5 kB in 0s (0 B/s) 01:00:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:00:12 Fetched 24.5 kB in 0s (0 B/s) 01:00:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:00:12 Fetched 49.2 kB in 0s (0 B/s) 01:00:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:00:12 Fetched 54.2 kB in 0s (0 B/s) 01:00:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:00:12 Fetched 30.8 kB in 0s (0 B/s) 01:00:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 01:00:12 Fetched 16.6 kB in 0s (0 B/s) 01:00:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:00:12 Fetched 85.9 kB in 0s (0 B/s) 01:00:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:00:12 Fetched 8720 B in 0s (0 B/s) 01:00:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:00:12 Fetched 137 kB in 0s (0 B/s) 01:00:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:00:12 Fetched 119 kB in 0s (0 B/s) 01:00:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:00:12 Fetched 109 kB in 0s (0 B/s) 01:00:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:00:12 Fetched 11.1 kB in 0s (0 B/s) 01:00:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:00:12 Fetched 645 kB in 0s (0 B/s) 01:00:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:00:12 Fetched 41.3 kB in 0s (0 B/s) 01:00:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:00:12 Fetched 17.9 kB in 0s (0 B/s) 01:00:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:00:12 Fetched 368 kB in 0s (0 B/s) 01:00:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:00:12 Fetched 187 kB in 0s (0 B/s) 01:00:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:00:12 Fetched 175 kB in 0s (0 B/s) 01:00:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:00:16 Fetched 206 kB in 0s (0 B/s) 01:00:16 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:00:16 Fetched 1301 kB in 0s (0 B/s) 01:00:16 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:00:16 Fetched 36.2 kB in 0s (0 B/s) 01:00:16 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:00:16 Fetched 159 kB in 0s (0 B/s) 01:00:16 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:00:16 Fetched 107 kB in 0s (0 B/s) 01:00:16 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:00:16 Fetched 48.7 kB in 0s (0 B/s) 01:00:16 Pulling static-packages 01:00:16 + snapcraftctl pull 01:00:17 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:00:17 Skipping pull go-build-helper (already ran) 01:00:17 + snapcraftctl build 01:00:17 Skipping pull static-packages (already ran) 01:00:17 Building go-build-helper 01:00:21 Building static-packages 01:00:21 + snapcraftctl build 01:00:22 Staging go-build-helper 01:00:22 + snapcraftctl stage 01:00:23 Staging static-packages 01:00:23 + snapcraftctl stage 01:00:24 Pulling go115 01:00:24 + snapcraftctl pull 01:00:25 'edgex-go' has dependencies that need to be staged: go115 01:00:25 Skipping pull go115 (already ran) 01:00:25 Building go115 01:00:25 + dpkg --print-architecture 01:00:25 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 01:00:25 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 01:00:25 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 01:00:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:00:25 Dload Upload Total Spent Left Speed 01:00:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 20.9M 0 0 26.3M 0 0:00:04 --:--:-- 0:00:04 26.3M 49 115M 49 56.7M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 82 115M 82 95.7M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.5M 01:00:28 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 01:00:28 + sha256sum -c sha256 01:00:28 + grep OK 01:00:29 go1.15.2.linux-amd64.tar.gz: OK 01:00:29 + mkdir -p /root/stage/go1.15 01:00:29 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 01:00:33 Staging go115 01:00:33 + snapcraftctl stage 01:00:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:00:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:00:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:00:38 Fetched 0 B in 0s (0 B/s) 01:00:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:00:38 Fetched 224 kB in 0s (0 B/s) 01:00:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:00:38 Fetched 157 kB in 0s (0 B/s) 01:00:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:00:38 Fetched 221 kB in 0s (0 B/s) 01:00:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:00:38 Fetched 143 kB in 0s (0 B/s) 01:00:38 Pulling edgex-go 01:00:38 + snapcraftctl pull 01:00:39 Pulling version 01:00:39 + cd /root/project 01:00:39 + [ -f VERSION ] 01:00:39 + PROJECT_VERSION=local-dev 01:00:39 + git rev-parse --short HEAD 01:00:39 + GIT_REVISION=fb5363d3 01:00:39 + snapcraftctl set-version local-dev 01:00:40 Building config-common 01:00:40 + snapcraftctl build 01:00:42 Skipping build go-build-helper (already ran) 01:00:42 Skipping build static-packages (already ran) 01:00:42 Skipping build go115 (already ran) 01:00:42 Building edgex-go 01:00:42 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 01:00:42 + cd /root/parts/edgex-go/src 01:00:42 + make build 01:00:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:00:43 go: downloading github.com/gorilla/mux v1.8.0 01:00:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 01:00:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 01:00:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:00:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:00:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:00:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 01:00:43 go: downloading github.com/imdario/mergo v0.3.11 01:00:43 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:00:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:00:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:00:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:00:43 go: downloading github.com/pelletier/go-toml v1.2.0 01:00:43 go: downloading github.com/go-kit/kit v0.8.0 01:00:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:00:43 go: downloading github.com/google/uuid v1.2.0 01:00:43 go: downloading github.com/BurntSushi/toml v0.3.1 01:00:43 go: downloading github.com/pkg/errors v0.8.1 01:00:43 go: downloading github.com/pebbe/zmq4 v1.2.2 01:00:43 go: downloading github.com/x448/float16 v0.8.4 01:00:43 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:00:43 go: downloading github.com/hashicorp/consul/api v1.1.0 01:00:43 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:00:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:00:43 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:00:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:00:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:00:43 go: downloading github.com/mitchellh/copystructure v1.0.0 01:00:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:00:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:00:43 go: downloading github.com/hashicorp/serf v0.8.2 01:00:44 go: downloading github.com/leodido/go-urn v1.2.0 01:00:44 go: downloading github.com/go-playground/universal-translator v0.17.0 01:00:44 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:00:44 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:00:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:00:44 go: downloading github.com/go-playground/locales v0.13.0 01:00:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:00:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:00:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:00:51 go: downloading gopkg.in/yaml.v2 v2.4.0 01:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:00:57 go: downloading github.com/stretchr/testify v1.7.0 01:00:57 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:00:57 go: downloading github.com/pmezard/go-difflib v1.0.0 01:00:57 go: downloading github.com/davecgh/go-spew v1.1.1 01:00:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:00:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:00:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:01:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:01:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:01:01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:01:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:01:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:01:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:01:03 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 01:01:03 go: downloading github.com/lib/pq v1.9.0 01:01:05 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:01:05 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:01:05 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:01:05 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:01:05 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:01:05 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:01:05 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:01:05 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:01:05 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:01:05 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:01:05 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:01:05 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:01:05 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:01:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:01:05 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:01:05 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:01:05 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:01:05 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 01:01:05 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:01:05 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:01:05 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:01:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:01:05 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:01:05 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:01:05 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:01:06 Building version 01:01:06 + snapcraftctl build 01:01:08 Staging config-common 01:01:08 + snapcraftctl stage 01:01:09 Skipping stage go-build-helper (already ran) 01:01:09 Skipping stage static-packages (already ran) 01:01:09 Skipping stage go115 (already ran) 01:01:09 Staging edgex-go 01:01:09 + snapcraftctl stage 01:01:10 Staging version 01:01:10 + snapcraftctl stage 01:01:11 Priming config-common 01:01:11 + snapcraftctl prime 01:01:12 Priming go-build-helper 01:01:12 + snapcraftctl prime 01:01:13 Priming static-packages 01:01:13 + snapcraftctl prime 01:01:15 Priming go115 01:01:15 + snapcraftctl prime 01:01:16 Priming edgex-go 01:01:16 + snapcraftctl prime 01:01:17 Priming version 01:01:17 + snapcraftctl prime 01:01:18 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:01:22 provisioning config files... 01:01:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config1185500802233652232tmp [Pipeline] { [Pipeline] sh 01:01:23 + set +x 01:01:23 + curl -s https://codecov.io/bash 01:01:23 + bash -s -- 01:01:24 01:01:24 _____ _ 01:01:24 / ____| | | 01:01:24 | | ___ __| | ___ ___ _____ __ 01:01:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:01:24 | |___| (_) | (_| | __/ (_| (_) \ V / 01:01:24 \_____\___/ \__,_|\___|\___\___/ \_/ 01:01:24 Bash-20210129-7c25fce 01:01:24 01:01:24 01:01:24 ==> git version 2.24.3 found 01:01:24 ==> 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 01:01:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:01:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:01:24 ==> Jenkins CI detected. 01:01:24 project root: . 01:01:24 --> token set from env 01:01:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:01:24 ==> Running gcov in . (disable via -X gcov) 01:01:25 ==> Python coveragepy not found 01:01:25 ==> Searching for coverage reports in: 01:01:25 + . 01:01:25 -> Found 1 reports 01:01:25 ==> Detecting git/mercurial file structure 01:01:25 ==> Reading reports 01:01:25 + ./coverage.out bytes=595676 01:01:25 ==> Appending adjustments 01:01:25 https://docs.codecov.io/docs/fixing-reports 01:01:39 + Found adjustments 01:01:39 ==> Gzipping contents 01:01:39 88K /tmp/codecov.q7H8Xz.gz 01:01:39 ==> Uploading reports 01:01:39 url: https://codecov.io 01:01:39 query: branch=PR-3109&commit=a601625a0e18b4dc7bd3d87b643542def38a2dc5&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 01:01:39 -> Pinging Codecov 01:01:39 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=a601625a0e18b4dc7bd3d87b643542def38a2dc5&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 01:01:39 -> Uploading to 01:01:39 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/a601625a0e18b4dc7bd3d87b643542def38a2dc5/31ffa584-0301-433b-99ff-a46015038e72.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T010138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=68bab799d3172e9b2b654d5509a2d33bcd1402fb41230b46ac4a548bf56052ad 01:01:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:01:39 Dload Upload Total Spent Left Speed 01:01:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89364 0 0 100 89364 0 140k --:--:-- --:--:-- --:--:-- 140k 100 89364 0 0 100 89364 0 140k --:--:-- --:--:-- --:--:-- 140k 01:01:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a601625a0e18b4dc7bd3d87b643542def38a2dc5 [Pipeline] } 01:01:39 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 01:01:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:01:47 ---> package-listing.sh 01:01:47 ++ facter osfamily 01:01:47 ++ tr '[:upper:]' '[:lower:]' 01:01:47 + OS_FAMILY=redhat 01:01:47 + workspace=/w/workspace/edgex-go/25 01:01:47 + START_PACKAGES=/tmp/packages_start.txt 01:01:47 + END_PACKAGES=/tmp/packages_end.txt 01:01:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:01:47 + PACKAGES=/tmp/packages_start.txt 01:01:47 + '[' /w/workspace/edgex-go/25 ']' 01:01:47 + PACKAGES=/tmp/packages_end.txt 01:01:47 + case "${OS_FAMILY}" in 01:01:47 + rpm -qa 01:01:47 + sort 01:02:03 + '[' -f /tmp/packages_start.txt ']' 01:02:03 + '[' -f /tmp/packages_end.txt ']' 01:02:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:02:03 + '[' /w/workspace/edgex-go/25 ']' 01:02:03 + mkdir -p /w/workspace/edgex-go/25/archives/ 01:02:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] echo 01:02:03 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/25/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:02:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:02:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:06 01:02:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:02:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:07 alpine: Pulling from edgex-lftools-log-publisher 01:02:07 df20fa9351a1: Pulling fs layer 01:02:07 36b3adc4ff6f: Pulling fs layer 01:02:07 8ad3a11d3b57: Pulling fs layer 01:02:07 46f8f816bc3b: Pulling fs layer 01:02:07 93b61091891f: Pulling fs layer 01:02:07 93b9cdb0e59b: Pulling fs layer 01:02:07 5e14af77c1be: Pulling fs layer 01:02:07 01666e4c0597: Pulling fs layer 01:02:07 aa168da1d23b: Pulling fs layer 01:02:07 46f8f816bc3b: Waiting 01:02:07 5e14af77c1be: Waiting 01:02:07 01666e4c0597: Waiting 01:02:07 aa168da1d23b: Waiting 01:02:07 93b9cdb0e59b: Waiting 01:02:07 93b61091891f: Waiting 01:02:07 36b3adc4ff6f: Verifying Checksum 01:02:07 36b3adc4ff6f: Download complete 01:02:07 46f8f816bc3b: Verifying Checksum 01:02:07 46f8f816bc3b: Download complete 01:02:07 df20fa9351a1: Verifying Checksum 01:02:07 df20fa9351a1: Download complete 01:02:07 93b9cdb0e59b: Verifying Checksum 01:02:07 93b9cdb0e59b: Download complete 01:02:07 5e14af77c1be: Verifying Checksum 01:02:07 5e14af77c1be: Download complete 01:02:07 01666e4c0597: Verifying Checksum 01:02:07 01666e4c0597: Download complete 01:02:07 93b61091891f: Verifying Checksum 01:02:07 93b61091891f: Download complete 01:02:08 8ad3a11d3b57: Verifying Checksum 01:02:08 8ad3a11d3b57: Download complete 01:02:09 df20fa9351a1: Pull complete 01:02:11 36b3adc4ff6f: Pull complete 01:02:18 8ad3a11d3b57: Pull complete 01:02:18 46f8f816bc3b: Pull complete 01:02:20 93b61091891f: Pull complete 01:02:21 aa168da1d23b: Verifying Checksum 01:02:21 aa168da1d23b: Download complete 01:02:22 93b9cdb0e59b: Pull complete 01:02:23 5e14af77c1be: Pull complete 01:02:23 01666e4c0597: Pull complete 01:02:43 aa168da1d23b: Pull complete 01:02:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:02:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:02:45 prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container 01:02:45 $ 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/25/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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:02:50 $ docker top 61589c9e024efb3e58be67ab1b03fdb5965390dd84f0a0c1b548f43d6daca237 -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:52 + touch /tmp/pre-build-complete [Pipeline] sh 01:02:53 + mkdir -p /var/log/sa [Pipeline] sh 01:02:54 + ls /var/log/sa-host 01:02:54 + sadf -c /var/log/sa-host/sa12 01:02:54 file_magic: OK 01:02:54 HZ: Using current value: 100 01:02:54 file_header: OK 01:02:54 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 01:02:54 Statistics: 01:02:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:02:54 File successfully converted to sysstat format version 12.2.1 01:02:54 + sadf -c /var/log/sa-host/sa23 01:02:54 file_magic: OK 01:02:54 HZ: Using current value: 100 01:02:54 file_header: OK 01:02:54 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 01:02:54 Statistics: 01:02:54 Hnuu...uuuununununu... 01:02:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:02:55 provisioning config files... 01:02:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config7163683500643419058tmp [Pipeline] { [Pipeline] echo 01:02:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:02:56 ---> create-netrc.sh [Pipeline] } 01:02:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:02:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:02:57 ---> python-tools-install.sh [Pipeline] echo 01:02:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:02:58 ---> sudo-logs.sh 01:02:58 Archiving 'sudo' log.. [Pipeline] echo 01:02:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:02:59 ---> job-cost.sh 01:02:59 lf-activate-venv: SKIPPING 01:02:59 INFO: No Stack... 01:03:00 INFO: Retrieving Pricing Info for: v1-standard-2 01:03:01 INFO: Archiving Costs [Pipeline] echo 01:03:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:03:02 ---> logs-deploy.sh 01:03:02 lf-activate-venv: SKIPPING 01:03:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/25 01:03:02 INFO: archiving workspace using pattern(s): 01:03:05 Archives upload complete. 01:03:05 INFO: archiving logs to Nexus