Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 38d8ac8cf9377e12442077cf8ccce54130d64734 rather than 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 Obtained Jenkinsfile from 38d8ac8cf9377e12442077cf8ccce54130d64734 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4397 in /w/workspace/edgexfoundry_edgex-go_PR-3453 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/3453/head:refs/remotes/origin/PR-3453 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 Merge succeeded, producing 2da5ef5e73a6ce3433868b76fe7a320b77f9da86 Checking out Revision 2da5ef5e73a6ce3433868b76fe7a320b77f9da86 (PR-3453) > git config core.sparsecheckout # timeout=10 > git checkout -f 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2da5ef5e73a6ce3433868b76fe7a320b77f9da86 # timeout=10 Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" > git rev-list --no-walk 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T08:30:17.309Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T08:30:17.398Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T08:30:17.423Z] ========================================================= [2021-05-11T08:30:17.423Z] EdgeX Global Pipelines Version Info [2021-05-11T08:30:17.423Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:30:19.781Z] ------------------- [2021-05-11T08:30:19.781Z] stable info: [2021-05-11T08:30:19.781Z] ------------------- [2021-05-11T08:30:19.781Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T08:30:19.781Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T08:30:19.781Z] Message: update stable to v1.0.191 [2021-05-11T08:30:20.806Z] ------------------- [2021-05-11T08:30:20.807Z] experimental info: [2021-05-11T08:30:20.807Z] ------------------- [2021-05-11T08:30:20.807Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T08:30:20.807Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T08:30:20.807Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T08:30:20.968Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T08:30:20.989Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T08:30:21.009Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T08:30:21.031Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T08:30:21.065Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T08:30:21.125Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T08:30:21.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T08:30:21.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T08:30:21.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T08:30:21.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T08:30:21.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T08:30:21.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T08:30:21.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T08:30:21.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T08:30:21.340Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T08:30:21.362Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T08:30:21.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T08:30:21.403Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T08:30:21.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T08:30:21.462Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T08:30:21.483Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T08:30:21.503Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T08:30:21.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3453 [Pipeline] echo [2021-05-11T08:30:21.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3453 [Pipeline] echo [2021-05-11T08:30:21.564Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3453 [Pipeline] echo [2021-05-11T08:30:21.585Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [Pipeline] echo [2021-05-11T08:30:21.606Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2da5ef5 [Pipeline] echo [2021-05-11T08:30:21.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T08:30:21.717Z] provisioning config files... [2021-05-11T08:30:21.756Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8685937688229773150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:30:22.131Z] ---> docker-login.sh [2021-05-11T08:30:22.131Z] nexus3.edgexfoundry.org:10001 [2021-05-11T08:30:22.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:30:22.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:30:22.990Z] Configure a credential helper to remove this warning. See [2021-05-11T08:30:22.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:30:22.990Z] [2021-05-11T08:30:22.990Z] Login Succeeded [2021-05-11T08:30:22.990Z] nexus3.edgexfoundry.org:10002 [2021-05-11T08:30:23.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:30:23.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:30:23.309Z] Configure a credential helper to remove this warning. See [2021-05-11T08:30:23.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:30:23.309Z] [2021-05-11T08:30:23.309Z] Login Succeeded [2021-05-11T08:30:23.309Z] nexus3.edgexfoundry.org:10003 [2021-05-11T08:30:23.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:30:23.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:30:23.929Z] Configure a credential helper to remove this warning. See [2021-05-11T08:30:23.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:30:23.929Z] [2021-05-11T08:30:23.929Z] Login Succeeded [2021-05-11T08:30:23.929Z] nexus3.edgexfoundry.org:10004 [2021-05-11T08:30:24.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:30:24.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:30:24.231Z] Configure a credential helper to remove this warning. See [2021-05-11T08:30:24.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:30:24.231Z] [2021-05-11T08:30:24.231Z] Login Succeeded [2021-05-11T08:30:24.231Z] docker.io [2021-05-11T08:30:24.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:30:24.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:30:24.812Z] Configure a credential helper to remove this warning. See [2021-05-11T08:30:24.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:30:24.812Z] [2021-05-11T08:30:24.812Z] Login Succeeded [2021-05-11T08:30:24.812Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T08:30:24.831Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T08:30:25.226Z] ++ 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 [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T08:30:25.227Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T08:30:25.227Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:30:25.227Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T08:30:25.227Z] ++ cut -d/ -f2 [2021-05-11T08:30:25.227Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T08:30:25.517Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:30:26.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:30:26.971Z] [2021-05-11T08:30:26.971Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:30:27.395Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:30:27.683Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T08:30:27.683Z] 31603596830f: Pulling fs layer [2021-05-11T08:30:27.683Z] 54011a49482f: Pulling fs layer [2021-05-11T08:30:27.683Z] a6820b24f6d8: Pulling fs layer [2021-05-11T08:30:27.683Z] f581987b2513: Pulling fs layer [2021-05-11T08:30:27.683Z] f581987b2513: Waiting [2021-05-11T08:30:27.683Z] 54011a49482f: Verifying Checksum [2021-05-11T08:30:27.683Z] 54011a49482f: Download complete [2021-05-11T08:30:27.992Z] 31603596830f: Verifying Checksum [2021-05-11T08:30:27.992Z] 31603596830f: Download complete [2021-05-11T08:30:28.311Z] f581987b2513: Verifying Checksum [2021-05-11T08:30:28.311Z] f581987b2513: Download complete [2021-05-11T08:30:28.311Z] a6820b24f6d8: Verifying Checksum [2021-05-11T08:30:28.311Z] a6820b24f6d8: Download complete [2021-05-11T08:30:28.632Z] 31603596830f: Pull complete [2021-05-11T08:30:28.932Z] 54011a49482f: Pull complete [2021-05-11T08:30:31.022Z] a6820b24f6d8: Pull complete [2021-05-11T08:30:31.657Z] f581987b2513: Pull complete [2021-05-11T08:30:31.658Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T08:30:31.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:30:31.658Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T08:30:31.871Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:30:32.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T08:30:34.788Z] $ docker top fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T08:30:35.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T08:30:35.116Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T08:30:35.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T08:30:35.751Z] $ docker exec fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 ssh-agent [2021-05-11T08:30:36.304Z] SSH_AUTH_SOCK=/tmp/ssh-QuZRLGqUZL6d/agent.12 [2021-05-11T08:30:36.304Z] SSH_AGENT_PID=18 [2021-05-11T08:30:36.352Z] Running ssh-add (command line suppressed) [2021-05-11T08:30:36.556Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2483514833688950756.key (/w/workspace/edgex-go/2@tmp/private_key_2483514833688950756.key) [2021-05-11T08:30:36.705Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T08:30:37.366Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T08:30:37.451Z] $ docker exec --env ******** --env ******** fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 ssh-agent -k [2021-05-11T08:30:37.805Z] unset SSH_AUTH_SOCK; [2021-05-11T08:30:37.806Z] unset SSH_AGENT_PID; [2021-05-11T08:30:37.806Z] echo Agent pid 18 killed; [2021-05-11T08:30:37.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T08:30:37.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T08:30:37.970Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T08:30:38.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T08:30:38.325Z] $ docker exec fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 ssh-agent [2021-05-11T08:30:38.658Z] SSH_AUTH_SOCK=/tmp/ssh-aoAEdel8BlNE/agent.47 [2021-05-11T08:30:38.658Z] SSH_AGENT_PID=53 [2021-05-11T08:30:38.667Z] Running ssh-add (command line suppressed) [2021-05-11T08:30:38.932Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1976277725736461332.key (/w/workspace/edgex-go/2@tmp/private_key_1976277725736461332.key) [2021-05-11T08:30:39.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T08:30:39.398Z] + git semver init [2021-05-11T08:30:39.673Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T08:30:39.673Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-11T08:30:39.673Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-11T08:30:39.673Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T08:30:39.673Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T08:30:39.673Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T08:30:39.673Z] # $SEMVER_BRANCH = PR-3453 [2021-05-11T08:30:39.673Z] # $SEMVER_TEMP = /tmp/semver-298967672 [2021-05-11T08:30:39.673Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T08:31:12.201Z] # '/tmp/semver-298967672' -> '/w/workspace/edgex-go/2/.semver' [2021-05-11T08:31:12.201Z] # -> Force: false [2021-05-11T08:31:12.201Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-11T08:31:12.232Z] $ docker exec --env ******** --env ******** fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 ssh-agent -k [2021-05-11T08:31:12.613Z] unset SSH_AUTH_SOCK; [2021-05-11T08:31:12.613Z] unset SSH_AGENT_PID; [2021-05-11T08:31:12.614Z] echo Agent pid 53 killed; [2021-05-11T08:31:12.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T08:31:13.122Z] + git semver [Pipeline] } [2021-05-11T08:31:13.437Z] $ docker stop --time=1 fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 [2021-05-11T08:31:15.449Z] $ docker rm -f fd60ece31c7e24ffe6242a62605f94459b75b25988ad28cac67116cbf31709b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T08:31:15.998Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T08:31:16.722Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T08:31:16.724Z] [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 [2021-05-11T08:31:17.270Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:31:18.115Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:31:18.486Z] + sudo service docker restart [2021-05-11T08:31:18.486Z] + true [2021-05-11T08:31:18.486Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T08:31:20.050Z] ========================================================= [2021-05-11T08:31:20.050Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T08:31:20.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:31:20.456Z] + 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 . [2021-05-11T08:31:27.362Z] Sending build context to Docker daemon 330.3MB [2021-05-11T08:31:27.362Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T08:31:27.362Z] Step 2/6 : FROM ${BASE} [2021-05-11T08:31:27.362Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T08:31:27.362Z] 540db60ca938: Pulling fs layer [2021-05-11T08:31:27.362Z] adcc1eea9eea: Pulling fs layer [2021-05-11T08:31:27.362Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T08:31:27.362Z] 0510c868ecb4: Pulling fs layer [2021-05-11T08:31:27.362Z] afea3b2eda06: Pulling fs layer [2021-05-11T08:31:27.362Z] 7809a108b3ef: Pulling fs layer [2021-05-11T08:31:27.362Z] f706445af74f: Pulling fs layer [2021-05-11T08:31:27.362Z] 0510c868ecb4: Waiting [2021-05-11T08:31:27.362Z] 7809a108b3ef: Waiting [2021-05-11T08:31:27.362Z] afea3b2eda06: Waiting [2021-05-11T08:31:27.362Z] f706445af74f: Waiting [2021-05-11T08:31:27.362Z] 4c4ab2625f07: Download complete [2021-05-11T08:31:27.362Z] adcc1eea9eea: Verifying Checksum [2021-05-11T08:31:27.362Z] adcc1eea9eea: Download complete [2021-05-11T08:31:27.362Z] afea3b2eda06: Verifying Checksum [2021-05-11T08:31:27.362Z] afea3b2eda06: Download complete [2021-05-11T08:31:27.362Z] 7809a108b3ef: Verifying Checksum [2021-05-11T08:31:27.362Z] 7809a108b3ef: Download complete [2021-05-11T08:31:27.362Z] 540db60ca938: Verifying Checksum [2021-05-11T08:31:27.362Z] 540db60ca938: Download complete [2021-05-11T08:31:27.983Z] 540db60ca938: Pull complete [2021-05-11T08:31:28.250Z] adcc1eea9eea: Pull complete [2021-05-11T08:31:28.524Z] 4c4ab2625f07: Pull complete [2021-05-11T08:31:30.515Z] f706445af74f: Verifying Checksum [2021-05-11T08:31:30.515Z] f706445af74f: Download complete [2021-05-11T08:31:31.107Z] 0510c868ecb4: Verifying Checksum [2021-05-11T08:31:31.107Z] 0510c868ecb4: Download complete [2021-05-11T08:31:31.867Z] Still waiting to schedule task [2021-05-11T08:31:31.867Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T08:31:41.252Z] 0510c868ecb4: Pull complete [2021-05-11T08:31:41.252Z] afea3b2eda06: Pull complete [2021-05-11T08:31:41.252Z] 7809a108b3ef: Pull complete [2021-05-11T08:31:44.612Z] f706445af74f: Pull complete [2021-05-11T08:31:44.612Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T08:31:44.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T08:31:44.612Z] ---> b068be0155e3 [2021-05-11T08:31:44.612Z] 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 [2021-05-11T08:31:44.612Z] ---> Running in b3f75a1ebc19 [2021-05-11T08:31:45.588Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:31:47.535Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:31:48.125Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T08:31:48.394Z] (2/12) Installing file (5.39-r0) [2021-05-11T08:31:48.665Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T08:31:48.665Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T08:31:56.881Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T08:31:56.881Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T08:31:56.881Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T08:31:56.881Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T08:31:56.881Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T08:31:56.881Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T08:31:56.881Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T08:31:57.146Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T08:31:57.146Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T08:31:57.146Z] OK: 219 MiB in 52 packages [2021-05-11T08:32:01.396Z] Removing intermediate container b3f75a1ebc19 [2021-05-11T08:32:01.396Z] ---> 3a1251bf85f8 [2021-05-11T08:32:01.396Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T08:32:01.396Z] ---> Running in a4684fb6c599 [2021-05-11T08:32:01.396Z] Removing intermediate container a4684fb6c599 [2021-05-11T08:32:01.396Z] ---> 4e284cbd83ed [2021-05-11T08:32:01.396Z] Step 5/6 : COPY go.mod . [2021-05-11T08:32:01.667Z] ---> d91e38d261e9 [2021-05-11T08:32:01.667Z] Step 6/6 : RUN go mod download [2021-05-11T08:32:01.667Z] ---> Running in 2d6d135e10d3 [2021-05-11T08:32:33.916Z] Removing intermediate container 2d6d135e10d3 [2021-05-11T08:32:33.916Z] ---> 2caea22474a8 [2021-05-11T08:32:33.916Z] Successfully built 2caea22474a8 [2021-05-11T08:32:33.916Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:32:34.305Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T08:32:34.905Z] . [Pipeline] withDockerContainer [2021-05-11T08:32:35.132Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:32:35.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T08:32:37.096Z] $ docker top 345efa234c1f732c1f894b14490bc9baa2166e01892a4a3dac6230287b099c19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:32:38.146Z] + go version [2021-05-11T08:32:38.146Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T08:32:38.192Z] $ docker stop --time=1 345efa234c1f732c1f894b14490bc9baa2166e01892a4a3dac6230287b099c19 [2021-05-11T08:32:39.743Z] $ docker rm -f 345efa234c1f732c1f894b14490bc9baa2166e01892a4a3dac6230287b099c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:32:40.450Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T08:32:40.450Z] . [Pipeline] withDockerContainer [2021-05-11T08:32:40.655Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:32:40.843Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T08:32:42.029Z] $ docker top a578c4abfa14388189371237da98e849699c090f7287d1382e85c5a71c1e9ab1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T08:32:42.542Z] ========================================================= [2021-05-11T08:32:42.542Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T08:32:42.542Z] ========================================================= [Pipeline] sh [2021-05-11T08:32:43.216Z] + go mod tidy [Pipeline] sh [2021-05-11T08:32:45.970Z] + make test [2021-05-11T08:32:45.970Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T08:33:04.475Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T08:33:17.050Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4404 in /w/workspace/edgexfoundry_edgex-go_PR-3453 [Pipeline] { [Pipeline] ws [2021-05-11T08:33:17.068Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T08:33:23.613Z] using credential edgex-jenkins-ssh [2021-05-11T08:33:23.652Z] Cloning the remote Git repository [2021-05-11T08:33:23.706Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:33:23.813Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T08:33:23.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:33:23.888Z] > git --version # timeout=10 [2021-05-11T08:33:23.907Z] > git --version # 'git version 2.17.1' [2021-05-11T08:33:23.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:33:23.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:33:40.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:33:40.755Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:33:40.787Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:33:40.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:33:40.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:33:40.847Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3453/head:refs/remotes/origin/PR-3453 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T08:33:41.717Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 [2021-05-11T08:33:42.194Z] Merge succeeded, producing 3c494ba3bcce6d370481130115bc5b3d52a0c4cd [2021-05-11T08:33:42.194Z] Checking out Revision 3c494ba3bcce6d370481130115bc5b3d52a0c4cd (PR-3453) [2021-05-11T08:33:41.737Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:33:41.751Z] > git checkout -f 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # timeout=10 [2021-05-11T08:33:42.069Z] > git remote # timeout=10 [2021-05-11T08:33:42.088Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T08:33:42.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:33:42.111Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T08:33:42.181Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T08:33:42.203Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:33:42.221Z] > git checkout -f 3c494ba3bcce6d370481130115bc5b3d52a0c4cd # timeout=10 [2021-05-11T08:33:46.438Z] Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" [2021-05-11T08:33:46.448Z] > git rev-list --no-walk 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T08:33:47.928Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:33:48.366Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:33:48.706Z] + true [2021-05-11T08:33:48.706Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T08:33:50.727Z] provisioning config files... [2021-05-11T08:33:50.773Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1366485490545870869tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:33:51.154Z] ---> docker-login.sh [2021-05-11T08:33:51.154Z] nexus3.edgexfoundry.org:10001 [2021-05-11T08:33:52.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:33:52.365Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T08:33:52.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:33:52.409Z] Configure a credential helper to remove this warning. See [2021-05-11T08:33:52.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:33:52.409Z] [2021-05-11T08:33:52.409Z] Login Succeeded [2021-05-11T08:33:52.409Z] nexus3.edgexfoundry.org:10002 [2021-05-11T08:33:52.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:33:52.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:33:52.956Z] Configure a credential helper to remove this warning. See [2021-05-11T08:33:52.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:33:52.956Z] [2021-05-11T08:33:52.956Z] Login Succeeded [2021-05-11T08:33:52.956Z] nexus3.edgexfoundry.org:10003 [2021-05-11T08:33:53.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:33:53.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:33:53.508Z] Configure a credential helper to remove this warning. See [2021-05-11T08:33:53.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:33:53.508Z] [2021-05-11T08:33:53.508Z] Login Succeeded [2021-05-11T08:33:53.508Z] nexus3.edgexfoundry.org:10004 [2021-05-11T08:33:53.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:33:54.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:33:54.055Z] Configure a credential helper to remove this warning. See [2021-05-11T08:33:54.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:33:54.055Z] [2021-05-11T08:33:54.055Z] Login Succeeded [2021-05-11T08:33:54.055Z] docker.io [2021-05-11T08:33:54.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:33:54.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:33:54.925Z] Configure a credential helper to remove this warning. See [2021-05-11T08:33:54.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:33:54.925Z] [2021-05-11T08:33:54.925Z] Login Succeeded [2021-05-11T08:33:54.925Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T08:33:54.943Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T08:33:55.246Z] ========================================================= [2021-05-11T08:33:55.246Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T08:33:55.246Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:33:55.594Z] + 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 . [2021-05-11T08:33:58.240Z] Sending build context to Docker daemon 167.8MB [2021-05-11T08:33:58.240Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T08:33:58.240Z] Step 2/6 : FROM ${BASE} [2021-05-11T08:33:58.240Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T08:33:58.240Z] 595b0fe564bb: Pulling fs layer [2021-05-11T08:33:58.240Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T08:33:58.240Z] 316046926c0a: Pulling fs layer [2021-05-11T08:33:58.240Z] 4ebd0625c992: Pulling fs layer [2021-05-11T08:33:58.240Z] 207e8628e3a3: Pulling fs layer [2021-05-11T08:33:58.240Z] c791037a9be2: Pulling fs layer [2021-05-11T08:33:58.240Z] ffd874e62e21: Pulling fs layer [2021-05-11T08:33:58.240Z] 4ebd0625c992: Waiting [2021-05-11T08:33:58.240Z] 207e8628e3a3: Waiting [2021-05-11T08:33:58.240Z] c791037a9be2: Waiting [2021-05-11T08:33:58.240Z] ffd874e62e21: Waiting [2021-05-11T08:33:58.240Z] 316046926c0a: Download complete [2021-05-11T08:33:58.240Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T08:33:58.240Z] 7186ed65a4f7: Download complete [2021-05-11T08:33:58.240Z] 207e8628e3a3: Download complete [2021-05-11T08:33:58.240Z] c791037a9be2: Download complete [2021-05-11T08:33:58.240Z] 595b0fe564bb: Verifying Checksum [2021-05-11T08:33:58.240Z] 595b0fe564bb: Download complete [2021-05-11T08:33:59.229Z] 595b0fe564bb: Pull complete [2021-05-11T08:33:59.828Z] 7186ed65a4f7: Pull complete [2021-05-11T08:34:00.430Z] 316046926c0a: Pull complete [2021-05-11T08:34:00.706Z] ffd874e62e21: Verifying Checksum [2021-05-11T08:34:00.706Z] ffd874e62e21: Download complete [2021-05-11T08:34:00.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T08:34:00.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T08:34:00.980Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T08:34:02.158Z] 4ebd0625c992: Verifying Checksum [2021-05-11T08:34:02.158Z] 4ebd0625c992: Download complete [2021-05-11T08:34:07.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T08:34:07.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T08:34:07.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T08:34:07.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T08:34:10.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T08:34:11.762Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T08:34:12.325Z] 4ebd0625c992: Pull complete [2021-05-11T08:34:12.596Z] 207e8628e3a3: Pull complete [2021-05-11T08:34:12.867Z] c791037a9be2: Pull complete [2021-05-11T08:34:16.262Z] ffd874e62e21: Pull complete [2021-05-11T08:34:16.262Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T08:34:16.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T08:34:16.262Z] ---> cfc18b08335c [2021-05-11T08:34:16.262Z] 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 [2021-05-11T08:34:17.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T08:34:17.452Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T08:34:17.452Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T08:34:20.580Z] ---> Running in ed2113e32c78 [2021-05-11T08:34:20.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.182s coverage: 45.9% of statements [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T08:34:20.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T08:34:20.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.081s coverage: 19.8% of statements [2021-05-11T08:34:20.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.169s coverage: 100.0% of statements [2021-05-11T08:34:21.177Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:34:23.799Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:34:25.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.421s coverage: 27.8% of statements [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T08:34:25.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.116s coverage: 81.2% of statements [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T08:34:25.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.120s coverage: 100.0% of statements [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T08:34:25.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.105s coverage: 100.0% of statements [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T08:34:25.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T08:34:26.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.146s coverage: 71.3% of statements [2021-05-11T08:34:26.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T08:34:26.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T08:34:27.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.295s coverage: 87.7% of statements [2021-05-11T08:34:27.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T08:34:27.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:34:27.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements [2021-05-11T08:34:27.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T08:34:27.167Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T08:34:27.758Z] (2/12) Installing file (5.39-r0) [2021-05-11T08:34:28.030Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T08:34:28.301Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T08:34:34.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.514s coverage: 28.6% of statements [2021-05-11T08:34:34.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T08:34:34.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T08:34:34.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T08:34:34.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T08:34:34.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T08:34:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T08:34:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T08:34:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.301s coverage: 86.7% of statements [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T08:34:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.204s coverage: 97.5% of statements [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T08:34:34.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T08:34:34.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.796s coverage: 95.1% of statements [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.141s coverage: 0.9% of statements [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.491s coverage: 22.0% of statements [2021-05-11T08:34:38.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.163s coverage: 79.5% of statements [2021-05-11T08:34:38.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.095s coverage: 94.1% of statements [2021-05-11T08:34:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.174s coverage: 96.3% of statements [2021-05-11T08:34:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements [2021-05-11T08:34:52.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.177s coverage: 94.4% of statements [2021-05-11T08:34:52.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.104s coverage: 44.8% of statements [2021-05-11T08:34:55.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.517s coverage: 81.8% of statements [2021-05-11T08:34:55.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.308s coverage: 92.9% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 65.1% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.103s coverage: 87.2% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 76.0% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.0% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 85.4% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.273s coverage: 91.2% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.368s coverage: 64.4% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.610s coverage: 66.9% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.370s coverage: 43.4% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-05-11T08:35:04.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T08:35:04.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-05-11T08:35:06.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.238s coverage: 47.0% of statements [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T08:35:06.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T08:35:06.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T08:35:06.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T08:35:07.272Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T08:35:07.272Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T08:35:07.272Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T08:35:07.272Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T08:35:07.272Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T08:35:07.272Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T08:35:07.272Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T08:35:07.272Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T08:35:07.272Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T08:35:07.272Z] OK: 218 MiB in 52 packages [2021-05-11T08:35:09.250Z] Removing intermediate container ed2113e32c78 [2021-05-11T08:35:09.250Z] ---> 34570317f42c [2021-05-11T08:35:09.250Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T08:35:09.250Z] ---> Running in 2b43c3572690 [2021-05-11T08:35:09.867Z] Removing intermediate container 2b43c3572690 [2021-05-11T08:35:09.867Z] ---> 2ab4e9c76781 [2021-05-11T08:35:09.867Z] Step 5/6 : COPY go.mod . [2021-05-11T08:35:10.510Z] ---> 41592967d8a2 [2021-05-11T08:35:10.510Z] Step 6/6 : RUN go mod download [2021-05-11T08:35:10.510Z] ---> Running in 8f95357aad62 [2021-05-11T08:35:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.178s coverage: 21.9% of statements [2021-05-11T08:35:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T08:35:11.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.396s coverage: 92.9% of statements [2021-05-11T08:35:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:11.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T08:35:11.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.934s coverage: 28.7% of statements [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T08:35:11.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T08:35:11.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T08:35:11.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.073s coverage: 64.6% of statements [2021-05-11T08:35:11.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T08:35:13.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.294s coverage: 97.6% of statements [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T08:35:13.410Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T08:35:13.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T08:35:13.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T08:35:13.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T08:35:13.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-05-11T08:35:14.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.095s coverage: 28.1% of statements [2021-05-11T08:35:14.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T08:35:14.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.037s coverage: 85.7% of statements [2021-05-11T08:35:14.356Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T08:35:14.990Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.202s coverage: 100.0% of statements [2021-05-11T08:35:15.639Z] GO111MODULE=on go vet ./... [2021-05-11T08:35:37.315Z] Removing intermediate container 8f95357aad62 [2021-05-11T08:35:37.315Z] ---> 72b96f001c07 [2021-05-11T08:35:37.909Z] Successfully built 72b96f001c07 [2021-05-11T08:35:37.909Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:35:38.258Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T08:35:38.258Z] . [Pipeline] withDockerContainer [2021-05-11T08:35:38.578Z] prd-ubuntu18.04-docker-arm64-4c-16g-4404 does not seem to be running inside a container [2021-05-11T08:35:38.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat [2021-05-11T08:35:40.316Z] $ docker top 28a9f081a0e2d6e99e228387232075a60985cd1f223016328eb15ecae9f1ef81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:35:41.280Z] + go version [2021-05-11T08:35:41.280Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T08:35:41.304Z] $ docker stop --time=1 28a9f081a0e2d6e99e228387232075a60985cd1f223016328eb15ecae9f1ef81 [2021-05-11T08:35:43.280Z] $ docker rm -f 28a9f081a0e2d6e99e228387232075a60985cd1f223016328eb15ecae9f1ef81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:35:44.005Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T08:35:44.006Z] . [Pipeline] withDockerContainer [2021-05-11T08:35:44.274Z] prd-ubuntu18.04-docker-arm64-4c-16g-4404 does not seem to be running inside a container [2021-05-11T08:35:44.357Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat [2021-05-11T08:35:45.941Z] $ docker top 2d076aa9313b7b8c9ae347dc2e03050bfff58527041f442c7f474f3382bf52e3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T08:35:46.273Z] ========================================================= [2021-05-11T08:35:46.273Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T08:35:46.273Z] ========================================================= [Pipeline] sh [2021-05-11T08:35:46.933Z] + go mod tidy [Pipeline] sh [2021-05-11T08:35:48.826Z] + make test [2021-05-11T08:35:48.826Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T08:36:12.758Z] gofmt -l . [2021-05-11T08:36:14.377Z] [ "`gofmt -l .`" = "" ] [2021-05-11T08:36:15.662Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T08:36:15.928Z] ./bin/test-go-mod-tidy.sh [2021-05-11T08:36:16.971Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T08:36:20.260Z] + ls -al . [2021-05-11T08:36:20.261Z] total 832 [2021-05-11T08:36:20.261Z] drwxrwxr-x 10 1001 1001 4096 May 11 08:36 . [2021-05-11T08:36:20.261Z] drwxr-xr-x 4 root root 28 May 11 08:32 .. [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 11 May 11 08:30 .dockerignore [2021-05-11T08:36:20.261Z] drwxrwxr-x 8 1001 1001 179 May 11 08:30 .git [2021-05-11T08:36:20.261Z] drwxrwxr-x 3 1001 1001 125 May 11 08:30 .github [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 818 May 11 08:30 .gitignore [2021-05-11T08:36:20.261Z] drwx------ 3 1001 1001 60 May 11 08:31 .semver [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 166 May 11 08:30 .sonarcloud.properties [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 8609 May 11 08:30 Attribution.txt [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 3804 May 11 08:30 CONTRIBUTING.md [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 931 May 11 08:30 Dockerfile.build [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 863 May 11 08:30 Jenkinsfile [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 10775 May 11 08:30 LICENSE [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 5774 May 11 08:30 Makefile [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 7978 May 11 08:30 README.md [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 6755 May 11 08:30 SECURITY.md [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 5 May 11 08:31 VERSION [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 4131 May 11 08:30 ZMQWindows.md [2021-05-11T08:36:20.261Z] drwxrwxr-x 2 1001 1001 117 May 11 08:30 bin [2021-05-11T08:36:20.261Z] drwxrwxr-x 14 1001 1001 4096 May 11 08:30 cmd [2021-05-11T08:36:20.261Z] -rw-r--r-- 1 root root 720923 May 11 08:35 coverage.out [2021-05-11T08:36:20.261Z] -rw-r--r-- 1 root root 1060 May 11 08:36 go.mod [2021-05-11T08:36:20.261Z] -rw-r--r-- 1 root root 21595 May 11 08:32 go.sum [2021-05-11T08:36:20.261Z] drwxrwxr-x 8 1001 1001 127 May 11 08:30 internal [2021-05-11T08:36:20.261Z] drwxrwxr-x 4 1001 1001 26 May 11 08:30 openapi [2021-05-11T08:36:20.261Z] drwxrwxr-x 4 1001 1001 71 May 11 08:30 snap [2021-05-11T08:36:20.261Z] -rw-rw-r-- 1 1001 1001 168 May 11 08:30 version.go [Pipeline] sh [2021-05-11T08:36:20.668Z] + '[' -e coverage.out ] [2021-05-11T08:36:20.668Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T08:36:21.309Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T08:36:22.085Z] + make build [2021-05-11T08:36:22.085Z] 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 [2021-05-11T08:36:27.852Z] 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 [2021-05-11T08:36:46.755Z] 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 [2021-05-11T08:36:50.232Z] 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 [2021-05-11T08:36:54.744Z] 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 [2021-05-11T08:36:56.808Z] 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 [2021-05-11T08:37:00.105Z] 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 [2021-05-11T08:37:04.296Z] 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 [2021-05-11T08:37:06.964Z] 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 [2021-05-11T08:37:09.729Z] 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 [2021-05-11T08:37:11.817Z] 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 [2021-05-11T08:37:13.856Z] 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] } [2021-05-11T08:37:16.518Z] $ docker stop --time=1 a578c4abfa14388189371237da98e849699c090f7287d1382e85c5a71c1e9ab1 [2021-05-11T08:37:18.472Z] $ docker rm -f a578c4abfa14388189371237da98e849699c090f7287d1382e85c5a71c1e9ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:20.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:20.198Z] [2021-05-11T08:37:20.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:20.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:20.556Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T08:37:20.556Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T08:37:20.556Z] ca9280d653b3: Pulling fs layer [2021-05-11T08:37:20.556Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T08:37:20.826Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T08:37:20.826Z] cbdbe7a5bc2a: Download complete [2021-05-11T08:37:21.425Z] ca9280d653b3: Verifying Checksum [2021-05-11T08:37:21.425Z] ca9280d653b3: Download complete [2021-05-11T08:37:21.425Z] cbdbe7a5bc2a: Pull complete [2021-05-11T08:37:22.868Z] ca9280d653b3: Pull complete [2021-05-11T08:37:23.472Z] 7e9c9ca2126c: Download complete [2021-05-11T08:37:23.786Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T08:37:23.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T08:37:31.727Z] 7e9c9ca2126c: Pull complete [2021-05-11T08:37:31.728Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T08:37:31.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:31.728Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T08:37:31.993Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:37:32.141Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2021-05-11T08:37:33.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T08:37:33.983Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T08:37:34.172Z] $ docker top 2c0d55bf995ba369d7bd7d8cd512cd00c5d3457efe3030aa9e3dcc19e8119fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:37:34.735Z] + docker-compose build --help [2021-05-11T08:37:34.735Z] + grep parallel [2021-05-11T08:37:36.187Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T08:37:36.206Z] $ docker stop --time=1 2c0d55bf995ba369d7bd7d8cd512cd00c5d3457efe3030aa9e3dcc19e8119fbc [2021-05-11T08:37:37.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T08:37:37.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T08:37:37.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T08:37:37.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T08:37:37.854Z] $ docker rm -f 2c0d55bf995ba369d7bd7d8cd512cd00c5d3457efe3030aa9e3dcc19e8119fbc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:38.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:38.451Z] . [Pipeline] withDockerContainer [2021-05-11T08:37:38.594Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:37:38.684Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T08:37:40.500Z] $ docker top f4cac1f35978dce7f21c977b7c41ed385c50781c07f8585359faf457ebc944ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:37:41.674Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T08:37:42.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T08:37:42.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T08:37:43.134Z] Building docker-core-command-go ... [2021-05-11T08:37:43.134Z] Building docker-core-data-go ... [2021-05-11T08:37:43.134Z] Building docker-core-metadata-go ... [2021-05-11T08:37:43.134Z] Building docker-security-bootstrapper-go ... [2021-05-11T08:37:43.134Z] Building docker-security-proxy-setup-go ... [2021-05-11T08:37:43.134Z] Building docker-security-secretstore-setup-go ... [2021-05-11T08:37:43.134Z] Building docker-support-notifications-go ... [2021-05-11T08:37:43.134Z] Building docker-support-scheduler-go ... [2021-05-11T08:37:43.134Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T08:37:43.134Z] Building docker-core-command-go [2021-05-11T08:37:43.134Z] Building docker-security-bootstrapper-go [2021-05-11T08:37:43.134Z] Building docker-core-metadata-go [2021-05-11T08:37:43.134Z] Building docker-support-scheduler-go [2021-05-11T08:37:43.134Z] Building docker-sys-mgmt-agent-go [2021-05-11T08:37:53.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T08:37:53.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T08:37:53.000Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T08:37:57.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.428s coverage: 45.9% of statements [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T08:37:57.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T08:37:57.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.244s coverage: 19.8% of statements [2021-05-11T08:37:57.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.259s coverage: 100.0% of statements [2021-05-11T08:38:06.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.606s coverage: 27.8% of statements [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T08:38:06.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.159s coverage: 81.2% of statements [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T08:38:06.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T08:38:06.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.211s coverage: 100.0% of statements [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T08:38:06.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T08:38:07.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 71.3% of statements [2021-05-11T08:38:07.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T08:38:07.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T08:38:09.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.549s coverage: 87.7% of statements [2021-05-11T08:38:09.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T08:38:09.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:38:09.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.166s coverage: 78.9% of statements [2021-05-11T08:38:09.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.278s coverage: 28.6% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.252s coverage: 100.0% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.213s coverage: 100.0% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.388s coverage: 86.7% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.537s coverage: 97.5% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T08:38:19.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T08:38:19.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.371s coverage: 95.1% of statements [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.137s coverage: 58.8% of statements [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.279s coverage: 0.9% of statements [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.125s coverage: 22.0% of statements [2021-05-11T08:38:27.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 47.1% of statements [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.207s coverage: 79.5% of statements [2021-05-11T08:38:27.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.131s coverage: 94.1% of statements [2021-05-11T08:38:28.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.179s coverage: 96.3% of statements [2021-05-11T08:38:28.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements [2021-05-11T08:38:40.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:38:40.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:38:40.101Z] ---> 2caea22474a8 [2021-05-11T08:38:40.101Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:38:40.101Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:38:40.101Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:38:40.101Z] ---> 2caea22474a8 [2021-05-11T08:38:40.101Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T08:38:40.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:38:40.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:38:40.101Z] ---> 2caea22474a8 [2021-05-11T08:38:40.101Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:38:40.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:38:40.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:38:40.101Z] ---> 2caea22474a8 [2021-05-11T08:38:40.101Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:38:40.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:38:40.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:38:40.101Z] ---> 2caea22474a8 [2021-05-11T08:38:40.101Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:38:40.101Z] ---> Running in a5d86e9dcad9 [2021-05-11T08:38:40.101Z] ---> Running in 9b36a7d5825d [2021-05-11T08:38:40.101Z] ---> Running in a4a53e97b805 [2021-05-11T08:38:40.101Z] ---> Running in ccfa8279b59b [2021-05-11T08:38:40.101Z] ---> Running in 4146ab96d09b [2021-05-11T08:38:40.101Z] Removing intermediate container a4a53e97b805 [2021-05-11T08:38:40.101Z] ---> 8fc820c5e471 [2021-05-11T08:38:40.101Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:38:40.101Z] Removing intermediate container 9b36a7d5825d [2021-05-11T08:38:40.101Z] ---> 61018e626c71 [2021-05-11T08:38:40.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:38:40.101Z] Removing intermediate container 4146ab96d09b [2021-05-11T08:38:40.101Z] ---> 88e86bcaec1f [2021-05-11T08:38:40.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:38:40.101Z] Removing intermediate container ccfa8279b59b [2021-05-11T08:38:40.101Z] ---> 14dbe5429190 [2021-05-11T08:38:40.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:38:40.101Z] Removing intermediate container a5d86e9dcad9 [2021-05-11T08:38:40.101Z] ---> 7e1ada145124 [2021-05-11T08:38:40.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:38:40.408Z] ---> Running in cf0a3e3ad6e9 [2021-05-11T08:38:40.408Z] ---> Running in e518deaa7f5e [2021-05-11T08:38:40.408Z] ---> Running in f81a71ab9f0e [2021-05-11T08:38:40.408Z] ---> Running in 48f4469bcbaa [2021-05-11T08:38:40.408Z] ---> Running in d24fabc8eae9 [2021-05-11T08:38:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.218s coverage: 94.4% of statements [2021-05-11T08:38:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.139s coverage: 44.8% of statements [2021-05-11T08:38:43.864Z] Removing intermediate container e518deaa7f5e [2021-05-11T08:38:43.864Z] ---> 2b4af7fbf1c9 [2021-05-11T08:38:43.864Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T08:38:43.864Z] ---> Running in 40a03ba68937 [2021-05-11T08:38:44.134Z] Removing intermediate container cf0a3e3ad6e9 [2021-05-11T08:38:44.134Z] ---> 0d970ae7d795 [2021-05-11T08:38:44.134Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T08:38:44.134Z] Removing intermediate container f81a71ab9f0e [2021-05-11T08:38:44.134Z] ---> 5daec3885c80 [2021-05-11T08:38:44.134Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T08:38:44.404Z] ---> Running in 8c52f5e05c39 [2021-05-11T08:38:44.404Z] Removing intermediate container d24fabc8eae9 [2021-05-11T08:38:44.404Z] ---> a646ad1fdb0e [2021-05-11T08:38:44.404Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:38:44.404Z] ---> Running in 29c0e9d7a255 [2021-05-11T08:38:44.705Z] Removing intermediate container 48f4469bcbaa [2021-05-11T08:38:44.705Z] ---> cb95220e49a8 [2021-05-11T08:38:44.705Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:38:44.705Z] ---> Running in 0a80decb96e8 [2021-05-11T08:38:44.705Z] ---> Running in dd6ded774072 [2021-05-11T08:38:45.350Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:45.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:45.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:46.240Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:46.240Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:46.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.663s coverage: 81.8% of statements [2021-05-11T08:38:46.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T08:38:47.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:47.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:48.139Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:48.139Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:48.139Z] OK: 219 MiB in 52 packages [2021-05-11T08:38:48.426Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:38:49.122Z] Removing intermediate container 40a03ba68937 [2021-05-11T08:38:49.122Z] ---> f2029700810b [2021-05-11T08:38:49.122Z] Step 6/24 : COPY go.mod . [2021-05-11T08:38:49.122Z] OK: 219 MiB in 52 packages [2021-05-11T08:38:49.122Z] OK: 219 MiB in 52 packages [2021-05-11T08:38:49.122Z] OK: 219 MiB in 52 packages [2021-05-11T08:38:49.780Z] ---> a2bc5eb01a7d [2021-05-11T08:38:49.780Z] Step 7/24 : RUN go mod download [2021-05-11T08:38:49.780Z] ---> Running in 083385077ccf [2021-05-11T08:38:50.448Z] Removing intermediate container 0a80decb96e8 [2021-05-11T08:38:50.448Z] ---> 9b8cee6715e4 [2021-05-11T08:38:50.448Z] Step 6/24 : COPY go.mod . [2021-05-11T08:38:50.448Z] Removing intermediate container dd6ded774072 [2021-05-11T08:38:50.727Z] ---> 083a4ad27298 [2021-05-11T08:38:50.727Z] Step 6/24 : COPY go.mod . [2021-05-11T08:38:50.727Z] Removing intermediate container 8c52f5e05c39 [2021-05-11T08:38:50.727Z] ---> 33bfd635cde9 [2021-05-11T08:38:50.727Z] Step 6/32 : COPY go.mod . [2021-05-11T08:38:51.014Z] OK: 219 MiB in 52 packages [2021-05-11T08:38:51.294Z] ---> 31116433202f [2021-05-11T08:38:51.294Z] Step 7/24 : RUN go mod download [2021-05-11T08:38:51.294Z] ---> a61787d80c21 [2021-05-11T08:38:51.294Z] Step 7/32 : RUN go mod download [2021-05-11T08:38:51.294Z] ---> 20e9e3090406 [2021-05-11T08:38:51.294Z] Step 7/24 : RUN go mod download [2021-05-11T08:38:51.886Z] ---> Running in f80c88622737 [2021-05-11T08:38:51.886Z] ---> Running in 76f25438e8f6 [2021-05-11T08:38:51.886Z] ---> Running in ad653f79a55f [2021-05-11T08:38:52.905Z] Removing intermediate container 29c0e9d7a255 [2021-05-11T08:38:52.905Z] ---> c7559925bcd6 [2021-05-11T08:38:52.905Z] Step 6/23 : COPY go.mod . [2021-05-11T08:38:53.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.212s coverage: 92.9% of statements [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T08:38:53.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 65.1% of statements [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T08:38:53.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.117s coverage: 100.0% of statements [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 76.0% of statements [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.155s coverage: 80.0% of statements [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 85.4% of statements [2021-05-11T08:38:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.2% of statements [2021-05-11T08:38:53.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T08:38:53.224Z] ---> 727078271151 [2021-05-11T08:38:53.224Z] Step 7/23 : RUN go mod download [2021-05-11T08:38:53.509Z] ---> Running in 3d207cdd689d [2021-05-11T08:38:53.509Z] Removing intermediate container 083385077ccf [2021-05-11T08:38:53.509Z] ---> 2adb4192b669 [2021-05-11T08:38:53.509Z] Step 8/24 : COPY . . [2021-05-11T08:38:54.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.739s coverage: 64.4% of statements [2021-05-11T08:38:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T08:38:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T08:38:54.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-05-11T08:38:54.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-05-11T08:38:54.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2021-05-11T08:38:54.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.127s coverage: 73.7% of statements [2021-05-11T08:38:55.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-05-11T08:38:55.547Z] Removing intermediate container f80c88622737 [2021-05-11T08:38:55.547Z] ---> 700f8fa49073 [2021-05-11T08:38:55.547Z] Step 8/24 : COPY . . [2021-05-11T08:38:55.547Z] Removing intermediate container 76f25438e8f6 [2021-05-11T08:38:55.547Z] ---> 64113f1ac101 [2021-05-11T08:38:55.547Z] Step 8/24 : COPY . . [2021-05-11T08:38:56.729Z] Removing intermediate container ad653f79a55f [2021-05-11T08:38:56.729Z] ---> 5420a996e288 [2021-05-11T08:38:56.729Z] Step 8/32 : COPY . . [2021-05-11T08:38:58.679Z] Removing intermediate container 3d207cdd689d [2021-05-11T08:38:58.679Z] ---> 28a5a75eb4a8 [2021-05-11T08:38:58.679Z] Step 8/23 : COPY . . [2021-05-11T08:39:00.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.042s coverage: 66.9% of statements [2021-05-11T08:39:00.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T08:39:00.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T08:39:00.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T08:39:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.630s coverage: 43.4% of statements [2021-05-11T08:39:01.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T08:39:01.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T08:39:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.133s coverage: 89.5% of statements [2021-05-11T08:39:01.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T08:39:01.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-05-11T08:39:08.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.448s coverage: 47.0% of statements [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T08:39:08.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.287s coverage: 100.0% of statements [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T08:39:08.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T08:39:08.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T08:39:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.209s coverage: 21.9% of statements [2021-05-11T08:39:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T08:39:10.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 92.9% of statements [2021-05-11T08:39:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T08:39:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:39:10.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.244s coverage: 28.7% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.254s coverage: 99.0% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.167s coverage: 64.6% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.405s coverage: 97.6% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-05-11T08:39:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-05-11T08:39:19.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T08:39:19.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.061s coverage: 85.7% of statements [2021-05-11T08:39:19.594Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T08:39:20.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-11T08:39:21.164Z] GO111MODULE=on go vet ./... [2021-05-11T08:40:07.065Z] ---> 5014a9ee5425 [2021-05-11T08:40:07.065Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:07.065Z] ---> 7f9e311134e8 [2021-05-11T08:40:07.065Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:07.065Z] ---> Running in a6bd0988c7fd [2021-05-11T08:40:07.065Z] ---> Running in d21b1d8a7f00 [2021-05-11T08:40:07.065Z] ---> 9573efc643b6 [2021-05-11T08:40:07.065Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:07.065Z] ---> 689c0bedc9fe [2021-05-11T08:40:07.065Z] Step 9/32 : RUN go mod tidy [2021-05-11T08:40:07.065Z] ---> Running in 19eb71dda484 [2021-05-11T08:40:07.065Z] ---> Running in 040d37dcfc7a [2021-05-11T08:40:07.065Z] ---> 0bc1ca1d9e03 [2021-05-11T08:40:07.065Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:40:07.065Z] ---> Running in 778a8e8af107 [2021-05-11T08:40:12.787Z] Removing intermediate container 778a8e8af107 [2021-05-11T08:40:12.787Z] ---> 490057478529 [2021-05-11T08:40:12.787Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T08:40:12.787Z] Removing intermediate container a6bd0988c7fd [2021-05-11T08:40:12.787Z] ---> 866c0f430b91 [2021-05-11T08:40:12.787Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T08:40:12.787Z] ---> Running in 0d2333ac5cf8 [2021-05-11T08:40:12.787Z] ---> Running in a9781d3c4733 [2021-05-11T08:40:12.787Z] Removing intermediate container d21b1d8a7f00 [2021-05-11T08:40:12.787Z] ---> 5843c4acb8dc [2021-05-11T08:40:12.787Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T08:40:12.787Z] Removing intermediate container 040d37dcfc7a [2021-05-11T08:40:12.787Z] ---> 369d339d8ee5 [2021-05-11T08:40:12.787Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T08:40:12.787Z] ---> Running in 90fae69dd5a0 [2021-05-11T08:40:13.105Z] Removing intermediate container 19eb71dda484 [2021-05-11T08:40:13.105Z] ---> 6b7ce74219a0 [2021-05-11T08:40:13.105Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T08:40:13.105Z] ---> Running in 9c7df2ac83b7 [2021-05-11T08:40:13.412Z] ---> Running in d469e05cd566 [2021-05-11T08:40:14.141Z] 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 [2021-05-11T08:40:14.141Z] 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 [2021-05-11T08:40:14.849Z] 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 [2021-05-11T08:40:15.161Z] 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 [2021-05-11T08:40:15.470Z] 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 [2021-05-11T08:41:13.036Z] gofmt -l . [2021-05-11T08:41:13.036Z] [ "`gofmt -l .`" = "" ] [2021-05-11T08:41:13.036Z] ./bin/test-go-mod-tidy.sh [2021-05-11T08:41:13.036Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T08:41:16.322Z] + ls -al . [2021-05-11T08:41:16.322Z] total 860 [2021-05-11T08:41:16.322Z] drwxrwxr-x 9 1001 1001 4096 May 11 08:41 . [2021-05-11T08:41:16.322Z] drwxr-xr-x 4 root root 4096 May 11 08:35 .. [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 11 May 11 08:33 .dockerignore [2021-05-11T08:41:16.322Z] drwxrwxr-x 8 1001 1001 4096 May 11 08:33 .git [2021-05-11T08:41:16.322Z] drwxrwxr-x 3 1001 1001 4096 May 11 08:33 .github [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 818 May 11 08:33 .gitignore [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 166 May 11 08:33 .sonarcloud.properties [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 8609 May 11 08:33 Attribution.txt [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 3804 May 11 08:33 CONTRIBUTING.md [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 931 May 11 08:33 Dockerfile.build [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 863 May 11 08:33 Jenkinsfile [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 10775 May 11 08:33 LICENSE [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 5774 May 11 08:33 Makefile [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 7978 May 11 08:33 README.md [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 6755 May 11 08:33 SECURITY.md [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 5 May 11 08:31 VERSION [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 4131 May 11 08:33 ZMQWindows.md [2021-05-11T08:41:16.322Z] drwxrwxr-x 2 1001 1001 4096 May 11 08:33 bin [2021-05-11T08:41:16.322Z] drwxrwxr-x 14 1001 1001 4096 May 11 08:33 cmd [2021-05-11T08:41:16.322Z] -rw-r--r-- 1 root root 720923 May 11 08:39 coverage.out [2021-05-11T08:41:16.322Z] -rw-r--r-- 1 root root 1060 May 11 08:41 go.mod [2021-05-11T08:41:16.322Z] -rw-r--r-- 1 root root 21595 May 11 08:35 go.sum [2021-05-11T08:41:16.322Z] drwxrwxr-x 8 1001 1001 4096 May 11 08:33 internal [2021-05-11T08:41:16.322Z] drwxrwxr-x 4 1001 1001 4096 May 11 08:33 openapi [2021-05-11T08:41:16.322Z] drwxrwxr-x 4 1001 1001 4096 May 11 08:33 snap [2021-05-11T08:41:16.322Z] -rw-rw-r-- 1 1001 1001 168 May 11 08:33 version.go [Pipeline] sh [2021-05-11T08:41:17.068Z] + '[' -e coverage.out ] [2021-05-11T08:41:17.068Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T08:41:17.102Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T08:41:18.667Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T08:41:19.322Z] + make build [2021-05-11T08:41:19.322Z] 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 [2021-05-11T08:41:27.585Z] 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 [2021-05-11T08:41:53.552Z] Removing intermediate container 9c7df2ac83b7 [2021-05-11T08:41:53.552Z] ---> 74f170b5aa7c [2021-05-11T08:41:53.552Z] [2021-05-11T08:41:53.552Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T08:41:53.552Z] Removing intermediate container 90fae69dd5a0 [2021-05-11T08:41:53.552Z] ---> efd94130c359 [2021-05-11T08:41:53.552Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T08:41:53.552Z] 3.12: Pulling from library/alpine [2021-05-11T08:41:53.552Z] Removing intermediate container a9781d3c4733 [2021-05-11T08:41:53.552Z] ---> b3510bd20d9f [2021-05-11T08:41:53.552Z] [2021-05-11T08:41:53.552Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:41:53.552Z] Removing intermediate container 0d2333ac5cf8 [2021-05-11T08:41:53.552Z] ---> e20873679f60 [2021-05-11T08:41:53.552Z] [2021-05-11T08:41:53.552Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:41:53.552Z] ---> Running in b3fef0be5849 [2021-05-11T08:41:53.552Z] 3.12: Pulling from library/alpine [2021-05-11T08:41:53.552Z] 3.12: Pulling from library/alpine [2021-05-11T08:41:53.552Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:41:53.552Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:41:53.552Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:41:53.552Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T08:41:53.552Z] ---> 13621d1b12d4 [2021-05-11T08:41:53.552Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:41:53.552Z] Status: Image is up to date for alpine:3.12 [2021-05-11T08:41:53.552Z] ---> 13621d1b12d4 [2021-05-11T08:41:53.552Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:41:53.552Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T08:41:53.552Z] ---> 13621d1b12d4 [2021-05-11T08:41:53.552Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T08:41:53.552Z] 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 [2021-05-11T08:41:53.552Z] ---> Running in b342030904c0 [2021-05-11T08:41:53.552Z] ---> Running in 482d9af16ecd [2021-05-11T08:41:53.552Z] ---> Running in 53968add7b68 [2021-05-11T08:41:53.552Z] Removing intermediate container b342030904c0 [2021-05-11T08:41:53.552Z] ---> 33f9162fdc44 [2021-05-11T08:41:53.552Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T08:41:53.552Z] ---> Running in f2c625ca27e6 [2021-05-11T08:41:53.552Z] Removing intermediate container d469e05cd566 [2021-05-11T08:41:53.552Z] ---> 1491b77db667 [2021-05-11T08:41:53.552Z] [2021-05-11T08:41:53.552Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:41:53.552Z] ---> 13621d1b12d4 [2021-05-11T08:41:53.552Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:41:53.552Z] ---> Running in 95bb4de749d1 [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:41:53.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:41:53.552Z] OK: 6 MiB in 15 packages [2021-05-11T08:41:53.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:41:53.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:41:53.552Z] OK: 6 MiB in 15 packages [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:41:53.552Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T08:41:53.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:41:53.552Z] OK: 6 MiB in 16 packages [2021-05-11T08:41:53.552Z] Removing intermediate container b3fef0be5849 [2021-05-11T08:41:53.552Z] ---> 7588fa18d324 [2021-05-11T08:41:53.552Z] [2021-05-11T08:41:53.552Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T08:41:53.552Z] 20.10.0: Pulling from library/docker [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:41:53.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:41:53.552Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:41:53.552Z] OK: 6 MiB in 15 packages [2021-05-11T08:41:53.552Z] Removing intermediate container 482d9af16ecd [2021-05-11T08:41:53.552Z] ---> e9e7fdf379f1 [2021-05-11T08:41:53.552Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:41:53.552Z] Removing intermediate container f2c625ca27e6 [2021-05-11T08:41:53.552Z] ---> c79a00850dee [2021-05-11T08:41:53.552Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T08:41:53.552Z] ---> Running in 3bbc435a734f [2021-05-11T08:41:53.552Z] Removing intermediate container 53968add7b68 [2021-05-11T08:41:53.552Z] ---> c089c1943f27 [2021-05-11T08:41:53.552Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:41:53.552Z] ---> Running in 540f955e6f74 [2021-05-11T08:41:53.552Z] ---> Running in 4b90e3fa4c3c [2021-05-11T08:41:53.552Z] Removing intermediate container 95bb4de749d1 [2021-05-11T08:41:53.552Z] ---> 3351b47e887b [2021-05-11T08:41:53.552Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:41:53.552Z] Removing intermediate container 3bbc435a734f [2021-05-11T08:41:53.552Z] ---> 7406c6075baa [2021-05-11T08:41:53.552Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T08:41:53.552Z] ---> Running in 2f191f8d1f69 [2021-05-11T08:41:53.552Z] ---> Running in 429e4fd442b7 [2021-05-11T08:41:53.552Z] Removing intermediate container 4b90e3fa4c3c [2021-05-11T08:41:53.552Z] ---> 31bea0ab7843 [2021-05-11T08:41:53.552Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T08:41:53.552Z] Removing intermediate container 540f955e6f74 [2021-05-11T08:41:53.552Z] ---> 82dd33a2f375 [2021-05-11T08:41:53.552Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T08:41:53.552Z] ---> Running in 89f3474f64e0 [2021-05-11T08:41:53.552Z] ---> Running in bc0ffe291ae1 [2021-05-11T08:41:53.552Z] Removing intermediate container 2f191f8d1f69 [2021-05-11T08:41:53.552Z] ---> 98c1be14b0dc [2021-05-11T08:41:53.552Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T08:41:53.552Z] Removing intermediate container 429e4fd442b7 [2021-05-11T08:41:53.552Z] ---> a3f266c8b83d [2021-05-11T08:41:53.552Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:41:53.552Z] ---> Running in e79c9fb56758 [2021-05-11T08:41:53.552Z] ---> Running in e17227be6dfa [2021-05-11T08:41:53.552Z] Removing intermediate container 89f3474f64e0 [2021-05-11T08:41:53.552Z] ---> 528d298a0510 [2021-05-11T08:41:53.552Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:41:53.904Z] Removing intermediate container bc0ffe291ae1 [2021-05-11T08:41:53.904Z] ---> 323c42d25a8c [2021-05-11T08:41:53.904Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T08:41:53.904Z] ---> Running in fb5772fbfe12 [2021-05-11T08:41:54.216Z] Removing intermediate container e79c9fb56758 [2021-05-11T08:41:54.216Z] ---> dadb5d8ee73c [2021-05-11T08:41:54.216Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:41:54.216Z] Removing intermediate container e17227be6dfa [2021-05-11T08:41:54.216Z] ---> 9190464821f5 [2021-05-11T08:41:54.216Z] Step 16/24 : WORKDIR / [2021-05-11T08:41:54.216Z] ---> Running in 6e43e6a715ba [2021-05-11T08:41:54.504Z] ---> Running in 6e7069353e9a [2021-05-11T08:41:54.504Z] ---> Running in 4f10c1c89332 [2021-05-11T08:41:54.813Z] Removing intermediate container fb5772fbfe12 [2021-05-11T08:41:54.813Z] ---> 16da93e09698 [2021-05-11T08:41:54.813Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:41:55.179Z] Removing intermediate container 4f10c1c89332 [2021-05-11T08:41:55.179Z] ---> 266b8e596069 [2021-05-11T08:41:55.179Z] Step 16/24 : WORKDIR / [2021-05-11T08:41:55.179Z] Removing intermediate container 6e7069353e9a [2021-05-11T08:41:55.179Z] ---> 6420a41a4756 [2021-05-11T08:41:55.179Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:41:55.521Z] ---> Running in 225a1e7dfb6a [2021-05-11T08:41:56.175Z] ---> d01391892009 [2021-05-11T08:41:56.175Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T08:41:56.175Z] Removing intermediate container 225a1e7dfb6a [2021-05-11T08:41:56.175Z] ---> a06678a0402a [2021-05-11T08:41:56.175Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:41:56.547Z] ---> 049f677e5f3b [2021-05-11T08:41:56.547Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T08:41:57.732Z] ---> bde7c6fee063 [2021-05-11T08:41:57.732Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T08:41:58.441Z] Removing intermediate container 6e43e6a715ba [2021-05-11T08:41:58.441Z] ---> 5805d5b0eb8f [2021-05-11T08:41:58.441Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T08:41:58.743Z] ---> Running in fdf80492e5a1 [2021-05-11T08:41:59.104Z] ---> 1142d3feb598 [2021-05-11T08:41:59.104Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T08:41:59.104Z] ---> 09e18ff8467e [2021-05-11T08:41:59.104Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T08:41:59.860Z] Removing intermediate container fdf80492e5a1 [2021-05-11T08:41:59.860Z] ---> e2259a5bdac5 [2021-05-11T08:41:59.860Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T08:41:59.988Z] 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 [2021-05-11T08:41:59.988Z] 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 [2021-05-11T08:42:00.200Z] ---> 512593203956 [2021-05-11T08:42:00.200Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T08:42:00.200Z] ---> 14dd86c89fcb [2021-05-11T08:42:00.200Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T08:42:00.503Z] ---> 36ca8ce4ca8d [2021-05-11T08:42:00.503Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T08:42:01.117Z] ---> Running in 49f0b1c038fb [2021-05-11T08:42:01.117Z] ---> 9e453de20e24 [2021-05-11T08:42:01.117Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T08:42:01.117Z] ---> Running in 09f847375353 [2021-05-11T08:42:01.388Z] ---> 0caa0cfedbfa [2021-05-11T08:42:01.388Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T08:42:01.743Z] ---> Running in 6ebd76a0b7b2 [2021-05-11T08:42:02.165Z] ---> Running in b161f1693247 [2021-05-11T08:42:02.165Z] Removing intermediate container 49f0b1c038fb [2021-05-11T08:42:02.165Z] ---> 4ae0d2eed372 [2021-05-11T08:42:02.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:42:02.454Z] Removing intermediate container 09f847375353 [2021-05-11T08:42:02.454Z] ---> b09a741e2730 [2021-05-11T08:42:02.454Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:42:02.454Z] ---> Running in ab5cd51b8bc9 [2021-05-11T08:42:02.747Z] ---> Running in f188ba30bfde [2021-05-11T08:42:02.748Z] Removing intermediate container b161f1693247 [2021-05-11T08:42:02.748Z] ---> b61f26f13070 [2021-05-11T08:42:02.748Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:42:03.122Z] ---> Running in c40c1b006e91 [2021-05-11T08:42:03.420Z] Removing intermediate container ab5cd51b8bc9 [2021-05-11T08:42:03.420Z] ---> 9bd57504d549 [2021-05-11T08:42:03.420Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T08:42:03.420Z] Removing intermediate container f188ba30bfde [2021-05-11T08:42:03.420Z] ---> 0609807dc395 [2021-05-11T08:42:03.420Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:42:03.743Z] ---> Running in 9ac6235e6a15 [2021-05-11T08:42:03.743Z] ---> Running in 105187dca8f9 [2021-05-11T08:42:03.743Z] Removing intermediate container c40c1b006e91 [2021-05-11T08:42:03.743Z] ---> b2c2eba2721d [2021-05-11T08:42:03.743Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:42:04.437Z] ---> Running in ba4921fb19f2 [2021-05-11T08:42:04.714Z] Removing intermediate container 9ac6235e6a15 [2021-05-11T08:42:04.714Z] ---> 53462f334abe [2021-05-11T08:42:04.714Z] Step 22/23 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:42:05.022Z] Removing intermediate container 105187dca8f9 [2021-05-11T08:42:05.022Z] ---> 4fd9c2c8f596 [2021-05-11T08:42:05.022Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:42:05.304Z] ---> Running in 52a7c2009eed [2021-05-11T08:42:05.304Z] ---> Running in 70f62d0fcf75 [2021-05-11T08:42:05.304Z] Removing intermediate container ba4921fb19f2 [2021-05-11T08:42:05.304Z] ---> 516735fa192d [2021-05-11T08:42:05.304Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:42:05.383Z] 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 [2021-05-11T08:42:05.658Z] 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 [2021-05-11T08:42:06.000Z] ---> Running in 356a03857854 [2021-05-11T08:42:06.000Z] Removing intermediate container 6ebd76a0b7b2 [2021-05-11T08:42:06.000Z] ---> 706ffa150081 [2021-05-11T08:42:06.000Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:42:06.854Z] Removing intermediate container 70f62d0fcf75 [2021-05-11T08:42:06.854Z] ---> 6761fd38d0bb [2021-05-11T08:42:06.854Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:42:06.854Z] Removing intermediate container 52a7c2009eed [2021-05-11T08:42:06.854Z] ---> d0bc4ca8bafc [2021-05-11T08:42:06.854Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:42:07.170Z] ---> Running in 84aaf712103e [2021-05-11T08:42:07.170Z] Removing intermediate container 356a03857854 [2021-05-11T08:42:07.170Z] ---> d8a29c1f5c5b [2021-05-11T08:42:07.170Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:42:07.878Z] ---> Running in c4bfb00858cf [2021-05-11T08:42:07.878Z] ---> Running in edd71a5a1293 [2021-05-11T08:42:07.878Z] ---> bba03979070f [2021-05-11T08:42:07.878Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T08:42:08.571Z] Removing intermediate container 84aaf712103e [2021-05-11T08:42:08.571Z] ---> cda5f957ca8b [2021-05-11T08:42:08.571Z] [2021-05-11T08:42:08.571Z] Removing intermediate container c4bfb00858cf [2021-05-11T08:42:08.571Z] ---> 3667e813a54f [2021-05-11T08:42:08.571Z] [2021-05-11T08:42:08.919Z] Removing intermediate container edd71a5a1293 [2021-05-11T08:42:08.919Z] ---> 0f78d94c08bf [2021-05-11T08:42:08.919Z] [2021-05-11T08:42:09.607Z] Successfully built 3667e813a54f [2021-05-11T08:42:09.607Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T08:42:09.607Z] Building docker-security-secretstore-setup-go [2021-05-11T08:42:09.608Z]  Building docker-support-scheduler-go ... done Successfully built cda5f957ca8b [2021-05-11T08:42:09.946Z] Successfully built 0f78d94c08bf [2021-05-11T08:42:09.946Z] Successfully tagged docker-core-command-go:latest [2021-05-11T08:42:09.946Z] Building docker-support-notifications-go [2021-05-11T08:42:09.946Z]  Building docker-core-command-go ... done  ---> 23e8280ca305 [2021-05-11T08:42:09.946Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T08:42:09.946Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T08:42:09.946Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-11T08:42:10.249Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T08:42:10.540Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T08:42:10.540Z] ---> aefe523efa57 [2021-05-11T08:42:10.540Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:42:10.540Z] ---> Running in db00b11c4e2b [2021-05-11T08:42:10.540Z] ---> 190f677a97a6 [2021-05-11T08:42:10.540Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T08:42:11.083Z] 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 [2021-05-11T08:42:11.191Z] Removing intermediate container db00b11c4e2b [2021-05-11T08:42:11.191Z] ---> ac9962f67b4b [2021-05-11T08:42:11.191Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T08:42:11.191Z] ---> Running in c156a163109a [2021-05-11T08:42:11.495Z] ---> 34720e70631c [2021-05-11T08:42:11.495Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T08:42:12.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:13.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:14.114Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T08:42:14.114Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T08:42:14.114Z] Executing bash-5.0.17-r0.post-install [2021-05-11T08:42:14.114Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:42:14.114Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T08:42:14.114Z] ---> 991fe53d4e05 [2021-05-11T08:42:14.114Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T08:42:14.114Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T08:42:14.114Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T08:42:14.114Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T08:42:14.774Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T08:42:14.774Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T08:42:14.774Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T08:42:14.774Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T08:42:14.774Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T08:42:14.774Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T08:42:16.504Z] 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 [2021-05-11T08:42:17.472Z] ---> Running in 5381f82596f5 [2021-05-11T08:42:19.127Z] 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 [2021-05-11T08:42:19.533Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T08:42:19.533Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T08:42:19.533Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T08:42:19.533Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T08:42:20.177Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T08:42:20.177Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T08:42:20.177Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T08:42:20.776Z] Removing intermediate container 5381f82596f5 [2021-05-11T08:42:20.776Z] ---> 5ba172c6972c [2021-05-11T08:42:20.776Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T08:42:20.776Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T08:42:20.776Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T08:42:20.776Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T08:42:20.776Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T08:42:20.776Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T08:42:21.080Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T08:42:21.080Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T08:42:21.080Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T08:42:21.372Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T08:42:21.650Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T08:42:21.650Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T08:42:21.650Z] ---> 05e72ce46ab8 [2021-05-11T08:42:21.650Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T08:42:21.650Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T08:42:21.917Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T08:42:21.917Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T08:42:21.917Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T08:42:21.917Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T08:42:21.917Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T08:42:21.917Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T08:42:21.917Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T08:42:22.512Z] 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 [2021-05-11T08:42:23.967Z] ---> Running in 315ecfe580a9 [2021-05-11T08:42:23.967Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T08:42:23.967Z] OK: 72 MiB in 59 packages [2021-05-11T08:42:25.895Z] 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 [2021-05-11T08:42:28.318Z] Removing intermediate container 315ecfe580a9 [2021-05-11T08:42:28.318Z] ---> e9a668b2eceb [2021-05-11T08:42:28.318Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T08:42:28.318Z] ---> Running in befef80c3278 [2021-05-11T08:42:28.502Z] 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 [2021-05-11T08:42:28.914Z] Collecting docker-compose==1.23.2 [2021-05-11T08:42:29.198Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T08:42:29.198Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-11T08:42:30.264Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T08:42:30.264Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T08:42:30.264Z] Removing intermediate container befef80c3278 [2021-05-11T08:42:30.264Z] ---> bb9652b9e35b [2021-05-11T08:42:30.264Z] Step 29/32 : CMD ["gate"] [2021-05-11T08:42:30.566Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T08:42:30.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T08:42:30.874Z] ---> Running in 43b922296724 [2021-05-11T08:42:31.943Z] Removing intermediate container 43b922296724 [2021-05-11T08:42:31.943Z] ---> 66985cf16541 [2021-05-11T08:42:31.943Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T08:42:32.564Z] ---> Running in c03485fd8ab8 [2021-05-11T08:42:33.232Z] Removing intermediate container c03485fd8ab8 [2021-05-11T08:42:33.232Z] ---> dbf3591e84f9 [2021-05-11T08:42:33.232Z] Step 31/32 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:42:33.232Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T08:42:33.232Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T08:42:33.840Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T08:42:33.840Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T08:42:34.443Z] ---> Running in bfaaecb0b908 [2021-05-11T08:42:34.796Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T08:42:34.796Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [2021-05-11T08:42:35.239Z] $ docker stop --time=1 2d076aa9313b7b8c9ae347dc2e03050bfff58527041f442c7f474f3382bf52e3 [2021-05-11T08:42:36.306Z] Removing intermediate container bfaaecb0b908 [2021-05-11T08:42:36.306Z] ---> 2b956a5d8a6e [2021-05-11T08:42:36.306Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T08:42:36.923Z] ---> Running in d44da3951ec3 [2021-05-11T08:42:36.923Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T08:42:36.923Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T08:42:37.572Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T08:42:37.572Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T08:42:37.869Z] Removing intermediate container d44da3951ec3 [2021-05-11T08:42:37.869Z] ---> 9f6c54eb9bc3 [2021-05-11T08:42:37.869Z] [2021-05-11T08:42:37.975Z] $ docker rm -f 2d076aa9313b7b8c9ae347dc2e03050bfff58527041f442c7f474f3382bf52e3 [2021-05-11T08:42:38.192Z] Collecting PyYAML<4,>=3.10 [2021-05-11T08:42:38.192Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:42:39.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:42:39.904Z] [2021-05-11T08:42:39.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:42:40.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:42:40.257Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T08:42:40.257Z] 29e5d40040c1: Pulling fs layer [2021-05-11T08:42:40.257Z] 1ce36da41761: Pulling fs layer [2021-05-11T08:42:40.257Z] 25b303627fd3: Pulling fs layer [2021-05-11T08:42:40.293Z] Successfully built 9f6c54eb9bc3 [2021-05-11T08:42:40.533Z] 29e5d40040c1: Verifying Checksum [2021-05-11T08:42:40.533Z] 29e5d40040c1: Download complete [2021-05-11T08:42:40.611Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T08:42:40.611Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T08:42:40.937Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T08:42:40.938Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-05-11T08:42:41.134Z] 1ce36da41761: Verifying Checksum [2021-05-11T08:42:41.134Z] 1ce36da41761: Download complete [2021-05-11T08:42:41.134Z] 29e5d40040c1: Pull complete [2021-05-11T08:42:41.988Z] Collecting idna<2.8,>=2.5 [2021-05-11T08:42:41.988Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T08:42:41.988Z] 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) [2021-05-11T08:42:42.277Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T08:42:42.277Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T08:42:42.277Z] 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) [2021-05-11T08:42:42.570Z] 1ce36da41761: Pull complete [2021-05-11T08:42:42.842Z] 25b303627fd3: Verifying Checksum [2021-05-11T08:42:42.842Z] 25b303627fd3: Download complete [2021-05-11T08:42:43.272Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T08:42:43.272Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T08:42:43.567Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T08:42:43.567Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T08:42:43.567Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T08:42:43.567Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T08:42:44.242Z] Installing collected packages: idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, PyYAML, dockerpty, docker-compose [2021-05-11T08:42:44.242Z] Attempting uninstall: idna [2021-05-11T08:42:44.242Z] Found existing installation: idna 2.9 [2021-05-11T08:42:44.242Z] Uninstalling idna-2.9: [2021-05-11T08:42:44.242Z] Successfully uninstalled idna-2.9 [2021-05-11T08:42:44.880Z] Attempting uninstall: urllib3 [2021-05-11T08:42:44.880Z] Found existing installation: urllib3 1.25.9 [2021-05-11T08:42:45.179Z] Uninstalling urllib3-1.25.9: [2021-05-11T08:42:45.179Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T08:42:46.867Z] Attempting uninstall: requests [2021-05-11T08:42:46.867Z] Found existing installation: requests 2.23.0 [2021-05-11T08:42:46.867Z] Uninstalling requests-2.23.0: [2021-05-11T08:42:46.867Z] Successfully uninstalled requests-2.23.0 [2021-05-11T08:42:47.321Z] Running setup.py install for docopt: started [2021-05-11T08:42:48.796Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:42:48.796Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:42:48.796Z] ---> 2caea22474a8 [2021-05-11T08:42:48.796Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> 14dbe5429190 [2021-05-11T08:42:48.796Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> a646ad1fdb0e [2021-05-11T08:42:48.796Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> 9b8cee6715e4 [2021-05-11T08:42:48.796Z] Step 6/26 : COPY go.mod . [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> 20e9e3090406 [2021-05-11T08:42:48.796Z] Step 7/26 : RUN go mod download [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> 64113f1ac101 [2021-05-11T08:42:48.796Z] Step 8/26 : COPY . . [2021-05-11T08:42:48.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:42:48.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:42:48.796Z] ---> 2caea22474a8 [2021-05-11T08:42:48.796Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> 14dbe5429190 [2021-05-11T08:42:48.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:42:48.796Z] ---> Using cache [2021-05-11T08:42:48.796Z] ---> a646ad1fdb0e [2021-05-11T08:42:48.796Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T08:42:49.125Z] ---> Using cache [2021-05-11T08:42:49.125Z] ---> 9573efc643b6 [2021-05-11T08:42:49.125Z] Step 9/26 : RUN go mod tidy [2021-05-11T08:42:49.125Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:42:49.125Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:42:49.125Z] ---> 2caea22474a8 [2021-05-11T08:42:49.125Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:42:49.125Z] ---> Using cache [2021-05-11T08:42:49.125Z] ---> 14dbe5429190 [2021-05-11T08:42:49.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:42:49.125Z] ---> Using cache [2021-05-11T08:42:49.125Z] ---> a646ad1fdb0e [2021-05-11T08:42:49.125Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T08:42:49.125Z] ---> Using cache [2021-05-11T08:42:49.125Z] ---> 6b7ce74219a0 [2021-05-11T08:42:49.125Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T08:42:49.890Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T08:42:51.346Z] ---> Running in e2e8f27f4cf9 [2021-05-11T08:42:51.346Z] ---> Running in 6e5b0feeb5f4 [2021-05-11T08:42:51.346Z] ---> Running in c4800403d7c3 [2021-05-11T08:42:51.629Z] Running setup.py install for texttable: started [2021-05-11T08:42:52.659Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T08:42:53.320Z] 25b303627fd3: Pull complete [2021-05-11T08:42:53.320Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T08:42:53.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:42:53.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T08:42:53.590Z] prd-ubuntu18.04-docker-arm64-4c-16g-4404 does not seem to be running inside a container [2021-05-11T08:42:53.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:53.665Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T08:42:54.294Z] 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 [2021-05-11T08:42:54.294Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:54.294Z] Running setup.py install for PyYAML: started [2021-05-11T08:42:55.358Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:55.358Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T08:42:55.358Z] Running setup.py install for dockerpty: started [2021-05-11T08:42:56.525Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:56.525Z] OK: 219 MiB in 52 packages [2021-05-11T08:42:56.525Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T08:42:56.995Z] $ docker top b840139ff52667ae3e85ea8b7e06a6d0b373b3aa88983f68139a5bf3495b4c0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:42:57.351Z] 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 [2021-05-11T08:42:57.691Z] OK: 219 MiB in 52 packages [2021-05-11T08:42:57.948Z] + docker-compose build --help [2021-05-11T08:42:57.948Z] + grep parallel [2021-05-11T08:43:00.458Z] Removing intermediate container e2e8f27f4cf9 [2021-05-11T08:43:00.458Z] ---> b3614997b54e [2021-05-11T08:43:00.458Z] Step 6/23 : COPY go.mod . [2021-05-11T08:43:00.458Z] Removing intermediate container 6e5b0feeb5f4 [2021-05-11T08:43:00.458Z] ---> 2f9a30beca84 [2021-05-11T08:43:00.458Z] Step 6/24 : COPY go.mod . [2021-05-11T08:43:02.198Z] ---> 0dc59a81b507 [2021-05-11T08:43:02.198Z] Step 7/23 : RUN go mod download [2021-05-11T08:43:02.247Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T08:43:02.257Z] $ docker stop --time=1 b840139ff52667ae3e85ea8b7e06a6d0b373b3aa88983f68139a5bf3495b4c0f [2021-05-11T08:43:03.286Z] ---> bf836157eb20 [2021-05-11T08:43:03.286Z] Step 7/24 : RUN go mod download [2021-05-11T08:43:04.183Z] $ docker rm -f b840139ff52667ae3e85ea8b7e06a6d0b373b3aa88983f68139a5bf3495b4c0f [2021-05-11T08:43:04.368Z] ---> Running in 1f823ab72fc8 [2021-05-11T08:43:04.368Z] ---> Running in 8b0b71e84c3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:43:04.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:43:04.872Z] . [Pipeline] withDockerContainer [2021-05-11T08:43:05.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-4404 does not seem to be running inside a container [2021-05-11T08:43:05.211Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2021-05-11T08:43:06.714Z] $ docker top db4fd7711f0c928d6cb2a9ae8934b940aae72cf2d97fc220d80299a9d730c96c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:43:07.710Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T08:43:12.062Z] Building docker-core-command-go ... [2021-05-11T08:43:12.062Z] Building docker-core-data-go ... [2021-05-11T08:43:12.062Z] Building docker-core-metadata-go ... [2021-05-11T08:43:12.062Z] Building docker-security-bootstrapper-go ... [2021-05-11T08:43:12.062Z] Building docker-security-proxy-setup-go ... [2021-05-11T08:43:12.062Z] Building docker-security-secretstore-setup-go ... [2021-05-11T08:43:12.062Z] Building docker-support-notifications-go ... [2021-05-11T08:43:12.062Z] Building docker-support-scheduler-go ... [2021-05-11T08:43:12.062Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T08:43:12.062Z] Building docker-security-bootstrapper-go [2021-05-11T08:43:12.062Z] Building docker-security-secretstore-setup-go [2021-05-11T08:43:12.062Z] Building docker-core-metadata-go [2021-05-11T08:43:12.062Z] Building docker-security-proxy-setup-go [2021-05-11T08:43:12.062Z] Building docker-support-scheduler-go [2021-05-11T08:43:13.057Z] Removing intermediate container 1f823ab72fc8 [2021-05-11T08:43:13.057Z] ---> 9a56fcc34758 [2021-05-11T08:43:13.057Z] Step 8/24 : COPY . . [2021-05-11T08:43:13.057Z] Removing intermediate container 8b0b71e84c3f [2021-05-11T08:43:13.057Z] ---> 6b12246a7770 [2021-05-11T08:43:13.057Z] Step 8/23 : COPY . . [2021-05-11T08:43:18.924Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:43:18.924Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:43:18.924Z] ---> 2caea22474a8 [2021-05-11T08:43:18.924Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 14dbe5429190 [2021-05-11T08:43:18.924Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> a646ad1fdb0e [2021-05-11T08:43:18.924Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 9b8cee6715e4 [2021-05-11T08:43:18.924Z] Step 6/22 : COPY go.mod . [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 20e9e3090406 [2021-05-11T08:43:18.924Z] Step 7/22 : RUN go mod download [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 64113f1ac101 [2021-05-11T08:43:18.924Z] Step 8/22 : COPY . . [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 9573efc643b6 [2021-05-11T08:43:18.924Z] Step 9/22 : RUN go mod tidy [2021-05-11T08:43:18.924Z] ---> Using cache [2021-05-11T08:43:18.924Z] ---> 6b7ce74219a0 [2021-05-11T08:43:18.924Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T08:43:19.537Z] ---> Running in ff8b1f435309 [2021-05-11T08:43:22.428Z] 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 [2021-05-11T08:43:32.746Z] 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 [2021-05-11T08:44:00.634Z] 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 [2021-05-11T08:44:00.634Z] Removing intermediate container c156a163109a [2021-05-11T08:44:00.634Z] ---> dc3b9da118be [2021-05-11T08:44:00.634Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T08:44:00.634Z] Removing intermediate container c4800403d7c3 [2021-05-11T08:44:00.634Z] ---> 034df8da54b8 [2021-05-11T08:44:00.634Z] [2021-05-11T08:44:00.634Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T08:44:00.634Z] ---> 13621d1b12d4 [2021-05-11T08:44:00.634Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T08:44:00.942Z] ---> Running in 86cb864ddcd7 [2021-05-11T08:44:02.483Z] ---> Running in de830f090709 [2021-05-11T08:44:03.129Z] Removing intermediate container 86cb864ddcd7 [2021-05-11T08:44:03.129Z] ---> e2250cc289c1 [2021-05-11T08:44:03.129Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T08:44:03.765Z] ---> Running in 93c7c0043d6b [2021-05-11T08:44:05.435Z] Removing intermediate container 93c7c0043d6b [2021-05-11T08:44:05.435Z] ---> 520b127de063 [2021-05-11T08:44:05.435Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T08:44:05.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:44:05.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:44:06.099Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T08:44:06.099Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:44:06.099Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T08:44:06.099Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T08:44:06.099Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:44:06.099Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T08:44:06.099Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:44:06.099Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:44:06.433Z] OK: 7 MiB in 20 packages [2021-05-11T08:44:09.225Z] ---> 7104fe63a236 [2021-05-11T08:44:09.225Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T08:44:09.534Z] ---> 5e790d845935 [2021-05-11T08:44:09.534Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:44:09.534Z] ---> 04eff063eb15 [2021-05-11T08:44:09.534Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:44:10.176Z] ---> Running in 8f95000441e3 [2021-05-11T08:44:10.176Z] ---> Running in 360fe9e1f94f [2021-05-11T08:44:10.176Z] ---> d4980aeba134 [2021-05-11T08:44:10.176Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T08:44:10.536Z] Removing intermediate container de830f090709 [2021-05-11T08:44:10.537Z] ---> 9c72a618bbbb [2021-05-11T08:44:10.537Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:44:11.033Z] ---> Running in e2dc9ab854ca [2021-05-11T08:44:12.424Z] ---> ce5d4c1e42c9 [2021-05-11T08:44:12.424Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T08:44:12.854Z] Removing intermediate container e2dc9ab854ca [2021-05-11T08:44:12.854Z] ---> 91976e622631 [2021-05-11T08:44:12.854Z] Step 14/26 : WORKDIR / [2021-05-11T08:44:13.176Z] ---> Running in 73bb3969a6b7 [2021-05-11T08:44:13.491Z] ---> Running in 831ee600104c [2021-05-11T08:44:14.099Z] Removing intermediate container 73bb3969a6b7 [2021-05-11T08:44:14.099Z] ---> 4a186dd3af8e [2021-05-11T08:44:14.099Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:44:14.822Z] Removing intermediate container 831ee600104c [2021-05-11T08:44:14.822Z] ---> 21a3e476ff95 [2021-05-11T08:44:14.822Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T08:44:15.489Z] ---> Running in 066be7ede53a [2021-05-11T08:44:15.801Z] Removing intermediate container ff8b1f435309 [2021-05-11T08:44:15.801Z] ---> 719935571940 [2021-05-11T08:44:15.801Z] [2021-05-11T08:44:15.801Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T08:44:15.801Z] ---> 13621d1b12d4 [2021-05-11T08:44:15.801Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T08:44:15.801Z] Removing intermediate container 066be7ede53a [2021-05-11T08:44:15.801Z] ---> 9dd7344e5306 [2021-05-11T08:44:15.801Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:44:15.801Z] ---> b3ee39bdd22b [2021-05-11T08:44:15.801Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T08:44:15.801Z] ---> Running in 22d0bf716da1 [2021-05-11T08:44:16.097Z] ---> Running in 7f86839199cd [2021-05-11T08:44:16.430Z] Removing intermediate container 7f86839199cd [2021-05-11T08:44:16.430Z] ---> 2d800550e4f0 [2021-05-11T08:44:16.430Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:44:16.430Z] ---> b2e29f34399b [2021-05-11T08:44:16.430Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T08:44:16.728Z] ---> Running in 5a36271c0480 [2021-05-11T08:44:16.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:44:17.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:44:17.069Z] Removing intermediate container 5a36271c0480 [2021-05-11T08:44:17.069Z] ---> a582cd40ecb4 [2021-05-11T08:44:17.069Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:44:17.069Z] ---> Running in 1df2b5ba8ebb [2021-05-11T08:44:17.446Z] ---> b2bf1e1aff0c [2021-05-11T08:44:17.446Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T08:44:17.446Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T08:44:17.446Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:44:17.446Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T08:44:17.446Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T08:44:17.446Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:44:18.214Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:44:18.214Z] OK: 7 MiB in 18 packages [2021-05-11T08:44:18.513Z] Removing intermediate container 1df2b5ba8ebb [2021-05-11T08:44:18.513Z] ---> 9da0d7c07be4 [2021-05-11T08:44:18.513Z] [2021-05-11T08:44:18.802Z] ---> c17e44b8aed7 [2021-05-11T08:44:18.802Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T08:44:19.503Z] Removing intermediate container 360fe9e1f94f [2021-05-11T08:44:19.503Z] ---> 804e1a40ffc9 [2021-05-11T08:44:19.503Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T08:44:19.817Z] Successfully built 9da0d7c07be4 [2021-05-11T08:44:20.179Z] Removing intermediate container 8f95000441e3 [2021-05-11T08:44:20.179Z] ---> f2dc6021a500 [2021-05-11T08:44:20.179Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T08:44:20.179Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T08:44:20.179Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9986c0490b10 [2021-05-11T08:44:20.469Z] ---> Running in d3852f14f9e4 [2021-05-11T08:44:20.793Z] ---> 892d6c96e30a [2021-05-11T08:44:20.793Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T08:44:20.793Z] Removing intermediate container 22d0bf716da1 [2021-05-11T08:44:20.793Z] ---> 81f72105d7b6 [2021-05-11T08:44:20.793Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:44:21.111Z] ---> Running in 3abe92aa7afa [2021-05-11T08:44:21.780Z] Removing intermediate container 3abe92aa7afa [2021-05-11T08:44:21.780Z] ---> 29afeb98da84 [2021-05-11T08:44:21.780Z] Step 14/22 : WORKDIR /edgex [2021-05-11T08:44:22.065Z] ---> Running in 87c395ba6739 [2021-05-11T08:44:22.352Z] 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 [2021-05-11T08:44:22.352Z] ---> 9c3d7c975eb2 [2021-05-11T08:44:22.352Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T08:44:22.352Z] 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 [2021-05-11T08:44:22.667Z] Removing intermediate container 87c395ba6739 [2021-05-11T08:44:22.667Z] ---> 929a5b091a20 [2021-05-11T08:44:22.667Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T08:44:23.296Z] ---> 0af41873a0ab [2021-05-11T08:44:23.296Z] 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/ [2021-05-11T08:44:23.593Z] ---> Running in 39d0d3c2717b [2021-05-11T08:44:23.593Z] ---> d10ed4432b87 [2021-05-11T08:44:23.593Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T08:44:25.751Z] ---> 4a2123796c27 [2021-05-11T08:44:25.751Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T08:44:26.098Z] Removing intermediate container 39d0d3c2717b [2021-05-11T08:44:26.098Z] ---> d4273a289fb8 [2021-05-11T08:44:26.098Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T08:44:26.805Z] ---> Running in 9eff6d1751ff [2021-05-11T08:44:26.805Z] ---> 0b58d7db7945 [2021-05-11T08:44:26.805Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T08:44:26.805Z] ---> Running in d92756701009 [2021-05-11T08:44:27.113Z] Removing intermediate container 9eff6d1751ff [2021-05-11T08:44:27.113Z] ---> d3228be5f0fd [2021-05-11T08:44:27.113Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T08:44:27.407Z] ---> Running in 757ce5dda39f [2021-05-11T08:44:27.407Z] Removing intermediate container d92756701009 [2021-05-11T08:44:27.407Z] ---> bde2369b6a5c [2021-05-11T08:44:27.407Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T08:44:27.706Z] ---> Running in 69ede04c952f [2021-05-11T08:44:28.059Z] Removing intermediate container 757ce5dda39f [2021-05-11T08:44:28.059Z] ---> 3fe7de6654cd [2021-05-11T08:44:28.059Z] Step 25/26 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:44:28.377Z] ---> Running in 8d35254504e8 [2021-05-11T08:44:28.377Z] Removing intermediate container 69ede04c952f [2021-05-11T08:44:28.377Z] ---> e861037f42a4 [2021-05-11T08:44:28.377Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T08:44:28.707Z] ---> Running in 01a90e9499b9 [2021-05-11T08:44:30.014Z] Removing intermediate container 8d35254504e8 [2021-05-11T08:44:30.014Z] ---> 2a10f15cdcfc [2021-05-11T08:44:30.014Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T08:44:30.014Z] ---> Running in 049c7f79d2b0 [2021-05-11T08:44:30.015Z] Removing intermediate container 01a90e9499b9 [2021-05-11T08:44:30.015Z] ---> dd86da91773c [2021-05-11T08:44:30.015Z] Step 21/22 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:44:30.015Z] ---> Running in 8a5889197d9a [2021-05-11T08:44:30.015Z] Removing intermediate container 049c7f79d2b0 [2021-05-11T08:44:30.015Z] ---> 6226c4ee6843 [2021-05-11T08:44:30.015Z] [2021-05-11T08:44:31.194Z] Removing intermediate container 8a5889197d9a [2021-05-11T08:44:31.194Z] ---> 50b8e587bbd6 [2021-05-11T08:44:31.194Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T08:44:31.194Z] ---> Running in be849da15277 [2021-05-11T08:44:32.341Z] Successfully built 6226c4ee6843 [2021-05-11T08:44:32.341Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T08:44:32.635Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container be849da15277 [2021-05-11T08:44:32.635Z] ---> c4d3f423eff1 [2021-05-11T08:44:32.635Z] [2021-05-11T08:44:33.284Z] Successfully built c4d3f423eff1 [2021-05-11T08:44:33.284Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T08:44:33.850Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:44:33.850Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:44:33.850Z] ---> 72b96f001c07 [2021-05-11T08:44:33.850Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T08:44:33.850Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:44:33.850Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:44:33.850Z] ---> 72b96f001c07 [2021-05-11T08:44:33.850Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:44:33.850Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:44:33.850Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:44:33.850Z] ---> 72b96f001c07 [2021-05-11T08:44:33.850Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:44:33.850Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:44:33.850Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:44:33.850Z] ---> 72b96f001c07 [2021-05-11T08:44:33.850Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T08:44:33.850Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:44:33.850Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:44:33.850Z] ---> 72b96f001c07 [2021-05-11T08:44:33.850Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T08:44:33.850Z] ---> Running in 52625cbba2d3 [2021-05-11T08:44:33.850Z] ---> Running in 30f005d69e34 [2021-05-11T08:44:33.850Z] ---> Running in 4e101ccaf920 [2021-05-11T08:44:33.850Z] ---> Running in f40c98370b80 [2021-05-11T08:44:33.850Z] ---> Running in a095e31f76fe [2021-05-11T08:44:33.850Z] Removing intermediate container 52625cbba2d3 [2021-05-11T08:44:33.850Z] ---> c9e2a89def05 [2021-05-11T08:44:33.850Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:44:33.850Z] Removing intermediate container 30f005d69e34 [2021-05-11T08:44:33.850Z] ---> 4684077b9cbb [2021-05-11T08:44:33.850Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:44:33.850Z] Removing intermediate container a095e31f76fe [2021-05-11T08:44:33.850Z] ---> bc75a99eaa3a [2021-05-11T08:44:33.850Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:44:33.850Z] Removing intermediate container f40c98370b80 [2021-05-11T08:44:33.850Z] ---> d27e5643d821 [2021-05-11T08:44:33.850Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:44:33.850Z] Removing intermediate container 4e101ccaf920 [2021-05-11T08:44:33.850Z] ---> 599f09c2411e [2021-05-11T08:44:33.850Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:44:33.850Z] ---> Running in 5ab53dc8039a [2021-05-11T08:44:33.850Z] ---> Running in 4bfc8cdb812a [2021-05-11T08:44:33.850Z] ---> Running in 988bad0b8535 [2021-05-11T08:44:33.850Z] ---> Running in abf5caa53db7 [2021-05-11T08:44:33.850Z] ---> Running in 787de7ac0154 [2021-05-11T08:44:33.850Z] Removing intermediate container 5ab53dc8039a [2021-05-11T08:44:33.850Z] ---> 8b93c80c1907 [2021-05-11T08:44:33.850Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T08:44:33.850Z] ---> Running in 629dcf261be5 [2021-05-11T08:44:33.850Z] Removing intermediate container 988bad0b8535 [2021-05-11T08:44:33.850Z] ---> f741649619b1 [2021-05-11T08:44:33.850Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T08:44:33.850Z] Removing intermediate container 4bfc8cdb812a [2021-05-11T08:44:33.850Z] ---> 6a4c96f4269f [2021-05-11T08:44:33.850Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:44:33.850Z] ---> Running in c891ff8b5396 [2021-05-11T08:44:33.850Z] ---> Running in 4bc20bdbb1f4 [2021-05-11T08:44:33.850Z] Removing intermediate container 787de7ac0154 [2021-05-11T08:44:33.850Z] ---> 44b965fd568a [2021-05-11T08:44:33.850Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T08:44:33.850Z] Removing intermediate container abf5caa53db7 [2021-05-11T08:44:33.850Z] ---> 26b03148a55c [2021-05-11T08:44:33.850Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T08:44:33.850Z] ---> Running in ea01324e35a7 [2021-05-11T08:44:33.850Z] ---> Running in a17402181f22 [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:33.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:34.451Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:34.749Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:34.749Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:34.749Z] OK: 218 MiB in 52 packages [2021-05-11T08:44:34.749Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:44:36.245Z] OK: 218 MiB in 52 packages [2021-05-11T08:44:36.246Z] OK: 218 MiB in 52 packages [2021-05-11T08:44:36.246Z] OK: 218 MiB in 52 packages [2021-05-11T08:44:36.246Z] OK: 218 MiB in 52 packages [2021-05-11T08:44:36.525Z] Removing intermediate container 629dcf261be5 [2021-05-11T08:44:36.525Z] ---> e10382cc6faf [2021-05-11T08:44:36.525Z] Step 6/26 : COPY go.mod . [2021-05-11T08:44:37.522Z] ---> 5e95d0c699c1 [2021-05-11T08:44:37.522Z] Step 7/26 : RUN go mod download [2021-05-11T08:44:37.796Z] ---> Running in 2f900aedce85 [2021-05-11T08:44:38.070Z] Removing intermediate container a17402181f22 [2021-05-11T08:44:38.070Z] ---> d18bbc62ec73 [2021-05-11T08:44:38.070Z] Step 6/32 : COPY go.mod .Removing intermediate container c891ff8b5396 [2021-05-11T08:44:38.070Z] [2021-05-11T08:44:38.070Z] ---> 48701e64335a [2021-05-11T08:44:38.070Z] Step 6/24 : COPY go.mod . [2021-05-11T08:44:38.070Z] Removing intermediate container 4bc20bdbb1f4 [2021-05-11T08:44:38.070Z] ---> 7b47b956c2da [2021-05-11T08:44:38.070Z] Step 6/23 : COPY go.mod . [2021-05-11T08:44:38.343Z] Removing intermediate container ea01324e35a7 [2021-05-11T08:44:38.343Z] ---> e7ef827935f0 [2021-05-11T08:44:38.343Z] Step 6/22 : COPY go.mod . [2021-05-11T08:44:39.324Z] ---> b104b2a0c2a5 [2021-05-11T08:44:39.324Z] Step 7/32 : RUN go mod download [2021-05-11T08:44:39.324Z] ---> 60187b2b29f1 [2021-05-11T08:44:39.324Z] Step 7/24 : RUN go mod download [2021-05-11T08:44:39.324Z] ---> ef5f1f99ea2d [2021-05-11T08:44:39.324Z] Step 7/23 : RUN go mod download [2021-05-11T08:44:39.324Z] ---> Running in 5b0da756427d [2021-05-11T08:44:39.605Z] ---> 144cdb1e0ba4 [2021-05-11T08:44:39.605Z] Step 7/22 : RUN go mod download [2021-05-11T08:44:39.605Z] ---> Running in f3ce6beaa3eb [2021-05-11T08:44:39.605Z] ---> Running in 59cca37c576d [2021-05-11T08:44:39.901Z] ---> Running in 6747619f0e23 [2021-05-11T08:44:41.895Z] Removing intermediate container 2f900aedce85 [2021-05-11T08:44:41.895Z] ---> 3c4b08245628 [2021-05-11T08:44:41.895Z] Step 8/26 : COPY . . [2021-05-11T08:44:43.887Z] Removing intermediate container 5b0da756427d [2021-05-11T08:44:43.887Z] ---> 0c522a132062 [2021-05-11T08:44:43.887Z] Step 8/32 : COPY . . [2021-05-11T08:44:44.508Z] Removing intermediate container f3ce6beaa3eb [2021-05-11T08:44:44.508Z] ---> 758f05f7a7c9 [2021-05-11T08:44:44.508Z] Step 8/24 : COPY . . [2021-05-11T08:44:44.846Z] Removing intermediate container 59cca37c576d [2021-05-11T08:44:44.846Z] ---> a4c90eb3599e [2021-05-11T08:44:44.846Z] Step 8/23 : COPY . . [2021-05-11T08:44:45.129Z] Removing intermediate container 6747619f0e23 [2021-05-11T08:44:45.129Z] ---> 7279a8efac4d [2021-05-11T08:44:45.129Z] Step 8/22 : COPY . . [2021-05-11T08:45:00.425Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9986c0490b10 [2021-05-11T08:45:00.425Z] ---> 1943244b957f [2021-05-11T08:45:00.425Z] [2021-05-11T08:45:00.425Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:45:00.425Z] ---> 13621d1b12d4 [2021-05-11T08:45:00.425Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T08:45:00.425Z] ---> Running in 1c1652bafc26 [2021-05-11T08:45:00.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:00.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:00.425Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T08:45:00.425Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:45:00.425Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:45:00.425Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:45:00.425Z] OK: 6 MiB in 16 packages [2021-05-11T08:45:00.691Z] Removing intermediate container d3852f14f9e4 [2021-05-11T08:45:00.691Z] ---> f02a8d772379 [2021-05-11T08:45:00.691Z] [2021-05-11T08:45:00.691Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:45:00.691Z] ---> 13621d1b12d4 [2021-05-11T08:45:00.691Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T08:45:00.960Z] Removing intermediate container 1c1652bafc26 [2021-05-11T08:45:00.960Z] ---> 0d45d3df74ae [2021-05-11T08:45:00.960Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:45:01.231Z] ---> Running in 80aaf8be12c2 [2021-05-11T08:45:01.231Z] ---> Running in 73cbe6c3f660 [2021-05-11T08:45:01.543Z] Removing intermediate container 80aaf8be12c2 [2021-05-11T08:45:01.543Z] ---> 15a2b73875c8 [2021-05-11T08:45:01.543Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T08:45:01.543Z] Removing intermediate container 73cbe6c3f660 [2021-05-11T08:45:01.543Z] ---> 592a876316cf [2021-05-11T08:45:01.543Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T08:45:01.543Z] ---> Running in b78f2d1468ec [2021-05-11T08:45:01.543Z] ---> Running in 960d9825d3c6 [2021-05-11T08:45:01.843Z] Removing intermediate container b78f2d1468ec [2021-05-11T08:45:01.843Z] ---> f6f4dd04cb1f [2021-05-11T08:45:01.843Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T08:45:01.843Z] Removing intermediate container 960d9825d3c6 [2021-05-11T08:45:01.843Z] ---> 8399d9bd7e79 [2021-05-11T08:45:01.843Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:45:01.843Z] ---> Running in 3ddedb8293a4 [2021-05-11T08:45:02.118Z] ---> Running in 9b0ac78b7363 [2021-05-11T08:45:02.118Z] Removing intermediate container 3ddedb8293a4 [2021-05-11T08:45:02.118Z] ---> 3a24bc7121d2 [2021-05-11T08:45:02.386Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:02.386Z] Removing intermediate container 9b0ac78b7363 [2021-05-11T08:45:02.386Z] ---> e8cf9263b3b2 [2021-05-11T08:45:02.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:02.386Z] ---> Running in 30b4540cf667 [2021-05-11T08:45:03.008Z] ---> 25fc375a551b [2021-05-11T08:45:03.008Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T08:45:04.000Z] ---> f57ad8c7368e [2021-05-11T08:45:04.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T08:45:04.000Z] Removing intermediate container 30b4540cf667 [2021-05-11T08:45:04.000Z] ---> 86b7fc372103 [2021-05-11T08:45:04.000Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T08:45:04.277Z] ---> Running in f1c112dfa3b0 [2021-05-11T08:45:04.277Z] ---> a75aab63d91a [2021-05-11T08:45:04.277Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T08:45:04.592Z] ---> Running in 06c3f87a663b [2021-05-11T08:45:04.874Z] Removing intermediate container 06c3f87a663b [2021-05-11T08:45:04.874Z] ---> 31b26699aecf [2021-05-11T08:45:04.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:45:04.874Z] ---> Running in e908d2d70e51 [2021-05-11T08:45:04.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:05.158Z] Removing intermediate container e908d2d70e51 [2021-05-11T08:45:05.158Z] ---> 79184edf4599 [2021-05-11T08:45:05.158Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T08:45:05.158Z] ---> Running in 1f39705d76fb [2021-05-11T08:45:05.425Z] Removing intermediate container 1f39705d76fb [2021-05-11T08:45:05.425Z] ---> de1542f5b2b1 [2021-05-11T08:45:05.425Z] Step 22/23 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:45:05.425Z] ---> Running in 15efa9c4495c [2021-05-11T08:45:05.717Z] Removing intermediate container 15efa9c4495c [2021-05-11T08:45:05.717Z] ---> 4f8ecd4ad343 [2021-05-11T08:45:05.717Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:45:05.717Z] ---> Running in 8ffad235d729 [2021-05-11T08:45:06.004Z] Removing intermediate container 8ffad235d729 [2021-05-11T08:45:06.004Z] ---> dcead2c595d6 [2021-05-11T08:45:06.004Z] [2021-05-11T08:45:06.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:07.293Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:45:07.293Z] Successfully built dcead2c595d6 [2021-05-11T08:45:07.293Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T08:45:07.293Z]  Building docker-support-notifications-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T08:45:07.584Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T08:45:07.584Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T08:45:08.997Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T08:45:08.997Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T08:45:09.274Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:45:09.274Z] OK: 8 MiB in 20 packages [2021-05-11T08:45:10.257Z] Removing intermediate container f1c112dfa3b0 [2021-05-11T08:45:10.257Z] ---> ce904e17912b [2021-05-11T08:45:10.257Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:10.577Z] ---> ee4d64827da1 [2021-05-11T08:45:10.577Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T08:45:11.551Z] ---> 71808ead26d7 [2021-05-11T08:45:11.551Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T08:45:11.820Z] ---> 522ee6fcba89 [2021-05-11T08:45:11.820Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T08:45:11.978Z] ---> 32f1a978b1fb [2021-05-11T08:45:11.978Z] Step 9/26 : RUN go mod tidy [2021-05-11T08:45:11.978Z] ---> 83477a184e2d [2021-05-11T08:45:11.978Z] Step 9/32 : RUN go mod tidy [2021-05-11T08:45:11.978Z] ---> Running in 6847d269ac52 [2021-05-11T08:45:11.978Z] ---> 8199213ca500 [2021-05-11T08:45:11.978Z] Step 9/22 : RUN go mod tidy [2021-05-11T08:45:11.978Z] ---> becccbdef3bc [2021-05-11T08:45:11.978Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:45:11.978Z] ---> Running in d3f75deae4dd [2021-05-11T08:45:11.978Z] ---> Running in 7b74e6eb328b [2021-05-11T08:45:11.978Z] ---> Running in aa2bdbee0e6b [2021-05-11T08:45:11.978Z] ---> 9e8a524f57ff [2021-05-11T08:45:11.978Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:45:12.087Z] ---> Running in 4749b8000470 [2021-05-11T08:45:12.254Z] ---> Running in 0b5e5e1e3b1b [2021-05-11T08:45:12.355Z] Removing intermediate container 4749b8000470 [2021-05-11T08:45:12.355Z] ---> 003676ce6b0c [2021-05-11T08:45:12.355Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:45:12.355Z] ---> Running in ce9efccf733a [2021-05-11T08:45:12.644Z] Removing intermediate container ce9efccf733a [2021-05-11T08:45:12.644Z] ---> 59ff8d46ee5a [2021-05-11T08:45:12.644Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:45:12.644Z] ---> Running in c5be17d854c3 [2021-05-11T08:45:12.924Z] Removing intermediate container c5be17d854c3 [2021-05-11T08:45:12.924Z] ---> 6c4f6f23dec8 [2021-05-11T08:45:12.924Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:45:13.190Z] ---> Running in 1824d7f88e9f [2021-05-11T08:45:13.453Z] Removing intermediate container 1824d7f88e9f [2021-05-11T08:45:13.453Z] ---> 7a595b5236b7 [2021-05-11T08:45:13.453Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:45:13.453Z] ---> Running in 2593d83ef2c9 [2021-05-11T08:45:13.717Z] Removing intermediate container 2593d83ef2c9 [2021-05-11T08:45:13.717Z] ---> 35c36cf9b2af [2021-05-11T08:45:13.717Z] [2021-05-11T08:45:13.993Z] Successfully built 35c36cf9b2af [2021-05-11T08:45:13.993Z] Successfully tagged docker-core-data-go:latest [2021-05-11T08:45:14.421Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-11T08:45:14.557Z] $ docker stop --time=1 f4cac1f35978dce7f21c977b7c41ed385c50781c07f8585359faf457ebc944ad [2021-05-11T08:45:16.565Z] $ docker rm -f f4cac1f35978dce7f21c977b7c41ed385c50781c07f8585359faf457ebc944ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T08:45:17.345Z] + docker images [2021-05-11T08:45:17.345Z] + grep docker [2021-05-11T08:45:17.952Z] docker-core-data-go latest 35c36cf9b2af 4 seconds ago 21.5MB [2021-05-11T08:45:17.952Z] docker-support-notifications-go latest dcead2c595d6 12 seconds ago 17.7MB [2021-05-11T08:45:17.952Z] docker-security-proxy-setup-go latest c4d3f423eff1 45 seconds ago 25.3MB [2021-05-11T08:45:17.952Z] docker-security-secretstore-setup-go latest 6226c4ee6843 48 seconds ago 25.7MB [2021-05-11T08:45:17.952Z] docker-sys-mgmt-agent-go latest 9da0d7c07be4 59 seconds ago 312MB [2021-05-11T08:45:17.952Z] docker-security-bootstrapper-go latest 9f6c54eb9bc3 2 minutes ago 18.2MB [2021-05-11T08:45:17.952Z] docker-core-metadata-go latest 0f78d94c08bf 3 minutes ago 18.6MB [2021-05-11T08:45:17.952Z] docker-support-scheduler-go latest 3667e813a54f 3 minutes ago 17.1MB [2021-05-11T08:45:17.952Z] docker-core-command-go latest cda5f957ca8b 3 minutes ago 17MB [2021-05-11T08:45:17.952Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-11T08:45:19.002Z] Removing intermediate container 6847d269ac52 [2021-05-11T08:45:19.002Z] ---> 51acf6e4c75b [2021-05-11T08:45:19.002Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T08:45:19.002Z] ---> Running in 3e39a53dcedf [2021-05-11T08:45:19.289Z] Removing intermediate container d3f75deae4dd [2021-05-11T08:45:19.289Z] ---> 3a1392407520 [2021-05-11T08:45:19.289Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T08:45:19.890Z] ---> Running in 6c6e118b1a21 [2021-05-11T08:45:19.891Z] Removing intermediate container 0b5e5e1e3b1b [2021-05-11T08:45:19.891Z] ---> 42f5b53668e2 [2021-05-11T08:45:19.891Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T08:45:20.164Z] ---> Running in e7feda75f229 [2021-05-11T08:45:20.164Z] Removing intermediate container aa2bdbee0e6b [2021-05-11T08:45:20.164Z] ---> 72fd8f78e444 [2021-05-11T08:45:20.164Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T08:45:20.444Z] Removing intermediate container 7b74e6eb328b [2021-05-11T08:45:20.444Z] ---> d1e56db13bae [2021-05-11T08:45:20.444Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T08:45:20.722Z] ---> Running in 0b0cd867caaa [2021-05-11T08:45:20.722Z] ---> Running in 44c85b6a596a [2021-05-11T08:45:20.722Z] 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 [2021-05-11T08:45:22.174Z] 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 [2021-05-11T08:45:22.454Z] 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 [2021-05-11T08:45:23.071Z] 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 [2021-05-11T08:45:23.348Z] 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 [2021-05-11T08:45:33.478Z] Still waiting to schedule task [2021-05-11T08:45:33.478Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-05-11T08:47:30.300Z] 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 [2021-05-11T08:47:30.300Z] 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 [2021-05-11T08:47:34.714Z] Removing intermediate container 3e39a53dcedf [2021-05-11T08:47:34.714Z] ---> 426fc3807d90 [2021-05-11T08:47:34.714Z] [2021-05-11T08:47:34.714Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T08:47:34.714Z] 3.12: Pulling from library/alpine [2021-05-11T08:47:34.999Z] Removing intermediate container 6c6e118b1a21 [2021-05-11T08:47:34.999Z] ---> dc9c09392d06 [2021-05-11T08:47:34.999Z] [2021-05-11T08:47:34.999Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T08:47:35.281Z] 3.12: Pulling from library/alpine [2021-05-11T08:47:35.892Z] Removing intermediate container 44c85b6a596a [2021-05-11T08:47:35.892Z] ---> 4611e990a541 [2021-05-11T08:47:35.892Z] [2021-05-11T08:47:35.892Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T08:47:35.892Z] 3.12: Pulling from library/alpine [2021-05-11T08:47:35.892Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:47:36.180Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:47:36.180Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T08:47:36.180Z] Status: Image is up to date for alpine:3.12 [2021-05-11T08:47:36.180Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:47:36.180Z] Status: Image is up to date for alpine:3.12 [2021-05-11T08:47:36.180Z] ---> 9852663dfa18 [2021-05-11T08:47:36.180Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T08:47:36.180Z] ---> 9852663dfa18 [2021-05-11T08:47:36.180Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T08:47:36.180Z] ---> 9852663dfa18 [2021-05-11T08:47:36.180Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T08:47:36.471Z] ---> Running in 0661b81303bf [2021-05-11T08:47:36.471Z] ---> Running in 5a1683c473b7 [2021-05-11T08:47:36.471Z] ---> Running in cc0ad983c1e7 [2021-05-11T08:47:37.561Z] Running on prd-ubuntu18.04-docker-8c-8g-4414 in /w/workspace/edgexfoundry_edgex-go_PR-3453 [Pipeline] { [Pipeline] ws [2021-05-11T08:47:37.582Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T08:47:37.963Z] Removing intermediate container 0661b81303bf [2021-05-11T08:47:37.963Z] ---> bcbd7881d6e5 [2021-05-11T08:47:37.963Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T08:47:37.963Z] ---> Running in 139bdc8f3f47 [2021-05-11T08:47:39.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:39.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:39.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:39.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:39.822Z] using credential edgex-jenkins-ssh [2021-05-11T08:47:39.840Z] Cloning the remote Git repository [2021-05-11T08:47:39.845Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:47:39.949Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T08:47:40.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:40.295Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T08:47:40.295Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:47:40.295Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T08:47:40.295Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T08:47:40.295Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:47:40.295Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T08:47:40.295Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:47:40.295Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:47:40.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:40.572Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T08:47:40.572Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:47:40.572Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T08:47:40.572Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T08:47:40.572Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:47:40.572Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:47:40.572Z] OK: 7 MiB in 20 packages [2021-05-11T08:47:39.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:47:39.985Z] > git --version # timeout=10 [2021-05-11T08:47:39.991Z] > git --version # 'git version 2.17.1' [2021-05-11T08:47:39.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:47:40.016Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:47:41.178Z] OK: 7 MiB in 18 packages [2021-05-11T08:47:41.179Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:47:41.179Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T08:47:41.179Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:47:41.179Z] OK: 5 MiB in 16 packages [2021-05-11T08:47:43.826Z] Removing intermediate container cc0ad983c1e7 [2021-05-11T08:47:43.826Z] ---> c0e0544fe3f2 [2021-05-11T08:47:43.826Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:47:44.101Z] Removing intermediate container 139bdc8f3f47 [2021-05-11T08:47:44.101Z] ---> 562ef2f38b73 [2021-05-11T08:47:44.101Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T08:47:44.377Z] ---> Running in 9f905c2d0990 [2021-05-11T08:47:44.377Z] ---> Running in c879f3d72cce [2021-05-11T08:47:44.654Z] Removing intermediate container 5a1683c473b7 [2021-05-11T08:47:44.654Z] ---> b779c03ec3bf [2021-05-11T08:47:44.654Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:47:45.262Z] ---> Running in ad4957520f49 [2021-05-11T08:47:45.262Z] Removing intermediate container 9f905c2d0990 [2021-05-11T08:47:45.262Z] ---> 0508635dd468 [2021-05-11T08:47:45.262Z] Step 14/26 : WORKDIR / [2021-05-11T08:47:45.541Z] Removing intermediate container c879f3d72cce [2021-05-11T08:47:45.541Z] ---> e420157e03e2 [2021-05-11T08:47:45.541Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T08:47:45.818Z] ---> Running in a7cf932526e8 [2021-05-11T08:47:45.818Z] ---> Running in fd3394e2ee45 [2021-05-11T08:47:45.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:47:45.652Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:47:45.664Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:47:45.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:47:45.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:47:45.679Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3453/head:refs/remotes/origin/PR-3453 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T08:47:46.095Z] Removing intermediate container ad4957520f49 [2021-05-11T08:47:46.095Z] ---> 9a8a05d24af1 [2021-05-11T08:47:46.095Z] Step 14/22 : WORKDIR /edgex [2021-05-11T08:47:46.316Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 [2021-05-11T08:47:46.572Z] Merge succeeded, producing 778f50364a95cb34e2a8d3989d37a37dc34b5478 [2021-05-11T08:47:46.572Z] Checking out Revision 778f50364a95cb34e2a8d3989d37a37dc34b5478 (PR-3453) [2021-05-11T08:47:46.704Z] ---> Running in 4c18a1825360 [2021-05-11T08:47:46.704Z] Removing intermediate container a7cf932526e8 [2021-05-11T08:47:46.704Z] ---> 6bad5f02e586 [2021-05-11T08:47:46.704Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T08:47:46.983Z] ---> Running in db9a0927134f [2021-05-11T08:47:46.983Z] Removing intermediate container fd3394e2ee45 [2021-05-11T08:47:46.983Z] ---> 6bfb1c8e11b7 [2021-05-11T08:47:46.983Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T08:47:46.315Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:47:46.326Z] > git checkout -f 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # timeout=10 [2021-05-11T08:47:46.448Z] > git remote # timeout=10 [2021-05-11T08:47:46.460Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T08:47:46.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:47:46.470Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T08:47:46.559Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T08:47:46.566Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:47:46.572Z] > git checkout -f 778f50364a95cb34e2a8d3989d37a37dc34b5478 # timeout=10 [2021-05-11T08:47:47.997Z] Removing intermediate container 4c18a1825360 [2021-05-11T08:47:47.997Z] ---> 5e37af1e2b88 [2021-05-11T08:47:47.997Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T08:47:48.601Z] Removing intermediate container e7feda75f229 [2021-05-11T08:47:48.601Z] ---> b51bed1dab55 [2021-05-11T08:47:48.601Z] [2021-05-11T08:47:48.601Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:47:48.601Z] ---> 9852663dfa18 [2021-05-11T08:47:48.601Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:47:48.886Z] ---> 280012180536 [2021-05-11T08:47:48.886Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T08:47:49.166Z] ---> Running in 5abc6532b0ec [2021-05-11T08:47:49.444Z] ---> 25e2464130cb [2021-05-11T08:47:49.444Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T08:47:50.089Z] ---> 431f8e37b19e [2021-05-11T08:47:50.089Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T08:47:50.170Z] Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" [2021-05-11T08:47:50.166Z] > git rev-list --no-walk 4116415e3b9f7ff3c43f9c5acdb64d0e7c774c23 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:47:51.228Z] + echo snap-build.sh [2021-05-11T08:47:51.228Z] snap-build.sh [2021-05-11T08:47:51.228Z] + SNAP_BASE_DIR=. [2021-05-11T08:47:51.228Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-11T08:47:51.228Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-11T08:47:51.228Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-11T08:47:51.228Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-11T08:47:51.228Z] + cd /w/workspace/edgex-go/2 [2021-05-11T08:47:51.228Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T08:47:51.228Z] Reading package lists... [2021-05-11T08:47:51.489Z] Building dependency tree... [2021-05-11T08:47:51.489Z] Reading state information... [2021-05-11T08:47:51.489Z] The following packages were automatically installed and are no longer required: [2021-05-11T08:47:51.489Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T08:47:51.489Z] uidmap xdelta3 [2021-05-11T08:47:51.489Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T08:47:51.489Z] The following packages will be REMOVED: [2021-05-11T08:47:51.489Z] lxd* lxd-client* [2021-05-11T08:47:51.648Z] Removing intermediate container db9a0927134f [2021-05-11T08:47:51.648Z] ---> c87402cebf7c [2021-05-11T08:47:51.648Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T08:47:51.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:51.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:47:52.062Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T08:47:52.062Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T08:47:52.250Z] ---> Running in 54e719fbea7c [2021-05-11T08:47:52.250Z] ---> 3c84abed6c40 [2021-05-11T08:47:52.250Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T08:47:52.250Z] ---> 6e20afcec82a [2021-05-11T08:47:52.250Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T08:47:52.557Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:47:52.557Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:47:52.557Z] OK: 5 MiB in 15 packages [2021-05-11T08:47:52.842Z] (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.) [2021-05-11T08:47:53.101Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T08:47:53.672Z] Removing lxd dnsmasq configuration [2021-05-11T08:47:53.937Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T08:47:53.937Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T08:47:54.046Z] Removing intermediate container 54e719fbea7c [2021-05-11T08:47:54.046Z] ---> 9102574ac2da [2021-05-11T08:47:54.046Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T08:47:54.509Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T08:47:54.647Z] ---> 6a8e29b73208 [2021-05-11T08:47:54.647Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T08:47:54.647Z] ---> 7f39c65de04e [2021-05-11T08:47:54.648Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T08:47:54.770Z] (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.) [2021-05-11T08:47:54.926Z] ---> Running in 3a68fc459d52 [2021-05-11T08:47:54.926Z] ---> ad92355da692 [2021-05-11T08:47:54.926Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T08:47:54.926Z] Removing intermediate container 5abc6532b0ec [2021-05-11T08:47:54.926Z] ---> 8269f3edbf62 [2021-05-11T08:47:54.926Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:47:55.030Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T08:47:55.198Z] Removing intermediate container 0b0cd867caaa [2021-05-11T08:47:55.198Z] ---> 2833965c988e [2021-05-11T08:47:55.198Z] [2021-05-11T08:47:55.198Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:47:55.198Z] ---> 9852663dfa18 [2021-05-11T08:47:55.198Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:47:55.198Z] ---> Using cache [2021-05-11T08:47:55.198Z] ---> 8269f3edbf62 [2021-05-11T08:47:55.198Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:47:55.483Z] ---> Running in 16025bae313a [2021-05-11T08:47:55.483Z] ---> Running in fafa3e322ac6 [2021-05-11T08:47:55.483Z] ---> Running in c9f0a8cbad4b [2021-05-11T08:47:55.761Z] Removing intermediate container 3a68fc459d52 [2021-05-11T08:47:55.761Z] ---> d29afe733f69 [2021-05-11T08:47:55.761Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T08:47:56.041Z] ---> Running in ffd7e0616343 [2021-05-11T08:47:56.322Z] Removing intermediate container fafa3e322ac6 [2021-05-11T08:47:56.322Z] ---> ac1afc54c5bd [2021-05-11T08:47:56.322Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T08:47:56.322Z] ---> 7e1f46710684 [2021-05-11T08:47:56.322Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T08:47:56.322Z] Removing intermediate container c9f0a8cbad4b [2021-05-11T08:47:56.322Z] ---> 54695fe8d86b [2021-05-11T08:47:56.322Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T08:47:56.413Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T08:47:56.413Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T08:47:56.596Z] ---> Running in 596e02119168 [2021-05-11T08:47:56.596Z] ---> Running in 146f0914628d [2021-05-11T08:47:56.871Z] Removing intermediate container ffd7e0616343 [2021-05-11T08:47:56.871Z] ---> 75b6d1394bf4 [2021-05-11T08:47:56.872Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T08:47:57.174Z] ---> Running in 168e894bb3f0 [2021-05-11T08:47:57.462Z] Removing intermediate container 596e02119168 [2021-05-11T08:47:57.462Z] ---> d818756f1dfc [2021-05-11T08:47:57.462Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:47:57.462Z] Removing intermediate container 146f0914628d [2021-05-11T08:47:57.462Z] ---> f8eef84a21ee [2021-05-11T08:47:57.462Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:47:57.735Z] ---> Running in 4bf548bd6e82 [2021-05-11T08:47:57.735Z] ---> Running in 6032e8591a1c [2021-05-11T08:47:57.795Z] + sudo snap remove --purge lxd [2021-05-11T08:47:57.795Z] snap "lxd" is not installed [2021-05-11T08:47:57.795Z] + sudo groupadd --force --system lxd [2021-05-11T08:47:57.795Z] ++ whoami [2021-05-11T08:47:57.795Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T08:47:57.795Z] + newgrp - lxd [2021-05-11T08:47:57.795Z] + sudo snap install lxd [2021-05-11T08:47:58.009Z] Removing intermediate container 168e894bb3f0 [2021-05-11T08:47:58.009Z] ---> 1eecbb8fc2be [2021-05-11T08:47:58.009Z] Step 21/22 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:47:58.009Z] ---> db425202176b [2021-05-11T08:47:58.009Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T08:47:58.285Z] ---> Running in e128e32b6ae9 [2021-05-11T08:47:58.559Z] Removing intermediate container 4bf548bd6e82 [2021-05-11T08:47:58.559Z] ---> cfdc1869dda2 [2021-05-11T08:47:58.559Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:47:58.559Z] Removing intermediate container 6032e8591a1c [2021-05-11T08:47:58.559Z] ---> fa56844ab1fa [2021-05-11T08:47:58.559Z] Step 16/24 : WORKDIR / [2021-05-11T08:47:58.843Z] ---> Running in 93fb898a9456 [2021-05-11T08:47:58.843Z] Removing intermediate container e128e32b6ae9 [2021-05-11T08:47:58.843Z] ---> 2de023fcb518 [2021-05-11T08:47:58.843Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T08:47:59.116Z] ---> Running in 9e29440a62fd [2021-05-11T08:47:59.116Z] ---> 839afd2dd57d [2021-05-11T08:47:59.116Z] 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/ [2021-05-11T08:47:59.116Z] Removing intermediate container 16025bae313a [2021-05-11T08:47:59.116Z] ---> ac73214667f1 [2021-05-11T08:47:59.116Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:47:59.402Z] ---> Running in 4c0f839ed27e [2021-05-11T08:47:59.678Z] Removing intermediate container 93fb898a9456 [2021-05-11T08:47:59.678Z] ---> d953e8ac8c3e [2021-05-11T08:47:59.678Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:47:59.678Z] ---> dc50cd556fa9 [2021-05-11T08:47:59.678Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T08:47:59.953Z] Removing intermediate container 9e29440a62fd [2021-05-11T08:47:59.953Z] ---> b99b2659d575 [2021-05-11T08:47:59.953Z] [2021-05-11T08:48:00.937Z] ---> 0c038b6b835a [2021-05-11T08:48:00.937Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T08:48:00.937Z] Successfully built b99b2659d575 [2021-05-11T08:48:00.937Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T08:48:00.937Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T08:48:00.937Z] ---> 10a1f3966168 [2021-05-11T08:48:01.212Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T08:48:02.199Z] ---> acd6df3ab70b [2021-05-11T08:48:02.199Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T08:48:04.238Z] ---> cb1d0ae5a455 [2021-05-11T08:48:04.238Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ ---> 2bc0ce5e83d1 [2021-05-11T08:48:04.238Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T08:48:04.238Z] [2021-05-11T08:48:04.851Z] Removing intermediate container 4c0f839ed27e [2021-05-11T08:48:04.852Z] ---> 1204e33cf97d [2021-05-11T08:48:04.852Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T08:48:04.852Z] ---> 0c3506c01fcc [2021-05-11T08:48:04.852Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T08:48:05.453Z] ---> Running in c133f257dafd [2021-05-11T08:48:05.453Z] ---> Running in 68e0cfb7b659 [2021-05-11T08:48:05.453Z] ---> 885fb29a2749 [2021-05-11T08:48:05.453Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T08:48:05.453Z] ---> 796b1d01430f [2021-05-11T08:48:05.453Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T08:48:05.929Z] 2021-05-11T08:48:03Z INFO Waiting for automatic snapd restart... [2021-05-11T08:48:06.070Z] ---> Running in 5e8f02182989 [2021-05-11T08:48:06.672Z] Removing intermediate container c133f257dafd [2021-05-11T08:48:06.672Z] Removing intermediate container 68e0cfb7b659 [2021-05-11T08:48:06.672Z] ---> 8603f8df3ad5 [2021-05-11T08:48:06.672Z] ---> b72fa148cf8f [2021-05-11T08:48:06.672Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T08:48:06.672Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:48:07.282Z] ---> Running in 490ac9d640d1 [2021-05-11T08:48:07.282Z] Removing intermediate container 5e8f02182989 [2021-05-11T08:48:07.282Z] ---> b8d1be46c4ea [2021-05-11T08:48:07.282Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:48:07.282Z] ---> Running in 515a7dedca8f [2021-05-11T08:48:07.282Z] ---> 51853e8b9c70 [2021-05-11T08:48:07.282Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T08:48:07.895Z] ---> Running in 7014dd25e8a3 [2021-05-11T08:48:08.176Z] Removing intermediate container 490ac9d640d1 [2021-05-11T08:48:08.177Z] ---> 7d53f45ecf83 [2021-05-11T08:48:08.177Z] Step 25/26 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:48:08.177Z] Removing intermediate container 515a7dedca8f [2021-05-11T08:48:08.177Z] ---> 786551d25428 [2021-05-11T08:48:08.177Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T08:48:08.452Z] ---> Running in 5ba2189ab735 [2021-05-11T08:48:08.452Z] Removing intermediate container 7014dd25e8a3 [2021-05-11T08:48:08.452Z] ---> b9c396bea867 [2021-05-11T08:48:08.452Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:48:08.737Z] ---> Running in c60ab320b5d3 [2021-05-11T08:48:08.737Z] ---> 95dbffbaba80 [2021-05-11T08:48:08.737Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T08:48:08.737Z] ---> Running in 0443fae9ca95 [2021-05-11T08:48:09.335Z] ---> Running in 07350b465f4d [2021-05-11T08:48:09.335Z] Removing intermediate container 5ba2189ab735 [2021-05-11T08:48:09.335Z] ---> 7cd077058a65 [2021-05-11T08:48:09.335Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T08:48:09.335Z] Removing intermediate container c60ab320b5d3 [2021-05-11T08:48:09.335Z] ---> 01ee0739a63b [2021-05-11T08:48:09.335Z] Step 22/23 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:48:09.613Z] Removing intermediate container 0443fae9ca95 [2021-05-11T08:48:09.613Z] ---> d1bb24e0ebe5 [2021-05-11T08:48:09.613Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:48:09.613Z] ---> Running in 181e60c2e5e9 [2021-05-11T08:48:09.613Z] ---> Running in d0fff2f49132 [2021-05-11T08:48:09.613Z] ---> Running in 82af9a9ef13c [2021-05-11T08:48:09.892Z] Removing intermediate container 07350b465f4d [2021-05-11T08:48:09.892Z] ---> 1e7a83bc237b [2021-05-11T08:48:09.892Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T08:48:10.168Z] Removing intermediate container 181e60c2e5e9 [2021-05-11T08:48:10.168Z] ---> 12be004a93aa [2021-05-11T08:48:10.168Z] [2021-05-11T08:48:10.446Z] Removing intermediate container d0fff2f49132 [2021-05-11T08:48:10.446Z] ---> f29399677441 [2021-05-11T08:48:10.446Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:48:10.723Z] Removing intermediate container 82af9a9ef13c [2021-05-11T08:48:10.723Z] ---> 2d192aff277f [2021-05-11T08:48:10.723Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:48:10.998Z] ---> Running in def821ccf4b2 [2021-05-11T08:48:10.998Z] Successfully built 12be004a93aa [2021-05-11T08:48:10.998Z] ---> Running in b217f4377a75 [2021-05-11T08:48:10.998Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T08:48:10.998Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-05-11T08:48:11.278Z] ---> befcf29d2e64 [2021-05-11T08:48:11.278Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T08:48:11.555Z] Removing intermediate container def821ccf4b2 [2021-05-11T08:48:11.555Z] ---> b843b7b4ad4c [2021-05-11T08:48:11.555Z] [2021-05-11T08:48:11.852Z] ---> Running in 6f710291639d [2021-05-11T08:48:12.139Z] Removing intermediate container b217f4377a75 [2021-05-11T08:48:12.139Z] ---> ec45f247a5c3 [2021-05-11T08:48:12.139Z] [2021-05-11T08:48:12.414Z] Successfully built b843b7b4ad4c [2021-05-11T08:48:12.414Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T08:48:12.414Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-05-11T08:48:12.692Z] Successfully built ec45f247a5c3 [2021-05-11T08:48:12.693Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T08:48:12.693Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-11T08:48:14.679Z] Removing intermediate container 6f710291639d [2021-05-11T08:48:14.679Z] ---> fc1caf172b99 [2021-05-11T08:48:14.679Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T08:48:14.953Z] ---> Running in e599467ab683 [2021-05-11T08:48:15.551Z] Removing intermediate container e599467ab683 [2021-05-11T08:48:15.551Z] ---> 58e6d109d21b [2021-05-11T08:48:15.551Z] Step 29/32 : CMD ["gate"] [2021-05-11T08:48:16.155Z] ---> Running in 6a0e97908281 [2021-05-11T08:48:16.775Z] Removing intermediate container 6a0e97908281 [2021-05-11T08:48:16.775Z] ---> 529b85f3d56a [2021-05-11T08:48:16.775Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T08:48:18.162Z] lxd 4.14 from Canonical* installed [2021-05-11T08:48:18.162Z] + sudo lxd init --auto [2021-05-11T08:48:18.219Z] ---> Running in afe8a89332ea [2021-05-11T08:48:19.670Z] Removing intermediate container afe8a89332ea [2021-05-11T08:48:19.670Z] ---> b982a8ea4baf [2021-05-11T08:48:19.670Z] Step 31/32 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:48:21.110Z] ---> Running in 53205fb7e7e5 [2021-05-11T08:48:22.120Z] Removing intermediate container 53205fb7e7e5 [2021-05-11T08:48:22.120Z] ---> e81e4bdffca2 [2021-05-11T08:48:22.120Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T08:48:23.574Z] ---> Running in 8ff05c2fbd83 [2021-05-11T08:48:24.562Z] Removing intermediate container 8ff05c2fbd83 [2021-05-11T08:48:24.562Z] ---> 73b3e8660b2a [2021-05-11T08:48:24.562Z] [2021-05-11T08:48:24.837Z] Successfully built 73b3e8660b2a [2021-05-11T08:48:24.837Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T08:48:26.311Z] + sudo snap install --classic snapcraft [2021-05-11T08:48:30.517Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T08:48:30.517Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T08:48:30.517Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-11T08:48:30.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T08:48:30.517Z] Dload Upload Total Spent Left Speed [2021-05-11T08:48:30.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9086 0 --:--:-- --:--:-- --:--:-- 9086 [2021-05-11T08:48:30.518Z] 100 3325k 100 3325k 0 0 23.3M 0 --:--:-- --:--:-- --:--:-- 23.3M [2021-05-11T08:48:30.518Z] ./yq_linux_amd64 [2021-05-11T08:48:30.518Z] + sudo snapcraft prime --use-lxd [2021-05-11T08:48:32.443Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T08:48:32.443Z] 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: [2021-05-11T08:48:32.443Z] - README.md [2021-05-11T08:48:32.443Z] [2021-05-11T08:48:32.443Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T08:48:33.014Z] Launching a container. [2021-05-11T08:48:51.663Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:48:51.663Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:48:51.663Z] ---> 72b96f001c07 [2021-05-11T08:48:51.663Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:48:51.663Z] ---> Using cache [2021-05-11T08:48:51.663Z] ---> 599f09c2411e [2021-05-11T08:48:51.663Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:48:51.663Z] ---> Using cache [2021-05-11T08:48:51.663Z] ---> 44b965fd568a [2021-05-11T08:48:51.663Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T08:48:55.079Z] ---> Running in 40d867d1b27a [2021-05-11T08:48:56.071Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:48:58.062Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:00.707Z] OK: 218 MiB in 52 packages [2021-05-11T08:49:02.175Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:49:02.175Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:49:02.175Z] ---> 72b96f001c07 [2021-05-11T08:49:02.175Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 599f09c2411e [2021-05-11T08:49:02.175Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 44b965fd568a [2021-05-11T08:49:02.175Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificatesStep 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:49:02.175Z] [2021-05-11T08:49:02.175Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:49:02.175Z] ---> 72b96f001c07 [2021-05-11T08:49:02.175Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 599f09c2411e [2021-05-11T08:49:02.175Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 44b965fd568a [2021-05-11T08:49:02.175Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T08:49:02.175Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:49:02.175Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:49:02.175Z] ---> 72b96f001c07 [2021-05-11T08:49:02.175Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 599f09c2411e [2021-05-11T08:49:02.175Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 44b965fd568a [2021-05-11T08:49:02.175Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> e7ef827935f0 [2021-05-11T08:49:02.175Z] Step 6/24 : COPY go.mod . [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 144cdb1e0ba4 [2021-05-11T08:49:02.175Z] Step 7/24 : RUN go mod download [2021-05-11T08:49:02.175Z] ---> Using cache [2021-05-11T08:49:02.175Z] ---> 7279a8efac4d [2021-05-11T08:49:02.175Z] Step 8/24 : COPY . . [2021-05-11T08:49:02.461Z] ---> Using cache [2021-05-11T08:49:02.462Z] ---> 8199213ca500 [2021-05-11T08:49:02.462Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:49:02.462Z] ---> Using cache [2021-05-11T08:49:02.462Z] ---> d1e56db13bae [2021-05-11T08:49:02.462Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T08:49:03.477Z] ---> Running in 9a3ab46c9ccd [2021-05-11T08:49:03.477Z] ---> Running in 32407d262fef [2021-05-11T08:49:03.477Z] ---> Running in cbe1b07dd4b6 [2021-05-11T08:49:04.080Z] Removing intermediate container 40d867d1b27a [2021-05-11T08:49:04.379Z] ---> 919413045a4a [2021-05-11T08:49:04.379Z] Step 6/24 : COPY go.mod . [2021-05-11T08:49:05.401Z] ---> a7315dcd44d6 [2021-05-11T08:49:05.401Z] Step 7/24 : RUN go mod download [2021-05-11T08:49:05.681Z] 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 [2021-05-11T08:49:05.681Z] ---> Running in 96dc7bf703f3 [2021-05-11T08:49:05.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:05.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:07.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:07.961Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:09.450Z] OK: 218 MiB in 52 packages [2021-05-11T08:49:09.450Z] Removing intermediate container 96dc7bf703f3 [2021-05-11T08:49:09.450Z] ---> 6b4f128e7c07 [2021-05-11T08:49:09.450Z] Step 8/24 : COPY . . [2021-05-11T08:49:10.060Z] OK: 218 MiB in 52 packages [2021-05-11T08:49:12.152Z] Removing intermediate container 32407d262fef [2021-05-11T08:49:12.152Z] ---> 5c12d0f28edc [2021-05-11T08:49:12.152Z] Step 6/24 : COPY go.mod . [2021-05-11T08:49:12.898Z] Removing intermediate container cbe1b07dd4b6 [2021-05-11T08:49:12.898Z] ---> d3eb2334e24b [2021-05-11T08:49:12.898Z] Step 6/23 : COPY go.mod . [2021-05-11T08:49:15.272Z] ---> 508330b9e612 [2021-05-11T08:49:15.272Z] Step 7/24 : RUN go mod download [2021-05-11T08:49:15.272Z] ---> Running in ef534a607547 [2021-05-11T08:49:15.272Z] ---> a4ef2d758cf5 [2021-05-11T08:49:15.272Z] Step 7/23 : RUN go mod download [2021-05-11T08:49:15.877Z] ---> Running in e3d8dc306cbb [2021-05-11T08:49:22.656Z] Removing intermediate container ef534a607547 [2021-05-11T08:49:22.656Z] ---> 001485dc3edf [2021-05-11T08:49:22.656Z] Step 8/24 : COPY . . [2021-05-11T08:49:22.656Z] Removing intermediate container e3d8dc306cbb [2021-05-11T08:49:22.656Z] ---> c99fbfaa687f [2021-05-11T08:49:22.656Z] Step 8/23 : COPY . . [2021-05-11T08:49:44.841Z] ---> 529e2e847908 [2021-05-11T08:49:44.841Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:49:45.116Z] ---> Running in bcc79c10ecf6 [2021-05-11T08:49:55.298Z] Removing intermediate container bcc79c10ecf6 [2021-05-11T08:49:55.298Z] ---> 1f6101b6fc67 [2021-05-11T08:49:55.298Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T08:49:55.298Z] ---> 9bc5e47940ce [2021-05-11T08:49:55.298Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:49:55.298Z] ---> Running in 73ea9343cfa7 [2021-05-11T08:49:55.298Z] ---> d1d0ceb77bc5 [2021-05-11T08:49:55.298Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:49:55.298Z] ---> Running in 76508759dc50 [2021-05-11T08:49:55.298Z] ---> Running in e67cf5792eee [2021-05-11T08:49:56.301Z] 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 [2021-05-11T08:50:01.732Z] Removing intermediate container 76508759dc50 [2021-05-11T08:50:01.732Z] ---> 4a932e23f350 [2021-05-11T08:50:01.732Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T08:50:02.017Z] Removing intermediate container e67cf5792eee [2021-05-11T08:50:02.017Z] ---> 1c8ea0b7f26c [2021-05-11T08:50:02.017Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T08:50:02.294Z] ---> Running in 2cbbeff8d403 [2021-05-11T08:50:02.294Z] ---> Running in 5e4d170cd325 [2021-05-11T08:50:04.938Z] 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 [2021-05-11T08:50:05.223Z] 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 [2021-05-11T08:50:07.901Z] Removing intermediate container 9a3ab46c9ccd [2021-05-11T08:50:07.901Z] ---> a9cf089f511d [2021-05-11T08:50:07.901Z] [2021-05-11T08:50:07.901Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:50:07.901Z] ---> 9852663dfa18 [2021-05-11T08:50:07.901Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:50:07.901Z] ---> Using cache [2021-05-11T08:50:07.901Z] ---> 8269f3edbf62 [2021-05-11T08:50:07.901Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:50:07.901Z] ---> Using cache [2021-05-11T08:50:07.901Z] ---> 54695fe8d86b [2021-05-11T08:50:07.901Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T08:50:07.901Z] ---> Running in 0e2452bcc618 [2021-05-11T08:50:08.508Z] Removing intermediate container 0e2452bcc618 [2021-05-11T08:50:08.508Z] ---> 23ad253077d3 [2021-05-11T08:50:08.508Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:50:08.508Z] ---> Running in 53080fc7878e [2021-05-11T08:50:09.115Z] Removing intermediate container 53080fc7878e [2021-05-11T08:50:09.115Z] ---> 441f73276633 [2021-05-11T08:50:09.115Z] Step 16/24 : WORKDIR / [2021-05-11T08:50:09.407Z] ---> Running in 35a3f33bb543 [2021-05-11T08:50:10.416Z] Removing intermediate container 35a3f33bb543 [2021-05-11T08:50:10.416Z] ---> 7f39dfce0bab [2021-05-11T08:50:10.416Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:50:11.416Z] ---> 21a246cb0e0b [2021-05-11T08:50:11.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T08:50:13.459Z] ---> 53cf301b908f [2021-05-11T08:50:13.459Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T08:50:14.463Z] ---> cb7b88025fe1 [2021-05-11T08:50:14.463Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T08:50:14.745Z] ---> Running in ef3903140a98 [2021-05-11T08:50:15.392Z] Removing intermediate container ef3903140a98 [2021-05-11T08:50:15.392Z] ---> 95b4259faa44 [2021-05-11T08:50:15.392Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:50:15.670Z] ---> Running in 5ed6653a25dd [2021-05-11T08:50:16.279Z] Removing intermediate container 5ed6653a25dd [2021-05-11T08:50:16.279Z] ---> c1e51dbb1a6c [2021-05-11T08:50:16.279Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:50:16.559Z] ---> Running in 5868e31d4cc7 [2021-05-11T08:50:17.180Z] Removing intermediate container 5868e31d4cc7 [2021-05-11T08:50:17.180Z] ---> 2ca0ebefa151 [2021-05-11T08:50:17.180Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:50:17.462Z] ---> Running in 24fa5cb07896 [2021-05-11T08:50:18.082Z] Removing intermediate container 24fa5cb07896 [2021-05-11T08:50:18.082Z] ---> a0e0bf5f99da [2021-05-11T08:50:18.082Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:50:18.360Z] ---> Running in 9e820f4c3dff [2021-05-11T08:50:18.979Z] Removing intermediate container 9e820f4c3dff [2021-05-11T08:50:18.979Z] ---> 23cc6749d6d3 [2021-05-11T08:50:18.979Z] [2021-05-11T08:50:19.594Z] Successfully built 23cc6749d6d3 [2021-05-11T08:50:19.594Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T08:51:41.433Z]  Building docker-core-command-go ... done Removing intermediate container 73ea9343cfa7 [2021-05-11T08:51:41.433Z] ---> 720830e7ff15 [2021-05-11T08:51:41.433Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T08:51:41.433Z] ---> Running in b45cd7ee900f [2021-05-11T08:51:41.433Z] 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 [2021-05-11T08:51:41.433Z] Removing intermediate container b45cd7ee900f [2021-05-11T08:51:41.433Z] ---> cf5af278873d [2021-05-11T08:51:41.433Z] [2021-05-11T08:51:41.433Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T08:51:41.433Z] 20.10.0: Pulling from library/docker [2021-05-11T08:51:44.850Z] Removing intermediate container 5e4d170cd325 [2021-05-11T08:51:44.850Z] ---> c5241aa7e187 [2021-05-11T08:51:44.850Z] [2021-05-11T08:51:44.850Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:51:44.850Z] ---> 9852663dfa18 [2021-05-11T08:51:44.850Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T08:51:45.121Z] ---> Running in 7709084ea3b4 [2021-05-11T08:51:46.103Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T08:51:46.103Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T08:51:46.103Z] ---> eeaf43b92773 [2021-05-11T08:51:46.103Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:51:46.701Z] ---> Running in 2b6ccf29b757 [2021-05-11T08:51:46.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:51:46.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:51:46.978Z] Removing intermediate container 2b6ccf29b757 [2021-05-11T08:51:46.978Z] ---> 7fe5100a8b06 [2021-05-11T08:51:46.978Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T08:51:47.262Z] ---> Running in 5ff5c822b171 [2021-05-11T08:51:47.860Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T08:51:47.860Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:51:47.860Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:51:47.860Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:51:48.133Z] OK: 6 MiB in 16 packages [2021-05-11T08:51:48.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:51:49.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:51:49.622Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T08:51:49.622Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T08:51:49.622Z] Executing bash-5.0.17-r0.post-install [2021-05-11T08:51:49.622Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:51:49.622Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T08:51:49.898Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T08:51:49.898Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T08:51:49.898Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T08:51:49.898Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T08:51:49.898Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T08:51:49.898Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T08:51:49.898Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T08:51:49.898Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T08:51:49.898Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T08:51:50.884Z] Removing intermediate container 2cbbeff8d403 [2021-05-11T08:51:50.884Z] ---> dc4d73ff649e [2021-05-11T08:51:50.884Z] [2021-05-11T08:51:50.884Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:51:50.884Z] ---> 9852663dfa18 [2021-05-11T08:51:50.884Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T08:51:50.884Z] Removing intermediate container 7709084ea3b4 [2021-05-11T08:51:50.884Z] ---> 1cdfd8eaed10 [2021-05-11T08:51:50.884Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:51:51.864Z] ---> Running in 9b1ae9597812 [2021-05-11T08:51:51.864Z] ---> Running in 2b4478920057 [2021-05-11T08:51:52.138Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T08:51:52.138Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T08:51:52.138Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T08:51:52.138Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T08:51:52.138Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T08:51:52.139Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T08:51:52.436Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T08:51:52.436Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T08:51:52.436Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T08:51:52.436Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T08:51:52.436Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T08:51:52.721Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T08:51:52.721Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T08:51:52.721Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T08:51:52.721Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T08:51:52.721Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T08:51:52.721Z] Removing intermediate container 2b4478920057 [2021-05-11T08:51:52.721Z] ---> fb90b07c464e [2021-05-11T08:51:52.721Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T08:51:52.721Z] Removing intermediate container 9b1ae9597812 [2021-05-11T08:51:52.721Z] ---> 801d4da9e8d7 [2021-05-11T08:51:52.721Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T08:51:52.721Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T08:51:52.721Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T08:51:52.721Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T08:51:52.721Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T08:51:52.721Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T08:51:52.721Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T08:51:52.721Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T08:51:52.721Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T08:51:52.721Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T08:51:52.721Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T08:51:52.997Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T08:51:52.997Z] OK: 72 MiB in 59 packages [2021-05-11T08:51:52.997Z] ---> Running in 69e650c727b0 [2021-05-11T08:51:52.997Z] ---> Running in 4e2db62792c7 [2021-05-11T08:51:53.594Z] Removing intermediate container 4e2db62792c7 [2021-05-11T08:51:53.594Z] ---> 40deacbcbb5f [2021-05-11T08:51:53.594Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:51:53.594Z] Removing intermediate container 69e650c727b0 [2021-05-11T08:51:53.594Z] ---> bf746baef597 [2021-05-11T08:51:53.594Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T08:51:53.872Z] ---> Running in d8f0a10b43ab [2021-05-11T08:51:53.872Z] ---> Running in e15ebccdfdb2 [2021-05-11T08:51:54.475Z] Removing intermediate container e15ebccdfdb2 [2021-05-11T08:51:54.475Z] ---> 59081fdda347 [2021-05-11T08:51:54.475Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:51:54.475Z] Removing intermediate container d8f0a10b43ab [2021-05-11T08:51:54.475Z] ---> 79e028372ebc [2021-05-11T08:51:54.475Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:51:54.788Z] ---> Running in 102d947f4dd8 [2021-05-11T08:51:55.804Z] ---> 58a637e4d0a6 [2021-05-11T08:51:55.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T08:51:57.837Z] ---> faa5de213eb0 [2021-05-11T08:51:57.837Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T08:51:58.109Z] Removing intermediate container 102d947f4dd8 [2021-05-11T08:51:58.109Z] ---> 0d818dc62788 [2021-05-11T08:51:58.109Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T08:51:58.381Z] ---> Running in 038e958b17f5 [2021-05-11T08:51:58.652Z] ---> 2b7b7c050394 [2021-05-11T08:51:58.652Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T08:51:58.933Z] ---> Running in 425db4a69501 [2021-05-11T08:51:59.534Z] Removing intermediate container 425db4a69501 [2021-05-11T08:51:59.534Z] ---> 8b6f6b1ec18f [2021-05-11T08:51:59.534Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:51:59.534Z] ---> Running in b4e37914af20 [2021-05-11T08:51:59.534Z] Collecting docker-compose==1.23.2 [2021-05-11T08:51:59.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:51:59.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T08:52:00.079Z] Removing intermediate container b4e37914af20 [2021-05-11T08:52:00.079Z] ---> 53e5041bc0f1 [2021-05-11T08:52:00.079Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T08:52:00.079Z] ---> Running in 2be1df211795 [2021-05-11T08:52:00.683Z] Removing intermediate container 2be1df211795 [2021-05-11T08:52:00.683Z] ---> f2ae2a72c61d [2021-05-11T08:52:00.683Z] Step 22/23 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:52:00.683Z] ---> Running in e6c515519852 [2021-05-11T08:52:00.966Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T08:52:00.966Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T08:52:01.239Z] Removing intermediate container e6c515519852 [2021-05-11T08:52:01.239Z] ---> f9b33cd050ed [2021-05-11T08:52:01.239Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:52:01.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:52:01.516Z] ---> Running in 944debc2ae92 [2021-05-11T08:52:01.793Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T08:52:01.793Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T08:52:02.072Z] Removing intermediate container 944debc2ae92 [2021-05-11T08:52:02.072Z] ---> 1979f4252643 [2021-05-11T08:52:02.072Z] [2021-05-11T08:52:02.356Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:52:02.356Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T08:52:02.356Z] Successfully built 1979f4252643 [2021-05-11T08:52:02.631Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T08:52:02.631Z]  Building docker-support-notifications-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T08:52:02.901Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T08:52:03.172Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T08:52:03.447Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T08:52:03.447Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:52:03.447Z] OK: 8 MiB in 20 packages [2021-05-11T08:52:03.721Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T08:52:03.721Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T08:52:04.699Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T08:52:04.699Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T08:52:04.973Z] Removing intermediate container 038e958b17f5 [2021-05-11T08:52:04.973Z] ---> dfcb4dc70856 [2021-05-11T08:52:04.973Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:52:05.979Z] ---> 6b93bc94927d [2021-05-11T08:52:05.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T08:52:07.415Z] ---> eaf234b1ddcf [2021-05-11T08:52:07.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T08:52:07.415Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T08:52:07.415Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T08:52:08.020Z] ---> 4141e90fc751 [2021-05-11T08:52:08.020Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T08:52:08.302Z] ---> Running in 08574f032b76 [2021-05-11T08:52:08.900Z] Removing intermediate container 08574f032b76 [2021-05-11T08:52:08.900Z] ---> 663ce66b258a [2021-05-11T08:52:08.900Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:52:08.900Z] ---> Running in 9d783840d08d [2021-05-11T08:52:09.501Z] Removing intermediate container 9d783840d08d [2021-05-11T08:52:09.501Z] ---> 101afcb00067 [2021-05-11T08:52:09.501Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:52:09.501Z] ---> Running in 719aeffd1b70 [2021-05-11T08:52:10.097Z] Removing intermediate container 719aeffd1b70 [2021-05-11T08:52:10.097Z] ---> 05e84cf8e255 [2021-05-11T08:52:10.097Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:52:10.384Z] ---> Running in 1dd9da3aceb3 [2021-05-11T08:52:10.657Z] Removing intermediate container 1dd9da3aceb3 [2021-05-11T08:52:10.657Z] ---> 4d79d2e9a8c9 [2021-05-11T08:52:10.657Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:52:10.928Z] ---> Running in 751ead49b6c1 [2021-05-11T08:52:11.204Z] Removing intermediate container 751ead49b6c1 [2021-05-11T08:52:11.204Z] ---> 41cb03956c95 [2021-05-11T08:52:11.204Z] [2021-05-11T08:52:11.476Z] Collecting PyYAML<4,>=3.10 [2021-05-11T08:52:11.748Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T08:52:11.748Z] Successfully built 41cb03956c95 [2021-05-11T08:52:12.019Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T08:52:16.306Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-05-11T08:52:16.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T08:52:16.898Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-11T08:52:17.169Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T08:52:17.169Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T08:52:17.761Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T08:52:17.761Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T08:52:21.141Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T08:52:21.141Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T08:52:21.141Z] 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) [2021-05-11T08:52:21.412Z] Collecting idna<2.8,>=2.5 [2021-05-11T08:52:21.412Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T08:52:21.412Z] 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) [2021-05-11T08:52:21.684Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T08:52:21.684Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T08:52:21.956Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T08:52:21.956Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T08:52:21.956Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T08:52:21.956Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T08:52:23.381Z] Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, texttable, docopt, PyYAML, docker-pycreds, docker, cached-property, dockerpty, docker-compose [2021-05-11T08:52:24.353Z] Attempting uninstall: urllib3 [2021-05-11T08:52:24.353Z] Found existing installation: urllib3 1.25.9 [2021-05-11T08:52:24.353Z] Uninstalling urllib3-1.25.9: [2021-05-11T08:52:24.353Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T08:52:24.947Z] Attempting uninstall: idna [2021-05-11T08:52:24.947Z] Found existing installation: idna 2.9 [2021-05-11T08:52:24.947Z] Uninstalling idna-2.9: [2021-05-11T08:52:24.947Z] Successfully uninstalled idna-2.9 [2021-05-11T08:52:25.922Z] Attempting uninstall: requests [2021-05-11T08:52:25.922Z] Found existing installation: requests 2.23.0 [2021-05-11T08:52:25.922Z] Uninstalling requests-2.23.0: [2021-05-11T08:52:26.192Z] Successfully uninstalled requests-2.23.0 [2021-05-11T08:52:26.463Z] Running setup.py install for texttable: started [2021-05-11T08:52:29.074Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T08:52:29.074Z] Running setup.py install for docopt: started [2021-05-11T08:52:31.679Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T08:52:31.679Z] Running setup.py install for PyYAML: started [2021-05-11T08:52:34.283Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T08:52:34.873Z] Running setup.py install for dockerpty: started [2021-05-11T08:52:37.480Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T08:52:38.456Z] 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 [2021-05-11T08:52:39.613Z] Waiting for container to be ready [2021-05-11T08:52:40.183Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T08:52:40.183Z] [2021-05-11T08:52:43.479Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T08:52:43.739Z] Waiting for network to be ready... [2021-05-11T08:52:43.999Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T08:52:44.259Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T08:52:44.259Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T08:52:44.259Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T08:52:44.259Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T08:52:44.259Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T08:52:44.259Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T08:52:44.259Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T08:52:44.259Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T08:52:44.522Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T08:52:44.783Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T08:52:45.044Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T08:52:45.305Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T08:52:45.305Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T08:52:45.305Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T08:52:45.305Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T08:52:45.305Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T08:52:45.305Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T08:52:45.874Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T08:52:46.135Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T08:52:46.135Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T08:52:46.397Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T08:52:46.397Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T08:52:46.397Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T08:52:46.397Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T08:52:46.397Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T08:52:46.397Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T08:52:48.584Z] Removing intermediate container 5ff5c822b171 [2021-05-11T08:52:48.584Z] ---> 276639087340 [2021-05-11T08:52:48.584Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T08:52:48.584Z] ---> Running in 680ca77cec56 [2021-05-11T08:52:48.584Z] Removing intermediate container 680ca77cec56 [2021-05-11T08:52:48.584Z] ---> b038769296ea [2021-05-11T08:52:48.584Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T08:52:48.584Z] ---> Running in eb2c9bd01d65 [2021-05-11T08:52:48.584Z] Removing intermediate container eb2c9bd01d65 [2021-05-11T08:52:48.584Z] ---> 51e23e1d0624 [2021-05-11T08:52:48.584Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T08:52:49.699Z] Fetched 24.6 MB in 5s (4810 kB/s) [2021-05-11T08:52:50.015Z] ---> 76d91415543f [2021-05-11T08:52:50.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T08:52:50.268Z] Reading package lists... [2021-05-11T08:52:50.528Z] Reading package lists... [2021-05-11T08:52:50.609Z] ---> 594a04f6d9d2 [2021-05-11T08:52:50.609Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T08:52:50.788Z] Building dependency tree... [2021-05-11T08:52:50.788Z] Reading state information... [2021-05-11T08:52:50.788Z] The following additional packages will be installed: [2021-05-11T08:52:50.788Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T08:52:50.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T08:52:50.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T08:52:50.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T08:52:50.788Z] Suggested packages: [2021-05-11T08:52:50.788Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T08:52:50.788Z] Recommended packages: [2021-05-11T08:52:50.788Z] gnupg libsasl2-modules [2021-05-11T08:52:50.788Z] The following NEW packages will be installed: [2021-05-11T08:52:50.788Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T08:52:50.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T08:52:50.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T08:52:50.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T08:52:50.788Z] The following packages will be upgraded: [2021-05-11T08:52:50.788Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T08:52:51.047Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T08:52:51.047Z] Need to get 3530 kB of archives. [2021-05-11T08:52:51.047Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T08:52:51.047Z] 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] [2021-05-11T08:52:51.047Z] 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] [2021-05-11T08:52:51.047Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T08:52:51.047Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T08:52:51.047Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T08:52:51.307Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T08:52:51.583Z] ---> 95b98b4f96bf [2021-05-11T08:52:51.583Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T08:52:51.583Z] ---> Running in 3fad39b92a41 [2021-05-11T08:52:52.175Z] Removing intermediate container 3fad39b92a41 [2021-05-11T08:52:52.175Z] ---> ecdf438b3277 [2021-05-11T08:52:52.175Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:52:52.175Z] ---> Running in d87eebe4a6f2 [2021-05-11T08:52:52.769Z] Removing intermediate container d87eebe4a6f2 [2021-05-11T08:52:52.769Z] ---> 2455f4b5bcc5 [2021-05-11T08:52:52.769Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:52:52.769Z] ---> Running in 7801a54d61a2 [2021-05-11T08:52:53.361Z] Removing intermediate container 7801a54d61a2 [2021-05-11T08:52:53.361Z] ---> dae506c567ac [2021-05-11T08:52:53.361Z] Step 23/24 : LABEL git_sha=2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [2021-05-11T08:52:53.361Z] ---> Running in 115e0974eaf7 [2021-05-11T08:52:53.977Z] Removing intermediate container 115e0974eaf7 [2021-05-11T08:52:53.977Z] ---> a98b0b6f682b [2021-05-11T08:52:53.977Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:52:53.977Z] ---> Running in 7d047a9c8813 [2021-05-11T08:52:54.569Z] Removing intermediate container 7d047a9c8813 [2021-05-11T08:52:54.569Z] ---> c76f57d0afd1 [2021-05-11T08:52:54.569Z] [2021-05-11T08:52:54.840Z] Successfully built c76f57d0afd1 [2021-05-11T08:52:54.840Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T08:52:55.449Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T08:52:55.435Z] $ docker stop --time=1 db4fd7711f0c928d6cb2a9ae8934b940aae72cf2d97fc220d80299a9d730c96c [2021-05-11T08:52:55.507Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T08:52:55.507Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T08:52:55.507Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T08:52:55.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T08:52:56.339Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T08:52:56.598Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T08:52:56.858Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T08:52:56.858Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T08:52:57.118Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T08:52:57.378Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T08:52:57.367Z] $ docker rm -f db4fd7711f0c928d6cb2a9ae8934b940aae72cf2d97fc220d80299a9d730c96c [2021-05-11T08:52:57.637Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T08:52:57.637Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T08:52:57.915Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T08:52:58.061Z] + docker images [2021-05-11T08:52:58.061Z] + grep docker [2021-05-11T08:52:58.340Z] docker-sys-mgmt-agent-go-arm64 latest c76f57d0afd1 4 seconds ago 299MB [2021-05-11T08:52:58.340Z] docker-core-data-go-arm64 latest 41cb03956c95 47 seconds ago 20.3MB [2021-05-11T08:52:58.340Z] docker-support-notifications-go-arm64 latest 1979f4252643 57 seconds ago 16.6MB [2021-05-11T08:52:58.340Z] docker-core-command-go-arm64 latest 23cc6749d6d3 2 minutes ago 16.1MB [2021-05-11T08:52:58.340Z] docker-security-bootstrapper-go-arm64 latest 73b3e8660b2a 4 minutes ago 17.1MB [2021-05-11T08:52:58.340Z] docker-core-metadata-go-arm64 latest ec45f247a5c3 4 minutes ago 17.4MB [2021-05-11T08:52:58.340Z] docker-support-scheduler-go-arm64 latest b843b7b4ad4c 4 minutes ago 16.1MB [2021-05-11T08:52:58.340Z] docker-security-secretstore-setup-go-arm64 latest 12be004a93aa 4 minutes ago 24.3MB [2021-05-11T08:52:58.340Z] docker-security-proxy-setup-go-arm64 latest b99b2659d575 4 minutes ago 23.9MB [2021-05-11T08:52:58.340Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-05-11T08:52:58.492Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T08:52:58.492Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T08:52:58.492Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:52:59.006Z] ---> job-cost.sh [2021-05-11T08:52:59.006Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Y2RF [2021-05-11T08:52:59.063Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T08:52:59.323Z] Fetched 3530 kB in 8s (433 kB/s) [2021-05-11T08:52:59.323Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T08:52:59.323Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T08:52:59.323Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T08:52:59.323Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T08:52:59.583Z] Selecting previously unselected package udev. [2021-05-11T08:52:59.583Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T08:52:59.583Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T08:52:59.583Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T08:52:59.844Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T08:52:59.844Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T08:52:59.844Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T08:52:59.844Z] Selecting previously unselected package fuse. [2021-05-11T08:52:59.844Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T08:52:59.844Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T08:53:00.104Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T08:53:00.104Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T08:53:00.104Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T08:53:00.104Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T08:53:00.104Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T08:53:00.363Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T08:53:00.363Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T08:53:00.363Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T08:53:00.363Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T08:53:00.363Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T08:53:00.363Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.363Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:00.626Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T08:53:00.626Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.626Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:00.626Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T08:53:00.626Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.626Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:00.899Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T08:53:00.899Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.899Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:00.899Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T08:53:00.899Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.899Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:00.899Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T08:53:00.899Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:00.899Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:01.160Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T08:53:01.160Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:01.160Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:01.160Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T08:53:01.160Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:01.160Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:01.160Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T08:53:01.160Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T08:53:01.420Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:01.420Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T08:53:01.420Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T08:53:01.420Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T08:53:01.420Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T08:53:01.420Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T08:53:01.420Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T08:53:01.679Z] Selecting previously unselected package libldap-common. [2021-05-11T08:53:01.679Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T08:53:01.679Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T08:53:01.679Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T08:53:01.679Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T08:53:01.679Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T08:53:01.939Z] Selecting previously unselected package dirmngr. [2021-05-11T08:53:01.939Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T08:53:01.939Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T08:53:01.939Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T08:53:01.939Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T08:53:01.939Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T08:53:01.939Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T08:53:01.939Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T08:53:02.198Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T08:53:02.198Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.198Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T08:53:02.198Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T08:53:02.198Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T08:53:02.459Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T08:53:02.719Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.719Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T08:53:02.719Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T08:53:02.719Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T08:53:02.719Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T08:53:02.979Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T08:53:03.240Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T08:53:03.240Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T08:53:03.501Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T08:53:03.501Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T08:53:03.501Z] This means they are not meant to be enabled using systemctl. [2021-05-11T08:53:03.501Z] Possible reasons for having this kind of units are: [2021-05-11T08:53:03.501Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T08:53:03.501Z] .wants/ or .requires/ directory. [2021-05-11T08:53:03.501Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T08:53:03.501Z] a requirement dependency on it. [2021-05-11T08:53:03.501Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T08:53:03.501Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T08:53:03.501Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T08:53:03.501Z] instance name specified. [2021-05-11T08:53:04.071Z] Reading package lists... [2021-05-11T08:53:04.072Z] Building dependency tree... [2021-05-11T08:53:04.072Z] Reading state information... [2021-05-11T08:53:04.332Z] The following additional packages will be installed: [2021-05-11T08:53:04.332Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T08:53:04.332Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T08:53:04.332Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T08:53:04.332Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T08:53:04.332Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T08:53:04.332Z] Suggested packages: [2021-05-11T08:53:04.332Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T08:53:04.332Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T08:53:04.332Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T08:53:04.332Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T08:53:04.332Z] systemd-container policykit-1 [2021-05-11T08:53:04.332Z] Recommended packages: [2021-05-11T08:53:04.332Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T08:53:04.332Z] The following NEW packages will be installed: [2021-05-11T08:53:04.332Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T08:53:04.332Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T08:53:04.332Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T08:53:04.332Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T08:53:04.332Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T08:53:04.332Z] The following packages will be upgraded: [2021-05-11T08:53:04.332Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T08:53:04.332Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T08:53:04.332Z] Need to get 35.2 MB of archives. [2021-05-11T08:53:04.332Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T08:53:04.332Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-11T08:53:04.332Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-11T08:53:04.332Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T08:53:04.332Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T08:53:04.332Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-11T08:53:04.593Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T08:53:04.593Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T08:53:04.593Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T08:53:04.593Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T08:53:04.593Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T08:53:04.593Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T08:53:04.593Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T08:53:04.593Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T08:53:04.593Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T08:53:04.593Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T08:53:04.593Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T08:53:04.593Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T08:53:05.535Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T08:53:05.535Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T08:53:05.535Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T08:53:05.535Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T08:53:05.535Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T08:53:05.535Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T08:53:05.535Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T08:53:05.535Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T08:53:05.535Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T08:53:05.535Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T08:53:05.797Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T08:53:05.797Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T08:53:05.797Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T08:53:05.797Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T08:53:05.797Z] Fetched 35.2 MB in 2s (23.5 MB/s) [2021-05-11T08:53:06.083Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T08:53:06.083Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T08:53:06.083Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T08:53:06.661Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T08:53:06.661Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T08:53:06.921Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T08:53:06.921Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T08:53:06.921Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T08:53:06.921Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T08:53:07.181Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T08:53:07.181Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T08:53:07.181Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T08:53:07.181Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T08:53:07.751Z] Setting up apt (1.6.13) ... [2021-05-11T08:53:07.751Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T08:53:08.011Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T08:53:09.396Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T08:53:09.396Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T08:53:09.396Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T08:53:09.396Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T08:53:09.396Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T08:53:09.396Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:09.396Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T08:53:09.396Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T08:53:09.396Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T08:53:09.656Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T08:53:09.656Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T08:53:09.656Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:09.922Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T08:53:09.922Z] Checking for services that may need to be restarted...done. [2021-05-11T08:53:09.922Z] Checking for services that may need to be restarted...done. [2021-05-11T08:53:09.922Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:10.181Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T08:53:10.181Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:10.764Z] Selecting previously unselected package python3-minimal. [2021-05-11T08:53:10.764Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T08:53:10.764Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T08:53:10.764Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T08:53:10.764Z] Selecting previously unselected package mime-support. [2021-05-11T08:53:10.764Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T08:53:10.764Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T08:53:10.764Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T08:53:10.764Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T08:53:10.764Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T08:53:11.025Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T08:53:11.025Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T08:53:11.025Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:11.284Z] Selecting previously unselected package python3.6. [2021-05-11T08:53:11.284Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T08:53:11.284Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:11.284Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T08:53:11.284Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T08:53:11.284Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T08:53:11.284Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T08:53:11.544Z] Selecting previously unselected package python3. [2021-05-11T08:53:11.544Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T08:53:11.544Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T08:53:11.544Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T08:53:11.803Z] Selecting previously unselected package multiarch-support. [2021-05-11T08:53:11.803Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T08:53:11.803Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T08:53:11.803Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T08:53:11.803Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T08:53:11.803Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T08:53:11.803Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T08:53:11.803Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T08:53:12.063Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T08:53:12.063Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T08:53:12.063Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T08:53:12.063Z] Selecting previously unselected package sudo. [2021-05-11T08:53:12.063Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T08:53:12.063Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T08:53:12.325Z] Selecting previously unselected package apparmor. [2021-05-11T08:53:12.325Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T08:53:12.325Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T08:53:12.584Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T08:53:12.584Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T08:53:12.584Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T08:53:12.584Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T08:53:12.584Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T08:53:12.584Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:12.584Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T08:53:12.584Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T08:53:12.584Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:12.844Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T08:53:12.845Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T08:53:12.845Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T08:53:12.845Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T08:53:12.845Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T08:53:12.845Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:13.106Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T08:53:13.106Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T08:53:13.106Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:13.106Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T08:53:13.106Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T08:53:13.106Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T08:53:13.366Z] Selecting previously unselected package openssh-client. [2021-05-11T08:53:13.366Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T08:53:13.366Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T08:53:13.366Z] Selecting previously unselected package squashfs-tools. [2021-05-11T08:53:13.366Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T08:53:13.366Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T08:53:13.652Z] Selecting previously unselected package snapd. [2021-05-11T08:53:13.652Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T08:53:13.652Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T08:53:16.193Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T08:53:16.193Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T08:53:16.193Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T08:53:16.193Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T08:53:16.193Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T08:53:16.193Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:16.193Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T08:53:16.193Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T08:53:16.193Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T08:53:16.762Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T08:53:16.762Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T08:53:16.762Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T08:53:16.762Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:16.762Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:17.022Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T08:53:17.593Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T08:53:17.593Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:17.593Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T08:53:17.852Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T08:53:17.852Z] running python rtupdate hooks for python3.6... [2021-05-11T08:53:17.852Z] running python post-rtupdate hooks for python3.6... [2021-05-11T08:53:17.852Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T08:53:19.235Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T08:53:19.235Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T08:53:19.494Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T08:53:19.755Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T08:53:20.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T08:53:20.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T08:53:20.583Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T08:53:20.843Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T08:53:21.102Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T08:53:21.102Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T08:53:21.102Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T08:53:21.368Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T08:53:21.627Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T08:53:21.887Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T08:53:21.887Z] /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' [2021-05-11T08:53:21.887Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T08:53:21.887Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T08:53:22.828Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T08:53:22.828Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T08:53:23.088Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T08:53:24.469Z] Reading package lists... [2021-05-11T08:53:24.469Z] Reading package lists... [2021-05-11T08:53:24.729Z] Building dependency tree... [2021-05-11T08:53:24.729Z] Reading state information... [2021-05-11T08:53:24.729Z] Calculating upgrade... [2021-05-11T08:53:24.990Z] The following packages will be upgraded: [2021-05-11T08:53:24.990Z] advancecomp base-files bash binutils binutils-common [2021-05-11T08:53:24.990Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T08:53:24.990Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T08:53:24.990Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T08:53:24.990Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T08:53:24.990Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T08:53:24.990Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T08:53:24.990Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T08:53:24.990Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T08:53:24.990Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T08:53:24.990Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T08:53:24.990Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T08:53:24.990Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T08:53:24.990Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T08:53:24.990Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T08:53:25.250Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T08:53:25.250Z] Need to get 64.0 MB of archives. [2021-05-11T08:53:25.250Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T08:53:25.250Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T08:53:25.250Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T08:53:26.191Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T08:53:26.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T08:53:26.191Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T08:53:26.191Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T08:53:26.191Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T08:53:26.191Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T08:53:26.191Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-11T08:53:26.191Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-11T08:53:26.191Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-11T08:53:26.191Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T08:53:26.191Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T08:53:26.191Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-11T08:53:26.191Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T08:53:26.191Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T08:53:26.191Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T08:53:26.191Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T08:53:26.761Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T08:53:26.761Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T08:53:26.761Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-11T08:53:27.020Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T08:53:27.021Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-11T08:53:27.021Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T08:53:27.280Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T08:53:27.280Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T08:53:27.280Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T08:53:27.280Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T08:53:27.280Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T08:53:27.280Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T08:53:27.280Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T08:53:27.280Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T08:53:27.280Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T08:53:27.280Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T08:53:27.540Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T08:53:27.540Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T08:53:27.540Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T08:53:27.540Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T08:53:27.540Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-11T08:53:27.540Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T08:53:27.540Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-11T08:53:27.800Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T08:53:27.800Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T08:53:27.800Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-11T08:53:27.800Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T08:53:27.800Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T08:53:27.800Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-11T08:53:27.800Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T08:53:27.800Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-11T08:53:28.067Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T08:53:28.067Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T08:53:28.067Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T08:53:28.067Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T08:53:28.067Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T08:53:28.339Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T08:53:28.339Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T08:53:29.012Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T08:53:29.284Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T08:53:29.284Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T08:53:30.294Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-11T08:53:30.294Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-11T08:53:30.294Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T08:53:31.235Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-11T08:53:31.235Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T08:53:31.235Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T08:53:31.235Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T08:53:31.235Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T08:53:33.774Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T08:53:33.774Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T08:53:34.034Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T08:53:35.415Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T08:53:35.415Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T08:53:35.675Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T08:53:35.934Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T08:53:36.217Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T08:53:36.477Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T08:53:36.737Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T08:53:37.675Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T08:53:37.675Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T08:53:37.675Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T08:53:37.675Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T08:53:37.675Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-11T08:53:37.935Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-11T08:53:37.935Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-11T08:53:38.194Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T08:53:38.194Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-11T08:53:38.194Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T08:53:39.131Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T08:53:39.389Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T08:53:39.648Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T08:53:41.026Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-11T08:53:41.027Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-11T08:53:41.027Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T08:53:41.027Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T08:53:42.405Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-11T08:53:43.342Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T08:53:44.281Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T08:53:44.541Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T08:53:44.541Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T08:53:45.919Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T08:53:45.930Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T08:53:46.178Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T08:53:46.438Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T08:53:46.438Z] Fetched 64.0 MB in 21s (3005 kB/s) [2021-05-11T08:53:46.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:46.438Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T08:53:46.438Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T08:53:47.375Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T08:53:47.375Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T08:53:47.375Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T08:53:47.375Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T08:53:48.312Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.312Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:48.312Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.312Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:48.572Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.572Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:48.572Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.572Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:48.834Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.834Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:48.834Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:48.834Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:49.094Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:49.094Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:49.094Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:53:49.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T08:53:49.354Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:49.354Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T08:53:49.354Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:53:49.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T08:53:49.354Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:49.354Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:49.614Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:49.614Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:49.614Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T08:53:49.614Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T08:53:50.610Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:53:50.610Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T08:53:50.610Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T08:53:50.610Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T08:53:51.181Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T08:53:51.181Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T08:53:51.181Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T08:53:51.181Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T08:53:51.181Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T08:53:51.441Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T08:53:51.441Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T08:53:51.702Z] Installing new version of config file /etc/issue ... [2021-05-11T08:53:51.702Z] Installing new version of config file /etc/issue.net ... [2021-05-11T08:53:51.702Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T08:53:51.702Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T08:53:51.963Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T08:53:51.963Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T08:53:51.963Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T08:53:51.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:51.963Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T08:53:52.224Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T08:53:52.224Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T08:53:52.224Z] 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 [2021-05-11T08:53:52.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:52.483Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:52.483Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:52.483Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:52.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:52.484Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T08:53:52.743Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T08:53:52.743Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T08:53:52.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:52.743Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T08:53:52.743Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T08:53:53.002Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T08:53:53.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:53.262Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T08:53:53.262Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T08:53:53.262Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T08:53:53.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:53.522Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T08:53:53.522Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T08:53:53.522Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T08:53:53.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:53.781Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T08:53:53.781Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T08:53:53.781Z] Setting up grep (3.1-2build1) ... [2021-05-11T08:53:53.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:53.781Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T08:53:53.781Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T08:53:54.040Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T08:53:54.040Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:54.040Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T08:53:54.040Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T08:53:54.300Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T08:53:54.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:54.300Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T08:53:54.300Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T08:53:54.869Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T08:53:54.869Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T08:53:54.869Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T08:53:55.128Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T08:53:55.698Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T08:53:55.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:55.698Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T08:53:55.698Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T08:53:56.638Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T08:53:56.638Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T08:53:56.897Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T08:53:56.898Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T08:53:56.898Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T08:53:57.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:57.159Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T08:53:57.159Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T08:53:57.420Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T08:53:57.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:57.420Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:57.420Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:57.420Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:57.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:57.681Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:57.681Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:57.681Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:57.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:57.948Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:57.948Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:57.948Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:58.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:58.207Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:58.207Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:58.207Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:58.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:58.467Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T08:53:58.467Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T08:53:58.467Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T08:53:58.467Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T08:53:58.467Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T08:53:58.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:58.728Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T08:53:58.728Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T08:53:58.728Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T08:53:58.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:58.988Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:58.988Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:58.988Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:59.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:59.256Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:59.256Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:53:59.256Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:53:59.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:53:59.521Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:53:59.521Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:54:00.092Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:54:00.372Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T08:54:00.633Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T08:54:00.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:54:00.633Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T08:54:00.633Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T08:54:00.899Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T08:54:00.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T08:54:00.899Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T08:54:01.159Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T08:54:01.159Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T08:54:01.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:01.419Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T08:54:01.419Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T08:54:01.419Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T08:54:01.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:01.682Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T08:54:01.682Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T08:54:01.944Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T08:54:01.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:01.944Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T08:54:01.944Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T08:54:02.206Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T08:54:02.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:02.206Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T08:54:02.206Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T08:54:02.206Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T08:54:02.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:02.466Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T08:54:02.466Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T08:54:02.732Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T08:54:02.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:02.732Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T08:54:02.992Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T08:54:02.992Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T08:54:03.252Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:03.252Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T08:54:03.252Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T08:54:03.252Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T08:54:03.511Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T08:54:03.511Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T08:54:03.511Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T08:54:03.511Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T08:54:03.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:03.773Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T08:54:03.774Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T08:54:04.034Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T08:54:04.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:04.034Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T08:54:04.034Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T08:54:04.293Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T08:54:04.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:04.553Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T08:54:04.553Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T08:54:04.553Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T08:54:04.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:04.553Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T08:54:04.553Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T08:54:04.814Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-11T08:54:04.814Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:04.814Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T08:54:05.074Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T08:54:05.335Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T08:54:05.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:05.335Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T08:54:05.335Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T08:54:05.593Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T08:54:05.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:05.594Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T08:54:05.594Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T08:54:05.854Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T08:54:05.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:05.854Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T08:54:05.854Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T08:54:05.854Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T08:54:06.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:06.113Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T08:54:06.113Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T08:54:06.113Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T08:54:06.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:06.372Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T08:54:06.372Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T08:54:06.372Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T08:54:06.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:06.372Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T08:54:06.372Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T08:54:06.632Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T08:54:06.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:06.632Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T08:54:06.632Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T08:54:06.892Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T08:54:06.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:06.892Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T08:54:06.892Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T08:54:06.892Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T08:54:07.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T08:54:07.152Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T08:54:07.152Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T08:54:07.152Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T08:54:07.413Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T08:54:07.413Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T08:54:07.413Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T08:54:07.413Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T08:54:07.413Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T08:54:07.672Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T08:54:07.672Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T08:54:07.933Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T08:54:07.933Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T08:54:08.198Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T08:54:08.198Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T08:54:08.198Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T08:54:08.198Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T08:54:08.459Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T08:54:08.459Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T08:54:08.459Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T08:54:08.459Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T08:54:08.719Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T08:54:08.719Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T08:54:08.719Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T08:54:08.719Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T08:54:08.979Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T08:54:08.979Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T08:54:08.979Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T08:54:09.238Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T08:54:10.181Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T08:54:10.181Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T08:54:10.181Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T08:54:10.181Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T08:54:10.181Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T08:54:10.440Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T08:54:10.699Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T08:54:10.699Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T08:54:10.959Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T08:54:10.959Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T08:54:10.959Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T08:54:10.959Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T08:54:11.218Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:11.218Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:11.478Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:11.478Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:11.478Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:11.478Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:11.737Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:11.737Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:12.682Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:12.682Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:13.621Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:13.621Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:14.560Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:14.560Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:14.823Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:14.823Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:15.836Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T08:54:15.836Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T08:54:15.836Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T08:54:15.836Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T08:54:15.836Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T08:54:15.836Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T08:54:16.103Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T08:54:16.103Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T08:54:16.103Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T08:54:16.103Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T08:54:16.367Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T08:54:16.367Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T08:54:16.367Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T08:54:16.367Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T08:54:16.627Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T08:54:16.627Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T08:54:16.627Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:16.627Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T08:54:16.627Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:16.886Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:16.886Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:16.886Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T08:54:16.886Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T08:54:16.886Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T08:54:17.146Z] [2021-05-11T08:54:17.146Z] Current default time zone: 'Etc/UTC' [2021-05-11T08:54:17.146Z] Local time is now: Tue May 11 08:54:16 UTC 2021. [2021-05-11T08:54:17.146Z] Universal Time is now: Tue May 11 08:54:16 UTC 2021. [2021-05-11T08:54:17.146Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T08:54:17.146Z] [2021-05-11T08:54:17.146Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T08:54:17.146Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:17.146Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T08:54:17.146Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T08:54:17.146Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T08:54:17.146Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T08:54:17.146Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T08:54:17.406Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T08:54:17.406Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T08:54:17.406Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T08:54:17.406Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:17.406Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T08:54:17.672Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:17.672Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T08:54:17.672Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:17.672Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T08:54:17.672Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T08:54:17.672Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T08:54:17.933Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T08:54:17.933Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T08:54:17.933Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T08:54:17.933Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T08:54:17.933Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T08:54:19.315Z] Updating certificates in /etc/ssl/certs... [2021-05-11T08:54:19.885Z] 23 added, 27 removed; done. [2021-05-11T08:54:19.885Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T08:54:20.144Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T08:54:20.144Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T08:54:20.144Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T08:54:20.144Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T08:54:20.144Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.144Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T08:54:20.404Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.404Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.404Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.404Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.404Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.404Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T08:54:20.404Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T08:54:20.404Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T08:54:20.664Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T08:54:20.664Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T08:54:20.664Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.664Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T08:54:20.664Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T08:54:20.664Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T08:54:20.664Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T08:54:20.924Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T08:54:20.924Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T08:54:20.924Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T08:54:20.924Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T08:54:20.924Z] Updating certificates in /etc/ssl/certs... [2021-05-11T08:54:21.493Z] 0 added, 0 removed; done. [2021-05-11T08:54:21.493Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T08:54:21.493Z] done. [2021-05-11T08:54:22.013Z] Reading package lists... [2021-05-11T08:54:22.013Z] Building dependency tree... [2021-05-11T08:54:22.013Z] Reading state information... [2021-05-11T08:54:22.279Z] The following NEW packages will be installed: [2021-05-11T08:54:22.279Z] apt-transport-https [2021-05-11T08:54:22.539Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T08:54:22.539Z] Need to get 1692 B of archives. [2021-05-11T08:54:22.539Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T08:54:22.539Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T08:54:22.539Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T08:54:22.539Z] Fetched 1692 B in 0s (8455 B/s) [2021-05-11T08:54:22.539Z] Selecting previously unselected package apt-transport-https. [2021-05-11T08:54:22.539Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T08:54:22.539Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T08:54:22.539Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T08:54:22.799Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T08:54:23.060Z] Waiting for network to be ready... [2021-05-11T08:54:29.635Z] 2021-05-11T08:54:27Z INFO Waiting for automatic snapd restart... [2021-05-11T08:54:30.575Z] snapd 2.49.2 from Canonical* installed [2021-05-11T08:54:31.954Z] "snapd" switched to the "latest/stable" channel [2021-05-11T08:54:31.954Z] [2021-05-11T08:54:35.255Z] core18 20210309 from Canonical* installed [2021-05-11T08:54:35.255Z] "core18" switched to the "latest/stable" channel [2021-05-11T08:54:35.255Z] [2021-05-11T08:54:40.536Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T08:54:40.536Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T08:54:40.536Z] [2021-05-11T08:54:43.830Z] 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: [2021-05-11T08:54:43.830Z] - README.md [2021-05-11T08:54:43.830Z] [2021-05-11T08:54:43.830Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T08:54:50.408Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T08:54:50.408Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T08:54:51.349Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T08:54:51.349Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T08:54:52.545Z] Reading package lists... [2021-05-11T08:54:53.116Z] 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 [2021-05-11T08:54:59.700Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T08:54:59.700Z] Reading package lists... [2021-05-11T08:54:59.700Z] Building dependency tree... [2021-05-11T08:54:59.700Z] Reading state information... [2021-05-11T08:54:59.700Z] Suggested packages: [2021-05-11T08:54:59.700Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T08:54:59.700Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T08:54:59.700Z] Recommended packages: [2021-05-11T08:54:59.700Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-11T08:54:59.700Z] The following NEW packages will be installed: [2021-05-11T08:54:59.700Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-11T08:54:59.700Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-11T08:54:59.700Z] pkg-config zip [2021-05-11T08:54:59.700Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T08:54:59.700Z] Need to get 7663 kB of archives. [2021-05-11T08:54:59.700Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-11T08:54:59.700Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-11T08:54:59.700Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T08:54:59.700Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T08:54:59.700Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T08:54:59.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T08:54:59.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T08:55:00.219Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T08:55:00.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T08:55:00.479Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T08:55:00.739Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T08:55:00.739Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T08:55:00.739Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T08:55:00.739Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T08:55:00.999Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T08:55:00.999Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-11T08:55:00.999Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T08:55:00.999Z] Fetched 7663 kB in 1s (5580 kB/s) [2021-05-11T08:55:01.259Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T08:55:01.259Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T08:55:01.259Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T08:55:01.259Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T08:55:01.519Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T08:55:01.519Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T08:55:01.519Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T08:55:01.519Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T08:55:01.519Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T08:55:01.519Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T08:55:01.519Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T08:55:01.519Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T08:55:01.519Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T08:55:01.780Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T08:55:01.780Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T08:55:01.780Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T08:55:01.780Z] Selecting previously unselected package liberror-perl. [2021-05-11T08:55:01.780Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-11T08:55:01.780Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-11T08:55:01.780Z] Selecting previously unselected package git-man. [2021-05-11T08:55:01.780Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T08:55:01.780Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T08:55:02.045Z] Selecting previously unselected package git. [2021-05-11T08:55:02.046Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T08:55:02.046Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T08:55:02.984Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T08:55:02.984Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T08:55:02.984Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T08:55:02.984Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T08:55:02.984Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T08:55:02.984Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T08:55:03.248Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T08:55:03.248Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T08:55:03.248Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T08:55:03.248Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T08:55:03.248Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T08:55:03.248Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T08:55:03.248Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T08:55:03.248Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T08:55:03.507Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T08:55:03.507Z] Selecting previously unselected package pkg-config. [2021-05-11T08:55:03.507Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T08:55:03.507Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T08:55:03.507Z] Selecting previously unselected package zip. [2021-05-11T08:55:03.507Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-11T08:55:03.507Z] Unpacking zip (3.0-11build1) ... [2021-05-11T08:55:03.795Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T08:55:03.795Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T08:55:03.795Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T08:55:03.795Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T08:55:03.795Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T08:55:03.795Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T08:55:03.795Z] No schema files found: doing nothing. [2021-05-11T08:55:03.795Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T08:55:04.055Z] Setting up zip (3.0-11build1) ... [2021-05-11T08:55:04.055Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T08:55:04.055Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T08:55:04.055Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T08:55:04.055Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T08:55:04.055Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T08:55:04.055Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T08:55:04.055Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T08:55:04.315Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T08:55:10.889Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T08:55:10.889Z] git set to automatically installed. [2021-05-11T08:55:10.889Z] git-man set to automatically installed. [2021-05-11T08:55:10.889Z] libcurl3-gnutls set to automatically installed. [2021-05-11T08:55:10.889Z] liberror-perl set to automatically installed. [2021-05-11T08:55:10.889Z] libglib2.0-0 set to automatically installed. [2021-05-11T08:55:10.889Z] libnghttp2-14 set to automatically installed. [2021-05-11T08:55:10.889Z] libnorm1 set to automatically installed. [2021-05-11T08:55:10.889Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T08:55:10.889Z] libpsl5 set to automatically installed. [2021-05-11T08:55:10.889Z] librtmp1 set to automatically installed. [2021-05-11T08:55:10.889Z] libsodium23 set to automatically installed. [2021-05-11T08:55:10.889Z] libzmq3-dev set to automatically installed. [2021-05-11T08:55:10.889Z] libzmq5 set to automatically installed. [2021-05-11T08:55:10.889Z] pkg-config set to automatically installed. [2021-05-11T08:55:10.889Z] zip set to automatically installed. [2021-05-11T08:55:12.270Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T08:55:18.846Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T08:55:19.105Z] snap "core18" has no updates available [2021-05-11T08:55:19.674Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T08:55:23.061Z] lf-activate-venv(): INFO: Adding /tmp/venv-Y2RF/bin to PATH [2021-05-11T08:55:23.061Z] INFO: No Stack... [2021-05-11T08:55:23.061Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T08:55:23.061Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T08:55:23.405Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-05-11T08:55:23.405Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T08:55:23.523Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3453-2-stack-cost] [2021-05-11T08:55:23.532Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3453-2-stack-cost] did not exist. Created. [2021-05-11T08:55:23.532Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3453-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T08:55:23.888Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T08:55:24.163Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T08:55:24.176Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3453-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T08:55:26.248Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T08:55:38.495Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-11T08:55:39.078Z] Pulling go-build-helper [2021-05-11T08:55:39.078Z] + snapcraftctl pull [2021-05-11T08:55:40.493Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-11T08:55:40.493Z] Skipping pull go-build-helper (already ran) [2021-05-11T08:55:40.493Z] Building go-build-helper [2021-05-11T08:55:40.493Z] + snapcraftctl build [2021-05-11T08:55:43.053Z] Staging go-build-helper [2021-05-11T08:55:43.053Z] + snapcraftctl stage [2021-05-11T08:55:55.288Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T08:55:55.288Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T08:55:55.288Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T08:55:55.288Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T08:55:55.288Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T08:55:55.288Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T08:55:55.288Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T08:55:55.288Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T08:55:55.288Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T08:55:55.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T08:55:55.288Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T08:55:55.289Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T08:55:55.289Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T08:55:55.289Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T08:55:55.289Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T08:55:55.289Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T08:55:55.289Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T08:55:55.289Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T08:55:55.289Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T08:55:55.289Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T08:55:55.289Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T08:55:55.289Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T08:55:55.289Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T08:55:55.289Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T08:55:55.289Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T08:55:55.289Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T08:55:55.289Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T08:55:55.289Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-11T08:55:55.289Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T08:55:55.289Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T08:55:55.289Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T08:55:55.289Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T08:55:55.289Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T08:55:55.289Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T08:55:55.289Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T08:55:55.289Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T08:55:55.289Z] Pulling app-service-config [2021-05-11T08:55:55.289Z] + snapcraftctl pull [2021-05-11T08:55:55.859Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-11T08:55:56.448Z] Pulling config-common [2021-05-11T08:55:56.448Z] + snapcraftctl pull [2021-05-11T08:56:00.979Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T08:56:00.979Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T08:56:00.979Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T08:56:00.979Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:00.979Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T08:56:00.979Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:00.979Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T08:56:00.979Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:00.979Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T08:56:00.979Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:00.979Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T08:56:00.980Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:00.980Z] Pulling edgex-go [2021-05-11T08:56:00.980Z] + snapcraftctl pull [2021-05-11T08:56:27.564Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T08:56:27.564Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T08:56:27.564Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T08:56:27.564Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-11T08:56:27.564Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-11T08:56:27.564Z] Fetched 279 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-11T08:56:27.564Z] Fetched 122 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-11T08:56:27.564Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-11T08:56:27.564Z] Fetched 8848 B in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-11T08:56:27.564Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-11T08:56:27.564Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-11T08:56:27.564Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-11T08:56:27.564Z] Fetched 219 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-11T08:56:27.564Z] Fetched 154 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-11T08:56:27.564Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-11T08:56:27.564Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-11T08:56:27.564Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-11T08:56:27.564Z] Fetched 499 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-11T08:56:27.564Z] Fetched 111 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-11T08:56:27.564Z] Fetched 240 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-11T08:56:27.564Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-11T08:56:27.564Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-11T08:56:27.564Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-11T08:56:27.564Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-11T08:56:27.564Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-11T08:56:27.564Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-11T08:56:27.564Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-11T08:56:27.564Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-11T08:56:27.564Z] Fetched 8720 B in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-11T08:56:27.564Z] Fetched 137 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-11T08:56:27.564Z] Fetched 119 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-11T08:56:27.564Z] Fetched 110 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-11T08:56:27.564Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-11T08:56:27.564Z] Fetched 645 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-11T08:56:27.564Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-11T08:56:27.564Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-11T08:56:27.564Z] Fetched 368 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-11T08:56:27.564Z] Fetched 187 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-11T08:56:27.564Z] Fetched 175 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-11T08:56:27.564Z] Fetched 206 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-11T08:56:27.564Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-11T08:56:27.564Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-11T08:56:27.565Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-11T08:56:27.565Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-11T08:56:27.565Z] Fetched 159 kB in 0s (0 B/s) [2021-05-11T08:56:27.565Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-11T08:56:27.565Z] Fetched 107 kB in 0s (0 B/s) [2021-05-11T08:56:27.565Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-11T08:56:27.565Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-11T08:56:27.565Z] Pulling static-packages [2021-05-11T08:56:27.565Z] + snapcraftctl pull [2021-05-11T08:56:27.565Z] Pulling version [2021-05-11T08:56:27.565Z] + cd /root/project [2021-05-11T08:56:27.565Z] + [ -f VERSION ] [2021-05-11T08:56:27.565Z] + PROJECT_VERSION=local-dev [2021-05-11T08:56:27.565Z] + git rev-parse --short HEAD [2021-05-11T08:56:27.565Z] + GIT_REVISION=778f5036 [2021-05-11T08:56:27.565Z] + snapcraftctl set-version local-dev [2021-05-11T08:56:27.565Z] Skipping build go-build-helper (already ran) [2021-05-11T08:56:27.565Z] Building app-service-config [2021-05-11T08:56:27.565Z] + make build [2021-05-11T08:56:27.565Z] go mod tidy [2021-05-11T08:56:27.565Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-11T08:56:27.825Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T08:56:27.825Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T08:56:27.825Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T08:56:27.825Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T08:56:27.825Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T08:56:28.394Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T08:56:28.394Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T08:56:28.394Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T08:56:28.671Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T08:56:28.931Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T08:56:28.931Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T08:56:28.931Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T08:56:28.931Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T08:56:28.931Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T08:56:29.190Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T08:56:29.190Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T08:56:29.190Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T08:56:29.190Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T08:56:29.190Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T08:56:29.463Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T08:56:29.463Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T08:56:29.463Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T08:56:29.463Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T08:56:29.463Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T08:56:29.463Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T08:56:29.463Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T08:56:29.463Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T08:56:29.463Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T08:56:29.723Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T08:56:29.723Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T08:56:29.723Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T08:56:29.723Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T08:56:29.723Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T08:56:29.723Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T08:56:29.723Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-11T08:56:29.723Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T08:56:29.982Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T08:56:29.982Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T08:56:29.982Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T08:56:29.982Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T08:56:29.982Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T08:56:29.983Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T08:56:29.983Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T08:56:29.983Z] go: downloading github.com/kr/text v0.1.0 [2021-05-11T08:56:29.983Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T08:56:29.983Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T08:56:29.983Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T08:56:29.983Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T08:56:29.983Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T08:56:30.245Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T08:56:30.245Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T08:56:30.245Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T08:56:30.245Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T08:56:30.245Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T08:56:30.245Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T08:56:30.245Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T08:56:30.245Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T08:56:30.245Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T08:56:30.505Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T08:56:30.505Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-11T08:56:30.768Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T08:56:30.768Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T08:56:30.768Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T08:56:30.768Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T08:56:30.768Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T08:56:30.768Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-11T08:56:30.768Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T08:56:30.768Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T08:56:30.768Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T08:56:30.768Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T08:56:30.768Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T08:56:30.768Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-11T08:56:31.029Z] 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 [2021-05-11T08:56:41.062Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T08:56:41.062Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-11T08:56:41.062Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T08:56:41.062Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T08:56:42.447Z] Building config-common [2021-05-11T08:56:42.447Z] + snapcraftctl build [2021-05-11T08:56:44.991Z] Building edgex-go [2021-05-11T08:56:45.560Z] + cd /root/parts/edgex-go/src [2021-05-11T08:56:45.560Z] + make build [2021-05-11T08:56:45.560Z] 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 [2021-05-11T08:56:46.129Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-11T08:56:46.129Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-11T08:56:46.129Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-11T08:56:50.344Z] 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 [2021-05-11T08:56:55.628Z] 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 [2021-05-11T08:56:57.010Z] 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 [2021-05-11T08:56:58.920Z] 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 [2021-05-11T08:56:59.491Z] 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 [2021-05-11T08:57:01.408Z] 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 [2021-05-11T08:57:01.408Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-11T08:57:01.408Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-11T08:57:03.328Z] 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 [2021-05-11T08:57:04.712Z] 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 [2021-05-11T08:57:04.712Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-11T08:57:06.097Z] 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 [2021-05-11T08:57:07.478Z] 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 [2021-05-11T08:57:08.420Z] 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 [2021-05-11T08:57:08.679Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-11T08:57:10.588Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-11T08:57:10.588Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-11T08:57:10.588Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-11T08:57:10.588Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-11T08:57:10.588Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-11T08:57:10.588Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-11T08:57:10.588Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-11T08:57:10.851Z] + 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 [2021-05-11T08:57:10.851Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-11T08:57:10.851Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-11T08:57:10.851Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-11T08:57:10.851Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-11T08:57:10.851Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-11T08:57:10.851Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-11T08:57:10.851Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-11T08:57:10.851Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-11T08:57:14.177Z] Building static-packages [2021-05-11T08:57:14.177Z] + snapcraftctl build [2021-05-11T08:57:16.086Z] Building version [2021-05-11T08:57:16.086Z] + snapcraftctl build [2021-05-11T08:57:19.379Z] Skipping stage go-build-helper (already ran) [2021-05-11T08:57:19.379Z] Staging app-service-config [2021-05-11T08:57:19.379Z] + snapcraftctl stage [2021-05-11T08:57:19.948Z] Staging config-common [2021-05-11T08:57:19.948Z] + snapcraftctl stage [2021-05-11T08:57:20.887Z] Staging edgex-go [2021-05-11T08:57:20.887Z] + snapcraftctl stage [2021-05-11T08:57:22.297Z] Staging static-packages [2021-05-11T08:57:22.297Z] + snapcraftctl stage [2021-05-11T08:57:23.236Z] Staging version [2021-05-11T08:57:23.236Z] + snapcraftctl stage [2021-05-11T08:57:24.617Z] Priming go-build-helper [2021-05-11T08:57:24.617Z] + snapcraftctl prime [2021-05-11T08:57:25.552Z] Priming app-service-config [2021-05-11T08:57:25.552Z] + snapcraftctl prime [2021-05-11T08:57:26.935Z] Priming config-common [2021-05-11T08:57:26.935Z] + snapcraftctl prime [2021-05-11T08:57:27.877Z] Priming edgex-go [2021-05-11T08:57:27.877Z] + snapcraftctl prime [2021-05-11T08:57:29.258Z] Priming static-packages [2021-05-11T08:57:29.258Z] + snapcraftctl prime [2021-05-11T08:57:31.874Z] Priming version [2021-05-11T08:57:31.874Z] + snapcraftctl prime [2021-05-11T08:57:32.818Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T08:57:35.589Z] provisioning config files... [2021-05-11T08:57:35.608Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6926009423781563204tmp [Pipeline] { [Pipeline] sh [2021-05-11T08:57:35.958Z] + set +x [2021-05-11T08:57:35.958Z] + curl -s https://codecov.io/bash [2021-05-11T08:57:35.958Z] + bash -s -- [2021-05-11T08:57:36.222Z] [2021-05-11T08:57:36.222Z] _____ _ [2021-05-11T08:57:36.222Z] / ____| | | [2021-05-11T08:57:36.222Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T08:57:36.222Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T08:57:36.222Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T08:57:36.222Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T08:57:36.222Z] Bash-1.0.2 [2021-05-11T08:57:36.222Z] [2021-05-11T08:57:36.222Z] [2021-05-11T08:57:36.222Z] ==> git version 2.24.3 found [2021-05-11T08:57:36.222Z] ==> 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 [2021-05-11T08:57:36.222Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T08:57:36.222Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T08:57:36.487Z] ==> Jenkins CI detected. [2021-05-11T08:57:36.487Z] project root: . [2021-05-11T08:57:36.487Z] --> token set from env [2021-05-11T08:57:36.487Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T08:57:36.487Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T08:57:36.487Z] ==> Python coveragepy not found [2021-05-11T08:57:36.487Z] ==> Searching for coverage reports in: [2021-05-11T08:57:36.487Z] + . [2021-05-11T08:57:36.487Z] -> Found 1 reports [2021-05-11T08:57:36.487Z] ==> Detecting git/mercurial file structure [2021-05-11T08:57:36.751Z] ==> Reading reports [2021-05-11T08:57:36.751Z] + ./coverage.out bytes=720923 [2021-05-11T08:57:36.751Z] ==> Appending adjustments [2021-05-11T08:57:36.751Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T08:57:40.986Z] + Found adjustments [2021-05-11T08:57:40.986Z] ==> Gzipping contents [2021-05-11T08:57:40.986Z] 104K /tmp/codecov.nhMAaJ.gz [2021-05-11T08:57:40.986Z] ==> Uploading reports [2021-05-11T08:57:40.986Z] url: https://codecov.io [2021-05-11T08:57:40.986Z] query: branch=PR-3453&commit=2da5ef5e73a6ce3433868b76fe7a320b77f9da86&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3453%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3453&job=&cmd_args= [2021-05-11T08:57:40.986Z] -> Pinging Codecov [2021-05-11T08:57:40.986Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3453&commit=2da5ef5e73a6ce3433868b76fe7a320b77f9da86&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3453%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3453&job=&cmd_args= [2021-05-11T08:57:41.567Z] -> Uploading to [2021-05-11T08:57:41.567Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/2da5ef5e73a6ce3433868b76fe7a320b77f9da86/7718ba5e-266d-4aab-87f0-6675e2d70461.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T085741Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba9f68884b0dc02d5eeace905f30a1c4d5b539830bd1dbd909dd031de3fb457b [2021-05-11T08:57:41.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T08:57:41.567Z] Dload Upload Total Spent Left Speed [2021-05-11T08:57:42.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 150k --:--:-- --:--:-- --:--:-- 149k [2021-05-11T08:57:42.140Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2da5ef5e73a6ce3433868b76fe7a320b77f9da86 [Pipeline] } [2021-05-11T08:57:42.150Z] 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 [2021-05-11T08:57:42.921Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:43.813Z] ---> package-listing.sh [2021-05-11T08:57:43.813Z] ++ facter osfamily [2021-05-11T08:57:43.813Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T08:57:43.813Z] + OS_FAMILY=redhat [2021-05-11T08:57:43.813Z] + workspace=/w/workspace/edgex-go/2 [2021-05-11T08:57:43.813Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T08:57:43.813Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T08:57:43.813Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T08:57:43.813Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T08:57:43.813Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T08:57:43.813Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T08:57:43.813Z] + case "${OS_FAMILY}" in [2021-05-11T08:57:43.813Z] + rpm -qa [2021-05-11T08:57:43.813Z] + sort [2021-05-11T08:57:50.430Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T08:57:50.430Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T08:57:50.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T08:57:50.430Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T08:57:50.430Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-11T08:57:50.430Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-11T08:57:50.445Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T08:57:50.744Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:57:51.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:57:51.061Z] [2021-05-11T08:57:51.061Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:57:51.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:57:51.387Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T08:57:51.387Z] df20fa9351a1: Pulling fs layer [2021-05-11T08:57:51.387Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T08:57:51.387Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T08:57:51.387Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T08:57:51.387Z] 93b61091891f: Pulling fs layer [2021-05-11T08:57:51.387Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T08:57:51.387Z] 5e14af77c1be: Pulling fs layer [2021-05-11T08:57:51.387Z] 01666e4c0597: Pulling fs layer [2021-05-11T08:57:51.387Z] aa168da1d23b: Pulling fs layer [2021-05-11T08:57:51.387Z] 93b9cdb0e59b: Waiting [2021-05-11T08:57:51.387Z] 5e14af77c1be: Waiting [2021-05-11T08:57:51.387Z] 01666e4c0597: Waiting [2021-05-11T08:57:51.387Z] aa168da1d23b: Waiting [2021-05-11T08:57:51.387Z] 46f8f816bc3b: Waiting [2021-05-11T08:57:51.387Z] 93b61091891f: Waiting [2021-05-11T08:57:51.387Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T08:57:51.387Z] 36b3adc4ff6f: Download complete [2021-05-11T08:57:51.387Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T08:57:51.388Z] 46f8f816bc3b: Download complete [2021-05-11T08:57:51.651Z] df20fa9351a1: Download complete [2021-05-11T08:57:51.651Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T08:57:51.651Z] 93b9cdb0e59b: Download complete [2021-05-11T08:57:51.651Z] 5e14af77c1be: Download complete [2021-05-11T08:57:51.651Z] 01666e4c0597: Verifying Checksum [2021-05-11T08:57:51.651Z] 01666e4c0597: Download complete [2021-05-11T08:57:51.651Z] 93b61091891f: Verifying Checksum [2021-05-11T08:57:51.651Z] 93b61091891f: Download complete [2021-05-11T08:57:51.651Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T08:57:51.651Z] 8ad3a11d3b57: Download complete [2021-05-11T08:57:51.918Z] df20fa9351a1: Pull complete [2021-05-11T08:57:52.191Z] 36b3adc4ff6f: Pull complete [2021-05-11T08:57:53.169Z] 8ad3a11d3b57: Pull complete [2021-05-11T08:57:54.133Z] aa168da1d23b: Verifying Checksum [2021-05-11T08:57:54.133Z] aa168da1d23b: Download complete [2021-05-11T08:57:55.527Z] 46f8f816bc3b: Pull complete [2021-05-11T08:57:56.106Z] 93b61091891f: Pull complete [2021-05-11T08:57:56.106Z] 93b9cdb0e59b: Pull complete [2021-05-11T08:57:56.369Z] 5e14af77c1be: Pull complete [2021-05-11T08:57:56.370Z] 01666e4c0597: Pull complete [2021-05-11T08:58:06.664Z] aa168da1d23b: Pull complete [2021-05-11T08:58:06.665Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T08:58:06.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:58:06.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T08:58:06.960Z] prd-centos7-docker-4c-2g-4397 does not seem to be running inside a container [2021-05-11T08:58:07.025Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T08:58:16.167Z] $ docker top 189d8ef2ee227f2282f74547dcef9cffec9513706c43a203688cdfdcfe69b6f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:58:16.696Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T08:58:17.006Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T08:58:17.309Z] + ls /var/log/sa-host [2021-05-11T08:58:17.309Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T08:58:17.309Z] file_magic: OK [2021-05-11T08:58:17.309Z] HZ: Using current value: 100 [2021-05-11T08:58:17.310Z] file_header: OK [2021-05-11T08:58:17.310Z] 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 [2021-05-11T08:58:17.310Z] Statistics: [2021-05-11T08:58:17.310Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T08:58:17.310Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T08:58:17.310Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T08:58:17.310Z] file_magic: OK [2021-05-11T08:58:17.310Z] HZ: Using current value: 100 [2021-05-11T08:58:17.310Z] file_header: OK [2021-05-11T08:58:17.310Z] 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 [2021-05-11T08:58:17.310Z] Statistics: [2021-05-11T08:58:17.310Z] Hnuu...uuuununununu... [2021-05-11T08:58:17.310Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T08:58:17.500Z] provisioning config files... [2021-05-11T08:58:17.523Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8353628579588834169tmp [Pipeline] { [Pipeline] echo [2021-05-11T08:58:17.546Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:58:17.859Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T08:58:17.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T08:58:17.896Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:58:18.203Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T08:58:18.218Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:58:18.536Z] ---> sudo-logs.sh [2021-05-11T08:58:18.536Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T08:58:18.569Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:58:18.880Z] ---> job-cost.sh [2021-05-11T08:58:18.880Z] lf-activate-venv: SKIPPING [2021-05-11T08:58:18.880Z] DEBUG: total: 0.20999999344348907 [2021-05-11T08:58:18.880Z] INFO: Retrieving Stack Cost... [2021-05-11T08:58:20.281Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T08:58:20.866Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T08:58:20.885Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:58:21.237Z] ---> logs-deploy.sh [2021-05-11T08:58:21.237Z] lf-activate-venv: SKIPPING [2021-05-11T08:58:21.237Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3453/2 [2021-05-11T08:58:21.237Z] INFO: archiving workspace using pattern(s): [2021-05-11T08:58:24.579Z] Archives upload complete. [2021-05-11T08:58:24.579Z] INFO: archiving logs to Nexus