Pull request #3442 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at f1ea93c16db09b36626d9198e09713e38083a332 rather than 34f02359155cca2b971fad8a26f2c21a3dd67951 Obtained Jenkinsfile from f1ea93c16db09b36626d9198e09713e38083a332 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4644 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) > git config core.sparsecheckout # timeout=10 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # 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 f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 Commit message: "refactor: combine and improve http LoggingMiddleware" First time build. Skipping changelog. > git rev-list --no-walk b0daa10dc85302a8edbb14dcf0b2e5a36690be1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:08:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:08:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:08:33 ========================================================= 03:08:33 EdgeX Global Pipelines Version Info 03:08:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:08:35 ------------------- 03:08:35 stable info: 03:08:35 ------------------- 03:08:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:08:35 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 03:08:35 Message: update stable to v1.0.192 03:08:36 ------------------- 03:08:36 experimental info: 03:08:36 ------------------- 03:08:36 Commited By: **** collab-it+edgex@linuxfoundation.org 03:08:36 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 03:08:36 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:08:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3442 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3442 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3442 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34f02359155cca2b971fad8a26f2c21a3dd67951 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34f0235 [Pipeline] echo 03:08:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:08:37 provisioning config files... 03:08:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8207721844226067686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:37 ---> docker-login.sh 03:08:37 nexus3.edgexfoundry.org:10001 03:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:38 Configure a credential helper to remove this warning. See 03:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:38 03:08:38 Login Succeeded 03:08:38 nexus3.edgexfoundry.org:10002 03:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:38 Configure a credential helper to remove this warning. See 03:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:38 03:08:38 Login Succeeded 03:08:38 nexus3.edgexfoundry.org:10003 03:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:38 Configure a credential helper to remove this warning. See 03:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:38 03:08:38 Login Succeeded 03:08:38 nexus3.edgexfoundry.org:10004 03:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:38 Configure a credential helper to remove this warning. See 03:08:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:38 03:08:38 Login Succeeded 03:08:38 docker.io 03:08:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:39 Configure a credential helper to remove this warning. See 03:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:39 03:08:39 Login Succeeded 03:08:39 ---> docker-login.sh ends [Pipeline] } 03:08:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:39 ++ 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 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/core-command/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo core-command,cmd/core-command/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/core-data/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo core-data,cmd/core-data/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/core-metadata/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo core-metadata,cmd/core-metadata/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/security-bootstrapper/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/security-proxy-setup/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/support-notifications/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo support-notifications,cmd/support-notifications/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/support-scheduler/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:08:39 + for file in '`ls cmd/**/Dockerfile`' 03:08:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:08:39 ++ cut -d/ -f2 03:08:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:08:39 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:08:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:40 03:08:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:08:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:41 latest: Pulling from edgex-devops/git-semver 03:08:41 31603596830f: Pulling fs layer 03:08:41 54011a49482f: Pulling fs layer 03:08:41 a6820b24f6d8: Pulling fs layer 03:08:41 f581987b2513: Pulling fs layer 03:08:41 f581987b2513: Waiting 03:08:41 54011a49482f: Download complete 03:08:41 31603596830f: Verifying Checksum 03:08:41 31603596830f: Download complete 03:08:41 f581987b2513: Verifying Checksum 03:08:41 f581987b2513: Download complete 03:08:41 a6820b24f6d8: Verifying Checksum 03:08:41 a6820b24f6d8: Download complete 03:08:41 31603596830f: Pull complete 03:08:41 54011a49482f: Pull complete 03:08:42 a6820b24f6d8: Pull complete 03:08:42 f581987b2513: Pull complete 03:08:42 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 03:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:08:42 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:08:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:08:45 $ docker top 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:08:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:45 [ssh-agent] Looking for ssh-agent implementation... 03:08:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:45 $ docker exec 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent 03:08:46 SSH_AUTH_SOCK=/tmp/ssh-9byOTJ2g7SiX/agent.12 03:08:46 SSH_AGENT_PID=17 03:08:46 Running ssh-add (command line suppressed) 03:08:46 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6485898742638564088.key (/w/workspace/edgex-go/4@tmp/private_key_6485898742638564088.key) 03:08:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:46 + git tag --points-at HEAD [Pipeline] } 03:08:46 $ docker exec --env ******** --env ******** 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent -k 03:08:46 unset SSH_AUTH_SOCK; 03:08:46 unset SSH_AGENT_PID; 03:08:46 echo Agent pid 17 killed; 03:08:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:08:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:46 [ssh-agent] Looking for ssh-agent implementation... 03:08:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:47 $ docker exec 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent 03:08:47 SSH_AUTH_SOCK=/tmp/ssh-Bio2cUaGxtDv/agent.47 03:08:47 SSH_AGENT_PID=52 03:08:47 Running ssh-add (command line suppressed) 03:08:47 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2492084049708899604.key (/w/workspace/edgex-go/4@tmp/private_key_2492084049708899604.key) 03:08:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:47 + git semver init 03:08:47 # -> Open(): unable to determine branch for HEAD 03:08:47 # $GIT_DIR = /w/workspace/edgex-go/4/.git 03:08:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 03:08:47 # $SEMVER_REMOTE_NAME = origin 03:08:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:08:47 # $SEMVER_USER_NAME = edgex-jenkins 03:08:47 # $SEMVER_BRANCH = PR-3442 03:08:47 # $SEMVER_TEMP = /tmp/semver-759132736 03:08:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:09:05 # '/tmp/semver-759132736' -> '/w/workspace/edgex-go/4/.semver' 03:09:05 # -> Force: false 03:09:05 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 03:09:05 $ docker exec --env ******** --env ******** 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent -k 03:09:06 unset SSH_AUTH_SOCK; 03:09:06 unset SSH_AGENT_PID; 03:09:06 echo Agent pid 52 killed; 03:09:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:09:06 + git semver [Pipeline] } 03:09:06 $ docker stop --time=1 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 03:09:08 $ docker rm -f 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 [Pipeline] // withDockerContainer [Pipeline] sh 03:09:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:09:09 Stashed 1 file(s) [Pipeline] echo 03:09:09 [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 03:09:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:09:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:09:10 + sudo service docker restart 03:09:10 + true 03:09:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:09:10 ========================================================= 03:09:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 03:09:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:09:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 03:09:14 Sending build context to Docker daemon 330.3MB 03:09:14 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:09:14 Step 2/6 : FROM ${BASE} 03:09:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 03:09:14 540db60ca938: Pulling fs layer 03:09:14 adcc1eea9eea: Pulling fs layer 03:09:14 4c4ab2625f07: Pulling fs layer 03:09:14 0510c868ecb4: Pulling fs layer 03:09:14 afea3b2eda06: Pulling fs layer 03:09:14 7809a108b3ef: Pulling fs layer 03:09:14 f706445af74f: Pulling fs layer 03:09:14 f706445af74f: Waiting 03:09:14 afea3b2eda06: Waiting 03:09:14 7809a108b3ef: Waiting 03:09:14 0510c868ecb4: Waiting 03:09:14 4c4ab2625f07: Verifying Checksum 03:09:14 4c4ab2625f07: Download complete 03:09:14 adcc1eea9eea: Verifying Checksum 03:09:14 adcc1eea9eea: Download complete 03:09:14 afea3b2eda06: Download complete 03:09:14 7809a108b3ef: Verifying Checksum 03:09:14 7809a108b3ef: Download complete 03:09:14 540db60ca938: Verifying Checksum 03:09:14 540db60ca938: Download complete 03:09:14 540db60ca938: Pull complete 03:09:15 adcc1eea9eea: Pull complete 03:09:15 4c4ab2625f07: Pull complete 03:09:16 f706445af74f: Verifying Checksum 03:09:16 f706445af74f: Download complete 03:09:17 0510c868ecb4: Verifying Checksum 03:09:17 0510c868ecb4: Download complete 03:09:22 0510c868ecb4: Pull complete 03:09:22 afea3b2eda06: Pull complete 03:09:22 7809a108b3ef: Pull complete 03:09:24 Still waiting to schedule task 03:09:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 03:09:27 f706445af74f: Pull complete 03:09:27 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 03:09:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 03:09:27 ---> b068be0155e3 03:09:27 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 03:09:27 ---> Running in b1c5963484ca 03:09:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:09:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:09:28 (1/12) Installing libmagic (5.39-r0) 03:09:29 (2/12) Installing file (5.39-r0) 03:09:29 (3/12) Installing libc-dev (0.7.2-r3) 03:09:29 (4/12) Installing g++ (10.2.1_pre1-r3) 03:09:34 (5/12) Installing fortify-headers (1.1-r0) 03:09:34 (6/12) Installing patch (2.7.6-r6) 03:09:34 (7/12) Installing build-base (0.5-r2) 03:09:34 (8/12) Installing libsodium (1.0.18-r0) 03:09:34 (9/12) Installing pkgconf (1.7.3-r0) 03:09:34 (10/12) Installing libsodium-dev (1.0.18-r0) 03:09:34 (11/12) Installing libzmq (4.3.3-r1) 03:09:34 (12/12) Installing zeromq-dev (4.3.3-r1) 03:09:34 Executing busybox-1.32.1-r6.trigger 03:09:34 OK: 219 MiB in 52 packages 03:09:38 Removing intermediate container b1c5963484ca 03:09:38 ---> a260a18d8eb0 03:09:38 Step 4/6 : WORKDIR /edgex-go 03:09:38 ---> Running in d4de44fe92f6 03:09:38 Removing intermediate container d4de44fe92f6 03:09:38 ---> f618fb1fbc82 03:09:38 Step 5/6 : COPY go.mod . 03:09:38 ---> c020c1f4372f 03:09:38 Step 6/6 : RUN go mod download 03:09:38 ---> Running in 5e4925f1e43b 03:10:00 Removing intermediate container 5e4925f1e43b 03:10:00 ---> 6a7286bebe03 03:10:00 Successfully built 6a7286bebe03 03:10:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:10:00 + docker inspect -f . ci-base-image-x86_64 03:10:00 . [Pipeline] withDockerContainer 03:10:00 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:10:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 03:10:02 $ docker top 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c -eo pid,comm [Pipeline] { [Pipeline] sh 03:10:02 + go version 03:10:02 go version go1.16.3 linux/amd64 [Pipeline] } 03:10:02 $ docker stop --time=1 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c 03:10:03 $ docker rm -f 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:10:04 + docker inspect -f . ci-base-image-x86_64 03:10:04 . [Pipeline] withDockerContainer 03:10:04 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:10:04 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 03:10:05 $ docker top a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d -eo pid,comm [Pipeline] { [Pipeline] echo 03:10:05 ========================================================= 03:10:05 [edgeXBuildGoParallel] Running Tests and Build... 03:10:05 ========================================================= [Pipeline] sh 03:10:05 + go mod tidy [Pipeline] sh 03:10:06 + make test 03:10:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:10:15 ? github.com/edgexfoundry/edgex-go [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:10:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:10:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:10:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:10:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:10:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:10:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:10:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:10:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:10:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:10:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:10:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.1% of statements 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:10:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:10:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 28.7% of statements 03:10:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.8% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.070s coverage: 81.2% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.141s coverage: 87.7% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 03:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:10:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:10:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 95.1% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.9% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.069s coverage: 22.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 03:11:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 03:11:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 03:11:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.269s coverage: 81.8% of statements 03:11:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:11:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4645 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws 03:11:20 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 76.0% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.2% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 64.4% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 66.9% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 43.4% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:11:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:11:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.066s coverage: 22.7% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 92.6% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.783s coverage: 28.8% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:11:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.114s coverage: 64.6% of statements 03:11:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:11:26 using credential edgex-jenkins-ssh 03:11:26 Cloning the remote Git repository 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 97.6% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.032s coverage: 85.7% of statements 03:11:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 03:11:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:11:26 > git init /w/workspace/edgex-go/4 # timeout=10 03:11:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:11:26 > git --version # timeout=10 03:11:26 > git --version # 'git version 2.17.1' 03:11:26 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 03:11:27 GO111MODULE=on go vet ./... 03:11:42 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 03:11:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:11:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:11:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:11:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:11:42 > git config core.sparsecheckout # timeout=10 03:11:42 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 03:11:42 > git remote # timeout=10 03:11:42 > git config --get remote.origin.url # timeout=10 03:11:42 using GIT_SSH to set credentials SSH Credentials for GitHub 03:11:42 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 03:11:42 > git rev-parse HEAD^{commit} # timeout=10 03:11:42 Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 03:11:42 Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) 03:11:42 > git config core.sparsecheckout # timeout=10 03:11:42 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 03:11:47 Commit message: "refactor: combine and improve http LoggingMiddleware" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:11:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:11:49 + true 03:11:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:11:51 provisioning config files... 03:11:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4588435592660524378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:11:51 ---> docker-login.sh 03:11:51 nexus3.edgexfoundry.org:10001 03:11:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:53 Configure a credential helper to remove this warning. See 03:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:53 03:11:53 Login Succeeded 03:11:53 nexus3.edgexfoundry.org:10002 03:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:53 Configure a credential helper to remove this warning. See 03:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:53 03:11:53 Login Succeeded 03:11:53 nexus3.edgexfoundry.org:10003 03:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:54 Configure a credential helper to remove this warning. See 03:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:54 03:11:54 Login Succeeded 03:11:54 nexus3.edgexfoundry.org:10004 03:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:54 Configure a credential helper to remove this warning. See 03:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:54 03:11:54 Login Succeeded 03:11:54 docker.io 03:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:11:55 Configure a credential helper to remove this warning. See 03:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:11:55 03:11:55 Login Succeeded 03:11:55 ---> docker-login.sh ends [Pipeline] } 03:11:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:11:56 ========================================================= 03:11:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 03:11:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:11:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 03:11:59 Sending build context to Docker daemon 167.8MB 03:11:59 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:11:59 Step 2/6 : FROM ${BASE} 03:11:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:11:59 595b0fe564bb: Pulling fs layer 03:11:59 7186ed65a4f7: Pulling fs layer 03:11:59 316046926c0a: Pulling fs layer 03:11:59 4ebd0625c992: Pulling fs layer 03:11:59 207e8628e3a3: Pulling fs layer 03:11:59 c791037a9be2: Pulling fs layer 03:11:59 ffd874e62e21: Pulling fs layer 03:11:59 c791037a9be2: Waiting 03:11:59 4ebd0625c992: Waiting 03:11:59 207e8628e3a3: Waiting 03:11:59 ffd874e62e21: Waiting 03:11:59 316046926c0a: Verifying Checksum 03:11:59 316046926c0a: Download complete 03:11:59 7186ed65a4f7: Verifying Checksum 03:11:59 7186ed65a4f7: Download complete 03:11:59 207e8628e3a3: Verifying Checksum 03:11:59 207e8628e3a3: Download complete 03:11:59 c791037a9be2: Verifying Checksum 03:11:59 c791037a9be2: Download complete 03:11:59 595b0fe564bb: Verifying Checksum 03:11:59 595b0fe564bb: Download complete 03:11:59 gofmt -l . 03:11:59 [ "`gofmt -l .`" = "" ] 03:11:59 ./bin/test-go-mod-tidy.sh 03:11:59 ./bin/test-attribution-txt.sh [Pipeline] sh 03:11:59 595b0fe564bb: Pull complete 03:12:00 + ls -al . 03:12:00 total 828 03:12:00 drwxrwxr-x 10 1001 1001 4096 May 12 03:11 . 03:12:00 drwxr-xr-x 4 root root 28 May 12 03:10 .. 03:12:00 -rw-rw-r-- 1 1001 1001 11 May 12 03:08 .dockerignore 03:12:00 drwxrwxr-x 8 1001 1001 179 May 12 03:08 .git 03:12:00 drwxrwxr-x 3 1001 1001 125 May 12 03:08 .github 03:12:00 -rw-rw-r-- 1 1001 1001 818 May 12 03:08 .gitignore 03:12:00 drwx------ 3 1001 1001 60 May 12 03:09 .semver 03:12:00 -rw-rw-r-- 1 1001 1001 166 May 12 03:08 .sonarcloud.properties 03:12:00 -rw-rw-r-- 1 1001 1001 8609 May 12 03:08 Attribution.txt 03:12:00 -rw-rw-r-- 1 1001 1001 3804 May 12 03:08 CONTRIBUTING.md 03:12:00 -rw-rw-r-- 1 1001 1001 931 May 12 03:08 Dockerfile.build 03:12:00 -rw-rw-r-- 1 1001 1001 863 May 12 03:08 Jenkinsfile 03:12:00 -rw-rw-r-- 1 1001 1001 10775 May 12 03:08 LICENSE 03:12:00 -rw-rw-r-- 1 1001 1001 5594 May 12 03:08 Makefile 03:12:00 -rw-rw-r-- 1 1001 1001 7978 May 12 03:08 README.md 03:12:00 -rw-rw-r-- 1 1001 1001 6755 May 12 03:08 SECURITY.md 03:12:00 -rw-rw-r-- 1 1001 1001 5 May 12 03:09 VERSION 03:12:00 -rw-rw-r-- 1 1001 1001 4131 May 12 03:08 ZMQWindows.md 03:12:00 drwxrwxr-x 2 1001 1001 117 May 12 03:08 bin 03:12:00 drwxrwxr-x 14 1001 1001 4096 May 12 03:08 cmd 03:12:00 -rw-r--r-- 1 root root 720867 May 12 03:11 coverage.out 03:12:00 -rw-r--r-- 1 root root 1060 May 12 03:11 go.mod 03:12:00 -rw-r--r-- 1 root root 21595 May 12 03:10 go.sum 03:12:00 drwxrwxr-x 8 1001 1001 127 May 12 03:08 internal 03:12:00 drwxrwxr-x 4 1001 1001 26 May 12 03:08 openapi 03:12:00 drwxrwxr-x 4 1001 1001 71 May 12 03:08 snap 03:12:00 -rw-rw-r-- 1 1001 1001 168 May 12 03:08 version.go [Pipeline] sh 03:12:00 + '[' -e coverage.out ] 03:12:00 + chown 1001:1001 coverage.out [Pipeline] stash 03:12:00 7186ed65a4f7: Pull complete 03:12:00 Stashed 1 file(s) [Pipeline] sh 03:12:00 316046926c0a: Pull complete 03:12:00 + make build 03:12:00 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 03:12:01 ffd874e62e21: Verifying Checksum 03:12:01 ffd874e62e21: Download complete 03:12:02 4ebd0625c992: Verifying Checksum 03:12:02 4ebd0625c992: Download complete 03:12:02 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 03:12:12 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 03:12:12 4ebd0625c992: Pull complete 03:12:12 207e8628e3a3: Pull complete 03:12:13 c791037a9be2: Pull complete 03:12:13 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 03:12:14 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 03:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:12:16 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 03:12:17 ffd874e62e21: Pull complete 03:12:17 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 03:12:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 03:12:17 ---> cfc18b08335c 03:12:17 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 03:12:19 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 03:12:20 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 03:12:20 ---> Running in 93d807e0e63d 03:12:21 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 03:12:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:12:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:12:23 (1/12) Installing libmagic (5.39-r0) 03:12:23 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 03:12:23 (2/12) Installing file (5.39-r0) 03:12:23 (3/12) Installing libc-dev (0.7.2-r3) 03:12:24 (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } 03:12:25 $ docker stop --time=1 a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d 03:12:26 $ docker rm -f a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 03:12:29 (5/12) Installing fortify-headers (1.1-r0) 03:12:29 (6/12) Installing patch (2.7.6-r6) 03:12:29 (7/12) Installing build-base (0.5-r2) 03:12:29 (8/12) Installing libsodium (1.0.18-r0) 03:12:29 (9/12) Installing pkgconf (1.7.3-r0) 03:12:29 (10/12) Installing libsodium-dev (1.0.18-r0) 03:12:29 (11/12) Installing libzmq (4.3.3-r1) 03:12:29 (12/12) Installing zeromq-dev (4.3.3-r1) 03:12:29 Executing busybox-1.32.1-r6.trigger 03:12:29 OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh 03:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:30 03:12:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:12:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:30 latest: Pulling from edgex-devops/edgex-compose 03:12:30 cbdbe7a5bc2a: Pulling fs layer 03:12:30 ca9280d653b3: Pulling fs layer 03:12:30 7e9c9ca2126c: Pulling fs layer 03:12:30 cbdbe7a5bc2a: Download complete 03:12:31 cbdbe7a5bc2a: Pull complete 03:12:31 ca9280d653b3: Verifying Checksum 03:12:31 ca9280d653b3: Download complete 03:12:32 7e9c9ca2126c: Verifying Checksum 03:12:32 7e9c9ca2126c: Download complete 03:12:32 ca9280d653b3: Pull complete 03:12:34 Removing intermediate container 93d807e0e63d 03:12:34 ---> 4919aeb4a02d 03:12:34 Step 4/6 : WORKDIR /edgex-go 03:12:34 ---> Running in 795891abc5fc 03:12:34 Removing intermediate container 795891abc5fc 03:12:34 ---> 64c2c0eb5487 03:12:34 Step 5/6 : COPY go.mod . 03:12:35 ---> 665090289397 03:12:35 Step 6/6 : RUN go mod download 03:12:35 ---> Running in 64ba02d83a65 03:12:37 7e9c9ca2126c: Pull complete 03:12:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:12:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:12:37 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:12:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 03:12:41 $ docker top 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:41 + docker-compose build --help 03:12:41 + grep parallel 03:12:42 --parallel Build images in parallel. [Pipeline] } 03:12:42 $ docker stop --time=1 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 03:12:43 $ docker rm -f 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:44 . [Pipeline] withDockerContainer 03:12:44 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:12:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:12:45 $ docker top e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:45 + docker-compose -f ./docker-compose-build.yml build --parallel 03:12:46 Building core-command ... 03:12:46 Building core-data ... 03:12:46 Building core-metadata ... 03:12:46 Building security-bootstrapper ... 03:12:46 Building security-proxy-setup ... 03:12:46 Building security-secretstore-setup ... 03:12:46 Building support-notifications ... 03:12:46 Building support-scheduler ... 03:12:46 Building sys-mgmt-agent ... 03:12:46 Building security-secretstore-setup 03:12:46 Building sys-mgmt-agent 03:12:46 Building core-metadata 03:12:46 Building support-notifications 03:12:46 Building security-bootstrapper 03:13:02 Removing intermediate container 64ba02d83a65 03:13:02 ---> 35a742074989 03:13:02 Successfully built 35a742074989 03:13:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:13:02 + docker inspect -f . ci-base-image-arm64 03:13:02 . [Pipeline] withDockerContainer 03:13:02 prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container 03:13:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:13:04 $ docker top 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:05 + go version 03:13:05 go version go1.16.3 linux/arm64 [Pipeline] } 03:13:05 $ docker stop --time=1 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 03:13:07 $ docker rm -f 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:13:08 + docker inspect -f . ci-base-image-arm64 03:13:08 . [Pipeline] withDockerContainer 03:13:08 prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container 03:13:08 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:13:09 $ docker top 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 -eo pid,comm [Pipeline] { [Pipeline] echo 03:13:10 ========================================================= 03:13:10 [edgeXBuildGoParallel] Running Tests and Build... 03:13:10 ========================================================= [Pipeline] sh 03:13:10 + go mod tidy [Pipeline] sh 03:13:12 + make test 03:13:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:13:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:13:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:13:18 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:13:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:13:18 ---> 6a7286bebe03 03:13:18 Step 3/26 : WORKDIR /edgex-go 03:13:18 ---> 6a7286bebe03 03:13:18 Step 3/24 : WORKDIR /edgex-go 03:13:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:13:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:13:18 ---> 6a7286bebe03 03:13:18 Step 3/23 : WORKDIR /edgex-go 03:13:18 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:13:18 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:13:18 ---> 6a7286bebe03 03:13:18 Step 3/32 : WORKDIR /edgex-go 03:13:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:13:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:13:18 ---> 6a7286bebe03 03:13:18 Step 3/24 : WORKDIR /edgex-go 03:13:18 ---> Running in 4d445474f651 03:13:18 ---> Running in 7be5022c889c 03:13:18 ---> Running in 859392bb6b29 03:13:18 ---> Running in 8d898717f4da 03:13:18 ---> Running in be9b4904f86f 03:13:19 Removing intermediate container 4d445474f651 03:13:19 ---> 76fc1ae076ca 03:13:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:19 Removing intermediate container 8d898717f4da 03:13:19 ---> c4f914234b8a 03:13:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:19 Removing intermediate container 7be5022c889c 03:13:19 ---> eccc69ae931e 03:13:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:19 Removing intermediate container be9b4904f86f 03:13:19 ---> 9dfbd37765bf 03:13:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:19 Removing intermediate container 859392bb6b29 03:13:19 ---> c2c06ea3c676 03:13:19 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:19 ---> Running in a322e580f815 03:13:19 ---> Running in 755b98ae0a98 03:13:19 ---> Running in 7be2837f35d1 03:13:19 ---> Running in d70e95522f85 03:13:19 ---> Running in f926acdba635 03:13:21 Removing intermediate container 755b98ae0a98 03:13:21 ---> 265c3249c6b7 03:13:21 Step 5/24 : RUN apk add --update --no-cache make bash git 03:13:21 Removing intermediate container 7be2837f35d1 03:13:21 ---> 445050bc6d48 03:13:21 Step 5/24 : RUN apk add --update --no-cache make git 03:13:21 ---> Running in c382c8acdc65 03:13:21 Removing intermediate container a322e580f815 03:13:21 ---> abc367713bd9 03:13:21 Step 5/26 : RUN apk add --update --no-cache make git 03:13:21 ---> Running in f0c66c3c6071 03:13:21 ---> Running in 666e36981b16 03:13:22 Removing intermediate container d70e95522f85 03:13:22 ---> f719725efe77 03:13:22 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:13:22 Removing intermediate container f926acdba635 03:13:22 ---> 7fa378f4b22e 03:13:22 Step 5/32 : RUN apk add --update --no-cache make git 03:13:22 ---> Running in cf37d86b114c 03:13:22 ---> Running in fa807bef08f0 03:13:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:13:24 OK: 219 MiB in 52 packages 03:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:13:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:13:24 OK: 219 MiB in 52 packages 03:13:24 OK: 219 MiB in 52 packages 03:13:24 Removing intermediate container c382c8acdc65 03:13:24 ---> 9fbdae47222c 03:13:24 Step 6/24 : COPY go.mod . 03:13:24 Removing intermediate container f0c66c3c6071 03:13:24 ---> 191fef1bd09f 03:13:24 Step 6/24 : COPY go.mod . 03:13:24 OK: 219 MiB in 52 packages 03:13:25 ---> 315d587b0a72 03:13:25 Step 7/24 : RUN go mod download 03:13:25 OK: 219 MiB in 52 packages 03:13:25 ---> c8a7edfb80b8 03:13:25 Step 7/24 : RUN go mod download 03:13:25 ---> Running in adfa36a01d35 03:13:25 ---> Running in 501f7a660467 03:13:25 Removing intermediate container fa807bef08f0 03:13:25 ---> 93b69409c4dc 03:13:25 Step 6/32 : COPY go.mod . 03:13:26 ---> beeff6ce29ab 03:13:26 Step 7/32 : RUN go mod download 03:13:26 Removing intermediate container cf37d86b114c 03:13:26 ---> 3dcde35cb15b 03:13:26 Step 6/23 : COPY go.mod . 03:13:26 ---> Running in 72ed716d718d 03:13:26 ---> 334a562d2647 03:13:26 Step 7/23 : RUN go mod download 03:13:26 Removing intermediate container 666e36981b16 03:13:26 ---> 3b2fc4e92dca 03:13:26 Step 6/26 : COPY go.mod . 03:13:26 ---> Running in 7ea41f63c302 03:13:26 ---> e4be1030d15e 03:13:26 Step 7/26 : RUN go mod download 03:13:26 ---> Running in 83ef6ce2853f 03:13:27 Removing intermediate container adfa36a01d35 03:13:27 ---> be6054220470 03:13:27 Step 8/24 : COPY . . 03:13:27 Removing intermediate container 501f7a660467 03:13:27 ---> 6d3aa602f4c3 03:13:27 Step 8/24 : COPY . . 03:13:27 Removing intermediate container 72ed716d718d 03:13:27 ---> ace5a294805d 03:13:27 Step 8/32 : COPY . . 03:13:28 Removing intermediate container 7ea41f63c302 03:13:28 ---> 515902145370 03:13:28 Step 8/23 : COPY . . 03:13:33 Removing intermediate container 83ef6ce2853f 03:13:33 ---> 8fc8e23f419f 03:13:33 Step 8/26 : COPY . . 03:13:39 ? github.com/edgexfoundry/edgex-go [no test files] 03:14:12 ---> db2b6a565208 03:14:12 ---> ec99cce2874f 03:14:12 Step 9/32 : RUN go mod tidy 03:14:12 Step 9/24 : RUN go mod tidy 03:14:12 ---> 0dabdf28985a 03:14:12 Step 9/24 : RUN go mod tidy 03:14:12 ---> Running in 96b4a79362a9 03:14:12 ---> Running in abdfaeae297e 03:14:12 ---> Running in 78a377e0d0df 03:14:12 ---> 4a350f28a868 03:14:12 Step 9/26 : RUN go mod tidy 03:14:12 ---> efeb7ad5fcb0 03:14:12 Step 9/23 : RUN go mod tidy 03:14:12 ---> Running in ce2ca872b059 03:14:12 ---> Running in 0297f844f511 03:14:14 Removing intermediate container abdfaeae297e 03:14:14 ---> 9499260ff714 03:14:14 Step 10/24 : RUN make cmd/core-metadata/core-metadata 03:14:14 Removing intermediate container 96b4a79362a9 03:14:14 ---> ddc0c5527a9a 03:14:14 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:14:14 Removing intermediate container 78a377e0d0df 03:14:14 ---> 4976c5ca1d6b 03:14:14 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:14:14 ---> Running in 098fa05e9429 03:14:14 ---> Running in 832d1e814d7b 03:14:14 Removing intermediate container ce2ca872b059 03:14:14 ---> b5fab4c58300 03:14:14 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:14:14 ---> Running in 617339e24adc 03:14:14 Removing intermediate container 0297f844f511 03:14:14 ---> d184b71bbecd 03:14:14 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:14:14 ---> Running in 6923f297a667 03:14:14 ---> Running in b08c01ef108c 03:14:15 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 03:14:15 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 03:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:14:15 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 03:14:15 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 03:14:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:14:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:14:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:14:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:14: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 03:14:55 Removing intermediate container 098fa05e9429 03:14:55 ---> beabc6a44d31 03:14:55 03:14:55 Step 11/32 : FROM alpine:3.12 03:14:55 3.12: Pulling from library/alpine 03:14:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:14:56 Removing intermediate container b08c01ef108c 03:14:56 ---> 46d3de8dabf8 03:14:56 03:14:56 Step 11/26 : FROM alpine:3.12 03:14:56 3.12: Pulling from library/alpine 03:14:56 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:14:56 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:14:56 Status: Downloaded newer image for alpine:3.12 03:14:56 ---> 13621d1b12d4 03:14:56 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:14:56 Status: Downloaded newer image for alpine:3.12 03:14:56 ---> 13621d1b12d4 03:14:56 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:14:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:14:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:14:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:14:59 ---> Running in 60021c7ab0c7 03:14:59 ---> Running in 6ca8e7c0d9a0 03:15:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:15:00 Removing intermediate container 617339e24adc 03:15:00 ---> 8ef67786b077 03:15:00 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:15:00 Removing intermediate container 6923f297a667 03:15:00 ---> c8cb12af37f6 03:15:00 03:15:00 Step 11/23 : FROM alpine:3.12 03:15:00 ---> 13621d1b12d4 03:15:00 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:15:01 ---> Running in 0aa495f85b57 03:15:01 ---> Running in 83e1a8c85a17 03:15:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:15:01 (1/6) Installing ca-certificates (20191127-r4) 03:15:01 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:15:01 (3/6) Installing libcurl (7.76.1-r0) 03:15:01 (4/6) Installing curl (7.76.1-r0) 03:15:01 (5/6) Installing dumb-init (1.2.2-r1) 03:15:01 (6/6) Installing su-exec (0.2-r1) 03:15:01 Executing busybox-1.31.1-r20.trigger 03:15:01 Executing ca-certificates-20191127-r4.trigger 03:15:01 OK: 7 MiB in 20 packages 03:15:01 Removing intermediate container 6ca8e7c0d9a0 03:15:01 ---> 19b50354905a 03:15:01 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 03:15:03 ---> Running in 93f71331f606 03:15:03 Removing intermediate container 832d1e814d7b 03:15:03 ---> 1a9b1a2e91fe 03:15:03 03:15:03 Step 11/24 : FROM alpine:3.12 03:15:03 ---> 13621d1b12d4 03:15:03 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:15:03 ---> Running in 832def50e428 03:15:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:04 (1/2) Installing ca-certificates (20191127-r4) 03:15:05 (1/2) Installing dumb-init (1.2.2-r1) 03:15:05 (2/2) Installing su-exec (0.2-r1) 03:15:05 Executing busybox-1.31.1-r20.trigger 03:15:05 (2/2) Installing dumb-init (1.2.2-r1) 03:15:05 Executing busybox-1.31.1-r20.trigger 03:15:05 Executing ca-certificates-20191127-r4.trigger 03:15:05 OK: 6 MiB in 16 packages 03:15:05 OK: 6 MiB in 16 packages 03:15:05 Removing intermediate container 60021c7ab0c7 03:15:05 ---> adf2294a176a 03:15:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:05 (1/1) Installing dumb-init (1.2.2-r1) 03:15:05 Executing busybox-1.31.1-r20.trigger 03:15:05 OK: 6 MiB in 15 packages 03:15:05 ---> Running in 6450d8dec02d 03:15:06 Removing intermediate container 6450d8dec02d 03:15:06 ---> e505d4b9dc1f 03:15:06 Step 14/26 : WORKDIR / 03:15:06 Removing intermediate container 93f71331f606 03:15:06 ---> 2cba9519f724 03:15:06 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 03:15:07 ---> Running in 0f51179a9973 03:15:07 ---> Running in 54135a5c96b9 03:15:07 Removing intermediate container 83e1a8c85a17 03:15:07 ---> a425d7a72f94 03:15:07 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:15:07 Removing intermediate container 0aa495f85b57 03:15:07 ---> 886155bebfe8 03:15:07 03:15:07 Step 12/24 : FROM docker:20.10.0 03:15:07 Removing intermediate container 832def50e428 03:15:07 ---> 4c8dd784d3bb 03:15:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:15:07 20.10.0: Pulling from library/docker 03:15:07 Removing intermediate container 0f51179a9973 03:15:07 ---> 24e0a5e6671b 03:15:07 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:15:07 Removing intermediate container 54135a5c96b9 03:15:07 ---> 88b9b4270101 03:15:07 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:15:07 ---> Running in f143aae32b4a 03:15:07 ---> Running in 5c141e65719b 03:15:07 ---> Running in d55d33991fd2 03:15:07 Removing intermediate container f143aae32b4a 03:15:07 ---> 25a2be48f915 03:15:07 Step 14/23 : ENV APP_PORT=48060 03:15:08 ---> 17e92d19f435 03:15:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:15:08 Removing intermediate container 5c141e65719b 03:15:08 ---> a91cf3fa7620 03:15:08 Step 14/24 : ENV APP_PORT=48081 03:15:08 Removing intermediate container d55d33991fd2 03:15:08 ---> 509fca575569 03:15:08 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:15:08 ---> Running in 6961e1d5a044 03:15:08 ---> Running in 874a28d18c69 03:15:08 ---> 114128c90c46 03:15:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:15:08 ---> Running in e313087ffd62 03:15:09 Removing intermediate container 874a28d18c69 03:15:09 ---> 8ebe1ce446bc 03:15:09 Step 15/23 : EXPOSE $APP_PORT 03:15:09 Removing intermediate container 6961e1d5a044 03:15:09 ---> eace4bf27c43 03:15:09 Step 15/24 : EXPOSE $APP_PORT 03:15:09 ---> ab35283ff0c9 03:15:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:15:09 ---> Running in cd9bb96b56a9 03:15:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:15:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:15:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:15:09 ---> Running in eed170191753 03:15:09 Removing intermediate container cd9bb96b56a9 03:15:09 ---> 87962ad164f0 03:15:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:10 Removing intermediate container eed170191753 03:15:10 ---> cd3fb49d4ec2 03:15:10 Step 16/24 : WORKDIR / 03:15:10 ---> 5238af8e66a5 03:15:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:15:10 ---> Running in 7e6da05f890d 03:15:10 ---> 491c6a91a046 03:15:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:15:10 Removing intermediate container 7e6da05f890d 03:15:10 ---> 15b82838829f 03:15:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:10 ---> ff035a3dfb34 03:15:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:15:11 Removing intermediate container e313087ffd62 03:15:11 ---> 20c2992758c9 03:15:11 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 03:15:11 ---> df002218a2b7 03:15:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:15:11 ---> 433a5511f097 03:15:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:15:11 ---> Running in 00a8af531c68 03:15:11 ---> fa1fcd7f755b 03:15:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:15:11 ---> cb337ff81123 03:15:11 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:15:11 Removing intermediate container 00a8af531c68 03:15:11 ---> d15669179e75 03:15:11 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:15:12 ---> Running in 9f5db49a92de 03:15:12 ---> 0b1b0ba1aa98 03:15:12 Step 22/26 : 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/ 03:15:12 ---> Running in c3414acb7864 03:15:12 ---> 03a92c3e4df7 03:15:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:15:12 ---> d9d05e2ce441 03:15:12 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:15:12 Removing intermediate container 9f5db49a92de 03:15:12 ---> 49761e193141 03:15:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:12 ---> Running in 609fd823c3c9 03:15:12 ---> Running in 59518380cccc 03:15:13 ---> 916e3e3a50a5 03:15:13 Step 20/24 : ENTRYPOINT ["/core-metadata"] 03:15:13 ---> Running in 05be28edb926 03:15:13 Removing intermediate container 59518380cccc 03:15:13 ---> 54fdaab7c0c1 03:15:13 Step 21/23 : LABEL arch=x86_64 03:15:13 ---> Running in 14a7524de4b7 03:15:13 Removing intermediate container 05be28edb926 03:15:13 ---> e5f39f73a1c2 03:15:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:14 Removing intermediate container 14a7524de4b7 03:15:14 ---> 5c179957cf3d 03:15:14 Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:15:14 ---> Running in f8b184875c32 03:15:14 ---> Running in 055df114485b 03:15:14 Removing intermediate container f8b184875c32 03:15:14 ---> 7e33e8f2893e 03:15:14 Step 22/24 : LABEL arch=x86_64 03:15:14 Removing intermediate container c3414acb7864 03:15:14 ---> f4dd22e3faed 03:15:14 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:15:15 ---> Running in 1828fcc24dc5 03:15:15 Removing intermediate container 609fd823c3c9 03:15:15 ---> 46f996cd3161 03:15:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:15 Removing intermediate container 055df114485b 03:15:15 ---> 6c651cfca68d 03:15:15 Step 23/23 : LABEL version=0.0.0 03:15:15 ---> Running in aa410ae49e65 03:15:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.378s coverage: 46.1% of statements 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:15:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:15:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.278s coverage: 28.7% of statements 03:15:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.288s coverage: 100.0% of statements 03:15:16 ---> Running in 8651b4d458ae 03:15:16 Removing intermediate container 1828fcc24dc5 03:15:16 ---> b447e5795192 03:15:16 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:15:16 ---> 4f4d11a9eeed 03:15:16 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:15:16 Removing intermediate container aa410ae49e65 03:15:16 ---> 99da792a3a99 03:15:16 Step 24/26 : LABEL arch=x86_64 03:15:16 ---> Running in c197c67edd31 03:15:16 ---> Running in 353db1addba3 03:15:16 Removing intermediate container 8651b4d458ae 03:15:16 ---> 576478b4488d 03:15:16 03:15:16 Removing intermediate container c197c67edd31 03:15:16 ---> 6bfb9278ff0c 03:15:16 Step 24/24 : LABEL version=0.0.0 03:15:16 Removing intermediate container 353db1addba3 03:15:16 ---> 59fd3bea2f65 03:15:16 Step 25/26 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:15:16 ---> 01e2ee35144e 03:15:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:15:16 Successfully built 576478b4488d 03:15:16 ---> Running in c4c7f9f34264 03:15:16 ---> Running in 2ac068e56296 03:15:16 Successfully tagged support-notifications:latest 03:15:16 Building core-command 03:15:16  Building support-notifications ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:15:16 Status: Downloaded newer image for docker:20.10.0 03:15:16 ---> aefe523efa57 03:15:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:15:17 ---> Running in 431ffc7dc63b 03:15:17 Removing intermediate container c4c7f9f34264 03:15:17 ---> 9e2c198c5ca0 03:15:17 03:15:17 Removing intermediate container 2ac068e56296 03:15:17 ---> 8f81ebcbb151 03:15:17 Step 26/26 : LABEL version=0.0.0 03:15:17 ---> 9eb6f471b73a 03:15:17 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:15:17 ---> Running in 9a87b0698d04 03:15:17 Successfully built 9e2c198c5ca0 03:15:17 Successfully tagged core-metadata:latest 03:15:17  Building core-metadata ... done Building core-data 03:15:17 Removing intermediate container 431ffc7dc63b 03:15:17 ---> 4289e5f1d465 03:15:17 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:15:17 ---> Running in a8b29b129ad6 03:15:17 ---> 979eb8a2d6d5 03:15:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:15:17 Removing intermediate container 9a87b0698d04 03:15:17 ---> 4c57e79c89b9 03:15:17 03:15:21 Successfully built 4c57e79c89b9 03:15:21 Successfully tagged security-secretstore-setup:latest 03:15:21  Building security-secretstore-setup ... done Building security-proxy-setup 03:15:22 ---> 8e49ea66866f 03:15:22 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 03:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:22 (1/39) Installing readline (8.0.4-r0) 03:15:22 (2/39) Installing bash (5.0.17-r0) 03:15:22 Executing bash-5.0.17-r0.post-install 03:15:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:15:22 (4/39) Installing libcurl (7.76.1-r0) 03:15:22 (5/39) Installing curl (7.76.1-r0) 03:15:22 (6/39) Installing dumb-init (1.2.2-r1) 03:15:22 (7/39) Installing libbz2 (1.0.8-r1) 03:15:22 (8/39) Installing expat (2.2.9-r1) 03:15:23 (9/39) Installing libffi (3.3-r2) 03:15:23 (10/39) Installing gdbm (1.13-r1) 03:15:23 (11/39) Installing xz-libs (5.2.5-r0) 03:15:23 (12/39) Installing sqlite-libs (3.32.1-r0) 03:15:23 (13/39) Installing python3 (3.8.10-r0) 03:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.654s coverage: 27.8% of statements 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.216s coverage: 81.2% of statements 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.143s coverage: 100.0% of statements 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.223s coverage: 100.0% of statements 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 71.3% of statements 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:15:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 87.7% of statements 03:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:15:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.142s coverage: 78.9% of statements 03:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:15:26 ---> Running in 5d733b7f8f39 03:15:26 (14/39) Installing py3-appdirs (1.4.4-r1) 03:15:26 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:15:26 (16/39) Installing py3-parsing (2.4.7-r0) 03:15:26 (17/39) Installing py3-six (1.15.0-r0) 03:15:26 (18/39) Installing py3-packaging (20.4-r0) 03:15:26 (19/39) Installing py3-setuptools (47.0.0-r0) 03:15:26 (20/39) Installing py3-chardet (3.0.4-r4) 03:15:30 (21/39) Installing py3-idna (2.9-r0) 03:15:30 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:15:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:15:32 (24/39) Installing py3-requests (2.23.0-r0) 03:15:32 (25/39) Installing py3-msgpack (1.0.0-r0) 03:15:32 (26/39) Installing py3-lockfile (0.12.2-r3) 03:15:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:15:32 (28/39) Installing py3-colorama (0.4.3-r0) 03:15:32 (29/39) Installing py3-distlib (0.3.0-r0) 03:15:32 Removing intermediate container 5d733b7f8f39 03:15:32 ---> 3a821cc5a12a 03:15:32 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:15:32 (30/39) Installing py3-distro (1.5.0-r1) 03:15:32 (31/39) Installing py3-webencodings (0.5.1-r3) 03:15:32 (32/39) Installing py3-html5lib (1.0.1-r4) 03:15:32 (33/39) Installing py3-pytoml (0.1.21-r0) 03:15:32 (34/39) Installing py3-pep517 (0.8.2-r0) 03:15:32 (35/39) Installing py3-progress (1.5-r0) 03:15:33 (36/39) Installing py3-toml (0.10.1-r0) 03:15:33 (37/39) Installing py3-retrying (1.3.3-r0) 03:15:33 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:15:33 (39/39) Installing py3-pip (20.1.1-r0) 03:15:33 Executing busybox-1.31.1-r19.trigger 03:15:33 OK: 72 MiB in 59 packages 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.267s coverage: 100.0% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.470s coverage: 97.5% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:15:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:15:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:15:42 ---> a70d1afa3d12 03:15:42 Step 27/32 : RUN chmod +x /entrypoint.sh 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.269s coverage: 95.1% of statements 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.128s coverage: 22.0% of statements 03:15:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.217s coverage: 47.1% of statements 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.139s coverage: 79.5% of statements 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.141s coverage: 94.1% of statements 03:15:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 03:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements 03:15:44 ---> Running in f94260b78615 03:15:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:15:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 6a7286bebe03 03:15:45 Step 3/24 : WORKDIR /edgex-go 03:15:45 ---> Using cache 03:15:45 ---> c2c06ea3c676 03:15:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 ---> Using cache 03:15:45 ---> 7fa378f4b22e 03:15:45 Step 5/24 : RUN apk add --update --no-cache make git 03:15:45 ---> Using cache 03:15:45 ---> 93b69409c4dc 03:15:45 Step 6/24 : COPY go.mod . 03:15:45 ---> Using cache 03:15:45 ---> beeff6ce29ab 03:15:45 Step 7/24 : RUN go mod download 03:15:46 ---> Using cache 03:15:46 ---> ace5a294805d 03:15:46 Step 8/24 : COPY . . 03:15:46 ---> Using cache 03:15:46 ---> ec99cce2874f 03:15:46 Step 9/24 : RUN go mod tidy 03:15:46 ---> Using cache 03:15:46 ---> ddc0c5527a9a 03:15:46 Step 10/24 : RUN make cmd/core-command/core-command 03:15:46 Collecting docker-compose==1.23.2 03:15:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:15:46 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:15:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:46 ---> 6a7286bebe03 03:15:46 Step 3/22 : WORKDIR /edgex-go 03:15:46 ---> Using cache 03:15:46 ---> c2c06ea3c676 03:15:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:46 ---> Using cache 03:15:46 ---> 7fa378f4b22e 03:15:46 Step 5/22 : RUN apk add --update --no-cache make git 03:15:46 ---> Using cache 03:15:46 ---> 93b69409c4dc 03:15:46 Step 6/22 : COPY go.mod . 03:15:46 ---> Using cache 03:15:46 ---> beeff6ce29ab 03:15:46 Step 7/22 : RUN go mod download 03:15:46 ---> Using cache 03:15:46 ---> ace5a294805d 03:15:46 Step 8/22 : COPY . . 03:15:46 ---> Using cache 03:15:46 ---> ec99cce2874f 03:15:46 Step 9/22 : RUN go mod tidy 03:15:46 ---> Using cache 03:15:46 ---> ddc0c5527a9a 03:15:46 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:15:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:15:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:15:47 ---> 6a7286bebe03 03:15:47 Step 3/24 : WORKDIR /edgex-go 03:15:47 ---> Using cache 03:15:47 ---> c2c06ea3c676 03:15:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:47 ---> Using cache 03:15:47 ---> 7fa378f4b22e 03:15:47 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:15:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:15:48 Collecting dockerpty<0.5,>=0.4.1 03:15:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:15:48 ---> Running in 835402119f8d 03:15:48 ---> Running in 79d1f2f704a3 03:15:48 ---> Running in 26ed52f36f93 03:15:49 Removing intermediate container f94260b78615 03:15:49 ---> 80a6d7c8b709 03:15:49 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:15:49 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 03:15: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 03:15:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:15:50 ---> Running in 91bdd97226ff 03:15:50 Collecting docker<4.0,>=3.6.0 03:15:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:15:50 Removing intermediate container 91bdd97226ff 03:15:50 ---> 639a7c78addc 03:15:50 Step 29/32 : CMD ["gate"] 03:15:50 Collecting websocket-client<1.0,>=0.32.0 03:15:50 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:15:50 ---> Running in 9ea4dc9c9a15 03:15:50 Collecting cached-property<2,>=1.2.0 03:15:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:15:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:15:50 Collecting docopt<0.7,>=0.6.1 03:15:50 Downloading docopt-0.6.2.tar.gz (25 kB) 03:15:50 Removing intermediate container 9ea4dc9c9a15 03:15:50 ---> 654374bad549 03:15:50 Step 30/32 : LABEL arch=x86_64 03:15:50 ---> Running in b3b8a308b9a0 03:15:51 Removing intermediate container b3b8a308b9a0 03:15:51 ---> ddfefb2b59cc 03:15:51 Step 31/32 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:15:51 OK: 219 MiB in 52 packages 03:15:51 ---> Running in a46a85d36dda 03:15:51 Collecting texttable<0.10,>=0.9.0 03:15:51 Downloading texttable-0.9.1.tar.gz (11 kB) 03:15:51 Removing intermediate container a46a85d36dda 03:15:51 ---> 042c236d5908 03:15:51 Step 32/32 : LABEL version=0.0.0 03:15:51 ---> Running in 804935a646bf 03:15:52 Removing intermediate container 26ed52f36f93 03:15:52 ---> b58473ec8dc8 03:15:52 Step 6/24 : COPY go.mod . 03:15:52 Collecting PyYAML<4,>=3.10 03:15:52 Downloading PyYAML-3.13.tar.gz (270 kB) 03:15:52 Removing intermediate container 804935a646bf 03:15:52 ---> af1e49ad6cef 03:15:52 03:15:52 Successfully built af1e49ad6cef 03:15:53 ---> b6d49c5c67f2 03:15:53 Step 7/24 : RUN go mod download 03:15:53 Successfully tagged security-bootstrapper:latest 03:15:53 Building support-scheduler 03:15:54  Building security-bootstrapper ... done Collecting jsonschema<3,>=2.5.1 03:15:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:15:56 ---> Running in d829915dd8aa 03:15:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:15:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:15:58 Collecting docker-pycreds>=0.4.0 03:15:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:15:58 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) 03:15:58 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) 03:15:58 Collecting idna<2.8,>=2.5 03:15:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:15:58 Collecting urllib3<1.25,>=1.21.1 03:15:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:15:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:15:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:15:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:15:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:15:59 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, texttable, PyYAML, jsonschema, docker-compose 03:15:59 Running setup.py install for dockerpty: started 03:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.139s coverage: 94.4% of statements 03:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.159s coverage: 44.8% of statements 03:16:00 Running setup.py install for dockerpty: finished with status 'done' 03:16:00 Removing intermediate container d829915dd8aa 03:16:00 ---> e3962c5cefa3 03:16:00 Step 8/24 : COPY . . 03:16:00 Attempting uninstall: idna 03:16:00 Found existing installation: idna 2.9 03:16:00 Uninstalling idna-2.9: 03:16:00 Successfully uninstalled idna-2.9 03:16:00 Attempting uninstall: urllib3 03:16:00 Found existing installation: urllib3 1.25.9 03:16:00 Uninstalling urllib3-1.25.9: 03:16:00 Successfully uninstalled urllib3-1.25.9 03:16:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.565s coverage: 81.8% of statements 03:16:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:16:04 Attempting uninstall: requests 03:16:04 Found existing installation: requests 2.23.0 03:16:04 Uninstalling requests-2.23.0: 03:16:04 Successfully uninstalled requests-2.23.0 03:16:07 Running setup.py install for docopt: started 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 76.0% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.154s coverage: 80.0% of statements 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 85.4% of statements 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.2% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.735s coverage: 64.4% of statements 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 03:16:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 03:16:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 03:16:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 03:16:11 Running setup.py install for docopt: finished with status 'done' 03:16:12 Running setup.py install for texttable: started 03:16:13 Running setup.py install for texttable: finished with status 'done' 03:16:13 Running setup.py install for PyYAML: started 03:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.882s coverage: 66.9% of statements 03:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:16:15 Running setup.py install for PyYAML: finished with status 'done' 03:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.698s coverage: 43.4% of statements 03:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 03:16:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:16:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements 03:16:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:16:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:16:17 ---> 6a7286bebe03 03:16:17 Step 3/23 : WORKDIR /edgex-go 03:16:17 ---> Using cache 03:16:17 ---> c2c06ea3c676 03:16:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:17 ---> Using cache 03:16:17 ---> 7fa378f4b22e 03:16:17 Step 5/23 : RUN apk add --update --no-cache make git 03:16:17 ---> Using cache 03:16:17 ---> 93b69409c4dc 03:16:17 Step 6/23 : COPY go.mod . 03:16:17 ---> Using cache 03:16:17 ---> beeff6ce29ab 03:16:17 Step 7/23 : RUN go mod download 03:16:17 ---> Using cache 03:16:17 ---> ace5a294805d 03:16:17 Step 8/23 : COPY . . 03:16:17 ---> Using cache 03:16:17 ---> ec99cce2874f 03:16:17 Step 9/23 : RUN go mod tidy 03:16:17 ---> Using cache 03:16:17 ---> ddc0c5527a9a 03:16:17 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:16:18 ---> Running in e11ddd4d7129 03:16:19 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.59.0 03:16:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:16:20 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 03:16:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.384s coverage: 47.1% of statements 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:16:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.204s coverage: 100.0% of statements 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:16:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.185s coverage: 100.0% of statements 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:16:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.232s coverage: 22.7% of statements 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.441s coverage: 92.6% of statements 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:16:32 ---> e9585caefad5 03:16:32 Step 9/24 : RUN go mod tidy 03:16:33 ---> Running in 5b181cb326a6 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.273s coverage: 28.8% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.168s coverage: 64.6% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.362s coverage: 97.6% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.128s coverage: 28.1% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.057s coverage: 85.7% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 03:16:34 Removing intermediate container 835402119f8d 03:16:34 ---> fee860271a84 03:16:34 03:16:34 Step 11/24 : FROM alpine:3.12 03:16:34 ---> 13621d1b12d4 03:16:34 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:16:34 GO111MODULE=on go vet ./... 03:16:35 ---> Using cache 03:16:35 ---> 4c8dd784d3bb 03:16:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:16:35 ---> Using cache 03:16:35 ---> a91cf3fa7620 03:16:35 Step 14/24 : ENV APP_PORT=48082 03:16:36 Removing intermediate container 79d1f2f704a3 03:16:36 ---> d8f2bbd6a6e4 03:16:36 03:16:36 Step 11/22 : FROM alpine:3.12 03:16:36 ---> 13621d1b12d4 03:16:36 Step 12/22 : RUN apk add --update --no-cache curl 03:16:38 ---> Running in f058babdc5ee 03:16:38 ---> Running in ec1f40a3d16b 03:16:39 Removing intermediate container f058babdc5ee 03:16:39 ---> 09ce5e4cd80d 03:16:39 Step 15/24 : EXPOSE $APP_PORT 03:16:41 ---> Running in be7761ba4c32 03:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:42 (1/4) Installing ca-certificates (20191127-r4) 03:16:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:16:42 (3/4) Installing libcurl (7.76.1-r0) 03:16:42 (4/4) Installing curl (7.76.1-r0) 03:16:42 Executing busybox-1.31.1-r20.trigger 03:16:43 Executing ca-certificates-20191127-r4.trigger 03:16:43 OK: 7 MiB in 18 packages 03:16:43 Removing intermediate container a8b29b129ad6 03:16:43 ---> faad966be074 03:16:43 Step 15/24 : ENV APP_PORT=48090 03:16:43 Removing intermediate container be7761ba4c32 03:16:43 ---> 9e0f56875def 03:16:43 Step 16/24 : WORKDIR / 03:16:43 ---> Running in f2d1693de82c 03:16:43 ---> Running in 3fb604ed03c5 03:16:43 Removing intermediate container 5b181cb326a6 03:16:43 ---> 3d51d65cd159 03:16:43 Step 10/24 : RUN make cmd/core-data/core-data 03:16:44 ---> Running in c0604a145a2c 03:16:44 Removing intermediate container f2d1693de82c 03:16:44 ---> 67d4df355ea4 03:16:44 Step 16/24 : EXPOSE $APP_PORT 03:16:44 Removing intermediate container 3fb604ed03c5 03:16:44 ---> c9cac61ee668 03:16:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:45 ---> Running in 25891fcd198e 03:16:45 Removing intermediate container ec1f40a3d16b 03:16:45 ---> de9dea723f95 03:16:45 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:16:45 ---> a69977e7169a 03:16:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:16:45 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 03:16:45 ---> Running in dde45cb6dacd 03:16:46 Removing intermediate container 25891fcd198e 03:16:46 ---> dd6d0e197c59 03:16:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:16:46 Removing intermediate container dde45cb6dacd 03:16:46 ---> 11a433305d97 03:16:46 Step 14/22 : WORKDIR /edgex 03:16:46 ---> Running in d75ac11b65ec 03:16:47 ---> 8a4f8cfd3c63 03:16:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:16:49 ---> 3cbcba865f1a 03:16:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:16:50 Removing intermediate container d75ac11b65ec 03:16:50 ---> 997c5d2136d4 03:16:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:16:50 ---> 7507994b800d 03:16:50 Step 20/24 : ENTRYPOINT ["/core-command"] 03:16:50 Removing intermediate container e11ddd4d7129 03:16:50 ---> 15a770a09307 03:16:50 03:16:50 Step 11/23 : FROM alpine:3.12 03:16:50 ---> 13621d1b12d4 03:16:50 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:16:50 ---> Using cache 03:16:50 ---> 4c8dd784d3bb 03:16:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:16:50 ---> Using cache 03:16:50 ---> a91cf3fa7620 03:16:50 Step 14/23 : ENV APP_PORT=48085 03:16:50 ---> 77abc619f994 03:16:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:16:50 ---> 49d4528425a5 03:16:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:16:50 ---> Running in e91a3931fcf9 03:16:50 ---> Running in 59f4499b7e2b 03:16:51 Removing intermediate container e91a3931fcf9 03:16:51 ---> e9ef2918566a 03:16:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:51 Removing intermediate container 59f4499b7e2b 03:16:51 ---> 313669b013cb 03:16:51 Step 15/23 : EXPOSE $APP_PORT 03:16:51 ---> Running in 4f4c17cef6c8 03:16:51 ---> Running in 386f7b366279 03:16:51 ---> 511491b66915 03:16:51 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 03:16:51 ---> e3285a1d30cc 03:16:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:16:52 ---> Running in a0c24482098a 03:16:52 Removing intermediate container 386f7b366279 03:16:52 ---> ae049e0a45c2 03:16:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:52 Removing intermediate container 4f4c17cef6c8 03:16:52 ---> 75e080ab4f9c 03:16:52 Step 22/24 : LABEL arch=x86_64 03:16:52 ---> Running in 51d90a20ed25 03:16:52 Removing intermediate container a0c24482098a 03:16:52 ---> 6686a74702e7 03:16:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:52 ---> 23bae40e05f6 03:16:52 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:16:53 ---> Running in 43f3cfdfe1bd 03:16:53 ---> 51b2fa403ae5 03:16:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:16:53 ---> Running in 4ba90f0e3d7a 03:16:53 Removing intermediate container 51d90a20ed25 03:16:53 ---> 347ffc995c63 03:16:53 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:16:53 ---> Running in 5081a33d79e0 03:16:53 Removing intermediate container 43f3cfdfe1bd 03:16:53 ---> 2c64c2d5dc27 03:16:53 Step 22/24 : LABEL arch=x86_64 03:16:53 Removing intermediate container 4ba90f0e3d7a 03:16:53 ---> 27e7ae2a65e6 03:16:53 Step 19/22 : CMD ["--init=true"] 03:16:53 ---> Running in 5ec58bc2cd6a 03:16:53 ---> Running in 6480598c0d44 03:16:53 Removing intermediate container 5081a33d79e0 03:16:53 ---> 974161a174d1 03:16:53 Step 24/24 : LABEL version=0.0.0 03:16:53 ---> f7e0c99fe338 03:16:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:16:54 ---> Running in f10e295ade01 03:16:55 Removing intermediate container 5ec58bc2cd6a 03:16:55 ---> a4a8c466c176 03:16:55 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:16:55 Removing intermediate container 6480598c0d44 03:16:55 ---> 310795087c72 03:16:55 Step 20/22 : LABEL arch=x86_64 03:16:55 ---> Running in 27d941dfbded 03:16:55 Removing intermediate container f10e295ade01 03:16:55 ---> 142f4c0ae878 03:16:55 03:16:56 ---> Running in 45538f07e606 03:16:56 Successfully built 142f4c0ae878 03:16:56 Successfully tagged core-command:latest 03:16:56  Building core-command ... done  ---> 2c5e3ec71c7f 03:16:56 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 03:16:57 Removing intermediate container 27d941dfbded 03:16:57 ---> c41048e0023d 03:16:57 Step 24/24 : LABEL version=0.0.0 03:16:57 ---> Running in cc442a740a55 03:16:57 ---> Running in 7ec0ccc3d584 03:16:57 Removing intermediate container 45538f07e606 03:16:57 ---> e5bd0f1bd441 03:16:57 Step 21/22 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:16:57 ---> Running in 31b05286e02d 03:16:57 Removing intermediate container 7ec0ccc3d584 03:16:57 ---> 0b41bb782d0e 03:16:57 03:16:57 Removing intermediate container cc442a740a55 03:16:57 ---> a7b0c4ebd26f 03:16:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:57 Successfully built 0b41bb782d0e 03:16:57 ---> Running in ab6e0594982d 03:16:57 Successfully tagged sys-mgmt-agent:latest 03:16:58  Building sys-mgmt-agent ... done Removing intermediate container 31b05286e02d 03:16:58 ---> 256f8daf006e 03:16:58 Step 22/22 : LABEL version=0.0.0 03:16:58 ---> Running in 2b78199b9011 03:16:58 Removing intermediate container ab6e0594982d 03:16:58 ---> b26f7518249e 03:16:58 Step 21/23 : LABEL arch=x86_64 03:16:58 ---> Running in 3910d11f669b 03:16:58 Removing intermediate container 2b78199b9011 03:16:58 ---> ce15d311d803 03:16:58 03:16:59 Successfully built ce15d311d803 03:16:59 Successfully tagged security-proxy-setup:latest 03:16:59  Building security-proxy-setup ... done Removing intermediate container 3910d11f669b 03:16:59 ---> 03eba124491b 03:16:59 Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:16:59 ---> Running in 8d6c1c3295cd 03:16:59 Removing intermediate container 8d6c1c3295cd 03:16:59 ---> ea019ab08893 03:16:59 Step 23/23 : LABEL version=0.0.0 03:16:59 ---> Running in 42fc8ccfe417 03:16:59 Removing intermediate container 42fc8ccfe417 03:16:59 ---> d78a99dc33a6 03:16:59 03:17:00 Successfully built d78a99dc33a6 03:17:00 Successfully tagged support-scheduler:latest 03:17:06  Building support-scheduler ... done Removing intermediate container c0604a145a2c 03:17:06 ---> 9200a0e8ef92 03:17:06 03:17:06 Step 11/24 : FROM alpine:3.12 03:17:06 ---> 13621d1b12d4 03:17:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:17:06 ---> Running in 68ee98805574 03:17:06 Removing intermediate container 68ee98805574 03:17:06 ---> 8c5f9b890cb8 03:17:06 Step 13/24 : ENV APP_PORT=48080 03:17:06 ---> Running in 49bd00203749 03:17:06 Removing intermediate container 49bd00203749 03:17:06 ---> dfd5c11bd0c9 03:17:06 Step 14/24 : EXPOSE $APP_PORT 03:17:06 ---> Running in 5d0b79bbcc3d 03:17:06 Removing intermediate container 5d0b79bbcc3d 03:17:06 ---> 4d7bae3f484c 03:17:06 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:06 ---> Running in a91d7629b6c7 03:17:07 Removing intermediate container a91d7629b6c7 03:17:07 ---> de9af86270c7 03:17:07 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 03:17:08 ---> Running in 0a0f347338c6 03:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:09 (1/6) Installing dumb-init (1.2.2-r1) 03:17:09 (2/6) Installing libgcc (9.3.0-r2) 03:17:09 (3/6) Installing libsodium (1.0.18-r0) 03:17:09 (4/6) Installing libstdc++ (9.3.0-r2) 03:17:10 (5/6) Installing libzmq (4.3.3-r0) 03:17:10 (6/6) Installing zeromq (4.3.3-r0) 03:17:10 Executing busybox-1.31.1-r20.trigger 03:17:10 OK: 8 MiB in 20 packages 03:17:11 Removing intermediate container 0a0f347338c6 03:17:11 ---> edbc3c4d10cc 03:17:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:11 ---> 451d6e706d16 03:17:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:17:12 ---> bd3779c46cbe 03:17:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:17:12 ---> 6074ac38f60f 03:17:12 Step 20/24 : ENTRYPOINT ["/core-data"] 03:17:12 ---> Running in 78d5518a5247 03:17:12 Removing intermediate container 78d5518a5247 03:17:12 ---> 9236cbbfb193 03:17:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:12 ---> Running in adc42de25a2e 03:17:12 Removing intermediate container adc42de25a2e 03:17:12 ---> 000355643d4d 03:17:12 Step 22/24 : LABEL arch=x86_64 03:17:12 ---> Running in 672a98b91c86 03:17:13 Removing intermediate container 672a98b91c86 03:17:13 ---> 79d1d04a5280 03:17:13 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:17:13 ---> Running in 7ca33b692b77 03:17:13 Removing intermediate container 7ca33b692b77 03:17:13 ---> 9162322d1b3f 03:17:13 Step 24/24 : LABEL version=0.0.0 03:17:13 ---> Running in c54209fbf274 03:17:13 Removing intermediate container c54209fbf274 03:17:13 ---> f673471c1bc0 03:17:13 03:17:13 Successfully built f673471c1bc0 03:17:13 Successfully tagged core-data:latest 03:17:13  Building core-data ... done  [Pipeline] } 03:17:13 $ docker stop --time=1 e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 03:17:15 $ docker rm -f e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:16 + docker images 03:17:16 REPOSITORY TAG IMAGE ID CREATED SIZE 03:17:16 core-data latest f673471c1bc0 3 seconds ago 21.5MB 03:17:16 9200a0e8ef92 12 seconds ago 1.17GB 03:17:16 support-scheduler latest d78a99dc33a6 17 seconds ago 17.1MB 03:17:16 security-proxy-setup latest ce15d311d803 18 seconds ago 25.3MB 03:17:16 sys-mgmt-agent latest 0b41bb782d0e 19 seconds ago 312MB 03:17:16 core-command latest 142f4c0ae878 21 seconds ago 17MB 03:17:16 15a770a09307 26 seconds ago 1.16GB 03:17:16 d8f2bbd6a6e4 42 seconds ago 1.15GB 03:17:16 fee860271a84 43 seconds ago 1.16GB 03:17:16 security-bootstrapper latest af1e49ad6cef About a minute ago 18.2MB 03:17:16 security-secretstore-setup latest 4c57e79c89b9 About a minute ago 25.7MB 03:17:16 core-metadata latest 9e2c198c5ca0 2 minutes ago 18.6MB 03:17:16 support-notifications latest 576478b4488d 2 minutes ago 17.7MB 03:17:16 886155bebfe8 2 minutes ago 1.15GB 03:17:16 1a9b1a2e91fe 2 minutes ago 1.17GB 03:17:16 c8cb12af37f6 2 minutes ago 1.16GB 03:17:16 46d3de8dabf8 2 minutes ago 1.16GB 03:17:16 beabc6a44d31 2 minutes ago 1.15GB 03:17:16 ci-base-image-x86_64 latest 6a7286bebe03 7 minutes ago 648MB 03:17:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 12 days ago 445MB 03:17:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 13 days ago 37.5MB 03:17:16 alpine 3.12 13621d1b12d4 3 weeks ago 5.58MB 03:17:16 docker 20.10.0 aefe523efa57 5 months ago 240MB 03:17:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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 03:17:31 Still waiting to schedule task 03:17:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:18:11 gofmt -l . 03:18:11 [ "`gofmt -l .`" = "" ] 03:18:13 ./bin/test-go-mod-tidy.sh 03:18:14 ./bin/test-attribution-txt.sh [Pipeline] sh 03:18:16 + ls -al . 03:18:16 total 856 03:18:16 drwxrwxr-x 9 1001 1001 4096 May 12 03:18 . 03:18:16 drwxr-xr-x 4 root root 4096 May 12 03:13 .. 03:18:16 -rw-rw-r-- 1 1001 1001 11 May 12 03:11 .dockerignore 03:18:16 drwxrwxr-x 8 1001 1001 4096 May 12 03:11 .git 03:18:16 drwxrwxr-x 3 1001 1001 4096 May 12 03:11 .github 03:18:16 -rw-rw-r-- 1 1001 1001 818 May 12 03:11 .gitignore 03:18:16 -rw-rw-r-- 1 1001 1001 166 May 12 03:11 .sonarcloud.properties 03:18:16 -rw-rw-r-- 1 1001 1001 8609 May 12 03:11 Attribution.txt 03:18:16 -rw-rw-r-- 1 1001 1001 3804 May 12 03:11 CONTRIBUTING.md 03:18:16 -rw-rw-r-- 1 1001 1001 931 May 12 03:11 Dockerfile.build 03:18:16 -rw-rw-r-- 1 1001 1001 863 May 12 03:11 Jenkinsfile 03:18:16 -rw-rw-r-- 1 1001 1001 10775 May 12 03:11 LICENSE 03:18:16 -rw-rw-r-- 1 1001 1001 5594 May 12 03:11 Makefile 03:18:16 -rw-rw-r-- 1 1001 1001 7978 May 12 03:11 README.md 03:18:16 -rw-rw-r-- 1 1001 1001 6755 May 12 03:11 SECURITY.md 03:18:16 -rw-rw-r-- 1 1001 1001 5 May 12 03:09 VERSION 03:18:16 -rw-rw-r-- 1 1001 1001 4131 May 12 03:11 ZMQWindows.md 03:18:16 drwxrwxr-x 2 1001 1001 4096 May 12 03:11 bin 03:18:16 drwxrwxr-x 14 1001 1001 4096 May 12 03:11 cmd 03:18:16 -rw-r--r-- 1 root root 720867 May 12 03:16 coverage.out 03:18:16 -rw-r--r-- 1 root root 1060 May 12 03:18 go.mod 03:18:16 -rw-r--r-- 1 root root 21595 May 12 03:13 go.sum 03:18:16 drwxrwxr-x 8 1001 1001 4096 May 12 03:11 internal 03:18:16 drwxrwxr-x 4 1001 1001 4096 May 12 03:11 openapi 03:18:16 drwxrwxr-x 4 1001 1001 4096 May 12 03:11 snap 03:18:16 -rw-rw-r-- 1 1001 1001 168 May 12 03:11 version.go [Pipeline] sh 03:18:18 + '[' -e coverage.out ] 03:18:18 + chown 1001:1001 coverage.out [Pipeline] stash 03:18:18 Warning: overwriting stash ‘coverage-report’ 03:18:19 Stashed 1 file(s) [Pipeline] sh 03:18:20 + make build 03:18:20 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 03:18:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:18:29 Running on prd-ubuntu18.04-docker-8c-8g-4646 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws 03:18:29 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 03:18:32 using credential edgex-jenkins-ssh 03:18:32 Cloning the remote Git repository 03:18:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:18:32 > git init /w/workspace/edgex-go/4 # timeout=10 03:18:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:18:32 > git --version # timeout=10 03:18:32 > git --version # 'git version 2.17.1' 03:18:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:18:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:18:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:18:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:18:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:18:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:18:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:18:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:18:41 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 03:18:42 Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 03:18:42 Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) 03:18:41 > git config core.sparsecheckout # timeout=10 03:18:41 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 03:18:41 > git remote # timeout=10 03:18:41 > git config --get remote.origin.url # timeout=10 03:18:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:18:41 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 03:18:41 > git rev-parse HEAD^{commit} # timeout=10 03:18:42 > git config core.sparsecheckout # timeout=10 03:18:42 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 03:18:45 Commit message: "refactor: combine and improve http LoggingMiddleware" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:18:46 + echo snap-build.sh 03:18:46 snap-build.sh 03:18:46 + SNAP_BASE_DIR=. 03:18:46 + '[' '!' -z /w/workspace/edgex-go/4 ']' 03:18:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 03:18:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 03:18:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 03:18:46 + cd /w/workspace/edgex-go/4 03:18:46 + sudo apt-get remove -qy --purge lxd lxd-client 03:18:46 Reading package lists... 03:18:46 Building dependency tree... 03:18:46 Reading state information... 03:18:47 The following packages were automatically installed and are no longer required: 03:18:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:18:47 uidmap xdelta3 03:18:47 Use 'sudo apt autoremove' to remove them. 03:18:47 The following packages will be REMOVED: 03:18:47 lxd* lxd-client* 03:18:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:18:47 After this operation, 31.7 MB disk space will be freed. 03:18:48 (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.) 03:18:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:18:49 Removing lxd dnsmasq configuration 03:18:49 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:18:49 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:18:50 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:18:50 (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.) 03:18:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:18:52 Processing triggers for systemd (237-3ubuntu10.42) ... 03:18:52 Processing triggers for ureadahead (0.100.0-21) ... 03:18:53 + sudo snap remove --purge lxd 03:18:53 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 03:18:53 snap "lxd" is not installed 03:18:53 + sudo groupadd --force --system lxd 03:18:53 ++ whoami 03:18:53 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:18:54 + newgrp - lxd 03:18:54 + sudo snap install lxd 03:18: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 03:18:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:19: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 03:19:02 2021-05-12T03:18:59Z INFO Waiting for automatic snapd restart... 03:19: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 03:19:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:19:12 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 03:19:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:19:17 lxd 4.14 from Canonical* installed 03:19:17 + sudo lxd init --auto 03:19:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:19: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 [Pipeline] } 03:19:27 $ docker stop --time=1 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 03:19:27 + sudo snap install --classic snapcraft 03:19:29 $ docker rm -f 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:31 snapcraft 4.7.1 from Canonical* installed 03:19:31 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 03:19:31 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 03:19:31 % Total % Received % Xferd Average Speed Time Time Time Current 03:19:31 Dload Upload Total Spent Left Speed 03:19:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4714 0 --:--:-- --:--:-- --:--:-- 4714 03:19:31 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M 03:19:31 ./yq_linux_amd64 03:19:31 + sudo snapcraft prime --use-lxd 03:19:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:19:31 03:19:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:19:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:19:31 latest: Pulling from edgex-devops/edgex-compose-arm64 03:19:31 29e5d40040c1: Pulling fs layer 03:19:31 1ce36da41761: Pulling fs layer 03:19:31 25b303627fd3: Pulling fs layer 03:19:32 29e5d40040c1: Verifying Checksum 03:19:32 29e5d40040c1: Download complete 03:19:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:19:32 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: 03:19:32 - README.md 03:19:32 03:19:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:19:32 29e5d40040c1: Pull complete 03:19:33 1ce36da41761: Verifying Checksum 03:19:33 1ce36da41761: Download complete 03:19:33 Launching a container. 03:19:34 1ce36da41761: Pull complete 03:19:34 25b303627fd3: Verifying Checksum 03:19:34 25b303627fd3: Download complete 03:19:44 25b303627fd3: Pull complete 03:19:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:19:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:19:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:19:45 prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container 03:19:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:19:45 Waiting for container to be ready 03:19:45 To start your first instance, try: lxc launch ubuntu:18.04 03:19:45 03:19:48 $ docker top 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:19:49 + docker-compose+ buildgrep parallel --help 03:19:49 03:19:49 Waiting for network to be ready... 03:19:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:19:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 03:19:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:19:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 03:19:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 03:19:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:19:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 03:19:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 03:19:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 03:19:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 03:19:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:19:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:19:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:19:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:19:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:19:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:19:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:19:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:19:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:19:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 03:19:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 03:19:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 03:19:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:19:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 03:19:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 03:19:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 03:19:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 03:19:52 --parallel Build images in parallel. [Pipeline] } 03:19:52 $ docker stop --time=1 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 03:19:53 Fetched 24.6 MB in 4s (6228 kB/s) 03:19:54 Reading package lists... 03:19:54 $ docker rm -f 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 03:19:55 Reading package lists... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:55 Building dependency tree... 03:19:55 Reading state information... 03:19:55 The following additional packages will be installed: 03:19:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:19:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:19:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:19:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:19:55 Suggested packages: 03:19:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:19:55 Recommended packages: 03:19:55 gnupg libsasl2-modules 03:19:55 The following NEW packages will be installed: 03:19:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:19:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:19:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:19:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:19:55 The following packages will be upgraded: 03:19:55 gpg gpg-agent gpgconf libudev1 03:19:55 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 03:19:55 Need to get 3530 kB of archives. 03:19:55 After this operation, 13.3 MB of additional disk space will be used. 03:19:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:19:55 . [Pipeline] withDockerContainer 03:19:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:19:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:19:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:19:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 03:19:55 prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container 03:19:55 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 03:19:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:19:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:19:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:19:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:19:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:19:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:19:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:19:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:19:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:19:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:19:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:19:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:19:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:19:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:19:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:19:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:19:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:19:56 debconf: delaying package configuration, since apt-utils is not installed 03:19:56 Fetched 3530 kB in 1s (3114 kB/s) 03:19:56 (Reading database ... 12511 files and directories currently installed.) 03:19:56 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 03:19:56 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 03:19:56 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 03:19:56 Selecting previously unselected package udev. 03:19:56 (Reading database ... 12511 files and directories currently installed.) 03:19:56 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 03:19:56 Unpacking udev (237-3ubuntu10.47) ... 03:19:57 Selecting previously unselected package libfuse2:amd64. 03:19:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:19:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:19:57 $ docker top a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb -eo pid,comm 03:19:57 Selecting previously unselected package fuse. 03:19:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:19:57 Unpacking fuse (2.9.7-1ubuntu1) ... 03:19:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:57 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] { [Pipeline] sh 03:19:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:57 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:57 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:57 Selecting previously unselected package libksba8:amd64. 03:19:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:19:57 Unpacking libksba8:amd64 (1.3.5-2) ... 03:19:57 Selecting previously unselected package libroken18-heimdal:amd64. 03:19:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 + docker-compose -f ./docker-compose-build.yml build --parallel 03:19:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:19:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:19:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:19:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libwind0-heimdal:amd64. 03:19:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:19:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:19:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:19:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:19:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:58 Selecting previously unselected package libsasl2-modules-db:amd64. 03:19:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:19:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:58 Selecting previously unselected package libsasl2-2:amd64. 03:19:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:19:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:59 Selecting previously unselected package libldap-common. 03:19:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:19:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:19:59 Selecting previously unselected package libldap-2.4-2:amd64. 03:19:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:19:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:19:59 Selecting previously unselected package dirmngr. 03:19:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:59 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:19:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:19:59 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:19:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:19:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:59 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:19:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:59 Setting up libksba8:amd64 (1.3.5-2) ... 03:19:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:19:59 Setting up udev (237-3ubuntu10.47) ... 03:20:00 invoke-rc.d: policy-rc.d denied execution of start. 03:20:00 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Processing triggers for systemd (237-3ubuntu10) ... 03:20:00 Setting up fuse (2.9.7-1ubuntu1) ... 03:20:00 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:20:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:20:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:20:00 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:20:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:20:01 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:20:01 settings in the [Install] section, and DefaultInstance for template units). 03:20:01 This means they are not meant to be enabled using systemctl. 03:20:01 Possible reasons for having this kind of units are: 03:20:01 1) A unit may be statically enabled by being symlinked from another unit's 03:20:01 .wants/ or .requires/ directory. 03:20:01 2) A unit's purpose may be to act as a helper for some other unit which has 03:20:01 a requirement dependency on it. 03:20:01 3) A unit may be started when needed via activation (socket, path, timer, 03:20:01 D-Bus, udev, scripted systemctl call, ...). 03:20:01 4) In case of template units, the unit is meant to be enabled with some 03:20:01 instance name specified. 03:20:01 Reading package lists... 03:20:01 Building dependency tree... 03:20:01 Reading state information... 03:20:01 The following additional packages will be installed: 03:20:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:20:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:20:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:20:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:20:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:20:01 Suggested packages: 03:20:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:20:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:20:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:20:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:20:01 systemd-container policykit-1 03:20:01 Recommended packages: 03:20:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:20:01 The following NEW packages will be installed: 03:20:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:20:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:20:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:20:01 multiarch-support openssh-client python3 python3-minimal python3.6 03:20:01 python3.6-minimal snapd squashfs-tools sudo 03:20:01 The following packages will be upgraded: 03:20:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:20:01 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 03:20:01 Need to get 35.2 MB of archives. 03:20:01 After this operation, 141 MB of additional disk space will be used. 03:20:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 03:20:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:20:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:20:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:20:01 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 03:20:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:20:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:20:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:20:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:20:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:20:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:20:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:20:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:20:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:20:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:20:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:20:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:20:02 Building core-command ... 03:20:02 Building core-data ... 03:20:02 Building core-metadata ... 03:20:02 Building security-bootstrapper ... 03:20:02 Building security-proxy-setup ... 03:20:02 Building security-secretstore-setup ... 03:20:02 Building support-notifications ... 03:20:02 Building support-scheduler ... 03:20:02 Building sys-mgmt-agent ... 03:20:02 Building sys-mgmt-agent 03:20:02 Building security-proxy-setup 03:20:02 Building core-command 03:20:02 Building support-notifications 03:20:02 Building support-scheduler 03:20:02 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 03:20:02 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 03:20:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 03:20:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:20:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:20:03 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:20:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:20:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:20:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:20:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:20:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:20:03 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:20:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:20:03 debconf: delaying package configuration, since apt-utils is not installed 03:20:03 Fetched 35.2 MB in 1s (24.4 MB/s) 03:20:03 (Reading database ... 12757 files and directories currently installed.) 03:20:03 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 03:20:03 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 03:20:03 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 03:20:03 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 03:20:04 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 03:20:04 (Reading database ... 12757 files and directories currently installed.) 03:20:04 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 03:20:04 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 03:20:04 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 03:20:04 (Reading database ... 12757 files and directories currently installed.) 03:20:04 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 03:20:04 Unpacking apt (1.6.13) over (1.6.1) ... 03:20:05 Setting up apt (1.6.13) ... 03:20:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:20:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:20:05 (Reading database ... 12764 files and directories currently installed.) 03:20:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:20:05 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:20:05 Selecting previously unselected package libpython3.6-minimal:amd64. 03:20:05 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:20:05 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:20:06 Selecting previously unselected package libexpat1:amd64. 03:20:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:20:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:20:07 Selecting previously unselected package python3.6-minimal. 03:20:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:20:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:20:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 03:20:08 Checking for services that may need to be restarted...done. 03:20:08 Checking for services that may need to be restarted...done. 03:20:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:20:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:20:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:20:08 Selecting previously unselected package python3-minimal. 03:20:08 (Reading database ... 13012 files and directories currently installed.) 03:20:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:20:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:20:08 Selecting previously unselected package mime-support. 03:20:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:20:08 Unpacking mime-support (3.60ubuntu1) ... 03:20:08 Selecting previously unselected package libmpdec2:amd64. 03:20:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:20:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:20:09 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:20:09 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:20:09 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:20:09 Selecting previously unselected package python3.6. 03:20:09 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:20:09 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:20:09 Selecting previously unselected package libpython3-stdlib:amd64. 03:20:09 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:20:09 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:20:09 Setting up python3-minimal (3.6.7-1~18.04) ... 03:20:09 Selecting previously unselected package python3. 03:20:09 (Reading database ... 13442 files and directories currently installed.) 03:20:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:20:09 Unpacking python3 (3.6.7-1~18.04) ... 03:20:09 Selecting previously unselected package multiarch-support. 03:20:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:20:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:20:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:20:10 Selecting previously unselected package liblzo2-2:amd64. 03:20:10 (Reading database ... 13479 files and directories currently installed.) 03:20:10 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:20:10 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:20:10 Selecting previously unselected package libbsd0:amd64. 03:20:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:20:10 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:20:10 Selecting previously unselected package sudo. 03:20:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:20:10 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:20:10 Selecting previously unselected package apparmor. 03:20:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:20:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:20:10 Selecting previously unselected package libedit2:amd64. 03:20:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:20:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:20:10 Selecting previously unselected package libkrb5support0:amd64. 03:20:10 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:20:10 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:20:10 Selecting previously unselected package libk5crypto3:amd64. 03:20:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:20:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:20:10 Selecting previously unselected package libkeyutils1:amd64. 03:20:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:20:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:20:10 Selecting previously unselected package libkrb5-3:amd64. 03:20:10 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:20:10 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:20:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:20:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:20:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:20:11 Selecting previously unselected package libssl1.0.0:amd64. 03:20:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:20:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:20:11 Selecting previously unselected package openssh-client. 03:20:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:20:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:20:11 Selecting previously unselected package squashfs-tools. 03:20:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:20:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:20:12 Selecting previously unselected package snapd. 03:20:12 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:20:12 Unpacking snapd (2.48.3+18.04) ... 03:20:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:20:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:20:13 Setting up mime-support (3.60ubuntu1) ... 03:20:14 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:20:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:20:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:20:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:20:14 Setting up systemd (237-3ubuntu10.47) ... 03:20:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:20:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:20:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:20:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:20:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:20:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:20:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:20:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:20:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:20:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:20:15 Setting up python3 (3.6.7-1~18.04) ... 03:20:15 running python rtupdate hooks for python3.6... 03:20:15 running python post-rtupdate hooks for python3.6... 03:20:15 Setting up apparmor (2.12-4ubuntu5.1) ... 03:20:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:20:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:20:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:20:17 Setting up snapd (2.48.3+18.04) ... 03:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:20:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:20:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:20:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:20:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:20:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:20:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:20:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:20:19 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:20:19 /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' 03:20:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:20:19 Processing triggers for systemd (237-3ubuntu10.47) ... 03:20:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:20:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:20:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:20:21 Reading package lists... 03:20:22 Reading package lists... 03:20:22 Building dependency tree... 03:20:22 Reading state information... 03:20:22 Calculating upgrade... 03:20:22 The following packages will be upgraded: 03:20:22 advancecomp base-files bash binutils binutils-common 03:20:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:20:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:20:22 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:20:22 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:20:22 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:20:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:20:22 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 03:20:22 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 03:20:22 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 03:20:22 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 03:20:22 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 03:20:22 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 03:20:22 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 03:20:22 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:20:22 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:20:22 Need to get 64.0 MB of archives. 03:20:22 After this operation, 5041 kB of additional disk space will be used. 03:20:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 03:20:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:20:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:20:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:20:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:20:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:20:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:20:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:20:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:20:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:20:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:20:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:20:23 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:20:23 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:20:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:20:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:20:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:20:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:20:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:20:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:20:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:20:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:20:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:20:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:20:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:20:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:20:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:20:23 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:20:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:20:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:20:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:20:23 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:20:23 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:20:23 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:20:23 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:20:23 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:20:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:20:23 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:20:23 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] 03:20:23 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:20:23 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 03:20:23 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] 03:20:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:20:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:20:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:20:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:20:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:20:23 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:20:23 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:20:23 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:20:23 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:20:23 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:20:23 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:20:23 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:20:23 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:20:23 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 03:20:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:20:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:20:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:20:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:20:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:20:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:20:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 03:20:24 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 03:20:24 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:20:24 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:20:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:20:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:20:24 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 03:20:24 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:20:24 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:20:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:20:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:20:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:20:24 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:20:24 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:20:24 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 03:20:24 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:20:24 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:20:24 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:20:24 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:20:24 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:20:24 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:20:24 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:20:24 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:20:24 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:20:24 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:20:24 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:20:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:20:24 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:20:24 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:20:24 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:20:24 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:20:25 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:20:25 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:20:25 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:20:25 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:20:25 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:20:25 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:20:25 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:20:25 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:20:25 debconf: delaying package configuration, since apt-utils is not installed 03:20:25 Fetched 64.0 MB in 3s (20.6 MB/s) 03:20:25 (Reading database ... 13912 files and directories currently installed.) 03:20:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:20:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:20:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:20:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:20:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 03:20:26 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 03:20:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:28 (Reading database ... 13911 files and directories currently installed.) 03:20:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:20:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:20:28 (Reading database ... 13911 files and directories currently installed.) 03:20:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:20:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:20:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:29 (Reading database ... 13911 files and directories currently installed.) 03:20:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:20:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:20:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:20:30 (Reading database ... 13911 files and directories currently installed.) 03:20:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:20:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:20:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:20:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:20:30 Setting up base-files (10.1ubuntu2.10) ... 03:20:30 Installing new version of config file /etc/issue ... 03:20:30 Installing new version of config file /etc/issue.net ... 03:20:30 Installing new version of config file /etc/lsb-release ... 03:20:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:20:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:20:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:20:31 Removing obsolete conffile /etc/default/motd-news ... 03:20:31 (Reading database ... 13912 files and directories currently installed.) 03:20:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:20:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:20:31 Setting up bash (4.4.18-2ubuntu1.2) ... 03:20:31 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 03:20:31 (Reading database ... 13912 files and directories currently installed.) 03:20:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:20:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:20:31 (Reading database ... 13912 files and directories currently installed.) 03:20:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:20:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:20:31 Setting up tar (1.29b-2ubuntu0.2) ... 03:20:31 (Reading database ... 13912 files and directories currently installed.) 03:20:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:20:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:20:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:20:32 (Reading database ... 13912 files and directories currently installed.) 03:20:32 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:20:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:20:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:20:32 (Reading database ... 13912 files and directories currently installed.) 03:20:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:20:32 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:20:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:20:32 (Reading database ... 13912 files and directories currently installed.) 03:20:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:20:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:20:33 Setting up grep (3.1-2build1) ... 03:20:33 (Reading database ... 13912 files and directories currently installed.) 03:20:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:20:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:20:33 Setting up login (1:4.5-1ubuntu2) ... 03:20:33 (Reading database ... 13912 files and directories currently installed.) 03:20:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:20:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:20:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:20:33 (Reading database ... 13912 files and directories currently installed.) 03:20:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:20:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:20:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:20:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:20:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:20:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:20:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:20:35 (Reading database ... 13912 files and directories currently installed.) 03:20:35 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:20:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:20:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:20:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:20:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:20:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:20:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:20:36 (Reading database ... 13912 files and directories currently installed.) 03:20:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:20:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:20:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:20:37 (Reading database ... 13912 files and directories currently installed.) 03:20:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:20:37 (Reading database ... 13912 files and directories currently installed.) 03:20:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:20:37 (Reading database ... 13912 files and directories currently installed.) 03:20:37 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:37 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:20:37 (Reading database ... 13912 files and directories currently installed.) 03:20:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:20:37 (Reading database ... 13912 files and directories currently installed.) 03:20:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:20:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:20:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:20:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:20:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:20:38 (Reading database ... 13912 files and directories currently installed.) 03:20:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:20:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:20:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:20:38 (Reading database ... 13912 files and directories currently installed.) 03:20:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:20:38 (Reading database ... 13912 files and directories currently installed.) 03:20:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:20:39 (Reading database ... 13912 files and directories currently installed.) 03:20:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:20:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:20:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:20:40 (Reading database ... 13912 files and directories currently installed.) 03:20:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:20:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:20:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:20:40 (Reading database ... 13912 files and directories currently installed.) 03:20:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:20:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:20:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:20:41 (Reading database ... 13914 files and directories currently installed.) 03:20:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:20:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:20:41 Setting up debconf (1.5.66ubuntu1) ... 03:20:41 (Reading database ... 13914 files and directories currently installed.) 03:20:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:20:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:20:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:20:41 (Reading database ... 13914 files and directories currently installed.) 03:20:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:20:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:20:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:20:41 (Reading database ... 13914 files and directories currently installed.) 03:20:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:20:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:20:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:20:42 (Reading database ... 13914 files and directories currently installed.) 03:20:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:20:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:20:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:20:42 (Reading database ... 13914 files and directories currently installed.) 03:20:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:20:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:20:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:20:42 (Reading database ... 13914 files and directories currently installed.) 03:20:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:20:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:20:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 03:20:43 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 03:20:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:20:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:20:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:20:43 (Reading database ... 13914 files and directories currently installed.) 03:20:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:20:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:20:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:20:43 (Reading database ... 13914 files and directories currently installed.) 03:20:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:20:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:20:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:20:43 (Reading database ... 13914 files and directories currently installed.) 03:20:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:20:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:20:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:20:44 (Reading database ... 13914 files and directories currently installed.) 03:20:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:20:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:20:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:20:44 (Reading database ... 13914 files and directories currently installed.) 03:20:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:20:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:20:44 Setting up passwd (1:4.5-1ubuntu2) ... 03:20:44 (Reading database ... 13914 files and directories currently installed.) 03:20:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:20:45 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:20:45 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:20:45 (Reading database ... 13914 files and directories currently installed.) 03:20:45 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 03:20:45 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 03:20:45 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 03:20:45 (Reading database ... 13914 files and directories currently installed.) 03:20:45 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 03:20:45 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 03:20:45 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 03:20:45 (Reading database ... 13914 files and directories currently installed.) 03:20:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:20:45 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:20:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:20:45 (Reading database ... 13914 files and directories currently installed.) 03:20:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:20:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:20:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:20:46 (Reading database ... 13914 files and directories currently installed.) 03:20:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:20:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:20:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:20:46 (Reading database ... 13914 files and directories currently installed.) 03:20:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:20:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:20:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:20:46 (Reading database ... 13914 files and directories currently installed.) 03:20:46 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 03:20:46 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 03:20:46 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 03:20:46 (Reading database ... 13914 files and directories currently installed.) 03:20:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 03:20:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 03:20:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 03:20:47 (Reading database ... 13915 files and directories currently installed.) 03:20:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:20:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:20:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:20:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:20:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:20:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:20:47 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:20:47 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:20:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:20:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:20:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:20:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:20:48 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:20:48 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:20:48 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:20:48 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:20:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:20:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:20:48 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:20:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:20:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:20:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:20:48 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:20:48 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:20:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:20:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:20:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:20:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:20:50 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:20:50 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:20:50 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:20:50 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:20:50 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:20:50 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:20:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:20:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:20:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:53 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:53 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:54 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:54 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:55 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:55 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:55 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:55 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:20:55 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:20:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:20:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:20:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:20:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:20:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:56 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:56 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:56 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:56 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:20:56 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:20:56 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:20:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:20:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:20:56 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:20:56 03:20:56 Current default time zone: 'Etc/UTC' 03:20:56 Local time is now: Wed May 12 03:20:56 UTC 2021. 03:20:56 Universal Time is now: Wed May 12 03:20:56 UTC 2021. 03:20:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:20:56 03:20:57 Setting up systemd-sysv (237-3ubuntu10.47) ... 03:20:57 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:57 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 03:20:57 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:20:57 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:20:57 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:20:57 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:20:57 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:20:57 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:20:57 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:20:57 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:57 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:20:57 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:57 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:20:57 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:57 Setting up patch (2.7.6-2ubuntu1.1) ... 03:20:57 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:20:57 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:20:57 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 03:20:57 Installing new version of config file /etc/ssl/openssl.cnf ... 03:20:57 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:20:57 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:20:57 Setting up ca-certificates (20210119~18.04.1) ... 03:20:59 Updating certificates in /etc/ssl/certs... 03:21:00 23 added, 27 removed; done. 03:21:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:21:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:21:00 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:21:00 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:21:00 Setting up pkgbinarymangler (138.18.04.1) ... 03:21:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:21:00 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:21:00 Setting up perl (5.26.1-6ubuntu0.5) ... 03:21:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:21:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:21:01 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:21:01 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:21:01 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:21:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:21:01 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:21:01 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:21:01 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:21:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:21:01 Processing triggers for systemd (237-3ubuntu10.47) ... 03:21:01 Processing triggers for mime-support (3.60ubuntu1) ... 03:21:01 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:21:01 Updating certificates in /etc/ssl/certs... 03:21:02 0 added, 0 removed; done. 03:21:02 Running hooks in /etc/ca-certificates/update.d... 03:21:02 done. 03:21:02 Reading package lists... 03:21:02 Building dependency tree... 03:21:02 Reading state information... 03:21:02 The following NEW packages will be installed: 03:21:02 apt-transport-https 03:21:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:21:03 Need to get 1692 B of archives. 03:21:03 After this operation, 154 kB of additional disk space will be used. 03:21:03 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 03:21:03 debconf: delaying package configuration, since apt-utils is not installed 03:21:03 Fetched 1692 B in 0s (8572 B/s) 03:21:03 Selecting previously unselected package apt-transport-https. 03:21:03 (Reading database ... 13920 files and directories currently installed.) 03:21:03 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 03:21:03 Unpacking apt-transport-https (1.6.13) ... 03:21:03 Setting up apt-transport-https (1.6.13) ... 03:21:03 Waiting for network to be ready... 03:21:11 2021-05-12T03:21:08Z INFO Waiting for automatic snapd restart... 03:21:12 snapd 2.49.2 from Canonical* installed 03:21:13 "snapd" switched to the "latest/stable" channel 03:21:13 03:21:15 core18 20210309 from Canonical* installed 03:21:16 "core18" switched to the "latest/stable" channel 03:21:16 03:21:19 snapcraft 4.7.1 from Canonical* installed 03:21:19 "snapcraft" switched to the "latest/stable" channel 03:21:19 03:21:23 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: 03:21:23 - README.md 03:21:23 03:21:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:21:24 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:21:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:21:24 ---> 35a742074989 03:21:24 Step 3/22 : WORKDIR /edgex-go 03:21:24 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:21:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:21:24 ---> 35a742074989 03:21:24 Step 3/23 : WORKDIR /edgex-go 03:21:24 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:21:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:21:24 ---> 35a742074989 03:21:24 Step 3/24 : WORKDIR /edgex-go 03:21:24 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:21:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:21:24 ---> 35a742074989 03:21:24 Step 3/23 : WORKDIR /edgex-go 03:21:24 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:21:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:21:24 ---> 35a742074989 03:21:24 Step 3/24 : WORKDIR /edgex-go 03:21:24 ---> Running in 4803945b140f 03:21:24 ---> Running in dc23ce822050 03:21:24 ---> Running in 64bd94abebb4 03:21:24 ---> Running in 10f16d8c0dc1 03:21:24 ---> Running in 69a1e22dbcf9 03:21:24 Removing intermediate container 64bd94abebb4 03:21:24 ---> 7f3fdf3bb0d5 03:21:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:24 Removing intermediate container dc23ce822050 03:21:24 ---> 906905578613 03:21:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:24 Removing intermediate container 4803945b140f 03:21:24 ---> 20a3a4e43f41 03:21:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:24 Removing intermediate container 10f16d8c0dc1 03:21:24 ---> 120fe7f3cd6c 03:21:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:24 Removing intermediate container 69a1e22dbcf9 03:21:24 ---> 101277825504 03:21:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:24 ---> Running in 7e113e0772e3 03:21:24 ---> Running in e22a98d0f9e1 03:21:24 ---> Running in a2ba85bf11bc 03:21:24 ---> Running in bf9cee2bf930 03:21:24 ---> Running in 732f62e390a0 03:21:24 Removing intermediate container 7e113e0772e3 03:21:24 ---> 2077cf039fda 03:21:24 Step 5/22 : RUN apk add --update --no-cache make git 03:21:24 ---> Running in 3e8b81f7a766 03:21:24 Removing intermediate container e22a98d0f9e1 03:21:24 ---> 26f4230d5bec 03:21:24 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:21:24 ---> Running in 444f967fa600 03:21:24 Removing intermediate container a2ba85bf11bc 03:21:24 ---> 81d35e9fe933 03:21:24 Step 5/23 : RUN apk add --update --no-cache make git 03:21:24 Removing intermediate container 732f62e390a0 03:21:24 ---> 3cc865ec0425 03:21:24 Step 5/24 : RUN apk add --update --no-cache make bash git 03:21:24 ---> Running in da20c5d54947 03:21:24 ---> Running in 0928704520b3 03:21:24 Removing intermediate container bf9cee2bf930 03:21:24 ---> 0cdfa4b36c34 03:21:24 Step 5/24 : RUN apk add --update --no-cache make git 03:21:24 ---> Running in 3028db522191 03:21:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:21:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:21:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:21:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:21:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:21:26 OK: 218 MiB in 52 packages 03:21:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:21:27 OK: 218 MiB in 52 packages 03:21:27 OK: 218 MiB in 52 packages 03:21:28 OK: 218 MiB in 52 packages 03:21:28 OK: 218 MiB in 52 packages 03:21:29 Removing intermediate container 3e8b81f7a766 03:21:29 ---> e0defceae62f 03:21:29 Step 6/22 : COPY go.mod . 03:21:29 Removing intermediate container 444f967fa600 03:21:29 ---> 3ff06ddf8771 03:21:29 Step 6/23 : COPY go.mod . 03:21:29 Removing intermediate container da20c5d54947 03:21:29 ---> ea5b30d3718f 03:21:29 Step 6/23 : COPY go.mod . 03:21:29 Removing intermediate container 0928704520b3 03:21:29 ---> a4801b064899 03:21:29 Step 6/24 : COPY go.mod . 03:21:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:21:30 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:21:30 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:21:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:21:30 ---> ba2072a78e9a 03:21:30 Step 7/22 : RUN go mod download 03:21:30 Removing intermediate container 3028db522191 03:21:30 ---> 02157bb679b2 03:21:30 Step 6/24 : COPY go.mod . 03:21:30 ---> Running in 0e85ca88402e 03:21:30 ---> 414b5365893e 03:21:30 Step 7/23 : RUN go mod download 03:21:30 ---> d042b6328498 03:21:30 Step 7/23 : RUN go mod download 03:21:30 ---> Running in 6460635ff035 03:21:30 ---> Running in 597ff4848284 03:21:31 ---> fd0ea7c050f6 03:21:31 Step 7/24 : RUN go mod download 03:21:31 ---> 3bbc8bb59ba3 03:21:31 Step 7/24 : RUN go mod download 03:21:31 Reading package lists... 03:21:31 ---> Running in 77971bd27746 03:21:31 ---> Running in 0a809c3a59b9 03:21:31 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 03:21:34 Removing intermediate container 0e85ca88402e 03:21:34 ---> 1e8580f32f6c 03:21:34 Step 8/22 : COPY . . 03:21:34 Removing intermediate container 6460635ff035 03:21:34 ---> ad7682f96001 03:21:34 Step 8/23 : COPY . . 03:21:35 Removing intermediate container 597ff4848284 03:21:35 ---> cd3821df5296 03:21:35 Step 8/23 : COPY . . 03:21:35 Removing intermediate container 0a809c3a59b9 03:21:35 ---> 5f83748bff63 03:21:35 Step 8/24 : COPY . . 03:21:36 Removing intermediate container 77971bd27746 03:21:36 ---> 238054d33b28 03:21:36 Step 8/24 : COPY . . 03:21:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:21:37 Reading package lists... 03:21:37 Building dependency tree... 03:21:37 Reading state information... 03:21:37 Suggested packages: 03:21:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:21:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:21:37 Recommended packages: 03:21:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:21:37 The following NEW packages will be installed: 03:21:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:21:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:21:37 pkg-config zip 03:21:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:21:37 Need to get 7663 kB of archives. 03:21:37 After this operation, 43.8 MB of additional disk space will be used. 03:21:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:21:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 03:21:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:21:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:21:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:21:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:21:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:21:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:21:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:21:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:21:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:21:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:21:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:21:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:21:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:21:38 debconf: delaying package configuration, since apt-utils is not installed 03:21:38 Fetched 7663 kB in 1s (10.6 MB/s) 03:21:38 Selecting previously unselected package libglib2.0-0:amd64. 03:21:38 (Reading database ... 13924 files and directories currently installed.) 03:21:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:21:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:21:38 Selecting previously unselected package libpsl5:amd64. 03:21:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:21:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:21:39 Selecting previously unselected package libnghttp2-14:amd64. 03:21:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:21:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:21:39 Selecting previously unselected package librtmp1:amd64. 03:21:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:21:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:21:39 Selecting previously unselected package libcurl3-gnutls:amd64. 03:21:39 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 03:21:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 03:21:39 Selecting previously unselected package liberror-perl. 03:21:39 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:21:39 Unpacking liberror-perl (0.17025-1) ... 03:21:39 Selecting previously unselected package git-man. 03:21:39 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:21:39 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:21:39 Selecting previously unselected package git. 03:21:39 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:21:39 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:21:40 Selecting previously unselected package libnorm1:amd64. 03:21:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:21:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:21:40 Selecting previously unselected package libpgm-5.2-0:amd64. 03:21:40 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:21:40 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:21:40 Selecting previously unselected package libsodium23:amd64. 03:21:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:21:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:21:40 Selecting previously unselected package libzmq5:amd64. 03:21:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:21:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:21:40 Selecting previously unselected package libzmq3-dev:amd64. 03:21:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:21:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:21:40 Selecting previously unselected package pkg-config. 03:21:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:21:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:21:40 Selecting previously unselected package zip. 03:21:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:21:40 Unpacking zip (3.0-11build1) ... 03:21:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:21:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:21:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:21:40 Setting up liberror-perl (0.17025-1) ... 03:21:41 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:21:41 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:21:41 No schema files found: doing nothing. 03:21:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:21:41 Setting up zip (3.0-11build1) ... 03:21:41 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:21:41 Setting up libsodium23:amd64 (1.0.16-2) ... 03:21:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:21:41 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:21:41 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 03:21:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:21:41 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:21:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:21:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:21:47 git set to automatically installed. 03:21:47 git-man set to automatically installed. 03:21:47 libcurl3-gnutls set to automatically installed. 03:21:47 liberror-perl set to automatically installed. 03:21:47 libglib2.0-0 set to automatically installed. 03:21:47 libnghttp2-14 set to automatically installed. 03:21:47 libnorm1 set to automatically installed. 03:21:47 libpgm-5.2-0 set to automatically installed. 03:21:47 libpsl5 set to automatically installed. 03:21:47 librtmp1 set to automatically installed. 03:21:47 libsodium23 set to automatically installed. 03:21:47 libzmq3-dev set to automatically installed. 03:21:47 libzmq5 set to automatically installed. 03:21:47 pkg-config set to automatically installed. 03:21:47 zip set to automatically installed. 03:21:49 snapd is not logged in, snap install commands will use sudo 03:21:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:22:03 ---> b25c925d63c9 03:22:03 Step 9/22 : RUN go mod tidy 03:22:03 ---> dd19cfb3aa40 03:22:03 Step 9/23 : RUN go mod tidy 03:22:03 ---> f0804b9cddd3 03:22:03 Step 9/23 : RUN go mod tidy 03:22:03 ---> 13980667aa43 03:22:03 Step 9/24 : RUN go mod tidy 03:22:03 ---> Running in 67a71f17a498 03:22:03 ---> Running in 231e3dd714ba 03:22:03 ---> Running in 565a768b2cbd 03:22:03 ---> Running in 3563ebf479e3 03:22:03 ---> 4476391f0d40 03:22:03 Step 9/24 : RUN go mod tidy 03:22:03 ---> Running in edc594132995 03:22:08 Removing intermediate container 67a71f17a498 03:22:08 ---> 00c5f2097f50 03:22:08 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:22:08 ---> Running in 7dbee3ad46fa 03:22:08 Removing intermediate container 231e3dd714ba 03:22:08 ---> 561007567b19 03:22:08 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 03:22:09 ---> Running in 3e23eeb2d52a 03:22:09 Removing intermediate container edc594132995 03:22:09 ---> 3b5c512dae15 03:22:09 Step 10/24 : RUN make cmd/core-command/core-command 03:22:09 ---> Running in 9a516f6f8878 03:22:09 Removing intermediate container 565a768b2cbd 03:22:09 ---> 5be65b104b84 03:22:09 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:22:09 Removing intermediate container 3563ebf479e3 03:22:09 ---> de42f14fc344 03:22:09 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:22:09 ---> Running in 49be8659cb38 03:22:09 ---> Running in 2434a9b29f35 03:22:10 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 03:22:10 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 03:22:11 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 03:22:11 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 03:22:12 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 03:22:14 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 03:22:14 snapd is not logged in, snap install commands will use sudo 03:22:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:22:19 snap "core18" has no updates available 03:22:19 Pulling go-build-helper 03:22:19 + snapcraftctl pull 03:22:20 'app-service-config' has dependencies that need to be staged: go-build-helper 03:22:20 Skipping pull go-build-helper (already ran) 03:22:20 Building go-build-helper 03:22:20 + snapcraftctl build 03:22:22 Staging go-build-helper 03:22:22 + snapcraftctl stage 03:22:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:22:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:22:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 03:22:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 03:22:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 03:22:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:22:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 03:22:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 03:22:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 03:22:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 03:22:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:22:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:22:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:22:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:22:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:22:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:22:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:22:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:22:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:22:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 03:22:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 03:22:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 03:22:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:22:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 03:22:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 03:22:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 03:22:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 03:22:32 Fetched 24.6 MB in 0s (0 B/s) 03:22:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:22:32 Fetched 224 kB in 0s (0 B/s) 03:22:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:22:32 Fetched 157 kB in 0s (0 B/s) 03:22:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:22:32 Fetched 221 kB in 0s (0 B/s) 03:22:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:22:32 Fetched 143 kB in 0s (0 B/s) 03:22:32 Pulling app-service-config 03:22:32 + snapcraftctl pull 03:22:33 Cloning into '/root/parts/app-service-config/src'... 03:22:34 Pulling config-common 03:22:34 + snapcraftctl pull 03:22:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:22:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:22:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:22:38 Fetched 0 B in 0s (0 B/s) 03:22:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:22:38 Fetched 0 B in 0s (0 B/s) 03:22:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:22:38 Fetched 0 B in 0s (0 B/s) 03:22:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:22:38 Fetched 0 B in 0s (0 B/s) 03:22:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:22:38 Fetched 0 B in 0s (0 B/s) 03:22:38 Pulling edgex-go 03:22:38 + snapcraftctl pull 03:23:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:23:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:23:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:23:00 Fetched 0 B in 0s (0 B/s) 03:23:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:23:00 Fetched 96.5 kB in 0s (0 B/s) 03:23:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:23:00 Fetched 279 kB in 0s (0 B/s) 03:23:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:23:00 Fetched 122 kB in 0s (0 B/s) 03:23:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:23:00 Fetched 77.8 kB in 0s (0 B/s) 03:23:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:23:00 Fetched 8848 B in 0s (0 B/s) 03:23:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:23:00 Fetched 47.8 kB in 0s (0 B/s) 03:23:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:23:00 Fetched 45.6 kB in 0s (0 B/s) 03:23:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:23:00 Fetched 15.0 kB in 0s (0 B/s) 03:23:00 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 03:23:00 Fetched 219 kB in 0s (0 B/s) 03:23:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:23:00 Fetched 154 kB in 0s (0 B/s) 03:23:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:23:00 Fetched 50.6 kB in 0s (0 B/s) 03:23:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:23:00 Fetched 14.8 kB in 0s (0 B/s) 03:23:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:23:00 Fetched 41.8 kB in 0s (0 B/s) 03:23:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:23:00 Fetched 499 kB in 0s (0 B/s) 03:23:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:23:00 Fetched 111 kB in 0s (0 B/s) 03:23:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:23:00 Fetched 240 kB in 0s (0 B/s) 03:23:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:23:00 Fetched 29.3 kB in 0s (0 B/s) 03:23:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:23:00 Fetched 85.5 kB in 0s (0 B/s) 03:23:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:23:00 Fetched 24.5 kB in 0s (0 B/s) 03:23:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:23:00 Fetched 49.2 kB in 0s (0 B/s) 03:23:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:23:00 Fetched 54.2 kB in 0s (0 B/s) 03:23:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:23:00 Fetched 30.8 kB in 0s (0 B/s) 03:23:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:23:00 Fetched 15.8 kB in 0s (0 B/s) 03:23:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:23:00 Fetched 85.9 kB in 0s (0 B/s) 03:23:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:23:00 Fetched 8720 B in 0s (0 B/s) 03:23:00 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 03:23:00 Fetched 137 kB in 0s (0 B/s) 03:23:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:23:00 Fetched 119 kB in 0s (0 B/s) 03:23:00 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 03:23:00 Fetched 110 kB in 0s (0 B/s) 03:23:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:23:00 Fetched 11.1 kB in 0s (0 B/s) 03:23:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:23:00 Fetched 645 kB in 0s (0 B/s) 03:23:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:23:00 Fetched 41.3 kB in 0s (0 B/s) 03:23:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:23:00 Fetched 17.9 kB in 0s (0 B/s) 03:23:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:23:00 Fetched 368 kB in 0s (0 B/s) 03:23:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:23:00 Fetched 187 kB in 0s (0 B/s) 03:23:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:23:00 Fetched 175 kB in 0s (0 B/s) 03:23:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:23:00 Fetched 206 kB in 0s (0 B/s) 03:23:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 03:23:00 Fetched 1301 kB in 0s (0 B/s) 03:23:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:23:00 Fetched 36.2 kB in 0s (0 B/s) 03:23:00 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 03:23:00 Fetched 159 kB in 0s (0 B/s) 03:23:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:23:00 Fetched 107 kB in 0s (0 B/s) 03:23:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:23:00 Fetched 48.7 kB in 0s (0 B/s) 03:23:00 Pulling static-packages 03:23:00 + snapcraftctl pull 03:23:00 Pulling version 03:23:00 + cd /root/project 03:23:00 + [ -f VERSION ] 03:23:00 + PROJECT_VERSION=local-dev 03:23:00 + git rev-parse --short HEAD 03:23:00 + GIT_REVISION=34f02359 03:23:00 + snapcraftctl set-version local-dev 03:23:00 Skipping build go-build-helper (already ran) 03:23:00 Building app-service-config 03:23:00 + make build 03:23:00 go mod tidy 03:23:02 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 03:23:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 03:23:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 03:23:02 go: downloading github.com/gorilla/mux v1.8.0 03:23:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 03:23:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 03:23:02 go: downloading github.com/go-playground/validator/v10 v10.5.0 03:23:02 go: downloading github.com/google/uuid v1.2.0 03:23:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:23:02 go: downloading github.com/leodido/go-urn v1.2.0 03:23:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 03:23:03 go: downloading github.com/stretchr/testify v1.7.0 03:23:03 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 03:23:03 go: downloading golang.org/x/text v0.3.2 03:23:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 03:23:03 go: downloading github.com/go-playground/locales v0.13.0 03:23:03 go: downloading github.com/go-kit/kit v0.8.0 03:23:03 go: downloading github.com/go-playground/assert/v2 v2.0.1 03:23:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 03:23:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:23:03 go: downloading github.com/go-playground/universal-translator v0.17.0 03:23:03 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:23:03 go: downloading github.com/x448/float16 v0.8.4 03:23:03 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:23:03 go: downloading github.com/hashicorp/consul/api v1.8.1 03:23:03 go: downloading github.com/pebbe/zmq4 v1.2.7 03:23:03 go: downloading github.com/pelletier/go-toml v1.9.0 03:23:03 go: downloading github.com/davecgh/go-spew v1.1.1 03:23:03 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:23:03 go: downloading github.com/pmezard/go-difflib v1.0.0 03:23:03 go: downloading github.com/mattn/go-colorable v0.1.6 03:23:03 go: downloading github.com/fatih/color v1.9.0 03:23:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:23:03 go: downloading github.com/hashicorp/serf v0.9.5 03:23:03 go: downloading github.com/mattn/go-isatty v0.0.12 03:23:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:23:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:23:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:23:03 go: downloading github.com/stretchr/objx v0.1.0 03:23:03 go: downloading github.com/go-stack/stack v1.8.0 03:23:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:23:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:23:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:23:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:23:04 go: downloading github.com/onsi/ginkgo v1.10.1 03:23:04 go: downloading github.com/hashicorp/consul/sdk v0.7.0 03:23:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:23:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:23:04 go: downloading github.com/mitchellh/copystructure v1.0.0 03:23:04 go: downloading github.com/onsi/gomega v1.7.0 03:23:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:23:04 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 03:23:04 go: downloading github.com/hashicorp/go-uuid v1.0.1 03:23:04 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:23:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:23:04 go: downloading github.com/pkg/errors v0.8.1 03:23:04 go: downloading github.com/gorilla/websocket v1.4.2 03:23:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:23:04 go: downloading github.com/hashicorp/memberlist v0.2.2 03:23:04 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:23:04 go: downloading github.com/kr/pretty v0.2.0 03:23:04 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:23:04 go: downloading github.com/mitchellh/go-homedir v1.1.0 03:23:04 go: downloading github.com/hashicorp/go-msgpack v0.5.3 03:23:04 go: downloading gopkg.in/yaml.v2 v2.4.0 03:23:04 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 03:23:04 go: downloading github.com/kr/text v0.1.0 03:23:04 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:23:04 go: downloading github.com/hashicorp/go-multierror v1.1.0 03:23:04 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 03:23:04 go: downloading github.com/miekg/dns v1.1.26 03:23:04 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:23:04 go: downloading github.com/golang/protobuf v1.3.2 03:23:04 go: downloading github.com/hashicorp/errwrap v1.0.0 03:23:04 go: downloading github.com/hpcloud/tail v1.0.0 03:23:04 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 03:23:04 go: downloading gopkg.in/fsnotify.v1 v1.4.7 03:23:04 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 03:23:04 go: downloading github.com/fsnotify/fsnotify v1.4.7 03:23:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 03:23:14 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 03:23:14 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 03:23:14 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 03:23:14 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 03:23:14 Building config-common 03:23:14 + snapcraftctl build 03:23:17 Building edgex-go 03:23:17 + cd /root/parts/edgex-go/src 03:23:17 + make build 03:23:17 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 03:23:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:23:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 03:23:17 go: downloading github.com/imdario/mergo v0.3.12 03:23:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:23:26 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 03:23:28 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 03:23:29 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 03:23:29 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 03:23:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:23:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:23:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:23:34 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 03:23:35 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 03:23:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:23:36 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 03:23:37 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 03:23:39 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 03:23:39 go: downloading github.com/lib/pq v1.10.1 03:23:41 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:23:41 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:23:41 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:23:41 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:23:41 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:23:41 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:23:41 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:23:41 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:23:41 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:23:41 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:23:41 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:23:41 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:23:41 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:23:41 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:23:41 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:23:41 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:23:41 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:23:41 + 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 03:23:41 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:23:41 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:23:41 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 03:23:41 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:23:41 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:23:41 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:23:41 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:23:41 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:23:44 Building static-packages 03:23:44 + snapcraftctl build 03:23:45 Building version 03:23:45 + snapcraftctl build 03:23:48 Skipping stage go-build-helper (already ran) 03:23:48 Staging app-service-config 03:23:48 + snapcraftctl stage 03:23:48 Staging config-common 03:23:48 + snapcraftctl stage 03:23:49 Staging edgex-go 03:23:49 + snapcraftctl stage 03:23:50 Staging static-packages 03:23:50 + snapcraftctl stage 03:23:51 Staging version 03:23:51 + snapcraftctl stage 03:23:52 Priming go-build-helper 03:23:52 + snapcraftctl prime 03:23:53 Priming app-service-config 03:23:53 + snapcraftctl prime 03:23:55 Priming config-common 03:23:55 + snapcraftctl prime 03:23:56 Priming edgex-go 03:23:56 + snapcraftctl prime 03:23:57 Priming static-packages 03:23:57 + snapcraftctl prime 03:23:59 Priming version 03:23:59 + snapcraftctl prime 03:24:00 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] } 03:24:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:24:09 Removing intermediate container 7dbee3ad46fa 03:24:09 ---> 84a0d37327a8 03:24:09 03:24:09 Step 11/22 : FROM alpine:3.12 03:24:09 3.12: Pulling from library/alpine 03:24:11 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 03:24:11 Status: Downloaded newer image for alpine:3.12 03:24:11 ---> 9852663dfa18 03:24:11 Step 12/22 : RUN apk add --update --no-cache curl 03:24:13 ---> Running in 7e52b4960306 03:24:13 Removing intermediate container 2434a9b29f35 03:24:13 ---> baaf4faa7cc0 03:24:13 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:24:13 ---> Running in fadcd6479ceb 03:24:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:15 (1/4) Installing ca-certificates (20191127-r4) 03:24:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:24:15 (3/4) Installing libcurl (7.76.1-r0) 03:24:15 (4/4) Installing curl (7.76.1-r0) 03:24:15 Executing busybox-1.31.1-r20.trigger 03:24:16 Executing ca-certificates-20191127-r4.trigger 03:24:16 OK: 7 MiB in 18 packages 03:24:16 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 03:24:20 Removing intermediate container 9a516f6f8878 03:24:20 ---> bfd83d911466 03:24:20 03:24:20 Step 11/24 : FROM alpine:3.12 03:24:20 ---> 9852663dfa18 03:24:20 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:24:20 Removing intermediate container 7e52b4960306 03:24:20 ---> 4269306df0e4 03:24:20 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:24:20 ---> Running in 36fae0ac3ee7 03:24:21 Removing intermediate container 3e23eeb2d52a 03:24:21 ---> adcb77c7dce0 03:24:21 03:24:21 Step 11/23 : FROM alpine:3.12 03:24:21 ---> 9852663dfa18 03:24:21 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:24:21 Removing intermediate container 49be8659cb38 03:24:21 ---> 49c59e0ee203 03:24:21 03:24:21 Step 11/23 : FROM alpine:3.12 03:24:21 ---> 9852663dfa18 03:24:21 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:24:21 ---> Running in 098a2ed33bdb 03:24:21 ---> Running in c02ad7c94adb 03:24:21 ---> Running in a61796c685ca 03:24:21 Removing intermediate container fadcd6479ceb 03:24:21 ---> 795deae16d52 03:24:21 03:24:21 Step 12/24 : FROM docker:20.10.0 03:24:21 20.10.0: Pulling from library/docker 03:24:21 Removing intermediate container 098a2ed33bdb 03:24:21 ---> 2e6472630b86 03:24:21 Step 14/22 : WORKDIR /edgex 03:24:22 ---> Running in 3635f7bda7f5 03:24:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:22 Removing intermediate container 3635f7bda7f5 03:24:22 ---> 3e6658cef7b1 03:24:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:24:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:23 (1/1) Installing dumb-init (1.2.2-r1) 03:24:23 Executing busybox-1.31.1-r20.trigger 03:24:23 OK: 5 MiB in 15 packages 03:24:24 (1/2) Installing ca-certificates (20191127-r4) 03:24:24 (1/1) Installing dumb-init (1.2.2-r1) 03:24:24 Executing busybox-1.31.1-r20.trigger 03:24:24 (2/2) Installing dumb-init (1.2.2-r1) 03:24:24 Executing busybox-1.31.1-r20.trigger 03:24:24 OK: 5 MiB in 15 packages 03:24:24 Executing ca-certificates-20191127-r4.trigger 03:24:24 OK: 6 MiB in 16 packages 03:24:24 ---> 675d209f6af0 03:24:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:24:25 Removing intermediate container 36fae0ac3ee7 03:24:25 ---> 9f8d9172ef62 03:24:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:24:25 ---> Running in d305ca935f1f 03:24:26 Removing intermediate container c02ad7c94adb 03:24:26 ---> 52bb302936d5 03:24:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:24:26 ---> 830cae39a46c 03:24:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:24:26 ---> Running in 166eff5cd01e 03:24:26 Removing intermediate container d305ca935f1f 03:24:26 ---> 2ca6fa9f27f3 03:24:26 Step 14/24 : ENV APP_PORT=48082 03:24:26 Removing intermediate container a61796c685ca 03:24:26 ---> 4f53e859ecf8 03:24:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:24:27 ---> Running in e1a415726bd5 03:24:27 ---> Running in 505a66073633 03:24:27 Removing intermediate container 166eff5cd01e 03:24:27 ---> 113d7c4b38f8 03:24:27 Step 14/23 : ENV APP_PORT=48085 03:24:28 ---> Running in 12ff81d10993 03:24:28 ---> cfb8417d6e6e 03:24:28 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:24:28 Removing intermediate container e1a415726bd5 03:24:28 ---> 3069408a297a 03:24:28 Step 15/24 : EXPOSE $APP_PORT 03:24:28 Removing intermediate container 505a66073633 03:24:28 ---> f93638c98b87 03:24:28 Step 14/23 : ENV APP_PORT=48060 03:24:28 ---> Running in 5bdb81286fef 03:24:28 Removing intermediate container 12ff81d10993 03:24:28 ---> d16527b78846 03:24:28 Step 15/23 : EXPOSE $APP_PORT 03:24:28 ---> Running in dbde744f9480 03:24:28 ---> Running in 41a123a00f40 03:24:29 ---> Running in 93d532830982 03:24:29 Removing intermediate container dbde744f9480 03:24:29 ---> ae96545a8595 03:24:29 Step 19/22 : CMD ["--init=true"] 03:24:29 Removing intermediate container 5bdb81286fef 03:24:29 ---> 33cf2a71b55d 03:24:29 Step 16/24 : WORKDIR / 03:24:29 Removing intermediate container 41a123a00f40 03:24:29 ---> d01b53484530 03:24:29 Step 15/23 : EXPOSE $APP_PORT 03:24:30 ---> Running in b4097fb329df 03:24:30 ---> Running in 6a1cecf3dfaf 03:24:30 Removing intermediate container 93d532830982 03:24:30 ---> f1644ecb5cf5 03:24:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:30 ---> Running in 339a9814c1c8 03:24:31 Removing intermediate container b4097fb329df 03:24:31 ---> 80cc16c25142 03:24:31 Step 20/22 : LABEL arch=arm64 03:24:31 Removing intermediate container 6a1cecf3dfaf 03:24:31 ---> 523ac5c3476c 03:24:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:31 ---> Running in b8f7d72db58d 03:24:31 Removing intermediate container 339a9814c1c8 03:24:31 ---> 277dc92ae5a6 03:24:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:31 ---> c774a2294d02 03:24:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:24:32 Removing intermediate container b8f7d72db58d 03:24:32 ---> 8a53de2bb8ec 03:24:32 Step 21/22 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:24:33 ---> 20c13ddf1f04 03:24:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:24:33 ---> 76794c19f5fd 03:24:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:24:33 ---> Running in bcb86b8b609c 03:24:34 Removing intermediate container bcb86b8b609c 03:24:34 ---> fde4d2fcc7d9 03:24:34 Step 22/22 : LABEL version=0.0.0 03:24:34 ---> 291f2d624b2e 03:24:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:24:35 ---> Running in b7e13b229df0 03:24:35 ---> 2c372d9de8b1 03:24:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:24:35 ---> eaa638c17259 03:24:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:24:35 Removing intermediate container b7e13b229df0 03:24:35 ---> 1a91aec4b308 03:24:35 03:24:36 ---> 842db6fc82a2 03:24:36 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 03:24:36 Successfully built 1a91aec4b308 03:24:36 ---> Running in 135a9d785da9 03:24:36 Successfully tagged security-proxy-setup-arm64:latest 03:24:36  Building security-proxy-setup ... done Building core-data 03:24:36 ---> 01f35ed25525 03:24:36 Step 20/24 : ENTRYPOINT ["/core-command"] 03:24:36 ---> 356b8a8661f3 03:24:36 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:24:37 ---> Running in 081de12a3891 03:24:37 ---> Running in 814572ca0a10 03:24:37 Removing intermediate container 135a9d785da9 03:24:37 ---> 0bf7bfef0206 03:24:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:37 ---> Running in 237cdcd06808 03:24:37 Removing intermediate container 081de12a3891 03:24:37 ---> 1a987ed10a78 03:24:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:37 Removing intermediate container 814572ca0a10 03:24:37 ---> 15cb913f4968 03:24:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:37 ---> Running in dab7c779eef4 03:24:37 ---> Running in c9de466afe1f 03:24:38 Removing intermediate container 237cdcd06808 03:24:38 ---> ebda066e4119 03:24:38 Step 21/23 : LABEL arch=arm64 03:24:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:24:38 Status: Downloaded newer image for docker:20.10.0 03:24:38 ---> eeaf43b92773 03:24:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:24:38 Removing intermediate container dab7c779eef4 03:24:38 ---> 17a19b6165da 03:24:38 Step 22/24 : LABEL arch=arm64 03:24:39 ---> Running in a00db9bc80cc 03:24:39 ---> Running in 688d671dba84 03:24:39 ---> Running in 14351dbf7f6e 03:24:39 Removing intermediate container c9de466afe1f 03:24:39 ---> 80846e7b4cb2 03:24:39 Step 21/23 : LABEL arch=arm64 03:24:40 Removing intermediate container a00db9bc80cc 03:24:40 ---> bfda386b9824 03:24:40 Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:24:40 ---> Running in df3b70d2d47a 03:24:40 ---> Running in 552f13a5bd18 03:24:40 Removing intermediate container 14351dbf7f6e 03:24:40 ---> 61b83332eaee 03:24:40 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:24:40 Removing intermediate container 688d671dba84 03:24:40 ---> cea3363f00c8 03:24:40 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:24:40 ---> Running in 24dd91303849 03:24:40 ---> Running in 54b810e3f04c 03:24:40 Removing intermediate container df3b70d2d47a 03:24:40 ---> 7dc425538afe 03:24:40 Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:24:41 Removing intermediate container 552f13a5bd18 03:24:41 ---> 54c4ca4d1df0 03:24:41 Step 23/23 : LABEL version=0.0.0 03:24:41 ---> Running in d1ae66c65612 03:24:41 Removing intermediate container 54b810e3f04c 03:24:41 ---> a8656f4d88d2 03:24:41 Step 24/24 : LABEL version=0.0.0 03:24:42 ---> Running in dfa9ab0fa94c 03:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:42 ---> Running in 360f6077b519 03:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:42 Removing intermediate container d1ae66c65612 03:24:42 ---> c7ab49baef9c 03:24:42 Step 23/23 : LABEL version=0.0.0 03:24:42 Removing intermediate container dfa9ab0fa94c 03:24:42 ---> f8cd58f8540c 03:24:42 03:24:42 (1/39) Installing readline (8.0.4-r0) 03:24:42 ---> Running in a8cc72f57990 03:24:42 (2/39) Installing bash (5.0.17-r0) 03:24:42 Removing intermediate container 360f6077b519 03:24:42 ---> 5f8ca860b979 03:24:42 03:24:43 Executing bash-5.0.17-r0.post-install 03:24:43 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:24:43 (4/39) Installing libcurl (7.76.1-r0) 03:24:43 (5/39) Installing curl (7.76.1-r0) 03:24:43 (6/39) Installing dumb-init (1.2.2-r1) 03:24:43 (7/39) Installing libbz2 (1.0.8-r1) 03:24:43 (8/39) Installing expat (2.2.9-r1) 03:24:43 (9/39) Installing libffi (3.3-r2) 03:24:43 (10/39) Installing gdbm (1.13-r1) 03:24:43 (11/39) Installing xz-libs (5.2.5-r0) 03:24:43 (12/39) Installing sqlite-libs (3.32.1-r0) 03:24:43 (13/39) Installing python3 (3.8.10-r0) 03:24:43 Successfully built f8cd58f8540c 03:24:43 Successfully tagged support-scheduler-arm64:latest 03:24:43  Building support-scheduler ... done Building security-secretstore-setup 03:24:43 Successfully built 5f8ca860b979 03:24:44 Successfully tagged core-command-arm64:latest 03:24:44  Building core-command ... done Building security-bootstrapper 03:24:44 Removing intermediate container a8cc72f57990 03:24:44 ---> 75aedf115a32 03:24:44 03:24:44 Successfully built 75aedf115a32 03:24:44 Successfully tagged support-notifications-arm64:latest 03:24:44  Building support-notifications ... done Building core-metadata 03:24:45 (14/39) Installing py3-appdirs (1.4.4-r1) 03:24:45 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:24:45 (16/39) Installing py3-parsing (2.4.7-r0) 03:24:45 (17/39) Installing py3-six (1.15.0-r0) 03:24:45 (18/39) Installing py3-packaging (20.4-r0) 03:24:45 (19/39) Installing py3-setuptools (47.0.0-r0) 03:24:45 (20/39) Installing py3-chardet (3.0.4-r4) 03:24:45 (21/39) Installing py3-idna (2.9-r0) 03:24:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:24:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:24:45 (24/39) Installing py3-requests (2.23.0-r0) 03:24:45 (25/39) Installing py3-msgpack (1.0.0-r0) 03:24:45 (26/39) Installing py3-lockfile (0.12.2-r3) 03:24:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:24:45 (28/39) Installing py3-colorama (0.4.3-r0) 03:24:45 (29/39) Installing py3-distlib (0.3.0-r0) 03:24:45 (30/39) Installing py3-distro (1.5.0-r1) 03:24:45 (31/39) Installing py3-webencodings (0.5.1-r3) 03:24:45 (32/39) Installing py3-html5lib (1.0.1-r4) 03:24:45 (33/39) Installing py3-pytoml (0.1.21-r0) 03:24:45 (34/39) Installing py3-pep517 (0.8.2-r0) 03:24:45 (35/39) Installing py3-progress (1.5-r0) 03:24:45 (36/39) Installing py3-toml (0.10.1-r0) 03:24:45 (37/39) Installing py3-retrying (1.3.3-r0) 03:24:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:24:45 (39/39) Installing py3-pip (20.1.1-r0) 03:24:45 Executing busybox-1.31.1-r19.trigger 03:24:45 OK: 72 MiB in 59 packages 03:24:50 Collecting docker-compose==1.23.2 03:24:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:24:51 Collecting PyYAML<4,>=3.10 03:24:51 Downloading PyYAML-3.13.tar.gz (270 kB) 03:24:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:24:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:24:56 Collecting jsonschema<3,>=2.5.1 03:24:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:24:56 Collecting cached-property<2,>=1.2.0 03:24:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:24:57 Collecting docker<4.0,>=3.6.0 03:24:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:24:58 Collecting texttable<0.10,>=0.9.0 03:24:58 Downloading texttable-0.9.1.tar.gz (11 kB) 03:25:00 Collecting dockerpty<0.5,>=0.4.1 03:25:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:25:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:25:02 Collecting websocket-client<1.0,>=0.32.0 03:25:02 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 03:25:03 Collecting docopt<0.7,>=0.6.1 03:25:03 Downloading docopt-0.6.2.tar.gz (25 kB) 03:25:05 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) 03:25:05 Collecting urllib3<1.25,>=1.21.1 03:25:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:25:05 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) 03:25:06 Collecting idna<2.8,>=2.5 03:25:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:25:06 Collecting docker-pycreds>=0.4.0 03:25:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:25:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:25:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:25:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:25:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:25:07 Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docker-pycreds, docker, texttable, dockerpty, docopt, docker-compose 03:25:07 Running setup.py install for PyYAML: started 03:25:09 Running setup.py install for PyYAML: finished with status 'done' 03:25:09 Attempting uninstall: urllib3 03:25:09 Found existing installation: urllib3 1.25.9 03:25:09 Uninstalling urllib3-1.25.9: 03:25:09 Successfully uninstalled urllib3-1.25.9 03:25:10 Attempting uninstall: idna 03:25:10 Found existing installation: idna 2.9 03:25:10 Uninstalling idna-2.9: 03:25:10 Successfully uninstalled idna-2.9 03:25:10 Attempting uninstall: requests 03:25:10 Found existing installation: requests 2.23.0 03:25:10 Uninstalling requests-2.23.0: 03:25:10 Successfully uninstalled requests-2.23.0 03:25:12 Running setup.py install for texttable: started 03:25:14 Running setup.py install for texttable: finished with status 'done' 03:25:14 Running setup.py install for dockerpty: started 03:25:17 Running setup.py install for dockerpty: finished with status 'done' 03:25:17 Running setup.py install for docopt: started 03:25:19 Running setup.py install for docopt: finished with status 'done' 03:25:20 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.59.0 03:25:21 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:25:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:25:21 ---> 35a742074989 03:25:21 Step 3/24 : WORKDIR /edgex-go 03:25:21 ---> Using cache 03:25:21 ---> 101277825504 03:25:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:21 ---> Using cache 03:25:21 ---> 0cdfa4b36c34 03:25:21 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:25:32 ---> Running in 0dee111ee3ab 03:25:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:25:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:25:33 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:25:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:25:33 ---> 35a742074989 03:25:33 Step 3/26 : WORKDIR /edgex-go 03:25:33 ---> Using cache 03:25:33 ---> 101277825504 03:25:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:33 ---> Using cache 03:25:33 ---> 0cdfa4b36c34 03:25:33 Step 5/26 : RUN apk add --update --no-cache make git 03:25:33 ---> Using cache 03:25:33 ---> 02157bb679b2 03:25:33 Step 6/26 : COPY go.mod . 03:25:33 ---> Using cache 03:25:33 ---> 3bbc8bb59ba3 03:25:33 Step 7/26 : RUN go mod download 03:25:33 ---> Using cache 03:25:33 ---> 238054d33b28 03:25:33 Step 8/26 : COPY . . 03:25:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:25:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:25:34 ---> 35a742074989 03:25:34 Step 3/24 : WORKDIR /edgex-go 03:25:34 ---> Using cache 03:25:34 ---> 101277825504 03:25:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:34 ---> Using cache 03:25:34 ---> 0cdfa4b36c34 03:25:34 Step 5/24 : RUN apk add --update --no-cache make git 03:25:34 ---> Using cache 03:25:34 ---> 02157bb679b2 03:25:34 Step 6/24 : COPY go.mod . 03:25:34 ---> Using cache 03:25:34 ---> 3bbc8bb59ba3 03:25:34 Step 7/24 : RUN go mod download 03:25:34 ---> Using cache 03:25:34 ---> 238054d33b28 03:25:34 Step 8/24 : COPY . . 03:25:34 ---> Using cache 03:25:34 ---> 4476391f0d40 03:25:34 Step 9/26 : RUN go mod tidy 03:25:34 ---> Using cache 03:25:34 ---> 3b5c512dae15 03:25:34 OK: 218 MiB in 52 packages 03:25:34 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:25:34 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:25:34 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:25:34 ---> 35a742074989 03:25:34 Step 3/32 : WORKDIR /edgex-go 03:25:34 ---> Using cache 03:25:34 ---> 101277825504 03:25:34 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:34 ---> Using cache 03:25:34 ---> 0cdfa4b36c34 03:25:34 Step 5/32 : RUN apk add --update --no-cache make git 03:25:34 ---> Using cache 03:25:34 ---> 02157bb679b2 03:25:34 Step 6/32 : COPY go.mod . 03:25:34 ---> Using cache 03:25:34 ---> 3bbc8bb59ba3 03:25:34 Step 7/32 : RUN go mod download 03:25:34 ---> Using cache 03:25:34 ---> 238054d33b28 03:25:34 Step 8/32 : COPY . . 03:25:35 ---> Using cache 03:25:35 ---> 4476391f0d40 03:25:35 Step 9/24 : RUN go mod tidy 03:25:35 ---> Using cache 03:25:35 ---> 3b5c512dae15 03:25:35 Step 10/24 : RUN make cmd/core-metadata/core-metadata 03:25:35 ---> Using cache 03:25:35 ---> 4476391f0d40 03:25:35 Step 9/32 : RUN go mod tidy 03:25:35 ---> Using cache 03:25:35 ---> 3b5c512dae15 03:25:35 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:25:36 ---> Running in 2bf97231b550 03:25:36 ---> Running in df0264e59086 03:25:36 ---> Running in 4376305322e3 03:25:37 Removing intermediate container 0dee111ee3ab 03:25:37 ---> 228b9a56f95a 03:25:37 Step 6/24 : COPY go.mod . 03:25:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:25:39 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 03:25:39 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 03:25:39 ---> 2df2704eee2c 03:25:39 Step 7/24 : RUN go mod download 03:25:39 ---> Running in ef2f7ead5829 03:25:43 Removing intermediate container 24dd91303849 03:25:43 ---> 9ccb44a90214 03:25:43 Step 15/24 : ENV APP_PORT=48090 03:25:43 ---> Running in f2c41d3ed781 03:25:43 Removing intermediate container ef2f7ead5829 03:25:43 ---> 48ce1463c7bc 03:25:43 Step 8/24 : COPY . . 03:25:44 Removing intermediate container f2c41d3ed781 03:25:44 ---> f5fcdf35a3c7 03:25:44 Step 16/24 : EXPOSE $APP_PORT 03:25:44 ---> Running in 2d09a96bf8a2 03:25:45 Removing intermediate container 2d09a96bf8a2 03:25:45 ---> 713cd21d992c 03:25:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:25:48 ---> 68cc3042ab35 03:25:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:25:51 ---> bdb168794335 03:25:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:25:54 ---> eeb721651a74 03:25:54 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 03:25:54 ---> Running in dcb34e7deb86 03:25:55 Removing intermediate container dcb34e7deb86 03:25:55 ---> 0003805ce49d 03:25:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:55 ---> Running in 2576f3fc915b 03:25:57 Removing intermediate container 2576f3fc915b 03:25:57 ---> f5c474271717 03:25:57 Step 22/24 : LABEL arch=arm64 03:25:57 ---> Running in 8f2247354b08 03:25:58 Removing intermediate container 8f2247354b08 03:25:58 ---> e0335ac2edb5 03:25:58 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:25:59 ---> Running in da030fb334d7 03:26:00 Removing intermediate container da030fb334d7 03:26:00 ---> 5d8b799e5965 03:26:00 Step 24/24 : LABEL version=0.0.0 03:26:01 ---> Running in 2373269f9194 03:26:02 Removing intermediate container 2373269f9194 03:26:02 ---> eca52a7dafb0 03:26:02 03:26:03 Successfully built eca52a7dafb0 03:26:03 Successfully tagged sys-mgmt-agent-arm64:latest 03:26:05  Building sys-mgmt-agent ... done  ---> 72d5092e76ac 03:26:05 Step 9/24 : RUN go mod tidy 03:26:05 ---> Running in 0b9899aa773c 03:26:12 Removing intermediate container 0b9899aa773c 03:26:12 ---> d54b8589405f 03:26:12 Step 10/24 : RUN make cmd/core-data/core-data 03:26:12 ---> Running in cb026c7cf244 03:26:14 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 03:27:11 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 03:27:14 Removing intermediate container 4376305322e3 03:27:14 ---> 46cdf4baf838 03:27:14 03:27:14 Step 11/32 : FROM alpine:3.12 03:27:14 ---> 9852663dfa18 03:27:14 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:27:15 ---> Running in 05f4f50c66d2 03:27:16 Removing intermediate container 05f4f50c66d2 03:27:16 ---> 577b214c6abb 03:27:16 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 03:27:16 ---> Running in 38c6f7fe0e88 03:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:19 (1/2) Installing dumb-init (1.2.2-r1) 03:27:19 (2/2) Installing su-exec (0.2-r1) 03:27:19 Executing busybox-1.31.1-r20.trigger 03:27:19 OK: 5 MiB in 16 packages 03:27:20 Removing intermediate container 2bf97231b550 03:27:20 ---> 212a7cb1b6a8 03:27:20 03:27:20 Step 11/26 : FROM alpine:3.12 03:27:20 ---> 9852663dfa18 03:27:20 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:27:20 ---> Running in 10c13f2c984c 03:27:21 Removing intermediate container 38c6f7fe0e88 03:27:21 ---> b8e0228132df 03:27:21 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 03:27:22 ---> Running in 0705eb40fa3a 03:27:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:22 Removing intermediate container 0705eb40fa3a 03:27:22 ---> 2efa58a41e9e 03:27:22 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:27:23 ---> Running in a65a0e0148f5 03:27:23 (1/6) Installing ca-certificates (20191127-r4) 03:27:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:27:23 (3/6) Installing libcurl (7.76.1-r0) 03:27:23 (4/6) Installing curl (7.76.1-r0) 03:27:23 (5/6) Installing dumb-init (1.2.2-r1) 03:27:23 (6/6) Installing su-exec (0.2-r1) 03:27:23 Executing busybox-1.31.1-r20.trigger 03:27:23 Executing ca-certificates-20191127-r4.trigger 03:27:23 OK: 7 MiB in 20 packages 03:27:23 Removing intermediate container a65a0e0148f5 03:27:23 ---> 6a35a2f24a97 03:27:23 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:27:24 ---> Running in 2dbc3ea8a8ac 03:27:26 Removing intermediate container 10c13f2c984c 03:27:26 ---> 9cf869aee0c2 03:27:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:27:26 ---> Running in d7e3fbe1e5ab 03:27:27 Removing intermediate container d7e3fbe1e5ab 03:27:27 ---> bfa26805ed34 03:27:27 Step 14/26 : WORKDIR / 03:27:27 ---> Running in b15125d39fbc 03:27:28 Removing intermediate container 2dbc3ea8a8ac 03:27:28 ---> 2c082c7b88c7 03:27:28 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 03:27:28 ---> Running in ca7dfdf0af88 03:27:28 Removing intermediate container b15125d39fbc 03:27:28 ---> 7e47a5a76d39 03:27:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:27:29 Removing intermediate container ca7dfdf0af88 03:27:29 ---> f6ac1fab3186 03:27:29 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:27:30 ---> 444560c45ff6 03:27:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:27:30 ---> bbd1e68cef3b 03:27:30 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:27:31 ---> Running in c85d91268ef9 03:27:31 ---> 5facab4a433e 03:27:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:27:33 ---> 0059d78e1202 03:27:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:27:35 Removing intermediate container c85d91268ef9 03:27:35 ---> 12b94626c5c4 03:27:35 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:27:35 ---> 897fbc79d61c 03:27:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:27:37 ---> b6dcb50addd8 03:27:37 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:27:38 ---> bc30d10a1fea 03:27:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:27:38 Removing intermediate container df0264e59086 03:27:38 ---> 9d2951c18954 03:27:38 03:27:38 Step 11/24 : FROM alpine:3.12 03:27:38 ---> 9852663dfa18 03:27:38 Step 12/24 : RUN apk add --update --no-cache dumb-init 03:27:38 ---> Using cache 03:27:38 ---> 52bb302936d5 03:27:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:27:38 ---> Using cache 03:27:38 ---> 113d7c4b38f8 03:27:38 Step 14/24 : ENV APP_PORT=48081 03:27:39 ---> Running in 250d646cf328 03:27:40 Removing intermediate container 250d646cf328 03:27:40 ---> 485164175b8d 03:27:40 Step 15/24 : EXPOSE $APP_PORT 03:27:40 ---> Running in efe07137ca27 03:27:40 ---> 6bc6eae9a591 03:27:40 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:27:41 ---> 69d8135ab915 03:27:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:27:41 Removing intermediate container efe07137ca27 03:27:41 ---> 45f2aa49c2b8 03:27:41 Step 16/24 : WORKDIR / 03:27:41 ---> Running in a6e2637fb4b7 03:27:41 ---> f80bb7c7dfa7 03:27:41 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:27:41 ---> ab9c27b4463d 03:27:41 Step 22/26 : 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/ 03:27:41 Removing intermediate container a6e2637fb4b7 03:27:41 ---> 09a7a70b1a9d 03:27:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:27:42 ---> Running in 70d0f47e55fe 03:27:43 ---> 78aae80e9ece 03:27:43 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:27:43 ---> 11a94cdcc08c 03:27:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:27:44 ---> aba5008377d9 03:27:44 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 03:27:44 ---> Running in 33aa50c8dc6a 03:27:45 ---> 567d4d214188 03:27:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:27:45 Removing intermediate container 70d0f47e55fe 03:27:45 ---> 74cf702173af 03:27:45 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:27:45 Removing intermediate container 33aa50c8dc6a 03:27:45 ---> 6ade55139ef9 03:27:45 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:27:46 ---> Running in 850a263c50d7 03:27:46 ---> b6ff050f09e4 03:27:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 03:27:46 ---> Running in 934c0974c705 03:27:46 ---> 8d4f9b51753d 03:27:46 Step 27/32 : RUN chmod +x /entrypoint.sh 03:27:46 Removing intermediate container 850a263c50d7 03:27:46 ---> 88bbb2f1c886 03:27:46 Step 24/26 : LABEL arch=arm64 03:27:47 ---> Running in aa2ce4c23809 03:27:47 ---> Running in e9fd0222d73d 03:27:47 Removing intermediate container 934c0974c705 03:27:47 ---> fcc536525cc2 03:27:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:27:47 ---> Running in 57726da04425 03:27:47 Removing intermediate container aa2ce4c23809 03:27:47 ---> 6c9176b91824 03:27:47 Step 25/26 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:27:48 ---> Running in abeac3e8405c 03:27:48 Removing intermediate container 57726da04425 03:27:48 ---> 316c3cf4662b 03:27:48 Step 22/24 : LABEL arch=arm64 03:27:48 ---> Running in 03ac184f0c54 03:27:48 Removing intermediate container abeac3e8405c 03:27:48 ---> 6a8da7588c8d 03:27:48 Step 26/26 : LABEL version=0.0.0 03:27:48 ---> Running in 8b8c2d084d2e 03:27:49 Removing intermediate container 03ac184f0c54 03:27:49 ---> b1ac0722d61e 03:27:49 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:27:49 ---> Running in 0933328333ab 03:27:49 Removing intermediate container 8b8c2d084d2e 03:27:49 ---> 2902ee059c99 03:27:49 03:27:50 Successfully built 2902ee059c99 03:27:50 Removing intermediate container e9fd0222d73d 03:27:50 ---> 9522b13fa7cb 03:27:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:27:50 Successfully tagged security-secretstore-setup-arm64:latest 03:27:50  Building security-secretstore-setup ... done Removing intermediate container 0933328333ab 03:27:50 ---> 085baaaca369 03:27:50 Step 24/24 : LABEL version=0.0.0 03:27:50 ---> Running in 5715529baeee 03:27:50 ---> Running in a571a1b55204 03:27:51 Removing intermediate container a571a1b55204 03:27:51 ---> 0a6250d54d03 03:27:51 03:27:51 Removing intermediate container 5715529baeee 03:27:51 ---> e43fc1f87d48 03:27:51 Step 29/32 : CMD ["gate"] 03:27:51 Successfully built 0a6250d54d03 03:27:51 Successfully tagged core-metadata-arm64:latest 03:27:51  Building core-metadata ... done  ---> Running in 16a66ca9d9eb 03:27:52 Removing intermediate container 16a66ca9d9eb 03:27:52 ---> 875e6ceea7d2 03:27:52 Step 30/32 : LABEL arch=arm64 03:27:53 ---> Running in 6955063ddf37 03:27:53 Removing intermediate container cb026c7cf244 03:27:53 ---> 1024bec4850d 03:27:53 03:27:53 Step 11/24 : FROM alpine:3.12 03:27:53 ---> 9852663dfa18 03:27:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:27:53 ---> Running in e6b7041de6df 03:27:53 Removing intermediate container 6955063ddf37 03:27:53 ---> 1d96d23fff75 03:27:53 Step 31/32 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:27:54 ---> Running in a7d51171862c 03:27:54 Removing intermediate container e6b7041de6df 03:27:54 ---> 3c5e1ef8330a 03:27:54 Step 13/24 : ENV APP_PORT=48080 03:27:54 ---> Running in 43d77cbd3228 03:27:54 Removing intermediate container a7d51171862c 03:27:54 ---> 2366ec2286e7 03:27:54 Step 32/32 : LABEL version=0.0.0 03:27:55 ---> Running in ec531e41ae6e 03:27:55 Removing intermediate container 43d77cbd3228 03:27:55 ---> 2bdf2d7f70e5 03:27:55 Step 14/24 : EXPOSE $APP_PORT 03:27:55 ---> Running in 05926354781f 03:27:55 Removing intermediate container ec531e41ae6e 03:27:55 ---> bf20c055e1c8 03:27:55 03:27:55 Removing intermediate container 05926354781f 03:27:55 ---> db3fa0621912 03:27:55 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 Successfully built bf20c055e1c8 03:27:56 Successfully tagged security-bootstrapper-arm64:latest 03:27:56  Building security-bootstrapper ... done  ---> Running in a4dd017b9696 03:27:58 Removing intermediate container a4dd017b9696 03:27:58 ---> 11afa025261f 03:27:58 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 03:27:58 ---> Running in 496d6382e40e 03:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:01 (1/6) Installing dumb-init (1.2.2-r1) 03:28:01 (2/6) Installing libgcc (9.3.0-r2) 03:28:01 (3/6) Installing libsodium (1.0.18-r0) 03:28:01 (4/6) Installing libstdc++ (9.3.0-r2) 03:28:01 (5/6) Installing libzmq (4.3.3-r0) 03:28:01 (6/6) Installing zeromq (4.3.3-r0) 03:28:01 Executing busybox-1.31.1-r20.trigger 03:28:01 OK: 8 MiB in 20 packages 03:28:03 Removing intermediate container 496d6382e40e 03:28:03 ---> bf1c7d8aa58e 03:28:03 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:28:03 ---> b90ee9d4d615 03:28:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:28:05 ---> d4a9275dc3b6 03:28:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:28:05 ---> ffa86daf560f 03:28:05 Step 20/24 : ENTRYPOINT ["/core-data"] 03:28:05 ---> Running in 22340dca8ce9 03:28:06 Removing intermediate container 22340dca8ce9 03:28:06 ---> b6a7e6eca051 03:28:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:28:06 ---> Running in 5318cdff83cd 03:28:07 Removing intermediate container 5318cdff83cd 03:28:07 ---> 260435898cca 03:28:07 Step 22/24 : LABEL arch=arm64 03:28:07 ---> Running in b44dac75e4f5 03:28:07 Removing intermediate container b44dac75e4f5 03:28:07 ---> 973ca9382e74 03:28:07 Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 03:28:07 ---> Running in 66da2f150690 03:28:08 Removing intermediate container 66da2f150690 03:28:08 ---> 67c504d07692 03:28:08 Step 24/24 : LABEL version=0.0.0 03:28:08 ---> Running in cdf4ececb62a 03:28:08 Removing intermediate container cdf4ececb62a 03:28:08 ---> 1ad9a8ff9d34 03:28:08 03:28:09 Successfully built 1ad9a8ff9d34 03:28:09 Successfully tagged core-data-arm64:latest 03:28:09  Building core-data ... done  [Pipeline] } 03:28:09 $ docker stop --time=1 a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb 03:28:11 $ docker rm -f a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb [Pipeline] // withDockerContainer [Pipeline] sh 03:28:12 + docker images 03:28:12 REPOSITORY TAG IMAGE ID CREATED SIZE 03:28:12 core-data-arm64 latest 1ad9a8ff9d34 4 seconds ago 20.3MB 03:28:12 security-bootstrapper-arm64 latest bf20c055e1c8 17 seconds ago 17.1MB 03:28:12 1024bec4850d 20 seconds ago 989MB 03:28:12 core-metadata-arm64 latest 0a6250d54d03 22 seconds ago 17.4MB 03:28:12 security-secretstore-setup-arm64 latest 2902ee059c99 23 seconds ago 24.3MB 03:28:12 9d2951c18954 35 seconds ago 988MB 03:28:12 212a7cb1b6a8 53 seconds ago 977MB 03:28:12 46cdf4baf838 59 seconds ago 973MB 03:28:12 sys-mgmt-agent-arm64 latest eca52a7dafb0 2 minutes ago 299MB 03:28:12 support-notifications-arm64 latest 75aedf115a32 3 minutes ago 16.6MB 03:28:12 support-scheduler-arm64 latest f8cd58f8540c 3 minutes ago 16.1MB 03:28:12 core-command-arm64 latest 5f8ca860b979 3 minutes ago 16.1MB 03:28:12 security-proxy-setup-arm64 latest 1a91aec4b308 3 minutes ago 23.9MB 03:28:12 795deae16d52 3 minutes ago 976MB 03:28:12 49c59e0ee203 3 minutes ago 980MB 03:28:12 adcb77c7dce0 3 minutes ago 980MB 03:28:12 bfd83d911466 3 minutes ago 979MB 03:28:12 84a0d37327a8 4 minutes ago 977MB 03:28:12 ci-base-image-arm64 latest 35a742074989 15 minutes ago 641MB 03:28:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB 03:28:12 alpine 3.12 9852663dfa18 3 weeks ago 5.32MB 03:28:12 docker 20.10.0 eeaf43b92773 5 months ago 228MB 03:28:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:28:13 ---> job-cost.sh 03:28:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wghg 03:28:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:30:29 lf-activate-venv(): INFO: Adding /tmp/venv-wghg/bin to PATH 03:30:29 INFO: No Stack... 03:30:29 INFO: Retrieving Pricing Info for: lf-standard-4 03:30:29 INFO: Archiving Costs [Pipeline] sh 03:30:29 + cat /w/workspace/edgex-go/4/archives/cost.csv 03:30:29 + cut -d, -f6 [Pipeline] lock 03:30:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] 03:30:29 Resource [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] did not exist. Created. 03:30:29 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:30:30 + echo total: 0.20999999344348907 [Pipeline] stash 03:30:30 Stashed 1 file(s) [Pipeline] } 03:30:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:30:31 provisioning config files... 03:30:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3660746572407021850tmp [Pipeline] { [Pipeline] sh 03:30:31 + set +x 03:30:31 + curl -s https://codecov.io/bash 03:30:31 + bash -s -- 03:30:32 03:30:32 _____ _ 03:30:32 / ____| | | 03:30:32 | | ___ __| | ___ ___ _____ __ 03:30:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:30:32 | |___| (_) | (_| | __/ (_| (_) \ V / 03:30:32 \_____\___/ \__,_|\___|\___\___/ \_/ 03:30:32 Bash-1.0.2 03:30:32 03:30:32 03:30:32 ==> git version 2.24.3 found 03:30:32 ==> 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 03:30:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:30:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:30:32 ==> Jenkins CI detected. 03:30:32 project root: . 03:30:32 --> token set from env 03:30:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:30:32 ==> Running gcov in . (disable via -X gcov) 03:30:32 ==> Python coveragepy not found 03:30:32 ==> Searching for coverage reports in: 03:30:32 + . 03:30:32 -> Found 1 reports 03:30:32 ==> Detecting git/mercurial file structure 03:30:32 ==> Reading reports 03:30:32 + ./coverage.out bytes=720867 03:30:32 ==> Appending adjustments 03:30:32 https://docs.codecov.io/docs/fixing-reports 03:30:35 + Found adjustments 03:30:35 ==> Gzipping contents 03:30:35 104K /tmp/codecov.uhRyOg.gz 03:30:35 ==> Uploading reports 03:30:35 url: https://codecov.io 03:30:35 query: branch=PR-3442&commit=34f02359155cca2b971fad8a26f2c21a3dd67951&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3442%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3442&job=&cmd_args= 03:30:35 -> Pinging Codecov 03:30:35 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3442&commit=34f02359155cca2b971fad8a26f2c21a3dd67951&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3442%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3442&job=&cmd_args= 03:30:36 -> Uploading to 03:30:36 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/34f02359155cca2b971fad8a26f2c21a3dd67951/0e360b67-a169-48da-a6ef-3235f3ce532e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T033036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75dddcce265f3abbc1162dc49d45b135f875f637e30ad063d82e2b9a0de38fe5 03:30:36 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:36 Dload Upload Total Spent Left Speed 03:30:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 188k --:--:-- --:--:-- --:--:-- 189k 03:30:36 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/34f02359155cca2b971fad8a26f2c21a3dd67951 [Pipeline] } 03:30:36 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] { (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 03:30:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:30:38 ---> package-listing.sh 03:30:38 ++ facter osfamily 03:30:38 ++ tr '[:upper:]' '[:lower:]' 03:30:38 + OS_FAMILY=redhat 03:30:38 + workspace=/w/workspace/edgex-go/4 03:30:38 + START_PACKAGES=/tmp/packages_start.txt 03:30:38 + END_PACKAGES=/tmp/packages_end.txt 03:30:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:38 + PACKAGES=/tmp/packages_start.txt 03:30:38 + '[' /w/workspace/edgex-go/4 ']' 03:30:38 + PACKAGES=/tmp/packages_end.txt 03:30:38 + case "${OS_FAMILY}" in 03:30:38 + rpm -qa 03:30:38 + sort 03:30:44 + '[' -f /tmp/packages_start.txt ']' 03:30:44 + '[' -f /tmp/packages_end.txt ']' 03:30:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:44 + '[' /w/workspace/edgex-go/4 ']' 03:30:44 + mkdir -p /w/workspace/edgex-go/4/archives/ 03:30:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 03:30:44 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:30:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:30:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:44 03:30:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:30:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:45 alpine: Pulling from edgex-lftools-log-publisher 03:30:45 df20fa9351a1: Pulling fs layer 03:30:45 36b3adc4ff6f: Pulling fs layer 03:30:45 8ad3a11d3b57: Pulling fs layer 03:30:45 46f8f816bc3b: Pulling fs layer 03:30:45 93b61091891f: Pulling fs layer 03:30:45 93b9cdb0e59b: Pulling fs layer 03:30:45 5e14af77c1be: Pulling fs layer 03:30:45 01666e4c0597: Pulling fs layer 03:30:45 aa168da1d23b: Pulling fs layer 03:30:45 46f8f816bc3b: Waiting 03:30:45 93b61091891f: Waiting 03:30:45 93b9cdb0e59b: Waiting 03:30:45 5e14af77c1be: Waiting 03:30:45 01666e4c0597: Waiting 03:30:45 aa168da1d23b: Waiting 03:30:45 36b3adc4ff6f: Verifying Checksum 03:30:45 36b3adc4ff6f: Download complete 03:30:45 46f8f816bc3b: Verifying Checksum 03:30:45 46f8f816bc3b: Download complete 03:30:45 df20fa9351a1: Download complete 03:30:45 93b9cdb0e59b: Verifying Checksum 03:30:45 93b9cdb0e59b: Download complete 03:30:45 93b61091891f: Download complete 03:30:45 5e14af77c1be: Verifying Checksum 03:30:45 5e14af77c1be: Download complete 03:30:45 01666e4c0597: Verifying Checksum 03:30:45 01666e4c0597: Download complete 03:30:45 8ad3a11d3b57: Verifying Checksum 03:30:45 8ad3a11d3b57: Download complete 03:30:45 df20fa9351a1: Pull complete 03:30:46 36b3adc4ff6f: Pull complete 03:30:47 aa168da1d23b: Verifying Checksum 03:30:47 aa168da1d23b: Download complete 03:30:48 8ad3a11d3b57: Pull complete 03:30:48 46f8f816bc3b: Pull complete 03:30:48 93b61091891f: Pull complete 03:30:48 93b9cdb0e59b: Pull complete 03:30:48 5e14af77c1be: Pull complete 03:30:49 01666e4c0597: Pull complete 03:30:59 aa168da1d23b: Pull complete 03:30:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:30:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:30:59 prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container 03:30:59 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 03:31:05 $ docker top db77fdf670897e7a605b2be3d5216a04d65b1b23989418fdd0d64aec75d1bf2c -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:05 + touch /tmp/pre-build-complete [Pipeline] sh 03:31:06 + mkdir -p /var/log/sa [Pipeline] sh 03:31:06 + ls /var/log/sa-host 03:31:06 + sadf -c /var/log/sa-host/sa12 03:31:06 file_magic: OK 03:31:06 HZ: Using current value: 100 03:31:06 file_header: OK 03:31:06 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 03:31:06 Statistics: 03:31:06 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... 03:31:06 File successfully converted to sysstat format version 12.2.1 03:31:06 + sadf -c /var/log/sa-host/sa23 03:31:06 file_magic: OK 03:31:06 HZ: Using current value: 100 03:31:06 file_header: OK 03:31:06 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 03:31:06 Statistics: 03:31:06 Hnuu...uuuununununu... 03:31:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:31:07 provisioning config files... 03:31:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1506831836366677871tmp [Pipeline] { [Pipeline] echo 03:31:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:31:07 ---> create-netrc.sh [Pipeline] } 03:31:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:31:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:31:07 ---> python-tools-install.sh [Pipeline] echo 03:31:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:31:08 ---> sudo-logs.sh 03:31:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:31:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:31:08 ---> job-cost.sh 03:31:08 lf-activate-venv: SKIPPING 03:31:08 DEBUG: total: 0.20999999344348907 03:31:08 INFO: Retrieving Stack Cost... 03:31:09 INFO: Retrieving Pricing Info for: v1-standard-2 03:31:10 INFO: Archiving Costs [Pipeline] echo 03:31:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:31:10 ---> logs-deploy.sh 03:31:10 lf-activate-venv: SKIPPING 03:31:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3442/4 03:31:10 INFO: archiving workspace using pattern(s): 03:31:12 Archives upload complete. 03:31:12 INFO: archiving logs to Nexus